aa/* ------- Main ------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	background-color: #ffffff;
}

#container{
	width: 732px;
	margin: 0 auto;
}

#footer{
	height: 20px;
	width: 732px;
	background: url(content_bottom.jpg) no-repeat;
}

#copyrights{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#CCCCCC;
	text-align: center;
}

/* ------- Banner & Top Links ------- */

#bannerContainer{
}

#leftBanner{
	height: 338px;
	width: 245px;
	background: url(banner01.jpg) no-repeat;
	margin: 0px;
	float:left;
}

#rightBanner{
	height: 282px;
	width: 487px;
	background: url(banner02.jpg) no-repeat;
	margin: 0px;
	float: left;
}

#blog {
	background: url(blog.jpg) no-repeat;
	height: 38px;
	width: 69px;
	left: 245px;
	float: left;
}

#blogOver {
	background: url(blog_hover.jpg) no-repeat;
	height: 38px;
	width: 69px;
	left: 245px;
	float: left;
}

#spacer1 {			/* -- spacer between blog button & picture blog button -- */
	background: url(divider01.jpg);
	height: 38px;
	width: 9px;
	left: 314px;
	float: left;
}

#pictureBlog {
	background: url(picture_blog.jpg) no-repeat;
	height: 38px;
	width: 142px;
	left: 323px;
	float: left;
}

#pictureBlogOver {
	background: url(picture_blog_hover.jpg) no-repeat;
	height: 38px;
	width: 142px;
	left: 323px;
	float: left;
}

#spacer2 {			/* -- spacer between picture blog button & return button -- */
	background: url(divider02.jpg);
	height: 38px;
	width: 6px;
	left: 465px;
	float: left;
}

#return {
	background: url(return.jpg) no-repeat;
	height: 38px;
	width: 180px;
	left: 471px;
	float: left;
}

#returnOver {
	background: url(return_hover.jpg) no-repeat;
	height: 38px;
	width: 180px;
	left: 471px;
	float: left;
}

#linkEnd {
	background: url(link_end.jpg) no-repeat;
	height: 38px;
	width: 81px;
	left: 651px;
	float: left;
}

#topContent{
	background: url(top_contentbox.jpg) no-repeat;
	height: 18px;
	width: 487px;
	left: 245px;
	float: left;
}

/* ------- Content Area ------- */

#contentContainer{
	clear: both;
	background: url(content_bg.jpg) repeat-y;
	width: 732px;
	overflow: auto;
}

/* ------- Actual Blog Area ------- */

#blogContainer{
	width: 416px;
	padding-left: 75px;
	float: left;
}

#title{
	background: url(blog_header.jpg) no-repeat;
	height: 28px;
	width: 416px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	overflow: auto;
}

#titleText{
	padding-top: 3px;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#blogBody{
	background: url(blog_body.jpg) repeat-y;
	padding: 15px;
	width: 416px;
}

#bodyText{
	width: 388px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#date{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

#blogFooter{
	background: url(blog_footer.jpg) no-repeat;
	height: 20px;
	width: 416px;
}

/* ------- Comment Area ------- */

div.commentContainer{
	background: url(blog_body.jpg) repeat-y;
	width: 416px;
	padding: 15px;
}

#commentTitle{
	font-size: 16px;
	font-weight: bold;
	width: 388px;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #666666;
}

#commentBody{
	width: 388px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentDate{
	width: 388px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-bottom: 15px;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #666666;
	color: #666666;
}

#user{
	width: 388px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000;
}

#commentDisclaimer{
	font-size: 11px;
	color: #666666;
}

#commentForm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link.comment{
	text-decoration: none; 
	color: #649404;
}
	
a:visited.comment{
	text-decoration: none; 
	color: #649404;
}
	
a:hover.comment, a:active.comment{
	text-decoration: underline; 
	color: #649404;
}

/* ------- Side Bar ------- */

#sidebar{
	width: 149px;
	padding-right: 50px;
	float: right;
}

#sideBanner{
	background: url(bc_top.jpg) no-repeat;
	height: 195px;
	width: 149px;
}

#sideBody{
	background: url(bc_bg.jpg) repeat-y;
	width: 121px;
	padding: 15px;
}

p.sideText{
	width: 121px;
	padding-left: 3px;
	border-bottom-style: inset;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p.sideTextOver{
	width: 121px;
	padding-left: 3px;
	border-bottom-style: inset;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #BADF73;	
}

#sideFooter{
	background: url(bc_bottom.jpg) no-repeat;
	height: 15px;
	width: 149px;
}

#sideCat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}




a:link.side{
	text-decoration: none; 
	color: #649404;
}
	
a:visited.side{
	text-decoration: line-through; 
	color: #649404;
}
	
a:hover.side, a:active.side{
	background-color: #BADF73;
	color: #649404;
}


/* ------- Centering Images ------- */

#thumbnail{
	margin:0px auto;
}

/* ------- Picture Blog ------- */

#mainImageContainer{
	width: 414px;
	padding-left: 75px;
	float: left;
}

#imageHeader{
	background:url(image_header.jpg) no-repeat;
	width: 414px;
	height: 20px;
	font-family:"Courier New", Courier, monospace;
	font-size: 9px;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
	padding-left: 25px;
}

#imageBody{
	background:url(image_body.jpg) repeat-y;
	width:414px;
	padding-left: 20px;
	vertical-align: text-top;
}

#imageFooter{
	background:url(image_footer.JPG) no-repeat;
	width: 414px;
	height: 20px;
}


#imageTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
}

#imageDescription{
	width: 255px;
	padding-left: 15px;
	padding-top: 8px;
}

#catText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #649404;
}

#imageText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}

a:link.numbers{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
	
a:visited.numbers{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
	
a:hover.numbers, a:active.numbers{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}





































/* ------- Light Box ------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; text-transform: capitalize;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	