/*
Theme Name: HF Expo Theme
Theme URI: http://www.healthyandfitexpo.com/
Description: The new Wordpress theme for H&F Expo website.
Version: 1.0
Author: Chris Cagle
Author URI: http://www.cagintranet.com/
*/

/* GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/* GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF url(images/bodybg.png) top left repeat-x;
	color:#333333;
	}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	}
	a:link, a:visited {
		color:#779D26;
		font-weight:bold;
		text-decoration:none;
		}
	a:hover {
		color:#E6732E;
		font-weight:bold;
		text-decoration:underline;
		}	
	
	
/* HEADER */
#header {
	position:relative;
	height:160px;
	}
	#header .logo {
		position:absolute;
		top:0px;
		left:0;
		text-indent:-9999px;
		background:transparent url(images/logo.png) top left no-repeat;
		height:100px;
		width:600px;
		text-decoration:none;
		}
	#header #nav {
		position:absolute;
		top:125px;
		line-height:15px;
		left:0;
		font-family:'trechubet ms', tahoma;
		font-size:14px;
		}
		#header #nav a {
			display:block;
			float:left;
			padding:10px 10px 12px 10px;
			margin:0 10px 0 0;
			font-weight:bold;
			}
			#header #nav a:link, #header #nav a:visited {color:#E4EBD4;text-decoration:none;}
			#header #nav a:hover,
			#header #nav a.current {
				background:#FFF url(images/navbg.jpg) bottom left repeat-x;
				color:#E6732E;
				border-top-right-radius: 5px !important;
				border-top-left-radius: 5px !important;
				-moz-border-radius-topright: 5px !important;
				-moz-border-radius-topleft: 5px !important;
				-webkit-border-top-right-radius: 5px !important;
				-webkit-border-top-left-radius: 5px !important;
				text-decoration:none;
			}

	#banner {margin:40px 0;}
	#banner img.mainphoto {float:left;border:2px solid #333;}
	#banner .bannernav {float:right;}
	#banner .bannernav a {display:block;margin:0 0 0 0;_margin:0 0 2px 0;}
	#banner .bannernav a:link, #banner .bannernav a:visited {opacity:0.95;filter:alpha(opacity=95)}
	#banner .bannernav a:hover {opacity:1;filter:alpha(opacity=100)}


#bodycontent .wpcf7-form input, #bodycontent .wpcf7-form textarea {border:1px solid #ccc; width:300px; padding:4px; font-family:arial, "lucida Grande", verdana, helvetica, sans-serif; font-size:13px;}
#bodycontent .wpcf7-form textarea {width:500px;}
#bodycontent .wpcf7-form label {font-weight:bold;}
#bodycontent .wpcf7-form label span {font-weight:normal;font-size:11px;color:#999;}
#bodycontent .wpcf7-form p {margin:0 0 10px 0;}
#bodycontent .wpcf7-form p.submitbutton input {background:#C65A1E;font-weight:bold;color:#fff;width:75px;border:0;padding:5px;}


#threecolumn {
	margin:0 0 60px 0;
	background: transparent url(images/midbg.png) top left repeat-x;
	text-align:left;
	}
	#threecolumn .section {
		width:300px;
		float:left;
		line-height:19px;
		padding:25px 0 0 0;
		}
		#threecolumn .section .inner {
			padding:5px 25px 25px 25px;
			}
		#threecolumn .first .inner, #threecolumn .middle .inner {
			border-right:1px solid #ccc;
			}
		#threecolumn .section h2 {
			font-family:georgia, garamond, serif;
			margin:0 0 15px 0;
			font-size:18px;
			}
		#threecolumn .section p {margin:0 0 20px 0;}
		#threecolumn .section ul, #threecolumn .section ol {margin:0 0 20px 30px;}
		#threecolumn .first h2 {color:#779D26}
		#threecolumn .middle h2 {color:#C65A1E}
		#threecolumn .last h2 {color:#222}
		
		
	
/* BODY */

#bodycontent {
	text-align:left;
	margin:-305px 0 0 0;
	float:left;
	width:565px;
	}
#bodycontent h1 {
	font-family:georgia, garamond, serif;
	font-size:26px;
	color:#779D26;
	margin:0 0 20px 0;
	line-height:28px;
	}
	#bodycontent h1 a { font-weight:normal; padding:0 0 2px 0; }
	#bodycontent .post {
		line-height:19px;
		}
	#bodycontent .post p {
		margin:0 0 20px 0;
		}
	#bodycontent .post ul, #bodycontent .post ol {
		margin:0 0 20px 30px;
		}
	
	#bodycontent h3 {
		margin:0 0 15px 0;
		color:#C65A1E;
		font-family:georgia, garamond, serif;
		font-size:20px;
		line-height:22px;
		}

#bodycontent .post {margin:0 0 40px 0;}
.indexpage .post {margin:0 0 70px 0 !important;}
#bodycontent .post .postmetadata  {font-size:12px;}
#bodycontent .post .cat a:link,
#bodycontent .post .cat a:visited,
#bodycontent .post .cat a:hover
 {padding:5px;color:#FFF;background:#C65A1E}



/** COMMENTS **/

#comments .comments {
border-bottom:1px solid #cfcfcf;
padding:25px 0 10px 0;

}

#comments h3 {margin:20px 0 10px 0;}

#comments .commentlist {list-style-type:none;line-height:18px;}

#comments .comments .comments-details {
	float: left;
	width: 145px;
	color:#777 !important;
	text-align: right;
}



		

#comments .comments .comments-comment {
	float: right;
	width: 390px;
	overflow: hidden;
}
#comments .comments .comments-comment p { margin:0 0 18px 0; line-height:18px }
#comments .comments .comments-comment ul, #comments .comments .comments-comment ol { margin:0 0 18px 30px; line-height:18px }

#comments .comments .comments-comment .author {
	margin-bottom: 5px;
	font-weight:bold;
}



#comments .comments .comments-comment .author span {
	font-weight: normal;
	color: #999999;
}



#comments h4.addcomment {margin:30px 0 20px 0 !important;}

#commentforminfo p {line-height:20px;margin:0 0 15px 0;}

#comments #commentform input, #commentform textarea {border:1px solid #666666;padding:3px;font-family:verdana, arial, serif;font-size: 12px;}

#commentform textarea {line-height:18px;width:400px;height:150px;}

#comments #commentform input:focus, #comments #commentform textarea:focus, select:focus {border:1px solid #333333;}

#comments #commentform p {line-height:24px;margin:0 0 15px 0;}

#comments #commentform input#submit {background:#C65A1E;font-weight:bold;color:#eee;width:75px;border:0;padding:5px;}

#comments #commentform input#submit:hover {background:#C65A1E;font-weight:bold;color:#fff;width:75px;border:0;padding:5px;}




/** SIDEBAR **/

#sidebar {
	text-align:left;
	margin:30px 0 0 0;
	float:right;
	width:275px;
	}
	#sidebar .section {
		line-height:20px;
		font-size:12px;
		color:#555;
		}
		#sidebar .section p {margin:0 0 10px 0;}
		#sidebar .section .classes {margin:0;list-style:none;}
		#sidebar .section .classes li {margin:0 0 40px 0;}
		#sidebar .section ul, #sidebar .section ol {margin:0 0 20px 30px;}
		#sidebar .section .classes ul li {line-height:18px;}
		
	#sidebar h2 {
		font-weight:normal;
		font-size:16px;
		border-bottom:#eee 1px solid;
		padding:0 0 2px 0;
		margin:0 0 5px 0;
		color:#C65A1E;
		}




/** FOOTER **/

#footer {
	text-align:left;
	line-height:25px;
	margin:0 0 30px 0;
	padding:10px 0 0 0;
	border-top:#eee 1px solid;
	}