/*
Theme Name: Hunt for Wellness
Description: Customized theme for Hunt for Wellness.
Version: 1.0
Author: Robert Povelones
Author URI: http://robertpovelones.com/
*/

body {
	background:#fff;
	padding:0;
	margin:0;
	font: 13px Arial, Helvetica, sans-serif;
}
ul,li,h1,h2,h3,h4,p {
	padding:0;
	margin:0;
}
h1,h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:20px;
	color:#12617E;
	font-weight:normal;
}
h1 {font-size:30px;}
h2 {font-size:22px;margin:20px 0;}
h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color:#222;
	margin:15px 0;
	font-weight:bold;
}
h4 {
	font: 16px Arial, Helvetica, sans-serif;
	color:#666;
	margin:15px 0;
	font-weight:bold;
}
p {
	color:#444;
	font-size:1.03em;
	line-height:1.25em;
	margin-bottom:10px;
}
a, a:visited {
	text-decoration:none;
	color:#0F526B;
}
.entry a {
	border-bottom:1px dotted #12617E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.entry a:hover {
	border-bottom-style:solid;
	text-decoration:none;
}

ul, li, ol {color:#333;list-style:inside;zoom:1;}
ol li {list-style: decimal;}
table { border-collapse:collapse; width:100%; border:0; }
blockquote { margin:0 0 1em 0; padding:35px 20px 0 20px; border:1px solid #ccc; background:#fafafa url(img/quote1.gif) no-repeat 10px 10px; }
blockquote p { margin:0 0 5px 0; }
object { display:block; margin:0 auto; }
.wp-caption-text { text-align:center; }
.alignright { float:right;margin:0 0 15px 25px;padding:10px;background:#efefef;  }
.alignleft { float:left;margin:0 25px 15px 0;padding:10px;background:#efefef; }
.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.centered { display: block; margin-left:auto; margin-right:auto; }
.clear { clear:both; }
a img, .entry img a {border:none;}
.wp-post-image {width:170px;border:6px solid #dfdfdf;float:left;margin:0 20px 5px 0;height:auto;}

/*---------------- HEADER ---------------- */

#header {
	background:url(images/bkg-mainhoriz.jpg) top center no-repeat;
	background-position:0 85px;
}
.wrapper {
	width:920px;
	margin:0 auto;
}
#headline {
	margin:40px;
	margin-bottom:15px;
	text-align:center;
}
#headline h1 {color:#fff;font-size:22px;margin-bottom:10px;}
#headline h2 {color:#ddd;margin:0;font-size:18px;}
#banner {float:right;width:250px;height:85px;position:relative;}
#banner img {width:250px;height:85px;}
img.banner-mask {
	position:absolute;
	top:0;
	left:0;
}

/*---------------- NAVIGATION (used only if the menu plugin is inactive) ---------------- */

ul#nav {
	list-style:none;
	margin-top:44px;
	height:30px;
}
ul#nav li {
	float:left;
	margin-right:9px;
	padding-right:9px;
	border-right:2px solid #69AAC2;
}
#nav a {
	font: 15px Arial, Helvetica, sans-serif;
	color: #DAEFF8;
	padding:3px 0;
	font-weight:bold;
}
#nav a:hover {
	color:#fff;
	text-decoration:none;
}
ul#nav li.last {
	margin-right:0;
	border:none;
}
ul#nav li.first {
	margin-left:13px;
}

li.page-item-384 {border:none;padding-right:none;margin-right:none;}

/*---------------- HOME PAGE ---------------- */

#homeblock, #content {
	width:944px;
	margin:0 auto;
	position:relative; 
}
#homeblock-left, #homeblock-center, #homeblock-right {
	background:url(images/bkg-content-narrow-rounded.png) top center no-repeat;
	padding:30px 40px;
	width:250px;
	color:#666;
	font: 14px Arial, Helvetica, sans-serif;
	position:absolute;
	top:0;
}
#homeblock-left {position:relative;margin-bottom:30px;}
#homeblock-center {left:307px;}
#homeblock-right {left:614px;}
#homeblock-left img, #homeblock-center img, #homeblock-right img {
	margin:0 auto;
	display:block;
	margin-bottom:15px;
}
#homeblock h1 {margin:0;}
#homeblock h2 {margin-top:0;}
#homeblock a img {width:auto;height:auto;margin:20px 0;margin-bottom:0;}

/*---------------- FOOTER ---------------- */

#footer {
	background:url(images/bkg-footer.jpg) center top no-repeat;
	background-color:#F0F0F0;
	padding:50px 0;
	clear:both;
	color:#666;
}
#footer-left {
	width:380px;
	float:left;
	margin:0 50px 30px 30px;
}
#footer-center {
	float:left;
	width:215px;
	margin-bottom:30px;
}
#footer-right {
	width:140px;
	margin-left:780px;
	font-size:12px;
	margin-bottom:30px;
}
#copyright {
	clear:both;
	margin-left:30px;
	font-size:12px;
	font-color:#666;
}
#footer-left p{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
}
#footer-left a.view-all {margin-top:15px;display:block;}
#footer li {list-style:none;}
a.feed {display:inline;margin-left:2px;}

/*---------------- PAGE ---------------- */

#content {
	background:url(images/bkg-content-rounded.png) top center no-repeat;
	padding: 40px 55px;
	width:830px;
	margin-top:30px;
}
#left {
	width:500px;
}
iframe {
	width:980px;
	height:600px;
	border:5px solid #fff;
	margin-left:-80px;
	margin-top:-30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.feature {
	width:550px;
	padding-top:20px;
	background:url(images/feature-top.png) top center no-repeat;
	background-color:#F8F9D9;
	text-align:center;
	margin-bottom:0px;
}
.feature p, .feature h4{
	width:490px;
	padding:30px;
	background:url(images/feature-bottom.png) bottom center no-repeat;
	padding-bottom:40px;
	margin:0;
}
.feature h2 {
	width:490px;
	padding:0 30px;
	margin:0;
}
.full h1 {
	background:url(images/border800.png) bottom center no-repeat;
	padding-bottom:46px;
}
.full h2 {clear:both;}

hr {margin:20px 0;border-style:dashed;border-color: #ccc;}
.wp-image-1022 {margin:30px 0;width:100%;clear:both;}
.wp-image-296 {margin-top:30px;}
#post-1345 em {color:#4795B2;font-family:Georgia, "Times New Roman", Times, serif;line-height:20px;}

.entry input, .entry textarea {border:1px solid #ccc;background:#f0f0f0;padding:5px;}
.entry input:focus, .entry textarea:focus {border:1px solid #999;background:#fff;}
.entry label {margin:20px 0 10px 0;color:#555;}
.entry form {margin-top:20px;}
.entry .required {color:#FF0000;}
.entry textarea {width:100%}
.entry table {margin:20px 0;}

/*---------------- MAIN SIDEBAR ---------------- */

#sidebar {
	width:240px;
	float:right;
	font-size:14px;
	color:#333;
}
#sidebar ul li {
	/*background:url(images/hr-sidebar.jpg) bottom center no-repeat;
	*/margin-bottom:20px;
	padding-left:0px;
	list-style:none;
	margin-left:0px;
	zoom:1;
}
#sidebar ul li li {
	padding-bottom:0;
	margin-bottom:10px;
	background:none;
}
#sidebar .af-form {border:1px dashed #999;width:220px;padding:10px;}
#sidebar em {color:#666;font-size:13px;}
h2.widgettitle {
	font-size:20px;
	margin-top:0;
	padding-bottom:18px;
	background:url(images/hr-sidebar.jpg) bottom center no-repeat;
}

.sidebar-id {/*for admin pages only*/
	background:#000;
	color:#fff;
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:10px;
	clear:both;
}
	

/*---------------- EVENTS PLUGIN STYLE FIXES ---------------- */

.tec-nav, #tec-content span.back {
	font-size:14px;
	display:block;
	margin-bottom:30px;
}
#tec-content #tec-event-meta {
	clear:none;
}
.tec-month-nav {clear:both;}
#tec-content hr {margin-top:0;}
.tec-calendar thead {background:#4795B2;}
#tec-content h2.entry-title a {
	font-size:18px;
}
#content #tec-content {
	font-size:14px;
	color:#333;
}
#tec-content h2.entry-title a {
	color:#0F526B;
}
ul.upcoming {/*sidebar widget*/
	font-size:13px;
}
#sidebar ul.upcoming li {
	background:#f0f0f0;
	padding:10px 15px;
	margin-bottom:5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:1px solid #f0f0f0;
}
#sidebar ul.upcoming li:hover {
	background:#ebebeb;
	border:1px solid #ccc;
}
#sidebar ul.upcoming .when {color:#777;}
a.more-link, div.dig-in a {
	margin-top:10px;
	font-size:13px;
	display:block;
}
#content #tec-content.upcoming {
	width: 100%;
	padding:0;
	margin:0;
}
h4.event-day {
	margin-top:0;
}
#content #tec-content.upcoming h2.entry-title {
	margin-bottom:15px;
}
#left .wp-post-image {
	width:100%;
	border:none;
}
#eventpost-img-hider {
	height:200px;
	border:1px solid #999;
	overflow:hidden;
	margin-bottom:20px;
}

/*---------------- RANDOM STYLES ("BORROWED" FROM DEFAULT TEMPLATE) ---------------- */

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/

p.postmetadata {
	border-top:1px dotted #999;
	padding:0;
	margin-top:30px;
	padding-top:20px;
}
.alt {
	}
.navigation, .navigation .alignleft, .navigation .alignright {
	background:none;
	display:block;
	min-height:1px;
	margin:0;
	padding:0;
}
#left ol.commentlist {
	padding: 0;
	margin:10px 0;
	padding:10px 0;
	border-bottom: 1px dotted #999;
	}
#respond h3 {clear:left;}
.commentlist li {
	margin: 15px 0;
	padding: 5px 0;
	list-style: none;
	clear:left;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.vcard {
	font-size:13px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size:12px;
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: left;
	margin-right:10px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	font-size:13px;
	}

/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
/* END Various Tags & Classes */
