/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

body {
	width: 100%;
	height: 100px;
	
	background-color: Transparent;	
	quotes: 34;
}


/* CONTAINER */

		#container {
			width: 850px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #666;
			background-color: Transparent;
			
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color:  #BB0000;
			margin-bottom: 30px;
			background-color: Transparent;			
		}
		
		h2 {
			color: #FFFFFF;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: Transparent;
			border: 1px solid #5C5C5C;
			padding: 4px;
			background:  url(../images/redbg.gif) repeat-x;								
		}
		
		h3 {
				font-size: 12px;
				font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
				background-color: Transparent;
				background: url(../images/bkg.gif) repeat top left;
				border: 1px solid #DDDDDD;
				padding: 3px;	
				color: #FFFFFF;
				padding-left: 12px;	
		}
		
		h4 {
				font-size: 12px;
				background-color: #DDDDDD;
				border-bottom: 1px solid #5C5C5C;
				padding: 3px;	
				color: #5C5C5C;
				margin: 0px;
		}			
				
		a {
			color: #BB0000;
			text-decoration: none;
		}

		a:hover {
			color: #5E5E5E;
			background-color: #F5F5F5;
			text-decoration: underline;
		}
		
		p.sub {
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #666;
			background-color: Transparent;
			margin: 0px;
			border: 0px;	
		}
		
		form.search {
			float:right;
			margin-top: -60px;		
			font-size: 9px;
		}
		
		label {
			float: left;
			width: 100px;
		}
		
		label.long {
			float: left;
			width: 150px;
		}
		
		
		input {
			background-color: Transparent;
			color: #666;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
			cursor: text;
		}
		
		textarea.normal {
			width: 300px;
			height: 50px;
			background-color: Transparent;
			color: #666;
			border: 1px solid #CCC;
			font-size: 12px;
			padding: 3px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			line-height: 1.6em;			
		}
		
		select {
			background-color: Transparent;
			color: #666;
			border: 1px solid #CCC;
			font-size: 12px;
			padding: 3px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			line-height: 1.6em;			
		
		}
		
		input.radio {
			border: 0px;
			padding: 2px;
			cursor: pointer;
		}
		input.chkBox {
			border: 0px;
			padding: 2px;
			cursor: pointer;
		}		
		
		fieldset {
			padding: 8px;
		}
		
		legend {
			padding: 6px;
			border: 1px solid #FFF;
			margin-bottom: 2px;
			margin-top: 2px;
		}
		
		submit {
			border: 1px solid red;
		}
		
		.button {
			padding: 2px;
			cursor: pointer;
			width: 100px;			
		}
			.button:hover {				
				color: #D20000;
			}
		
		.error {
			color: #F03;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: Transparent;
		}
		
		div#rotatingImages {
			border: 0px solid #DDDDDD;
			border-left: 1px solid #DDDDDD;
			padding: 4px;
			width: 216px;
			height: 410px;			
		}
			div#rotatingImages img#r1 {
				margin: 0px;
			}
			div#rotatingImages p#img_caption {
				border: 0px solid #DDDDDD;
				padding: 4px;
				margin: 0px;
				height: 40px;
				vertical-align: middle;
			}
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #BB0000;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			background: url(../images/logo_bbsTilted_02.gif) no-repeat top left;
			padding-left: 150px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 50px;
			color: #5F5F5F;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
			
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
			filter:alpha(opacity=90); /*Specify fade effect in IE. Remove if desired.*/
			-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
			/*background: rgba(118, 118, 118, .8); /*Specify fade effect in Mac. Remove if desired.*/*/

		}

		#navigation a:link, #navlist a:visited {
			color: #5E5E5E;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(../images/arrow.gif) 96% 50% no-repeat;
			background-color: #DDDDDD;
			color: #BB0000;
			border-bottom: 1px solid #BB0000;
		}
		
		#navigation img {
			margin-right: 20px;
			}
			
/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
			cursor: pointer;
		}

		
/* CONTENT ELEMENTS */

		#content {
			width: 462px;
			margin-left: 180px;
			margin-right: 200px;			
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

/* SHELLS AND TOGGLE ITEMS */
#toggle:hover {
	color: #B8B8B8;
	text-decoration: none;
	cursor: pointer;
}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 195px;								
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
		
/* PRODUCT PREVIEW */
#productListing {
	margin: 4px;
	width: 145px;
	float: left;

}	
	#productListing p {
		color: #5E5E5E;
		padding: 4px;
		border: 1px solid #DDDDDD;
		margin: 0px;
		text-align: center;
	}

/* Photo PREVIEW */
	
	#photoListing img {
		width: 85px;
	}

.popUp {
	background-color: Transparent;
	visibility: hidden;
	position: relative;
	margin: 0 10px;
	}

	/*Favorites*/
	
	#Gallery{
    width : 450px;
    margin : 0 auto;
}
#Gallery_VerticalFix {
    width: 450px;
    display : table-cell;
    vertical-align : middle;
    text-align : center;
}
#Gallery img {
    max-width : 450px;
	padding: 4px;
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */		
    /*max-height : 290px;*/
}
	
/* ARTICLES */

div#articles {

}	

div#articles h3 {
	margin-bottom: 0px;
}

	div#articles p {
		background-color: Transparent;
		margin-bottom: 0px;
	}
	
	div#articles p.sub {
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 10px;
		line-height: 1.6em;
		color: #666;
		background-color: Transparent;
		margin: 0px;
		border: 0px;	
	}

	#misc p.sub {
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 10px;
		line-height: 1.6em;
		color: #666;
		background-color: Transparent;
		margin: 0px;
		border: 0px;	
	}

/* JOURNAL STYLES */
	table.journalList {
		border: 0px solid red;
		margin-bottom: 1.6em;
		background: #FFF;
		width: 100%;
		margin: auto;
	}
		table.journalList tr th {
			background:  url(../images/redbg.gif) repeat-x;
			color: #FFF;
		}		
		table.journalList tr.chapter:hover {
			cursor: pointer;
			background: #EEE;
		}

		table.journalList th {
			padding: 8px;
			border-bottom: 1px dotted #666;
			border-right: 1px dotted #666;

		}
		table.journalList td {
			padding: 4px;
			border-bottom: 1px dotted #666;
		}
		
/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color: Transparent;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			font-size: 10px;
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #575352;
		}
		
		/* And they lived happily ever after. The End. */

