*
{
	margin:				auto;
	padding:			0;
	list-style:			none;
}

BODY
{
	width:				820px;
	text-align:			center;
	color:				#666;
	font-family:		Verdana, sans-serif;
	font-size:			80%;
	background:			#FFF;
}

IMG
{
	border:				0;
	vertical-align:		middle;
}

A, A:visited
{
	text-decoration:	none;
	font-weight:		bold;
	color:				#666;
}
A:hover
{
	text-decoration:	underline;
}


#wrapper
{
	width:				100%;
	text-align:			left;
}    

#header IMG
{
	margin:				8px 0 8px 0;
}

UL#navigation
{
	display:			block;
	width:				100%;
	font-family:		"Times New Roman";
	text-align:			center;
	margin:				0;
	border:				0;
	padding:			0;
	background:			#EEE;
	list-style-type:	none;
	font-size:			110%;
	white-space:		nowrap;
}
UL#navigation LI
{
	float:				left;
	width:				116px;
	text-align:			center;
	border:				0;
	padding:			0;
	border-right:		1px solid #666;
	background:			#EEE;
}
UL#navigation LI.page-item-12
{
	border-right:		1px solid #EEE;
}

UL#navigation LI A
{
	line-height:		1.5em;
	min-height:			1.5em;
	text-decoration:	none;
	color:				#666;
}

UL#navigation LI.current_page_item
{
	background:			#DDDEF0;
}

#content
{
	margin:				auto;
	padding:			0;
}
#content .notice P
{
	border-top:			1px solid #bbb;
	border-bottom:		1px solid #bbb;
	padding:			5px 0px;
	margin:				1px;
}
#content .notice
{
	margin-bottom:		20px;
}
#content .post
{
	position:			relative;
	margin-bottom:		30px;
	padding-top:		10px;
}
#content .post H2
{
	font-size:			120%;
	font-weight:		bold;
	color:				#666;
	margin-bottom:		0px;
	margin-top:			5px;
}
#content .post H2 A
{
	color:				#666;
	text-decoration:	none;
	padding:			3px 0;
	font-size:			120%;
	font-weight:		bold;
}
#content .post H2 A:hover
{
	color:				#D5F3FF;
}
	
#content .prevnext
{
	margin-top:			20px;
}	
#content .post H3 A
{
	color:				#666;
}              
#content .post H3 A:hover
{
	text-decoration:	none;
}
#content .post IMG
{
	max-width:			640px;
}     
#content .post UL
{
	margin-left:		20px !important;
}
#content .post UL LI
{
	list-style-type:	disc !important;
}
#content P, #content .post UL LI
{
	margin-bottom:		10px;
	margin-top:			10px;
	color:				#666;
	margin-right:		0px;
	text-align:			justify;
}

#content blockquote
{
	margin-left:		10px;
	border-left:		3px solid #555;
	padding-left:		10px;
	font-style:			italic;
}
#content P A
{
	color:				#666;
}
#content P A:hover
{
	text-decoration:	underline;
} 
#content small
{
	margin:				auto;
	text-align:			center;
	display:			block;
	border-top:			3px solid #333;
	border-bottom:		1px solid #333;
	font-size:			80%;
	color:				#666;
}
#content OL
{
	line-height:		1.6;
}
#content OL.commentlist
{
	margin-top:			10px;
}
#content OL.commentlist LI
{
	border-top:			1px solid #333;
	margin-bottom:		10px;
}
#content OL.commentlist LI .commentMeta
{
	width:				120px;
	float:				left;
	margin-top:			5px;
}
#content OL.commentlist LI .commentMeta SPAN
{
	display:			block;
}
#content OL.commentlist LI .commentMeta SPAN.author,
#content OL.commentlist LI .commentMeta SPAN.author A
{
	color:				#CCC;    
	text-decoration:	none;
	margin-bottom:		5px;
}                     
#content OL.commentlist LI.commentMeta SPAN.date A
{
	color:				#666;
	text-decoration:	none;
	font-size:			80%;
}
#content OL.commentlist LI .commentMeta SPAN.moderate A
{
	color:				#42ADFB;
}
#content OL.commentlist LI .commentText
{
	width:				450px;
	float:				right;
	padding:			5px;
}
#content OL.commentlist .avatar
{
	float:				left;
}
#content H3
{
	color:				#42ADFB;
}
#content #commentform INPUT
{
	padding:			5px;
}
#content #commentform TEXTAREA
{
	width:				410px;
	padding:			10px;
}
#content .nextprevious
{
	height:				40px;
	display:			block;
}
#content .nextprevious A
{
	color:				#CCC;
}
#content .nextprevious .left
{
	float:				left;
}              
#content .nextprevious .right
{
	float:				right;
}
#content .adBrite
{
	display:			block;
	margin-bottom:		20px;
	border:				1px solid #333;
}

#addthis
{
	float:				left;
}

#subscribe
{
	margin-bottom:		1em;
}
#subscribe INPUT
{
	vertical-align:		middle;
	font-size:			90%;
}

#footer
{
	margin:				0 0 5px 0;
	padding:			5px;
	background:			url(images/footer.jpg) repeat-y;
	text-align:			right;
	font-size:			90%;
}

.wp-caption
{
	border:				1px solid #DDD;
	text-align:			center;
	background:			#F3F3F3;
	padding-top:		4px;
	margin:				10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius:		3px;
	-khtml-border-radius:	3px;
	-webkit-border-radius:	3px;
	border-radius:			3px;
}
.wp-caption IMG
{
	margin:				0;
	padding:			0;
	border:				0 none;
}
#content P.wp-caption-text  
{
	font-size:			11px;
	line-height:		17px;
	margin:				10px;
	color:				#666;
	text-align:			center;
}

.aligncenter
{
   display:				block;
   margin:				auto;
}
.alignleft
{
   float:				left;
}
.alignright
{
   float:				right;
}

.clearfix
{
	clear:				both;
}	

[disabled]
{
	color:				#DDDDDD;
	border-color:		#DDDDDD!important;
	background:			none!important;
}

