@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Mystic Surfboards
Theme URI: http://www.mysticsurfboards.net/wordpress
Description: Custom Wordpress theme for Mystic Surfboards
Author: Jamie borders
Author URI: -
Tags: -

	Mystic
	--

	This theme was designed and built by Jamie Borders



*/



/* reset-----------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	text-decoration:none;
	}
	
ol, ul, li{
	list-style: none; 
	padding:0;
	margin:0;	
	
}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
img {
		border:none;
		margin:0;
		padding:0;
	}

/* main theme structure & headers -----------------------------------*/


body {
	margin:0;
	padding:0;
	background: #afe7d5 url(images/backstrip.jpg) repeat-x top left;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}


body a:link, body a:visited {
	color:#333;
}

body a:hover, body a:active {
	color:#f04c33;
}

h1 {
	font-size:2em;
	font-style:italic;
	color:#f04c33;
	font-weight:normal;
}

#checkers {
	
	background: url(images/checkers2.png) transparent repeat-x 40% top;
	height:30px;
	
}

#checkers2 {
	
	background: url(images/checkers2.png) transparent repeat-x -40% top;
	height:30px;
	
}

#header {
	background: url(images/topbanner.png) no-repeat 393px top;
	height:183px;
	margin: 0 auto;
	width:960px;
	padding: 0 50px 0 50px;
	position: relative;  
}

#header h1 a{
	background: url(images/mysticlogo.png) no-repeat left top;
	position:absolute;
	width:430px;
	height: 80px;
	top:36px;
	left:50px;
	text-indent:-9999px;
	padding:0;
	margin:0;
	display:block;
}



#wrapper {
	background:url(images/shadow.png) no-repeat top left;
	margin: 0 auto;
	height: auto;
	width:  960px;
	padding: 0 50px 0 50px;
}
	
#content {
	background:url(images/content-background.png);
	height: auto;
	width: 960px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding:0;
	padding-bottom:20px;
}

#wide {
	margin:12px 0 20px 20px;
	width:680px;
	float:left;
}

#contactform {
	margin:12px 0 20px 20px;
	width:330px;
	float:left;
}

#location {
	margin:26px 0 20px 20px;
	width:330px;
	float:left;
}

#location ul , #location img {
	margin-top:10px;
}



.menu-main-container {
	background: url(images/border.gif) bottom left repeat-x;
	position:absolute;
	bottom: 0;
	width: 100%;
}




.menu-main-container ul {
	float:left;
}

.menu-main-container ul li {
	display:inline;
}

.menu-main-container a {
	display:block;
	float:left;
	text-decoration:none;
	padding: 6px 10px;
	background: #84c552 url(images/tab-highlight.png) repeat-x left top;
	margin-right:6px;
	vertical-align:bottom;
	margin-bottom:1px;
	color:#333;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	text-transform:uppercase;
	letter-spacing: .2em;
	font-size: 1.2em;	
}

.menu-main-container a:hover {
	background-color:#bbe799;
	color:#333;
}


.menu-main-container li.current-menu-item a {
	background-color:#f2efc7;
	border:1px solid #666;
	border-bottom:none;
	margin-bottom: 0;
	padding: 6px 10px 7px 10px;
	border-top:none;

}

ul#social {
	position:absolute;
	bottom: 13px;
	right: 56px;
	width:172px;
	hight:43px;
}

ul#social li {
	float:right;
}

ul#social li a {
	text-indent:-5000px;
	display:block;
}

ul#social li a.blogger {
	width:45px;
	height:43px;
	background-image:url(images/blogger.png);
	text-indent:-5000px;
	display:block;
	
}

ul#social li a.blogger:hover {
	background-image:url(images/blogger_lit.png);
}

ul#social li a.facebook {
	width:43px;
	height:43px;
	background-image:url(images/facebook.png);
	text-indent:-5000px;
	display:block;
}

ul#social li a.facebook:hover {
	background-image:url(images/facebook_lit.png);
}


ul#social li a.rss {
	width:44px;
	height:43px;
	background-image:url(images/rss.png);
	text-indent:-5000px;
	display:block;
}

ul#social li a.rss:hover {
	background-image:url(images/rss_lit.png);
}

#camtext {
	float:left;
	width: 170px;
}

#camtext p {
	margin-top:13px;
	font-size:130%;
	line-height:130%;
	color:#666;
}

#camtext h1 {
	margin-top:35px;
	font-size:240%;
}

#ustream_player {
	width:472px;
	height:380px;
	float:right;
	margin:10px 0 24px 0;
}

#post-24 h2 {
	font-size:2em;
	font-style:italic;
	color:#f04c33;
	font-weight:normal;
}



#chat {
	clear:both;
	margin-top:24px;
}


/* SIDEBAR -----------------------------------*/


#sidebar {
	width: 216px;
	padding: 0x 10px 0 10px;
	float: right;
	margin: 12px 12px 0 0;
}

#sidebar .jimlive a{
	width: 216px;
	height: 85px;
	display: block;
	background:url(images/livebanner.gif) no-repeat;
	text-indent:-5000px;
}

#sidebar .jimlive a:hover{
	background:url(images/livebanner_lit.gif) no-repeat;
	
}

#sidebar img {
	margin:0;
	padding:0;
}

#sidebar ul{
	margin-bottom:-3px;
}

#sidebar div.pipelinebox {
	background:url(images/pipeline.png) repeat-y left top;
	padding:10px 10px 15px 20px;
	margin-bottom:15px;
}

#sidebar p {
	font-size: 1.1em;
	line-height: 1.3em;
	text-indent: -10px;
}

#sidebar p strong {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#f04c33;
	margin-top:4px;
}

#sidebar p.pipeline {
	font-size: 2em;
	color:#555;
	font-style:italic;
	margin-bottom: 4px;
}

#sidebar .pipelinebox p.edit {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 70%;
	color:#693;
	font-size: 120%;
	margin-top:5px;
	
	
}

#sidebar .pipelinebox p.edit a {

	font-weight:bold;
	color:#693;
	
}


#sidebar #map a {
	display:block;
	background: url(images/map.jpg) no-repeat left top;
	width:216px;
	height: 125px;
	text-indent:-5000px;
}

#sidebar #map a:hover {
	background-image: url(images/map_lit.jpg);
}

#livefade {
	width:216px;
	height:139px;
}

#sidebar .pipelinebox img {
	border:1px solid #DFDAAC;
	margin: 6px 0;
	max-width:190px;
}



/* use the best possible ampersand */

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	color: #766557;
	}
	



	/* About Page 
--------------------------------------------- */

#about {
	background:url(images/Dunlop1.jpg) no-repeat top left;
	width:220px;
	padding: 245px 460px 0 0;
	min-height: 322px;
	margin:10px 0 20px 0;
}

#about p, #quiver p {
	font-size:130%;
	line-height:1.4em;
	margin-bottom:10px;
}

#about p em, #quiver p em{
	font-size:120%;
	font-style:italic;
	color:#f04c33;
	font-weight:normal;
}

#quiver a:link, #quiver a:visited, #quiver a:hover, #quiver a:active {
	display:block;
	width:340px;
	min-height:219px;
	padding: 470px 0 0 340px;
	background:url(images/quiver.jpg) no-repeat;
	color:#333;
}


	



	/* pricing Page 
--------------------------------------------- */

table.pricing {
	width:480px;
	text-align:center;
	margin-top:20px;
}

table.pricing td {
	padding:5px;
	font-size: 150%;
}

table.pricing th.boardstyle{
	font-size: 160%;
	font-style: italic;
	font-weight:normal;
	color:#f04c33;
	letter-spacing:.1em;
}

table.pricing th {
	border-bottom:1px solid #DFDAAC;
	padding-bottom:3px;
	font-size: 120%;
}

div.details {
	margin-top:20px;
	padding:15px;
	border:1px solid #DFDAAC;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #FAF8E5;
}

.details p{
	font-size:120%;
	margin-bottom: 6px;
}

.details p.detailstitle{
	font-size: 120%;
	font-style: italic;
	color:#f04c33;
	letter-spacing:.1em;
}


.priceHover {
	background-color:#FAF8E5;
}
	
/* secondary styles 
--------------------------------------------- */

div.type-post {
	margin-top:14px;
}

#content h2 {
	font-size: 2.5em;
	padding-top:3px;
	font-weight:normal;
	color:#555;
}

#content .type-page h2 {
	}

.type-page p strong {
	display:block;
	font-size: 140%;
	font-style: italic;
	font-weight:normal;
	color:#f04c33;
	border-top:solid 1px #dfdaac;
	padding-top:6px;

	
}

#content h2 a:hover, #content h2 a:active{
	color:#f04c33;
}

#content .entry p {
	font-size: 1.3em;
	line-height: 1.5em;
	
	margin:3px 0 6px 0;
}

#content div.entry {
	padding:10px 0;
	border-bottom:solid 1px #DFDAAC;
}


#content .postmetadata {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: .2em;
}
	
	
#postdate {
	background: url(images/date-background.png) no-repeat left top;
	width:40px;
	height:36px;
	padding: 11px 5px 5px 11px;
	float:left;
	margin:0 10px 0 -6px;
}
	
#postdate p {
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color: #fff;
	letter-spacing:1px;
	text-transform:uppercase;
}
	
#postdate p em {
	font-size: 24px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:.9em;
	color:#ace3d1;
	
}

.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#2e6389;
	letter-spacing:0;
	margin-top: 1px;
}

.subtitle em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.subtitle a:link, .subtitle a:visited {
	color:#84c552;
	font-weight:normal;
}

.subtitle a:hover, .subtitle a:active {
	color:#f04c33;
}


.phonenumber {
	float:left;
	width:160px;
	height:75px;
	margin-right:10px;
	background:#C63;
	text-indent:-5000px;
}

p.email a {
	display:block;
	float:left;
	width:160px;
	height:75px;
	background:#096;
	text-indent:-5000px;
	margin-bottom:20px;
}

.entry img {
	background-color:#FAF8E5;
	padding:6px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #DFDAAC;
	margin: 5px 0;
	max-width:668px;
}

.entry img.alignleft {
	margin-right:20px;
	margin-top:0;
	
}

.entry img.alignright {
	margin-left:20px;
	margin-top:0;
	
}

p.singlenav {
	font-size:120%;
	margin-top:20px;
}

p.singlenav a {
	font-style:italic;
	color:#f04c33;
	font-size:110%;
}

p.singlenav a:hover {
	text-decoration: underline;
}

a.readOn {
	font-style:italic;
	color:#f04c33!important;
}

a.readOn:hover {
	text-decoration:underline;
}


/* footer 
--------------------------------------------- */

#footer {
	clear:both;
	background:#e7e0b2;
	width:100%;
	height:auto;
	border:1px solid #666;
	margin: 0;
	float:left;
	border-top:none;
	
}
#footer a {
	line-height:1.4em;
	color: #666;
	font-style:italic;
	letter-spacing:.12em;
}

#footer a:hover, #footer a:active {
	color:#f04c33;
}

#footer ul {
	height:100%;
}

#footer li.footerhead {
	margin-bottom:5px;
	font-weight:bold;
	color:#2e6389;
	text-transform:uppercase;
	letter-spacing:.15em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;

	
}

.footer1 {
	width: 189px;
	float:left;
	margin:15px 0 12px 50px;
	border-right:1px solid #CDC391;
	}
	
.footer3{
	width: 219px;
	float:left;
	margin:15px 0 12px 20px;
	border-right:1px solid #CDC391;
	}
	

.subscribe a {
	display:block;
	float:left;
	padding:54px 20px 40px 123px;
	background:url(images/reader.png) no-repeat 30px 24px;
	font-size: 150%;
	
}

.credit {
	float:right;
	margin:10px 0 30px 0;
	font-size: 105%;
	letter-spacing:.12em;
	
}

.credit a {
	color: #666;
	font-style:italic;
	
}

.credit a:hover, .credit a:active {
	color:#f04c33;
}

.firefox {
	float:left;
	font-size: 105%;
	letter-spacing:.12em;
	margin-top:10px;
}

.firefox a {
	
	
	
}

/* misc. 
--------------------------------------------- */

a img {
	
}


/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

