/*
Theme Name: Heritage
Theme URI: http://heritagesurf.com
Description: Custom theme built for Heritage Surf by Asbury Studios.
Version: 1.0
Author: Asbury Studios
Author URI: http://asburystudios.com
Tags: heritage

	WordPress Rocks!

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	
	}

#head-right{height:75px;width:300px; float:right; text-align:right; margin:22px 0 0 0;}
	
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {

	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}

#header {
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 100%;
	}

#logo{margin:25px 0 0 -7px; float:left;}

#nav{
	height:15px;
	width:100%;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #BFBFBF;
}

.nav-img
{
  height: auto;
  width: auto;
  float: left;
  padding-right:20px;
}

#img-home{
	/* hover state */
	background: url(images/nav_home_hover.jpg) no-repeat; 
	float: left; 
	clear: none; 
	height: 14px;
	width: 46px;
}

#img-home a{
	/* normal state */
	background: url(images/nav_home_A.jpg) no-repeat; 
	display: block; 
	margin: 0; 
	padding:0; 
	width:100%; 
	height:100%; 
}

#img-home a:hover{background-image: none;}

#img-news{
	/* hover state */
	background: url(images/nav_news_hover.jpg) no-repeat; 
	float: left; 
	clear: none; 
	height: 14px;
	width: 46px;
}

#img-news a{
	/* normal state */
	background: url(images/nav_news.jpg) no-repeat; 
	display: block; 
	margin: 0; 
	padding:0; 
	width:100%; 
	height:100%; 
}

#img-news a:hover{background-image: none;}

#img-forcast{
	/* hover state */
	background: url(images/nav_forecast_A_hover.jpg) no-repeat; 
	float: left; 
	clear: none; 
	height: 14px;
	width: 78px;
}

#img-forcast a{
	/* normal state */
	background: url(images/nav_forecast_A.jpg) no-repeat; 
	display: block; 
	margin: 0; 
	padding:0; 
	width:100%; 
	height:100%; 
}

#img-forcast a:hover{background-image: none;}

#img-wavecam{
	/* hover state */
	background: url(images/nav_wavecam_hover.jpg) no-repeat; 
	float: left; 
	clear: none; 
	height: 14px;
	width: 75px;
}

#img-wavecam a{
	/* normal state */
	background: url(images/nav_wavecam_A.jpg) no-repeat; 
	display: block; 
	margin: 0; 
	padding:0; 
	width:100%; 
	height:100%; 
}

#img-wavecam a:hover{background-image: none;}

#img-team{
	/* hover state */
	background: url(images/nav_team_hover.jpg) no-repeat; 
	float: left; 
	clear: none; 
	height: 14px;
	width: 42px;
}

#img-team a{
	/* normal state */
	background: url(images/nav_team_A.jpg) no-repeat; 
	display: block; 
	margin: 0; 
	padding:0; 
	width:100%; 
	height:100%; 
}

#img-team a:hover{background-image: none;}

#img-about{
	/* hover state */
	background: url(images/nav_about_hover.jpg) no-repeat; 
	float: left; 
	clear: none; 
	height: 14px;
	width: 51px;
}

#img-about a{
	/* normal state */
	background: url(images/nav_about_A.jpg) no-repeat; 
	display: block; 
	margin: 0; 
	padding:0; 
	width:100%; 
	height:100%; 
}

#img-about a:hover{background-image: none;}

#img-contact{
	/* hover state */
	background: url(images/nav_contact_hover.jpg) no-repeat; 
	float: left; 
	clear: none; 
	height: 14px;
	width: 70px;
}

#img-contact a{
	/* normal state */
	background: url(images/nav_contact_A.jpg) no-repeat; 
	display: block; 
	margin: 0; 
	padding:0; 
	width:100%; 
	height:100%; 
}

#img-contact a:hover{background-image: none;}

#img-surfboards{
	/* hover state */
	background: url(images/nav_surfboards_A_hover.jpg) no-repeat; 
	float: left; 
	clear: none; 
	height: 14px;
	width: 100px;
}

#img-surfboards a{
	/* normal state */
	background: url(images/nav_surfboards_A.jpg) no-repeat; 
	display: block; 
	margin: 0; 
	padding:0; 
	width:100%; 
	height:100%; 
}

#img-surfboards a:hover{background-image: none;}


#featured-content{
	width:100%;
	height: 520px;
	margin: 0 0 5px 0;
}

#sub-feature{
	width:100%;
	height:130px;
	margin:0 0 15px 0;
}

#content-container{
	width:100%;
	height:595px;
	overflow:hidden;

}

#media-bar{
	width:325px;
	height:auto;
	float:right;
}

#mb-stores{
	width:100%;
	height:160px;
	margin:0 0 15px 0;
	background:transparent url(http://heritagesurf.com/wp-content/themes/heritage/images/heading_stores_A.jpg) no-repeat scroll 2px 0;
}

#mb-photos{
	width:100%;
	height:180px;
	margin:0 0 15px 0;
	background:transparent url(http://heritagesurf.com/wp-content/themes/heritage/images/heading_photos_A.jpg) no-repeat scroll 2px 0;
}


#mb-videos{
	width:100%;
	height:210px;
	background:transparent url(http://heritagesurf.com/wp-content/themes/heritage/images/heading_videos_A.jpg) no-repeat scroll 2px 0;
}

#mb-videos ul li{ display:inline; }
#mb-videos li{padding:10px 0 2px 0; margin:0 5px 2px 1px; list-style:none;}
/* Jamie added to fake margin for Safair */
#mb-videos li img{border-bottom:3px solid #FFFFFF;}

#recent-content{
	width:605px;
	height:auto;
	float:left;
	background:transparent url(http://heritagesurf.com/wp-content/themes/heritage/images/heading_news.jpg) no-repeat scroll 3px 0;
}

#recent-content-l{}

#recent-content p{margin:0 0 5px 0;}
#recent-content h2{margin:0 0 5px 78px; width:527px; height:22px; overflow:hidden;}

#recent-content img{margin: -24px 7px 0 0;}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.category{
		text-align:right;
}

/*
.category a{color:#999999;}
.category a:hover{color:#666666;text-decoration:none;}
.category a:visited{color:#999999;}
*/

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 600px;
	float:left;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}
.post-featured {
	margin: 0;
	text-align: justify;
	height:90px;
	overflow:hidden;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 10px 0 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	padding: 18px 0 0 0;
	width: 960px;
	clear: both;
	border-top:1px solid #BFBFBF;
	}

#footer-contact{width:475px;height:auto;float:left;text-align:left;}
#footer-social{width:475px;height:70px;float:right;}
#footer-brands{width:960px;height:88px;margin: 0 0 15px 0;}

#footer-social img{float:right;margin:10px 10px 0 0;}
#footer-brands img{float:left; margin:0 8px 0 0;}

.footer-brands{padding:25px 0 0 0;}
.footer-brands2{padding:15px 0 0 0;}
.footer-brands3{padding:38px 0 0 0;}

#footer-l{width:475px;float:left;}
#footer-r{width:475px;float:right;}

#footer-r p{text-align:right;}

#footer p {

	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	text-transform:capitalize;
	font-weight:100;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	overflow:auto;
	height:auto;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: right;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#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*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	list-style:none;
	padding: 20px 0 10px 0;
	float:right;
	width: 325px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.news-header{margin: 0 0 5px 0;}
/* End captions */

.team-line{float:left;}
.team-person{width:175px;float:left;margin: 0 25px 10px 0;height:auto;}
.team-person-top{float:left;margin: 0 0 3px 0;}
.team-person-bottom{float:left; margin:0 0 0 30px; height:20px; overflow:auto; width:125px;}
.team-person-bottom-short{float:left; margin:0 0 0 50px; height:20px; overflow:auto; width:125px;}
.team-person-bottom a{text-align:left; display:inline; text-decoration:none; height:20px; line-height:20px; color:#0066CC; font-size:11px;}
.team-person-bottom span{color:#0066CC;}
.team-person-bottom img{text-align:left; display:inline; border:0; margin:0 2px 0 0;}
.team-img{border:1px solid #d8d8d8;padding:2px;}
.team-head-text{width:600px; height:131px; float:left; margin:0 0 10px 0; overflow:hidden;}
.team-head-buttons{width:100%;float:left;margin:0 0 10px 0;}
.team-head-buttons a{text-align:left; display:inline; text-decoration:none; margin:0 15px 0 0;}
.team-head-buttons img{border:0;}
.team-surferscandy{height:50px; width:100%;float:left; margin:25px 0 15px 0;}
.cameraTimeoutQuestion{width:600px; height:100px; border: 1px solid #333333; background:#D2E9FF; text-align:center; margin: 10px 0;}
.cameraTimeoutQuestion p{font-size: 24px; font-family: sans-serif; color:#333333;}
.cameraTimeoutLink{font-size: 14px; font-family: sans-serif;}
.cameraHolder{width:600px; height:485px; overflow:hidden;}
.cameraUnderneath{width:600px; height:100px; margin:10px 0;}
.cameraUnderneath p{font-size: 12px; font-family: sans-serif; color:#666666; float:left; display:inline;}
.cameraUnderneath img{float:right; display:inline;}
.cameraUnderneath a{float:right; display:inline;}
h5{color:#666;font-size:1em;margin:0;padding:0;text-align:center;}
h5 a{color:#666;margin:0;padding:0;}
h2.team-h2{border-bottom:1px solid #d8d8d8; float:left; width:100%;}
a.sc{color:#999;}
.history-line{width:600px;height:auto;margin: 20px 0; overflow:hidden; border-bottom:1px dotted #ccc;}
.history-left{width:100px;height:20px;float:left;}
.history-right{width:auto;height:auto;float:right;}
h2.history-h2{font-size:18px;margin: 0 0 8px 0;}
p.history-p{display:inline;}
a.all-videos{float:right;}
h2.profile-h2{margin: 10px 0 5px 0;font-size:2.0em;}
p.profile-p{text-align: justify;}
p.profile-p-major{text-align: justify;margin:0;padding:0;font-size:12px;font-family:sans-serif;}
p.profile-p-major strong{/*color:#1E4677;*/font-weight:bold;}
.postmetadata p {padding:0;margin:0;font-size:10px;}
.postmetadata2 a {color:#027af2;}
.spacer10{height:10px;width:400px;}
.spacer20{height:20px;width:400px;}
.spacer30{height:30px;width:400px;}
.spacer40{height:40px;width:400px;}
.spacer50{height:50px;width:400px;}
.spacer60{height:60px;width:400px;}
.spacer70{height:70px;width:400px;}

.profile-block{height:100%;overflow:auto; margin:10px 0 0 0; border-bottom:1px solid #CCCCCC;}
.profile-L{float:left; height:auto; width:200px;overflow:hidden;}
.profile-R{float:right; height: auto; width: 380px;overflow:auto;}
.profile-bottom{float:left; width:100%; height: auto; overflow:auto; margin:5px 0; padding:0;}
.profile-bottom-buttons{float:left; margin:0 0 15px 200px;}
.profile-bottom-buttons a{float:left; display:inline; text-decoration:none; border:none; margin:0 5px;}
.profile-bottom ol{font-size:12px; font-family:sans-serif;}
.profile-bottom strong{/*color:#1E4677;*/font-weight:bold;}
.profile-button{display:block;text-decoration:none;border:none;}

.contact-box{height:220px;width:550px;}
.contact-l{height:200px; width:300px;float:left;}
.contact-r{height:200px; width:220px;float:right;margin-top:5px;}

#mb-videos a{overflow:auto;height:auto; }
