/*   
Theme Name: Joe Boyd based on html5 reset
Version: 2.0
*/

/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.chromeframe {position: absolute; top: 0;}


/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
		font:300 16px 'LinotypeUniversW01-Ligh 723631', Helvetica, Arial, sans-serif;
	color:#444;

}

strong {
	font-weight: normal;
	font-family: 'Univers LT W01 55 Roman',Helvetica,Sans-serif;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}
p {
	margin-bottom: 10px;
	line-height: 24px;
}
h1, h2, h3 {
	font-family: 'Linotype Univers W01 Cn';
	font-weight: normal;
	margin-bottom: 10px;
}
h1 {
	font-size: 32px;
}


h2 {
	font-size: 32px;
}

#home-title {
	font-family: 'Linotype Univers W01 Cn';

	font-size: 36px;
	margin-bottom: 30px;
}
#home-right h2 {
	font-size: 22px;
}


h3 {
	font-size: 22px;
}
a {
	color:#cc3300;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 960px; margin: 20px auto;}

.post, .event {
clear: both;
    float: left;
    width: 660px;
    margin-bottom: 20px;
   margin-right: 50px;
    }
    .wide-post {
clear: both;
    float: left;
    width: 920px;
    margin-bottom: 20px;
   margin-right: 20px;
    }
#home-left {
float: left;
width: 540px;	
	
}

#home-right {
width: 380px;
margin-left: 600px	
	
}

.home-column-title {
	    margin-bottom: 10px;
    padding: 5px 0px;
	border-bottom: solid 1px #ccc;

	border-top: solid 1px #ccc;
	
}

.home-column-title h3 {
	margin: 0px;
}


.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {
	
	margin-left: 710px;
}

#navgation {}
.next-posts {}
.prev-posts {}

#searchform {
	margin-bottom: 20px;
}
#s {}

#search {
width:135px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border: solid 1px #cccccc;}

td {
	padding: 5px;
}

#post-79 tr:nth-child(odd) {
  background-color: #ebebeb;
}

#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.wpcf7-mail-sent-ok {
	border: none;
	
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	
}
/* logo */
.logo {
height: 120px;
background-color: #cc3300;
	
}
.logo-img {
margin-top: 55px;
	
}

.event-location {
		font-family: 'Linotype Univers W01 Cn';

font-size: 20px;}

.event-list {
	
	margin-bottom: 15px;
}

.post_date {
	
	  color: #979797;
    padding-bottom: 5px;
}

.post img {
	
	border: solid 1px #afafaf;
}

#social_links{
	  position: absolute;
    top: 73px;
	right: 0px;
}

#social_links li {
	
	list-style: none;
	float: left;
	margin-left: 10px;
}

#search {
	
}



.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* Search Form */
#header #searchform {


    position: absolute;
    right:0px;
    text-align: right;
    top: 65px;
    right: 175px;

}
#header #searchform div {
	margin: 0;
}
#header #s {
background-color: white;
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 122px;
}
#header #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#header #searchsubmit {
	display: none;
}
#header .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#header .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#header .only-search #s,
#header .only-search #s:focus {
	width: 85%;
}
#header .only-search #s:focus {
	background-color: #bbb;
}
#header .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#header .only-search + #access div {
	padding-right: 205px;
}


input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 35px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
	 border: 1px solid #D4D4D4;
}
input#searchsubmit {
	display: none;
}


.alignright {
	float: right;
	margin: 0 0 10px 10px;
}


.alignleft {
	float: left;
}

/* nav */
.menu-main-container {
	
		width:960px;
	margin:0 auto;
	position:relative;
}
#nav {
margin-bottom: 25px;
 border-bottom: 1px solid #D4D4D4;
height: 40px;
background-color: #ebebeb;
	
}
#nav ul {
	margin: 0px;
}
#nav li {
	float: left;
	margin: 10px 11px 10px 0px;
	padding-right: 12px;
	border-right: solid 1px #c1c1c1;
}

#nav li:last-child {
	border-right: none;
}
#nav li a {
	
	font-family: 'Linotype Univers W01 Cn';
}

.current_page_item a, .current-page-ancestor a, .current_page_parent a {
	
	color: #444;
}
.col-3 {
	
	width: 200px;
	float: left;
	margin-right: 20px;
}

.entry .col-3 img {
	
margin-bottom: 10px;
}

/* sidebar */
.sidebar {
	
}


.widget {
margin-bottom: 15px;	
	
}


/* footer */
#footer {
clear: both;
width: 960px;
	margin: 20px 0;
	padding: 15px 0;
	border-top: solid 1px #ff9f80;
}





.entry img {
	
	margin-right: 18px;
	margin-bottom: 40px;
	vertical-align: top;
}

.clear {
	
	clear: both;
}

#podcast-letters {
		font-family: 'Linotype Univers W01 Cn';
font-size: 50px;
text-transform: uppercase;
padding-bottom: 20px;
letter-spacing: -3px;
color: #999;
width: 540px;
line-height: 50px;
	
}

#podcast-letters-home {
			font-family: 'Linotype Univers W01 Cn';
font-size: 34px;
	text-transform: uppercase;
margin-bottom: 5px;
	
}

.second-letters {
	font-size: 29px;
}

.home-podcast-text {
	margin-bottom: 20px;
	margin-left: 150px;
}

#podcast-letters-home a {

}

#podcast-text {
	
	text-transform: none;
}

#podcast-texts {
	clear: both;
	padding-top: 15px;
}
.podcast-text {
	display: none;
	
	
}

#post-651 .podcast-link {
 background: #cc3300 none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    float: left;
    font-size: 32px;
    height: 45px;
    margin: 9px 9px 0 0;
    width: 45px;
    text-align: center;
    line-height: 45px;
    padding-right: 2px;
    }
    
#post-651 .podcast-link a {
	        color: white;
	        }
	        
#post-651 .podcast-link a:hover {
	color: black;
}
	        
#post-651 .second-letters {
	font-size: 26px;
	    letter-spacing: 1px;
	    padding-right: 0px;

}

#podcast-logo {
	 background: #cc3300 none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 40px;
    width: 130px;
    height: 130px;
        color: white;
         line-height: 120px;
    text-align: center;
float: left;

	
}

#podcast-home {
	margin-left: 150px;
}

#podcast-home h1 {
font-family:'LinotypeUniversW01-Bold_723691';
font-size: 50px;
margin-bottom: 0px;
}

#podcast-home h2 {
	font-family:'Univers LT W01 65 Bold';
font-size: 20px;
margin-bottom: 0px;


}






/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/

@media screen and (max-device-width: 480px) {

}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}