

/* ------------------------------------------------- */
/* Madronalabs.com CSS     							 */
/* ------------------------------------------------- */


/* warm gray:	#302424		*/
/* red:  	#771111		*/
/* orange:  #883300		*/
/* purple:  #442266		*/
/* wood bg new: #D0B79B */

body
{
	font-size: 12px;
 	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	letter-spacing: 0px;
	margin-top:0px;
	padding:0px;
	background: url("../images/cherry3.gif") repeat fixed;
}


p
{
	margin:8px 0px 4px 0px;
    font-style: normal;
}

a
{
	text-decoration: none;
}

/* ------------------------------------------------- */
/* Forms */


form 
{
	display: inline; 
	margin: 0px;
}

form p
{
	margin: 6px 0px 4px 0px;
}


.loginbutton 
{
	outline: none;
	border: none;
	margin: 16px 0px 0px -1px;
	padding: 0;
	display: block;
	width: 75px;
	height: 22px;
	background: none;  
	background-image: url("../images/login_button.png");
	background-repeat: no-repeat;
	background-position: 0px -22px;
}

.loginbutton:hover 
{	
	background: none;
	background-image: url("../images/login_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentloginbutton 
{
	outline: none;
	border: none;
	margin: 16px 0px 0px -1px;
	padding: 0;
	display: block;
	width: 75px;
	height: 22px;
	background: none;  
	background-image: url("../images/content_login_button.png");
	background-repeat: no-repeat;
	background-position: 0px -22px;
}

.contentloginbutton:hover 
{	
	background: none;
	background-image: url("../images/content_login_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentsavebutton 
{
	outline: none;
	border: none;
	margin: 16px 0px 0px -1px;
	padding: 0;
	display: block;
	width: 75px;
	height: 22px;
	background: none;  
	background-image: url("../images/content_save_button.png");
	background-repeat: no-repeat;
	background-position: 0px -22px;
}

.contentsavebutton:hover 
{	
	background: none;
	background-image: url("../images/content_save_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentOKbutton 
{
	outline: none;
	border: none;
	margin: 16px 0px 0px -1px;
	padding: 0;
	display: block;
	width: 75px;
	height: 22px;
	background: none;  
	background-image: url("../images/content_OK_button.png");
	background-repeat: no-repeat;
	background-position: 0px -22px;
}

.contentOKbutton:hover 
{	
	background: none;
	background-image: url("../images/content_OK_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentsubscribebutton 
{
	outline: none;
	border: none;
	margin: 16px 0px 0px -1px;
	padding: 0;
	display: block;
	width: 75px;
	height: 22px;
	background: none;  
	background-image: url("../images/content_subscribe_button.png");
	background-repeat: no-repeat;
	background-position: 0px -22px;
}

.contentsubscribebutton:hover 
{	
	background: none;
	background-image: url("../images/content_subscribe_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentremovebutton 
{
	outline: none;
	border: none;
	margin: 16px 0px 0px -1px;
	padding: 0;
	display: block;
	width: 75px;
	height: 22px;
	background: none;  
	background-image: url("../images/content_remove_button.png");
	background-repeat: no-repeat;
	background-position: 0px -22px;
}

.contentremovebutton:hover 
{	
	background: none;
	background-image: url("../images/content_remove_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.signupbutton 
{
	outline: none;
	border: none;
	margin: 16px 0px 0px -1px;
	padding: 0;
	display: block;
	width: 75px;
	height: 22px;
	background: none;  
	background-image: url("../images/signup_button.png");
	background-repeat: no-repeat;
	background-position: 0px -22px;
}

.signupbutton:hover 
{	
	background: none;
	background-image: url("../images/signup_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.navforminput 
{
	width: 134px;
 	background-color: #E8DDCC;
	border: solid 1px #C0907F;
	height: 15px;
	color: #883300;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
}

.contentforminput 
{
	width: 220px;
 	background-color: #E8DDCC;
	border: solid 1px #90807F;
	height: 15px;
	color: #302424;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
}

.posttitle 
{
	width: 440px;
 	background-color: #E8DDCC;
	border: solid 1px #90807F;
	height: 15px;
	color: #302424;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
}

.postbody 
{
	width: 480px;
 	background-color: #E8DDCC;
	border: solid 1px #90807F;
	height: 120px;
	color: #302424;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
}

.contentcheckbox
{
	border:solid 4px #90807F;
	margin:10px 4px 0px 0px;
}

/* ------------------------------------------------- */
/* Flash Notices */

/* flash IDs: :notice, :warning, :message, :error, :sticky */

.flash
{
	border: solid 2px #302424;
	border-top: solid 1px;
	border-bottom: solid 1px;
	font-size: larger;
	text-align: center;
	display: block;
	padding: 8px; 
	margin: 0px 0px 0px 0px;
	background: url("../images/cherry2.gif") repeat fixed;
	overflow: hidden;
}

#notice
{
	background: url("../images/cherry_green.gif") repeat fixed;
}

#warning
{
	background: url("../images/cherry_yellow.gif") repeat fixed;
}

#error
{
	background: url("../images/cherry_red.gif") repeat fixed;
}




/* ------------------------------------------------- */
/* Masthead */

#masthead
{
	height: 180px; /*Height of top section*/
	margin: 0px;
	position: relative;
	overflow: hidden;
}
	
#masthead .title
{
	padding-top: 120px;
	margin-left: 2px;
}

#masthead .subtitle
{
	margin: 6px 0px 0px 2px;
	padding: 0px;
	font-size: 12px;
}


/* ------------------------------------------------- */
/* Columns */



#content_column
{
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
}

#nav_column
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------- */
/* Forms */


.headerright
{
	margin: 26px 0px 0px 0px;	/* hack to slide text down */
	text-align: right;
	float: right;
	width: 25%;
	display: inline;
}

.helpright
{
	font-size: 15px;
	margin: 6px 2px 0px 0px;
	text-align: right;
	float: right;
	width: 25%;
	display: inline;
}


h1
{
 	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	margin: 0;
    font-weight: normal;
}

	
h2
{
 	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	margin: 12px 0px 0px 0px;
	padding: 0;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: normal;
}
	
h3
{
 	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	margin: 12px 0px 2px 0px;
	padding: 0;
	font-size: 16px;
    font-weight: normal;
	letter-spacing: 0px;
}

.photocaption
{
	text-align: left;
	font-size: 9px;
}

.caption
{
	text-align: right;
	font-style: italic;
	margin-bottom:8px;
}

.caption a
{
	font-style: normal;
}

.itemcaption
{
	text-align: right;
	font-size: 11px;
}

.avatar
{
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}

.smallcaptionuc
{
	text-align: right;
 	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

.smallcaption
{
	padding-top: 8px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.smallcode
{
	font-size: 10px;
}

.quote
{
	margin-left: 24px;

}


.itemend
{
	text-align: right;
	font-size: 11px;
}

.box_item
{
	display: block;
	padding: 8px; 
	margin: 0px 0px 0px 0px;
	background: url("../images/cherry2.gif") repeat fixed;
	overflow: hidden;
}
	
	
	
.box_item img
{
	float: none;
	margin: 0px 0px -3px 0px;
}
	
	
#masthead img
{
	float: left;
}
	
.box_item a img
{
	margin:0px 0px -4px 0px;
	padding:0px;
}
	
.readmore
{
	text-align: right;
	font-size: 11px;
}
	
	
.login  {
	padding: 5px 0px 2px 0px;  /* top, right, bottom, left */
}

.radio  {
	margin: 5px 0px 5px 0px;  /* top, right, bottom, left */
}

#product_locker {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}
	
/* #662D91; 92278F EC008C ED145B */
	
	


/* ------------------------------------------------- */
/* Content colors and borders */
/* ------------------------------------------------- */


#content_column
{
	color: #302424;
}

#content_column .box_item
{
	border: solid 2px #302424;	
	border-top: solid 1px;
	border-bottom: solid 1px;
}

/* draw boxes around images */
.box_item img
{
	border: none;
/*	border: solid 2px #302424;	*/
}

/* except in title */
.title img
{
	border: 0px;
}

#content_column .box_item a
{
	color: #302424;
}
	
#content_column .box_item a:hover
{
	background: #302424;	
}

#content_column a .box_item
{
	color: #302424;
}

#content_column a:hover .box_item
{
	background: #302424;
	border-top: solid 1px #302424;
	border-bottom: solid 1px #302424;
}




#nav_column
	{
	color: #883300;
	}

#nav_column .box_item
{
	border: solid 2px #883300; 
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-left: 0;
}

#nav_column .box_item a
	{
	color: #883300;
	}
	
#nav_column .box_item a:hover
	{
	background: #883300;
	}

#nav_column a .box_item
	{
	color: #883300;
	}

#nav_column a:hover .box_item 
	{
	background: #883300;	
	border-top: solid 1px #883300;	
	border-bottom: solid 1px #883300;	
	}


	
/* ------------------------------------------------- */
/* use to make two column content in box item        */
/* ------------------------------------------------- */

.box_item {
	position: relative;
}

.lefthalf {
	float: left;
	width: 50%;
}

.righthalf {
	float: right;
	width: 50%;
}

.rightbottom {
	position: absolute;
	bottom: 0px;
	margin: 4px 4px 5px 2px;
	left: 50%;
}

.newline {
	clear: both;
	line-height: 1px;
}


/* ------------------------------------------------- */
/* table structure in forums lists					*/
/* ------------------------------------------------- */

/* warm gray:	#302424		*/
/* red:  	#771111		*/
/* orange:  #883300		*/
/* purple:  #442266		*/
/* wood bg new: #D0B79B */


table
{
	border-left: solid 1px #302424;	
	border-right: solid 1px #302424;	
	font-size: 11px;
}


.rightleftborder
{
	border-left: solid 1px #302424;	
	border-right: solid 1px #302424;	
}

.forumheader
{
	background: #302424;
}


.forumheader td
{
	text-align: center;
	color: #D0B79B;
	background: url("../images/cherry_brown.gif") repeat fixed;
}


.foruminfo
{
	background: #302424;
}

.foruminfo td
{
	color: #302424;
	text-align: center;
	background: url("../images/cherry2.gif") repeat fixed;
}


.foruminfo td a
{
	color: #302424;
    text-decoration: underline;
}
	
.foruminfo td a:hover
{
	background: #302424;
	color: #D0B79B;
}



/* ------------------------------------------------- */


#content_column .first, #content_column .shaded, #content_column .last
{
	min-height: 20px;
	background: url("../images/cbg4.gif") repeat;
}
	
#nav_column .first, #nav_column .shaded, #nav_column .last
{
	min-height: 20px;
	background: url("../images/cbg3.gif") repeat;
}

#content_column .first, #nav_column .first
{
	border-top: none;
}
	
#content_column .nobox, #nav_column .nobox
{
	border: none;

}
		
	
/* solid background for small text in shaded areas */
#content_column .box_item .clear
{
	padding: 0px 1px 1px 1px;
	background-color: #D0B79B;
}
	
	
	
/* ------------------------------------------------- */
/*  link inside box_item.  normal looking link, colored.	*/

#content_column .box_item a
{
    text-decoration: underline;
}
	
#content_column .box_item a:hover
{
	color: #D0B79B;
}


#nav_column .box_item a
{
    text-decoration: underline;
}
	
#nav_column .box_item a:hover
{
	color: #D0B79B;
}



/* ------------------------------------------------- */
/*  box_item inside link.  highlight whole box.	*/

#content_column a .box_item
{
	display: block;
}
	
#content_column a .box_item h3
{
    text-decoration: underline;
}

#content_column a:hover .box_item
{
	color: #D0B79B;
}


#nav_column a .box_item
{
	display: block;
}

#nav_column a .box_item h3
{
    text-decoration: underline;
}

#nav_column a:hover .box_item 
{
	color: #D0B79B;
}


a:hover .box_item img 
{
/*	border: solid 2px #D0B79B;	*/
}



/* ------------------------------------------------- */


/* '* html' to filter only IE Win */
/* Start Mac IE5 filter \*/
#content_column .last, #nav_column .last
	{
	padding-bottom: 10000px !important;
	margin-bottom: -9998px !important; 
	}

/* End Mac IE5 filter */
#footer
{
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url("../images/cherry2.gif") repeat fixed;
	color: #443A41;
}

#footer a
{
	text-decoration: underline;
	color: #443A41;
}

#footer a:hover
{
	background: #443A41;
	color: #D0B79B;
}

#wrapper_extra
{
	position: relative;
	width: 680px;
	padding: 0px;
	margin: 0 auto; /*Center container on page*/
}
* html #wrapper
	{
	/* bizarrely necessary for IE6 ! */
	position/**/: relative;
	}
#wrapper
{
	background: url("../images/cherry2.gif") repeat fixed;
	position: relative;
	width: 680px;
	min-height: 940px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	margin: 0px; 
	padding: 0px;
}
	