* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #000000;
	margin: auto auto;

}
#right. p {
	float: right;

}
#menu {
  
	margin: 0px auto;
	width: 954px;
	height: 0px;	
}

#menuLeft {
	float: left;
	width: 23px;
	height: 0px;

}

#menuCent {  
	float: left;
	width: 954px;
	background: url(../images/menu.gif) repeat-x top;
}

#menuRight {
	float: right;
	width: 23px;
	height: 0px;

}

#menuCent ul {
	list-style: none;	
}

#menuCent ul li{
    
    float: left;	 
}

#menuCent ul li a {
  
	display: block;
	float: left;
	padding: 0 25px;
	font: 12px/21px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
  font-weight: bold;
}

#menuCent ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #212121;

}  

#menuCent ul li a.firstItem {
  background: #212121;

}

#menuCent ul li a.firstItem:hover {

}

.red {
  color:#d52b1e;
}
a {
	color: #6B001A;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 160px;
	padding: 0 8px;
  padding-top: 0px;
}
	#header ul {
		list-style-type: none;
		clear: both;
	}
		#header ul li {
			float: left;
		}
	#header .pages {
		float: left;
	}
		#header .pages li {
			font-weight: bold;
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#header .pages li a {
			color: #ffffff;
			text-decoration: none;
			display: block;

		}
		#header .pages li a:hover {
			text-decoration: underline;
		}
	#header h1 {
		float: left;

		clear: both;
	}
		#header h1 a {
			display: block;
			outline: none;
			text-indent: -9999px;
			width: 970px; height: 0px;
		}
	#header .ad {
		float: right;
	}
	#header .categories {

    overflow: hidden;
		width: 100%;
		
	}
		#header .categories li {
			font-family: Arial;
			font-size: 0.9em;
			text-transform: uppercase;
			padding-left: 1px;
			background: url(../images/divider.gif) no-repeat 0 7px;
			margin-left: -1px;
		}
		#header .categories li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 5px 10px 12px;
		}
		#header .categories li a:hover {
			text-decoration: underline;
		}
/** END header **/

/** BEGIN body **/
#body {
	padding: 0 0;
}
/** END body **/

/** BEGIN content **/
#content {  
	clear: both;
	width: 676px;
	float: left;
	background: url(../images/contentbody.gif) repeat-y 0 0;
	font-family: Arial;
}
	#content .head { background: url(../images/contenthead.gif) no-repeat 0 0; }
	#content .foot { 
		background: url(../images/contentfoot.gif) no-repeat 0 bottom;
		padding: 7px 4px;
		
	}
	#content .atitle {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin: 1px 1px;
	}
	#content .featured {
		padding: 5px 5px 5px;
	}
		#content .featured h2.title {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			color: #ffffff;
			background-color: #212121;
			padding: 5px 8px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		#content .featured .thumb {
			width: 646px; height: 250px;
			padding: 5px;
			border: 1px solid #E9E9E9;
			background-color: #F2F2F1;
			clear: both;
		}
			#content .featured .b {
				width: 646px; height: 299px;
				overflow: hidden;
				position: relative;
			}
			#content .featured .photo {
				list-style-type: none;
			}
				#content .photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#content .photo li.first {
					z-index: 2;
				}
				#content .photo li img {
					width: 380px;
				}
			#content .featured .text {
				list-style-type: none;
			}
				#content .featured .text li {
					width: 236px; height: 220px;
					position: absolute;
					top: 0; right: -270px;
					padding: 15px;
					color: #00a1de;;
					font-family: Verdana;
					background: #212121;

					z-index: 4;
				}
				#content .featured .text li.first {
					right: 0;
				}
					#content .featured .text h2 {
						font-size: 1.6em;
						margin-bottom: 15px;
					}
					#content .featured .text p {
						line-height: 1.6em;
						margin-bottom: 15px;
					}
					#content .featured .text a {
						color: #ffffff;
						text-decoration: none;
					}
					#content .featured .text .readmore {
						font-size: 0.9em;
						font-weight: bold;
						text-transform: uppercase;
					}
	#content .post {
		clear: both;
		border-top: 1px solid #E9E9E9;
		margin: 0 30px;
	}
	#content .first {
		border-top: 0;
	}
		#content .post .l {
			float: left;
			width: 140px;
			padding: 15px 0;
		}
			#content .post img {

				
			}
		#content .post .r {
			float: right;
			width: 430px;
			padding: 15px 0;
		}
			#content .post h2 {
				font-weight: bold;
				font-size: 1.8em;
				margin-bottom: 15px; 
			}
				#content .post h2 a {
					text-decoration: none;
					color: #191919;
				}
			#content .post p {
				line-height: 1.6em;
				margin-bottom: 15px;
			}
			#content .details {
				float: left;
				font-size: 0.85em;
				text-transform: uppercase;
				margin-bottom: 0 !important;
			}
				#content .details a {
					text-decoration: none;
					color: #191919;
					margin: 0 5px;
				}
				#content .details a:hover {
					text-decoration: underline;
				}
			#content .comments {
				float: right;
				margin-bottom: 0 !important;
				padding-bottom: 6px;
				background: url(../images/comments.gif) no-repeat right bottom;
			}
				#content .comments a {
					display: block;
					color: #ffffff;
					font-family: Verdana;
					font-size: 0.9em;
					text-decoration: none;
					padding: 2px 6px;
					background-color: #212121;
				}
				
	#content .postnav {
		clear: both;
		float: right;
		padding: 0 20px;
	}
		#content .postnav ul {
			list-style-type: none;
		}
			#content .postnav ul li {
				float: left;
				padding: 0 4px;
				font-family: Arial;
			}
			#content .postnav ul li a {
				display: block;
				padding: 4px 8px;
				border: 1px solid #E1E1E1;
				text-decoration: none;
				color: #4F4F4F;
			}
			#content .postnav ul li a:hover {
				border-color: #ffffff;
			}
	#wp_page_numbers ul {
		border-top: 0 !important;
	}
	#wp_page_numbers .page_info {
		padding: 4px 8px !important;
		border: 1px solid #E1E1E1 !important;
		margin-right: 2px;
	}
	#wp_page_numbers .active_page a {
		border-color: #ffffff !important;
		background-color: #ffffff !important;
	}
	#content .single {
		padding: 10px 30px;
	}
		#content .single h2 {
			margin-bottom: 10px;
			font-size: 1.4em;
			text-transform: none;
			
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1em;
			font-weight: normal;
			margin-bottom: 5px;
		}
/** END content **/

/** BEGIN links **/
#links {
	clear: both;
	padding: 20px 30px;
	font-family: Verdana;
}
	#links .box {
		width: 130px;
		float: left;
		padding: 20px 10px;
		border-top: 1px solid #E9E9E9;
	}
	#links h2 {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#links ul {
		clear: both;
		list-style-type: none;
		padding: 0 5px;
	}
		#links ul li {
			line-height: 1.5em;
			font-size: 0.9em;
			padding: 4px 0;
		}
		#links ul li a {
			color: #191919;
			text-decoration: none;
		}
		#links ul li a:hover {
			color: #6B001A;
			text-decoration: underline;
		}
/** END links **/

/** BEGIN sidebar **/
#sidebar {
	width: 270px;
	float: right;
	padding: 8px 8px 0 0;
}
	#sidebar .box {
		border: 1px solid #E1E1E1;
		padding: 10px;
		margin-bottom: 15px;
		font-weight: bold;
	}
		#sidebar .box2 {
		border: 1px solid #E1E1E1;
		padding: 10px;
		margin-bottom: 15px;
		font-weight: bold;
	}
		#sidebar h3 {
		font-size: 1em;
	
	}
	#sidebar h2 {
		font-size: 1em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: bold;
		margin-bottom: 10px;
		width: 130px; 
	}
  
  #sidebar ul {
		list-style-type: none;
	}
  	
  #sidebar ul li {
			line-height: 1.5em;
  		padding: 3px 5px;
      background-color:#fff;
			width: 245px;
		  display: block;
		}
	 #sidebar ul li .white  {
			line-height: 1.5em;
 			padding: 2px 5px;
			background: url(../images/menu.gif) repeat-x top;;
			width: 245px;
		  display: block;
		  color: #fff;
    }
     #sidebar ul li .red  {
			line-height: 1.5em;
 			padding: 2px 5px;
			width: 245px;
		  display: block;
		  color: #d52b1e;
    }		

		#sidebar ul li {
			line-height: 1.5em;
			padding: 2px 0;

		}
		#sidebar ul li a {
			color: #191919;
			text-decoration: none;
		}
	#sidebar .ads {
		text-align: center;
		margin-bottom: 10px;
	}
		#sidebar .ads img {
			margin: 4px;
		}
	#sidebar .search {
		border: 2px solid #E1E1E1;
		margin-bottom: 10px;
		height: 29px;
	}
		#sidebar .search input {
			border: 0;
			float: left;
			width: 220px;
			margin: 6px 4px;
		}
		#sidebar .search button {
			border: 0;
			background-color: #212121;
			color: #ffffff;
			font-size: 0.8em;
			font-weight: bold;
			text-transform: uppercase;
			width: 38px; height: 29px;
			float: right;
		}
	#sidebar .flickr {
		text-align: center;
	}
		#sidebar .flickr img {
			width: 75px;
			margin: 2px;
		}
	#sidebar .video {
		padding-left: 2px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #212121;
	color: #ffffff;
}
	#footer p {
		width: 940px;
		margin: auto auto;
		text-align: left;
		font-size: 0.9em;
		padding: 15px 0;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px 30px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
	
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments h2 {
		font-size: 0.9em;
		margin-bottom: 20px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#middle { text-align:center;  
        float: right;
        margin-top: 5px;
        margin-right: 4px;
               }

