/*
Theme Name:    	HarvEker
Author:			Site Builder Corp.
Description:    Child theme for the Twenty Eleven theme 
Template:       twentyeleven
Version:        0.1.0
*/

html {
	background-color: #ffffff !important;
	background-image: url(images/top_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

/* =Structure
----------------------------------------------- */
h3.widget-title {
	height: 23px;
	line-height: 23px;
	font-size: 23px;

}
body {
	/*width:100%;*/
	width:975px;
	padding: 0px;
	margin: 0px;
	/*line-height: 1;*/
	color: #747474;
	background-color: transparent;
	background-image: url(images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#page {
	/*margin: 2em auto;*/
	max-width: 960px;
	/*margin: 0px auto;*/
	margin:0px;
	padding: 0px;
	width: 960px !important;
	height:2950px;
	background-color: transparent;
	background: transparent;
}
#primary {
	/*float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;*/
	float: left;
	margin: 0px;
	/*width: 960px;*/
	width:600px;
	/*padding: 0px 0px 0px 15px;*/
	padding:0px;
	background-color:#ffffff;
}
#content {
	/*background-color:#ffffff;*/
	/*width:975px;*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#secondary {
	position:absolute;
	left:550px;
	top:auto;
	background-color:#ffffff;
	float: right;
	margin-right: 0px;
	width: 360px;
	padding: 0px 0px 20px 0px;
}

#secondary .entry-summary{
	width:1000px !important;
}

.post-featured, .post-latest {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 4px;
	padding: 0px;
	display: block;
	display: block;
	clear: both;
	margin-bottom: 16px;
	font-weight: bold;
	color: #999999;
	border-bottom: solid 1px #cccccc;
}
.post-featured span, .post-latest span {
	background-color: #ffffff;
	padding-right: 5px;
}


.postOptin {
	background-image: url(images/optin_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 110px 0px 20px;
	height: 60px;
	margin: 10px 0px;
}
.nav-previous{
	/*font-size:xx-large !important;*/
	display:none;
}
.nav-next{
	display:none;
}


/* =Header
----------------------------------------------- */

#branding {
	border: none;
	padding: 0px;
	/*background-image: url(images/header.png);*/
	background-position: top left;
	background-repeat: no-repeat;
	height: 260px;
	width: 960px;
	z-index: 1;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background-color: transparent;
	background-image: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	display: block;
	float: none;
	width:935px;
	/*width: 670px;*/
	height: 50px;
	padding: 275px 0px 0px 290px;
	margin: 0px;
	margin-left:-295px;
}
#access div.menu-main-nav-container {
	height: 34px;
	margin: 0px;
	padding: 0px;
	
	margin-left:-4px;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0px;
	/*padding-left:0px;*/
	padding-left: 120px;
	height: 34px;
}
#access li {
	float: left;
	position: relative;
}
#access a, #access li a {
	font-family: 'TrajanPro';
	font-weight: bold;
	color: #000000;
	display: block;
	line-height: 25px;
	padding: 0px 0px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 34px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	text-align: left;
}
#access li:hover > a, #access a:focus {
	background-color: transparent;
}
#access ul ul :hover > a {
	background: #efefef;
}
#access li:hover > a, #access a:focus, #access li.current-menu-item a {
	background: #ffffff; /* Show a solid color for older browsers */
	color: #000000;
}

#access .current_page_item > a, #access .current_page_ancestor > a {
}
#access li a[title=Home] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	width: 89px;
	background-position: 0px 0px;
	
}
#access li a[title=Home]:hover, #access li.current-menu-item a[title=Home] {
	background-position: 0px -50px;
	background-color:transparent;
}
#access li a[title=About] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	width: 151px;
	background-position: -89px 0px;
}
#access li a[title=About]:hover, #access li.current-menu-item a[title=About] {
	background-position: -89px -50px;
	background-color:transparent;
}
#access li a[title=Education] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	width: 144px;
	background-position: -240px 0px;
}
#access li a[title=Education]:hover, #access li.current-menu-item a[title=Education] {
	background-position: -240px -50px;
	background-color:transparent;
}
#access li a[title=Membership] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	width: 153px;
	background-position: -384px 0px;
}
#access li a[title=Membership]:hover, #access li.current-menu-item a[title=Membership] {
	background-position: -384px -50px;
	background-color:transparent;
}
#access li a[title=Lesson] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	width: 201px;
	background-position: -537px 0px;
}
#access li a[title=Lesson]:hover, #access li.current-menu-item a[title=Lesson] {
	background-position: -537px -50px;
	background-color:transparent;
}
#access li a[title=Favs] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	width: 145px;
	background-position: -738px 0px;
}
#access li a[title=Favs]:hover, #access li.current-menu-item a[title=Favs] {
	background-position: -738px -50px;
	background-color:transparent;
}

#access li a[title=Harvekercom] {
	display: block;
	height: 30px;
	float: left;
	padding: 0px;
	background-image: url(images/subnavbar.png);
	background-repeat: no-repeat;
	width: 200px;
	background-position: -200px 0px;
	margin-left:-200px;
	margin-top:40px;
	
}
#access li a[title=Harvekercom]:hover, #access li.current-menu-item a[title=Harvekercom] {
	display: block;
	height: 30px;
	float: left;
	padding: 0px;
	background-image: url(images/subnavbar.png);
	background-repeat: no-repeat;
	width: 200px;
	background-position: -200px -30px;
}

#access li a[title=Bio] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar-media.png);
	background-repeat: no-repeat;
	width: 66px;
	background-position: -177px 0px;
	
}
#access li a[title=Bio]:hover, #access li.current-menu-item a[title=Bio] {
	background-position: -177px -50px;
	background-color:transparent;
}

#access li a[title=Photos] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar-media.png);
	background-repeat: no-repeat;
	width: 109px;
	background-position: -243px 0px;
	
}
#access li a[title=Photos]:hover, #access li.current-menu-item a[title=Photos] {
	background-position: -243px -50px;
	background-color:transparent;
}

#access li a[title=Video] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar-media.png);
	background-repeat: no-repeat;
	width: 91px;
	background-position: -352px 0px;
	
}
#access li a[title=Video]:hover, #access li.current-menu-item a[title=Video] {
	background-position: -352px -50px;
	background-color:transparent;
}

#access li a[title=Casestudies] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar-media.png);
	background-repeat: no-repeat;
	width: 159px;
	background-position: -443px 0px;
	
}
#access li a[title=Casestudies]:hover, #access li.current-menu-item a[title=Casestudies] {
	background-position: -443px -50px;
	background-color:transparent;
}

#access li a[title=Inthemedia] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar-media.png);
	background-repeat: no-repeat;
	width: 163px;
	background-position: -602px 0px;
	
}
#access li a[title=Inthemedia]:hover, #access li.current-menu-item a[title=Inthemedia] {
	background-position: -602px -50px;
	background-color:transparent;
}

#access li a[title=Events] {
	display: block;
	height: 30px;
	float: left;
	padding: 0px;
	background-image: url(images/subnavbar.png);
	background-repeat: no-repeat;
	width: 200px;
	background-position: 0px 0px;
	margin-left:-110px;
	margin-top:10px;
}
#access li a[title=Events]:hover, #access li.current-menu-item a[title=Events] {
	display: block;
	height: 30px;
	float: left;
	padding: 0px;
	background-image: url(images/subnavbar.png);
	background-repeat: no-repeat;
	width: 200px;
	background-position: 0px -30px;
}
#access li a[title=Mediahome] {
	/*margin-left:-80px;*/
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar-media.png);
	background-repeat: no-repeat;
	width: 90px;
	background-position: -865px 0px;
	
}
#access li a[title=Mediahome]:hover, #access li.current-menu-item a[title=Mediahome] {
	background-position: -865px -50px;
	background-color:transparent;
}

#access li a[title=More] {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	background-image: url(images/navbar-media.png);
	background-repeat: no-repeat;
	width: 85px;
	background-position: -955px 0px;
	
}
#access li a[title=More]:hover, #access li.current-menu-item a[title=More] {
	background-position: -955px -50px;
	background-color:transparent;
}



#branding #bannerGallery {
	height: 313px;
	width: 960px;
}
/* =Content
----------------------------------------------- */
#myGallery {
	margin-bottom: 20px;
}
#main {
	clear: both;
	padding: 0;
	width: 960px;
	margin: -10px 0px 0px;
}

/* =Footer
----------------------------------------------- */

#colophon {
	width:975px;
	/*width: 100%;
	background-image: url(images/footer_bg.png);*/
	background-position: top center;
	background-repeat: repeat-x;
	padding: 20px 0px;
	background-color: #060606;
}

/* Site Generator Line */
#site-generator {
	width: 975px;
	margin: 0px auto;
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	padding: 0px;
	text-align: center;
    font-family: 'TrajanPro';
}


/* =IE7
----------------------------------------------- */
.jdGallery a.carouselBtn, .jdGallery a.carouselBtn:hover, .jdGallery a.carouselBtn:active {
	display: none;
}
#followBox {
	padding: 27px 0px 20px 95px;
	background-image: url('/images/follow.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#followBox a {
	margin-right: 5px;
}
.attachment-post-thumbnail {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.videoBox {
	/*display:none;*/
	width: 570px;
	height: 321px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}
.post {
	 border-bottom: solid 1px #cccccc;
}
.single-post .post {
	 border-bottom: none;
}

.twitterOverlay {
	width: 360px;
	height: 370px;
	position: absolute;
	z-index: 9999;
	background-image: url(/images/sidebar-twitterfeed.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#twitterFeed {
	display: block;
	width: 330px;
	height: 370px;
	padding: 0px 15px;
	overflow: hidden;
}
.twitterTop {
	position: absolute;
	width: 360px;
	height: 25px;
	z-index: 9999;
	background-image: url(/images/sidebar-twitterfeed.png);
	background-position: 0px -2px;
	background-repeat: no-repeat;
}
.twitterLeft {
	position: absolute;
	width: 25px;
	height: 360px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 9999;
	background-image: url(/images/sidebar-twitterfeed.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}
.twitterRight {
	position: absolute;
	width: 25px;
	height: 360px;
	margin-top: 0px;
	margin-left: 335px;
	z-index: 9999;
	background-image: url(/images/sidebar-twitterfeed.png);
	background-position: -348px 0px;
	background-repeat: no-repeat;
}
.twitterBottom {
	position: absolute;
	width: 360px;
	height: 25px;
	margin-top: 345px;
	z-index: 9999;
	background-image: url(/images/sidebar-twitterfeed.png);
	background-position: 0px -340px;
	background-repeat: no-repeat;
}
#taf {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin: 0 auto 10px;
	padding: 10px;
	position: relative;
	width: 90%;
}
#taf h2 {
	margin: 0px 0px 10px;
}
#taf table td {
	padding: 5px;
}
.taf-message {
	width: 400px;
	margin: 0px auto;
	border: 4px solid #EEEEEE;
	background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
    padding: 10px;
	font-family: "Courier New", Courier, monospace;
}
#taf label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 10px;
	z-index: 1;
}
#taf p.form-submit {
	float: right;
	margin: 10px 0 -20px;
	padding: 0px;
}
#taf input[type=submit] {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#taf input[type=submit]:active, #taf input[type=submit]:hover {
	background: #1982d1;
	color: #bfddf3;
}
.red {
	color: #cc0000 !important;
}
.learnMore {
	font-size: 14px;
    font-family: 'TrajanPro';
	font-weight: bold;
	text-align: right;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 9px;
	margin-bottom: 10px;
}
.learnMore a {
	font-weight: bold;
}