/*  
Theme Name: Green Radio Reloaded
Theme URI: http://killuglyradio.com/
Description: A Brighter Shade Of Green
Version: 1.0
Author: Jurgen Verfaillie
Author URI: http://killuglyradio.com/
*/
*{
  margin: 0;
}
body, div, table, p, ul, h1, h2, h3, blockquote{
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
}
a, a:link{
	font-weight: bold;
	text-decoration: none;
	color: #238901;
}
a:hover{
	text-decoration: underline;
	color: #333;
}
html, body{
	height: 100%;
}
body{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #313131;
	line-height: 18px;
	background-color: #000;
	text-align: center;
}
#container{
	min-height: 100%;
  height: auto !important;
  height: 100%;
  /* #footer height must equal the minus value for it to be sticky */
  margin: 0 auto -180px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
#header{
	height: 242px;
	position: relative;
	background: #000 url(img/header.jpg) top left no-repeat;
}

#header h1{
	display: none;
}
/* search form */
form#search{
	position: absolute;
	top: 27px;
	/*left:711px;*/
	right: 0;
	display: inline;
	line-height: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-serif;
}
#search-container{
	width: 260px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#search-container input.q{
	margin-left: 8px;
	color: #eee;
	background-color: #000;
	width: 160px;
	border: 1px solid #236500;
	font-size: 11px;
	padding: 3px 7px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#search-container input.search-button{
	margin-left: 7px;
	padding: 3px 7px;
	color: #fff;
	background-color: #236500;
border: 1px solid #236500;
	font-size: 11px;
	cursor: pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
form#search input:focus{
	outline: none;
}
/* end search form */
#nav-container{
	background: #313131 url(img/nav-back.jpg) top left no-repeat;
	height: 41px;
	position: relative;
}
ul#main-nav{
	position: absolute;
	top: 12px;
	left: 0;
	display: inline;
}
ul#main-nav li{
	color: #fff;
	margin-left: 12px;	
	display: inline;
}
ul#main-nav li.first{
	margin-left: 20px;
}
ul#main-nav li a, ul#main-nav li a:link{
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}
ul#main-nav li a:hover{
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#main{
	margin-left: 20px;
	background: #fff url(img/main-back.jpg) top left no-repeat;
}
div.entries{
	float: left;
display:inline;
	width: 445px;
	background: #fff url(img/entries-back.jpg) top left no-repeat;
}
div.entry{
	margin-top: 20px;
	width: 425px;
	text-align: justify;
	color: #484848;
}
div.entry h2, #commentform h3.related{
text-align:left;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 2px 0;
}
div.entry h2 a, div.entry h2 a:link{
	display: block;
	text-decoration: none;
	color: #484848;
}
div.entry h2 a:hover{
	text-decoration: none;
	color: #238901;
}
div.entry-date{
	padding: 2px 2px 3px 2px;
	font-size: 10px;
	line-height: 14px;
	color: #313131;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
div.entry-date a, div.entry-date a:link, div.entry-info a, div.entry-info a:link{
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
div.entry-date a:hover, div.entry-info a:hover{
	color: #000;
}
div.entry-date span.tags{
	text-transform: lowercase;
}
div.entry p{
	margin: 10px 0;
}
div.entry blockquote{
	min-height:36px;
  	height:auto !important;
 	height:36px;
	margin: 10px 0;
	padding-left: 25px;
	background: #fff url(img/quote.gif) no-repeat 0 2px;
	color: #898888;
}
div.entry blockquote p{
margin-top: 0;
}
div.entry img{
	border: 0;
	width: 419px;
	height: auto;
	padding: 2px;
	border: 1px solid #ccc;
}
div.entry img.wp-smiley{
width: auto;
height: auto;
padding: 0;
border: none;
}
div.entry ul{
	margin: 10px 0 10px 20px;
	list-style-type: square;
}
div.entry ol{
	margin: 10px 0 10px 20px;
}
div.entry-info{
	padding: 0 0 20px 0;
	line-height: 14px;
	font-size: 10px;
	color: #666;
}
div.entry-info a.comment-num{
	font-weight: bold;
	color: #238901;
}
div.entry-info a.comment-num:hover{
	color: #000;
	text-decoration: underline;
}
div.sidebar{
	float: right;
	width: 481px;
	margin-right: 14px;
	background: #fff url(img/sidebar-back.jpg) top right no-repeat;
display: inline;
}
div.sidebar h3{
	font-size: 10px;
	padding: 2px 4px;
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #fff;
	/* background-color: #238901; green */
	/* background-color: #B44E00; orange */
	background-color: #115E00;
}
div.sidebar div.single-about{
	margin: 4px 27px 15px 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #EAF8E5;
	padding: 15px;
}
div.sidebar div.single-about a, div.sidebar div.single-about a:link{
	font-weight: normal;
}
div.sidebar ul{
	color: #666;
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
	margin-bottom: 18px;
}
div.sidebar ul.chatter li{
overflow:hidden;
}
div.sidebar ul.chatter li:hover{
	background-color: #EAF8E5;
}
div.sidebar ul li ul li{
	padding: 2px 0;
	border-bottom: 1px solid #ccc;
}
div.sidebar ul li ul li a, div.sidebar ul li ul li a:link{
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
div.sidebar ul li ul li a:hover{
	color: #238901;
}
div.side-one{
	float: left;
	margin-top: 6px;
	margin-left: 20px;
	width: 260px;
display:inline;
}
div.side-two{
	float: left;
	margin-top: 6px;
	margin-left: 20px;
	width: 153px;
}
div.side-two a, div.side-two a:link{
	display: block;
}
#footer{
	height: 180px;
	width: 960px;
	margin: 0 auto;
	background: #313131 url(img/footer-back.jpg) top left repeat-x;
	color: #666;
	text-align: justify;
}
#footer p.fine-print{
	float: left;
display:inline;
	padding-top: 25px;
	margin-left: 20px;
	width: 425px;
	font-size: 10px;
	line-height: 14px;
}
#footer p.colofon{
	float: left;
	padding-top: 20px;
	margin-left: 40px;
	font-size: 12px;
	line-height: 17px;
}
#footer b{
	font-size: 12px;
	color: #ccc;
}
#footer a:hover{
	color: #ccc;
}
/* voor sticky footer */
div.push{
	height: 4em;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
/* comments */
h3.comment-h3{
	margin-top: 20px;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 14px;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.commentlist{
width: 425px;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	}
.post ol.commentlist li{
	margin-left: 0
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
	#commentform input {
		background-color: #fff;
		border: 1px solid #ccc;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform h3.related{
	margin-top: 50px;
}

#commentform textarea {
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 425px;
	padding: 2px;
	}

#commentform #submit {
	color: #fff;
	background-color: #216A00;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	padding: 3px;
	cursor: pointer;
	border: none;
	margin: 0 20px 0 0;
	float: right;
	}
	.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist a{
	border: none;
	text-decoration: none;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	line-height: 18px;
	overflow: hidden;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-size: 12px;
	}
.commentlist li blockquote{
	font-size: 12px;
	color: #666;
	margin-left: 15px;
padding-left: 10px;
border-left: 1px solid #ccc;
}
.commentlist li p a, .commentlist li p a:link{
text-decoration: underline;
}
.commentlist li p a:hover{
color:#333;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	div.related{
		margin: 50px 0 35px 0;
	}
	div.related  ul{
		margin-left: 15px;
	}
	div.related ul li{
		padding: 2px 0;
	}
h3#respond, div.related h3, h3#comments{
	font-size: 14px;
	margin-top: 25px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin: 0 0 0 7px;
}
h2.pagetitle{
	margin-top: 20px;
	font-weight: normal;
}
div.prev-next{
	padding: 7px;
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}
	div.related  ul{
		margin-left: 20px;
	}
	div.related ul li{
list-style-type: none;
		padding: 4px 0;
	}
ul li.linkcat h2{
	font-weight: normal;
	font-size: 14px;	
}
div.prev-next a{
	border: none;
	text-decoration: none;
}
div.prev-next a:hover{
	color: #000;
}
div.prev-next div.align-left{
	float: left;
	text-align: left;
}
div.prev-next div.align-right{
	text-align: right;
}
img.wp-smiley{
	width: auto;
	height: auto;
	border: none;
}
div.social img{
width: auto;
height: auto;
border: none;
}
div.social h3{
margin-bottom:8px;
}