/*
Theme Name: FG
Author: xceedbd.com
Author URI: http://www.xceedbd.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #393938;
	background:#EFEFEF;

}
a {
	color: #02024a;
}
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: 1000px;
	margin: auto auto;
	text-align: left;		
}
/** END wrapper **/

/** BEGIN header **/
#header {
	padding:0px;
	margin:0px;
	height: 128px;
	background:url(images/header.jpg) no-repeat top;
}

#header .logo {
	margin:0px;
	padding:0px;
	BORDER:0px;
	float:left;
	text-align:left;
	width:206px;
	height:110px;
	margin-top:5px;
	margin-left:40px;
}

#header2 {
	padding:0px;
	margin:0px;
	height: 26px;
	background:url(images/botton_bg.gif) repeat-x top;
}

#header2 .categories {
	padding:0px;
	margin:0px;
	list-style-type: none;
	float:center;	
	margin-top:0px;
	margin-left:30px;

}

#header2 .categories li {
	float: left;
	font-size: 11px;
	text-transform:capitalize;
	font-weight: bold;
	padding-left: 2px;
	padding-top:6px;
	padding-bottom:6px;
	background:url(images/botton_div.gif) no-repeat left;
	/*padding-top:30px;*/
}
#header2 .categories li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 3px 0px;
}

#header2 .categories li a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 3px 0px;
}

		  
/** END header **/

/** BEGIN body **/
#body {
	padding: 5px 0 0 0;
}
/** END body **/

/** BEGIN content **/
#content {
	padding: 0px;
	margin:0px;
	margin-left:8px;
	width: 425px;
	float: left;
}

#content .featured {
	padding: 0px;
	margin:0px;
	border: 2px solid #1c3c85;
}

#content .featured .thumb {
	width: 420px; 
	height: 250px;
	padding: 0px;	
	clear: both;
}

#content .featured img {
	width: 420px;
	height: 250px;
}

#content .featured .b {
	width: 500px; 
	height: 250px;
	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: 500px;
	height: 250px;
}
#content .featured .text {
	list-style-type: none;
	/*background:#101067;*/
	/*color: #ffffff;*/
	padding-left:10px;
	
}

#content .featured .text li {	
	height: 110px;
	position: absolute;
	top: 0; 
	/*right: -270px;*/
	padding: 0px;
	/*color: #ffffff;*/
	font-family:Arial;
	margin-left:10px;
	z-index: 4;
}
#content .featured .text li.first {
	right: 0;
}
#content .featured .text h2 {
	font-size: 1.6em;
	margin-bottom: 5px;
}
#content .featured .text p {
	line-height: 1.6em;
	margin-bottom: 5px;
}
#content .featured .text a {
	/*color: #ffffff;*/
	text-decoration:underline;

}
#content .featured .text .readmore {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

#content .posttext {
	padding:0px;
	margin:0px;		
	float: left;
	margin: 10px 0px 10px 0px;	
}

#content .post {
	clear: both;
	width: 420px;
	float: left;
	/*border:#d4d2d2 2px solid;*/
	border-bottom:#c2c2c2 2px solid;
	margin: 0 0px 0px 0px;	
}
	

#content .post .title{
	padding:0px;
	margin:0px;
	min-height:53px;
	overflow:hidden;	
}
/*
#content .post .meta{
	clear:both;
	padding:0px;
	margin:0px;
	height:40px;
	border-top:#d4d2d2 2px solid;		
}
		
#content .post .meta .tags {
	float: left;
	font-size: 0.95em;
	font-weight:bold;	
	margin-bottom: 0 !important;
	color:#808080;
	margin-left:10px;
	margin-top:10px;
}
#content .post .meta .tags a {
	text-decoration: none;
	color: #b3324f;
	margin: 0 5px;
}
#content .post .meta .tags a:hover {
	text-decoration: underline;
}

#content .post .meta .undercat {
	float:right;
	font-size: 0.95em;
	font-weight:bold;	
	margin-bottom: 0 !important;
	color:#808080;
	margin-right:10px;
	margin-top:10px;
}
#content .post .meta .undercat a {
	text-decoration: none;
	color: #b3324f;
	margin: 0 5px;
}
#content .post .meta .undercat a:hover {
	text-decoration: underline;
}
*/

#content .first {
	border-top: 0;
}
#content .post .l {
	float: left;
	width: 100px;
	padding:10px 5px 0 0;				
}
#content .post img {
	/*width: 134px; 
	height: 134px;				
	background-color: #F2F2F1;
	padding: 5px;*/
	margin:0px;
	padding:0px;
	float: left;
	margin-right:10px;
	width: 100px; 
	height: 102px;
	border:#696969 1px solid;
}
#content .post .r {
	float: right;
	width: 310px;
	padding: 0px 0;			
}
#content .post .r .more{
	float:right;
	margin-right:70px;
	color:#bd5532;
	width:70px;
	height:21px;	
	background:url(images/readmore.gif) no-repeat right;
}
#content .post .title h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom:0px;
	font-family:Verdana;
	font-weight:bold;
	margin-left:10px;
	padding-top:5px;				
}

#content .post .title h2 a {
	text-decoration: none;
	color: #f19f00;										
}
#content .post p {
	line-height: 1.6em;
	margin-bottom: 15px;
}

#content .post .title .details {
	float: left;
	font-size: 0.95em;
	font-weight:bold;	
	margin-bottom: 0 !important;
	color:#808080;
	margin-left:10px;
}
#content .post .title .details a {
	text-decoration: none;
	color: #02024a;
	margin: 0 5px;
}
#content .post .title .details a:hover {
	text-decoration: underline;
}

#content .post .title .comments {
	float: right;
	margin-bottom: 0 !important;
	padding-bottom: 0px;				
}
#content .post .title .comments a {
	display: block;
	color: #02024a;
	font-family: Verdana;
	font-size: 0.9em;
	font-weight:bold;
	text-decoration:underline;
	text-decoration: none;
	padding: 0px 10px 0 0;					
}

#content .postnav {	
	float: right;
	padding: 0 0px;
}
#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:0px;
	margin:0px;
	width: 420px;
	float: left;				
	margin: 0 0px 0px 0px;
	padding-left:5px;

}
/*
#content .single .title{
	padding:0px;
	margin:0px;
	min-height:53px;
	overflow:hidden;	

}
*/
#content .single .title h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom:0px;
	font-family:Verdana;
	font-weight:bold;
	margin-left:10px;
	padding-top:5px;
	color: #f19f00;		
}		

#content .single .title .details {
	float: left;
	font-size: 0.95em;
	font-weight:bold;	
	margin-bottom: 0 !important;
	color:#808080;
	margin-left:10px;
}
#content .single .title .details a {
	text-decoration: none;
	color: #b3324f;
	margin: 0 5px;
}
#content .single .title .details a:hover {
	text-decoration: underline;
}

#content .single .title .comments {
	float: right;
	margin-bottom: 0 !important;
	padding-bottom: 0px;				
}
#content .single .title .comments a {
	display: block;
	color: #b3324f;
	font-family: Verdana;
	font-size: 0.9em;
	font-weight:bold;
	text-decoration:underline;
	text-decoration: none;
	padding: 0px 10px 0 0;					
}


#content .single p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content .single .meta{
	clear:both;
	padding:0px;
	margin:0px;
	height:40px;
	border-top:#d4d2d2 2px solid;		
}

#content .single .meta .tags {
	float: left;
	font-size: 0.95em;
	font-weight:bold;	
	margin-bottom: 0 !important;
	color:#808080;
	margin-left:10px;
	margin-top:10px;
}
#content .single .meta .tags a {
	text-decoration: none;
	color: #b3324f;
	margin: 0 5px;
}
#content .single .meta .tags a:hover {
	text-decoration: underline;
}

#content .single .meta .undercat {
	float:right;
	font-size: 0.95em;
	font-weight:bold;	
	margin-bottom: 0 !important;
	color:#808080;
	margin-right:10px;
	margin-top:10px;
}
#content .single .meta .undercat a {
	text-decoration: none;
	color: #b3324f;
	margin: 0 5px;
}
#content .single .meta .undercat a:hover {
	text-decoration: underline;
}

#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: 1.2em;
	margin-bottom: 5px;
}
/** END content **/

/** BEGIN sidebar **/
#sidebar_left {
	padding:0px;
	margin:0px;
	width: 244px;
	float:left;
	margin-left:5px;

}

#sidebar_left .login{
	padding:0px;
	margin:0px;	
	float:left;
	height:112px;
	width:244px;
	margin-top:5px;
	background:url(images/login.gif) no-repeat;

}

#sidebar_left .login input {
background:transparent;
font-size:13px;
color:#000000;
font-family:Tahoma, arial, verdana, courier;
width:150px;
height:23px;
vertical-align:middle;
border: 0px solid #8c8c8c;
}

#sidebar_left .login .input {
padding:0px;
margin:0px;
width:61px;
height:16px;
margin:-20px 0px 0px 10px



/*
padding:0px 0px 0px 45px; 
margin:-20px 0px 0px 10px
*/
}

#sidebar_left .login #user {
padding:3px 0px 0px 0px; 
margin:26px 0px 0px 80px

}

#sidebar_left .login #passwrd {
padding:3px 0px 0px 0px;
margin:3px 0px 0px 80px

}

#sidebar_left .login #remember {
padding:0px 0px 0px 0px; 
margin:-8px 75px 0px 0px; 
float:right; width:20px;
}


#sidebar_left .login .links {
	color: #c5c5de;
	padding: 0px 0 0px 0px;
	margin-top:-15px;
	float:right;
}

#sidebar_left .login .links a {
	color: #f59417;
	text-decoration: none;
	margin: 0 1px;
}
#sidebar_left .login .links a:hover {
	text-decoration: underline;
}

#sidebar_left .subscribe{
	padding:0px;
	margin:0px;	
	float:left;
	height:100px;
	width:244px;
	margin-top:10px;
	
}

#sidebar_left .subscribe h3{
font-size:12px;
font-weight:normal;

}

/*
#sidebar_left .subscribe input {
font-size:10px;
width:240px;
height:20px;
vertical-align:middle;
border: 1px solid #000000;
}

#sidebar_left .subscribe .nameinput{
padding:0px 0px 0px 0px;
margin:0px;
margin-bottom:5px;
float:right;
}

#sidebar_left .subscribe .emailinput{
padding:0px 0px 0px 0px;
margin:0px;
float:right;
font-size:10px;
}

#sidebar_left .subscribe .goinput{
padding:0px; 
margin:5px 0px 0px 0px;
float:right;
height:18px;
width:60px;
}
*/
#sidebar_left .forumfost{
	padding:0px;
	margin:0px;	
	float:left;
	width:241px;
	margin-top:5px;
	background:#02024c;
}
#sidebar_left .forumfost .top{
	padding:0px;
	margin:0px;	
	float:left;
	height:51px;
	width:241px;
	background:url(images/latestf_top.gif) no-repeat top;
}
#sidebar_left .forumfost .bottom{
	clear:both;
	padding:0px;
	margin:0px;	
	float:left;
	height:14px;
	width:241px;
	background:url(images/latestf_bottom.gif) no-repeat bottom;
}

#sidebar_left .forumfost .box{
	padding:0px;
	margin:0px;	
	float:left;
	margin-left:10px;
	width:220px;
	color:#FFFFFF;
}

#sidebar_left .forumfost .box ul{	
	float:left;
}

#sidebar_left .forumfost .box ul li{
	margin:10px 0 0px 0px;
	/*list-style:square;*/
	list-style-type: none;
	}
	
#sidebar_left .forumfost .box a{
	padding:2px 2px 2px 0px;
	border:0;	
	color: #f49316;
}

#sidebar_left .poll{
	padding:0px;
	margin:0px;	
	float:left;
	width:241px;
	margin-top:5px;
	background:#02024c;
}
#sidebar_left .poll .top{
	padding:0px;
	margin:0px;	
	float:left;
	height:52px;
	width:241px;
	background:url(images/poll_top.gif) no-repeat top;
}
#sidebar_left .poll .bottom{
	clear:both;
	padding:0px;
	margin:0px;	
	float:left;
	height:13px;
	width:241px;
	background:url(images/poll_bottom.gif) no-repeat bottom;
}

#sidebar_left .poll .box{
	padding:0px;
	margin:0px;	
	float:left;
	margin-left:10px;
	width:230px;
	color:#FFFFFF;
}

#sidebar_left .poll .box a{	
	color:#FFFFFF;
}

#sidebar_left .advertisement{
	padding:0px;
	margin:0px;	
	float:left;
	width:241px;
	margin-top:5px;
	background:#e2e2e2;
	text-align:center;
}
#sidebar_left .advertisement .top{
	padding:0px;
	margin:0px;	

	float:left;
	height:51px;
	width:241px;
	background:url(images/advertizement.gif) no-repeat top;
}
#sidebar_left .advertisement .bottom{
	clear:both;
	padding:0px;
	margin:0px;	
	float:left;
	height:3px;
	width:241px;
	background:url(images/advertizement_bottom.gif) no-repeat bottom;
}

/*	
#sidebar_left .advertisement ul a{
	font-size:1em;
	color:#ff7800;
     font-weight: bold;
	 height:50px;
	}

#sidebar_left .advertisement ul {
	list-style-type: none;
}
#sidebar_left .advertisement ul li {
	line-height: 1.5em;
	padding: 2px 0;
	margin-left:10px;		
}
#sidebar_left .advertisement ul li a {
	color: #bd5532;
	font-weight:bold;
	text-decoration: none;
}
	*/	
#sidebar_left .advertisement .ads{
	padding:0px;
	margin:0px;	
	float:left;
	width:241px;
	height:53px;
	margin-top:10px;
	margin-left:0px;
}

/*============Left sidebar==================*/

/*
#sidebar {
	padding:0px;
	margin:0px;
	width: 315px;
	float: right;
	margin-right:20px;
}
#sidebar .box {
		margin:10px auto;
                width: 300px;
	}
	
	#sidebar h2 {
		font-size: 1.1em;
		text-transform: uppercase;
		color: #a81334;	
		padding: 5px 8px;
		font-weight:bold;
		margin-bottom: 10px;
		background:url(images/link_title_bg.gif) repeat-x;		
		border-bottom: 1px solid #E9E9E9;		
	}
	
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			line-height: 1.5em;
			padding: 2px 0;
			margin-left:10px;		
		}
		#sidebar ul li a {
			color: #ad2241;
			font-weight:bold;
			text-decoration: none;
		}
	#sidebar .ads {
		text-align: center;
		margin-bottom: 10px;
		border: 1px solid #E9E9E9;
	}
		#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: #a81334;
			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 {

		text-align:center;
width:300px;
height:220px;
	}
	#sidebar .tags {

		text-align:center;
	}

/** BEGIN links **/
/*
#links {
	clear: both;
	padding: 0px 0px;
	font-family: Verdana;
}

#links .col_1{
padding:0px;
margin:0px;
width:150px;
float:left;
}

#links .col_2{
padding:0px;
margin:0px;
float:right;
width:150px;
margin-right:5px;
}

	#links .box {	
		float: left;
		padding: 0px 0px;
		border-top: 1px solid #E9E9E9;
		width: 150px;
	}
	
	
	#links h2 {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #a81334;
		padding: 5px 8px;
		font-weight: normal;		
		margin-bottom: 10px;
		height:21px;
		width:135px;
		background:url(images/link_title_bg.gif) repeat-x;
		border-bottom: 1px solid #E9E9E9;
	}
	#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: #333333;
			text-decoration: none;

		}
		#links ul li a:hover {
			color: #a81334;
			text-decoration: underline;
		}
/** END links **/

#sidebar {
	padding:0px;
	margin:0px;
	width: 300px;
	float: right;
	margin-right:10px;
}

#sidebar .box {
	margin:0px auto;
        width: 300px;
        margin-bottom:10px;
	margin-top:10px;
	}
#sidebar .author{
	   margin:0px auto;
           width: 290px;
           margin-bottom:10px;
	   margin-top:10px;
	   border:solid #999494 thin;
	   padding:5px;
	}

#sidebar .author h2 {
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom:0px;
        text-align:center;
        color: #000000;
        font-weight:bold;			
}

#sidebar .author ul{
	padding:0px;
	margin:0px;	
	list-style-type: none;
	float:left;
	
}

#sidebar .author ul li{
	text-transform:capitalize;	
	padding-left:5px;	
	margin-left:20px;
	line-height: 1.5em;
        list-style-type:disc;
	
}
#sidebar .author ul li a {
	display: block;
	color: #000000;
	text-decoration: none;

}

#sidebar .pages{
	padding:0px;
	margin:0px;	
	float:left;
	width:300px;
	margin-top:5px;
	background:#02024e;
}
#sidebar .pages .top{
	padding:0px;
	margin:0px;	
	float:left;
	height:50px;
	width:300px;
	background:url(images/pages.gif) no-repeat top;
}
#sidebar .pages .bottom{
	clear:both;
	padding:0px;
	margin:0px;	
	float:left;
	height:2px;
	width:219px;
	background:url(images/pages_bottom.gif) no-repeat bottom;
}

#sidebar .links{
	padding:0px;
	margin:0px;	
	float:left;
	width:300px;
	margin-top:5px;
	background:#02024e;
}
#sidebar .links .top{
	padding:0px;
	margin:0px;	
	float:left;
	height:51px;
	width:300px;
	background:url(images/link.gif) no-repeat top;
}

#sidebar .links .bottom{
	clear:both;
	padding:0px;
	margin:0px;	
	float:left;
	height:3px;
	width:300px;
	background:url(images/link_bottom.gif) no-repeat bottom;
}

#sidebar .florida{
	padding:0px;
	margin:0px;	
	float:left;
	width:300px;
	background:#02024e;
}
#sidebar .florida .top{
	padding:0px;
	margin:0px;	
	float:left;
	height:28px;
	width:300px;
	background:url(images/gain_florida.gif) no-repeat top;
}

#sidebar .florida .bottom{
	clear:both;
	padding:0px;
	margin:0px;	
	float:left;
	height:2px;
	width:219px;
	background:url(images/pages_bottom.gif) no-repeat bottom;
}

#sidebar .schedule{
	padding:0px;
	margin:0px;	
	float:left;
	width:255px;
	margin-top:5px;
	background:#02024e;
	font-size:10px;
	font-family:Arial;
	
}
#sidebar .schedule .top{
	padding:0px;
	margin:0px;	
	float:left;
	height:42px;
	width:255px;
	background:url(images/schedule.gif) no-repeat top;
}

#sidebar .schedule .bottom{
	clear:both;
	padding:0px;
	margin:0px;	
	float:left;
	height:3px;
	width:255px;
	background:url(images/schedule_bottom.gif) no-repeat bottom;
}


#sidebar .pages  ul, #sidebar .links ul, #sidebar .florida ul{
	padding:0px;
	margin:0px;	
	list-style-type: none;
	float:left;
	
}

#sidebar .pages ul li, #sidebar .links ul li, #sidebar .florida ul li {
	font-family:Arial;	
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;	
	padding-left: 10px;
	background:url(images/nav_icon.gif) no-repeat left;	
	margin-left:10px;
	line-height: 1.5em;
	
}
#sidebar .pages ul li a, #sidebar .links ul li a, #sidebar .florida ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;

}

#sidebar .pages ul li a:hover, #sidebar .links ul li a:hover, #sidebar .florida ul li a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;

}
	
#sidebar .video {
	padding:0px;
	margin:0px;
	width:300px;
	height:267px;	
	background:url(images/video.gif) no-repeat;
	margin-top:3px;
	text-align:center;

}

#sidebar .video .box{
	padding:0px;
	margin:0px;
	float:left;
	width:290px;
	height:240px;
	margin-top:35px;
	margin-left:6px;

}



/** END sidebar **/

/** BEGIN footer **/


#footer {
	margin: auto;
	color: #6f6fb6;
	font-size: 0.9em;
	height:117px;
	background:url(images/footer.gif) no-repeat center bottom;	
}



#footer .footer_mid{
	margin:0px;
	padding:0px;
	height:54px;

}

#footer .ads{
padding:0px;
margin:0px;
margin-top:10px;
height:63px;
}

#footer p {
margin: 0,auto;	
	text-align:center;
	padding: 0px 0px;
}

#footer .footer_mid .left_side{
padding:0px;
margin:0px;
float:left;
width:909px;
}

#footer .footer_mid .left_side p {	
	text-align:center;
margin-left: 0px;
}

#footer .footer_mid .left_side .links {
	color: #c5c5de;
	text-align:center;
margin-left: 0px;
padding-top: 18px;
}

#footer .footer_mid .left_side .links a {
	color: #c5c5de;
	text-decoration: none;
	margin: 0 1px;
}
#footer .footer_mid .left_side .links a:hover {
	text-decoration: underline;
}

#footer .footer_mid .rss{
padding:0px;
margin:0px;
float:right;
width:53px;
height:55px;
}
		
/** 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 **/

/** BEGIN wordpress 2.7 comments **/
#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;
}
/** END wordpress 2.7 comments **/