/*
Theme Name: Tech45
Theme URI: 
Author: Maarten Hendrikx
Author URI:
Description: 
License:
License URI: 
Tags: 
Version: 2.50
*/

/** RESET STYLES **/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body {
	height: 100%;
}

:focus {
	outline: 0;
}


ol, ul {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

/** LAYOUT **/
body {
	background: #F1F1F1 url('body_backdrop.png');	
	color: #333;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 150%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

div#Notice {
	background: #FF0000;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 4px 0 4px 0;
	text-align: center;
}

div#Masthead {
	background: #E31E26;	
	border-bottom: solid #FFF 1px;
	height: 100px;
	padding: 10px 0 10px 0;
}

div#Masthead img {
	height: 100px;
	max-width: 100%;
	width: auto;
}

div.wrapper {
	margin: 0 auto;
	width: 90%;
	max-width: 720px;
}

div#Logo {
	float: right;
}

div#Banner img {
	height: auto;
	max-width: 100%;
	width: auto;
}

div#About {
	color: #FFF;
	padding: 10px 0 0 0;
	width: 280px;
}

div#Navigation {
	margin: 0 0 20px 0;
}

div#NextRecording {
	background: #E6E6E6;
	border: 1px solid #FFF;
	color: #6B6B6B;	
	float: right;
	font-size: 12px;
	line-height: 14px;
	margin-left: 10px;
	padding: 1px 4px 1px 4px;
	text-shadow: 1px 1px 1px #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: inset 1px 1px 2px #8F8F8F;
   	-webkit-box-shadow: inset 1px 1px 2px #8F8F8G;
   	box-shadow: inset 1px 1px 2px #8F8F8F;
}

div#Nav {
	margin: 20px 0 20px 0;
	padding-top: 2px;
	width: 300px;
}

div#BottomNav {
	margin: 20px 0 20px -4px;
}

div#ActionNav {
	float: right;
	margin-bottom: 6px;
	padding-top: 2px;
}

div#Pagination {
	font-size: 13px;
	margin: 20px 0;
}

div#Comments {
	margin: 0 auto;
	width: 620px;
}

.cssgradients div.buttons span a, 
.cssgradients .submit {
	border: 1px solid #CE0002;
	color: #FFF;
	cursor: pointer;	
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	background: -moz-linear-gradient(top, rgba(255, 38, 0, .9), rgba(160, 18, 0, .8));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 38, 0, .9)),to(rgba(160, 18, 0, .8)));
	border-radius: 4px;
	margin: 0 0 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.no-cssgradients div.buttons span a {
	color: #FFF;	
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	background: #000;
}

input {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

input.input {
	background: #E6E6E6;
	color: #6B6B6B;	
	padding: 3px 4px 3px 4px;
	text-shadow: 1px 1px 1px #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 2px #8F8F8F;
   	-webkit-box-shadow: inset 1px 1px 2px #8F8F8G;
   	box-shadow: inset 1px 1px 2px #8F8F8F;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	width: 300px;
}

div.buttons span a img {
	height: 14px;
	width: 14px;
	vertical-align: top;
	margin: 0;
	padding: 5px 5px 0 0;
}

.cssgradients div.buttons span a:hover,
.cssgradients .submit:hover {
	background: -moz-linear-gradient(top, rgba(255, 38, 0, .9), rgba(160, 18, 0, .8));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(160, 18, 0, .9)),to(rgba(255, 38, 0, .8)));
}

div#LatestPodcasts {
	margin: 0 0 0 4px;
}

div.box {
	background: #FFF;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 8px 6px -6px #999;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}

div.innerbox {
	background: #E6E6E6;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.socialdownload {
	margin: 14px 0 0 0;
}

div.mp3player {
	margin: 0 0 10px 0;
}

div.social {
	height: 24px;
	margin: 10px 0 0 0;
}

span.sbutton {
	float: left;
	margin-right: 30px;
}

span#Paypal {
	margin: 0 10px 0 6px;
}

div.download {
	width: 200px;
}

div#PodcastList ul li {
	margin: 0 0 4px 0;
}

div#Search {
	margin: 6px 0 14px 0;
}

div#SearchOn404 {
	margin: 20px 0 20px 0;
}

div#SearchNothingFound {
	margin-top: 20px;
}

hr {
	border-bottom: solid 1px white;
	border-top: solid 1px #DDD;
	margin: 10px 0;
}

div#Shownotes {
	margin: 12px 0 0 0;
}

div#Footer {
	background: #E6E6E6;
	margin: 60px 0 0 0;
	padding: 7px 10px 1px 10px;
}

/** TYPOGRAPHY **/
h1 {
	font-family: 'Tinos', serif;
  	font-size: 28px;
  	font-weight: 700;
  	line-height: 28px;
  	margin-bottom: 12px;
  	text-shadow: 0px 1px 1px #FFF;
}

h1 a:link, div#PodcastList ul li a:link { color: #000; }
h1 a:visited, div#PodcastList ul li a:visited { color: #000; }
h1 a:hover, div#PodcastList ul li a:hover { color: #FF0000; }

h2 {
	font-family: 'Tinos', serif;
  	font-size: 20px;
  	font-weight: 400;
  	line-height: 20px;
  	margin-bottom: 12px;
  	text-shadow: 0px 1px 1px #FFF;
}

h3 {
	font-family: 'Tinos', serif;
  	font-size: 17px;
  	font-weight: 400;
  	line-height: 17px;
  	margin-bottom: 12px;
  	text-shadow: 0px 1px 1px #FFF;
}


p {
	margin-bottom: 6px;
}

p.tags, div.tags {
	font-style: italic;
}

/* Kleur van de tags bij een lijst met afleveringen */
div#PodcastList ul li div a:link { color: #FF0000; }
div#PodcastList ul li div a:visited { color: #FF0000; }
div#PodcastList ul li div a:hover { color: #000; }


p.showsummary {
	margin: 10px 0;
}

a:link { color: #FF0000; }
a:visited { color: #FF0000; }
a:hover { color: #000; }

div#Notice a:link { color: #FFF; text-decoration: underline; }
div#Notice a:visited { color: #FFF; }
div#Notice a:hover { color: #000; text-decoration: none; }

.date {
	color: #6B6B6B;	
	font-size: 13px;
}

.smaller {
	font-size: 11px;
}

p.italic {
	font-style: italic;
}

div#Shownotes ul, div#Shownotes ol {
	margin: 10px 30px 10px 30px;
}

div#Shownotes ul li, div#Shownotes ol li {
	font-size: 13px;
	list-style-type: square;
}
