/*
Theme Name: Ron Bloom
Description: Custom 3 Column Table for RonBloom.com
Author: theFerf
Author URI: http://ferf.podshow.com
Version: 0.2
*/

html,body {
     margin:0;
     padding:0;
     height:100%;
}

body {
     height:100%;
     font: 11px arial,sans-serif;
}

a { color:#1F4F99 }

a.posttitle:link,a.posttitle:visited, a.posttitle:active {
     color: #333;
     font-size: 16px;
     text-decoration: none;
     font-weight: bold;
}

a.posttitle:hover {
     color: #333;
     font-size: 16px;
     text-decoration: underline;
     font-weight: bold;
}

div#wrapper {
     width:100%;
     //height:100%;
}

div#header {
     height:52px;
     line-height:52px;
     margin:0;
     padding-left:10px;
     background: #EEE;
     color: #1F4F99;
     border-bottom: 10px solid #1F4F99;
     background-image: url(http://www.ronbloom.com/wp-content/themes/rb2/images/headergradient.png);
}

.content {
     padding:20px 10px 10px 10px;
}

.page {
     margin: 0px 200px 0px 20px;
     padding-left:10px;
     padding-right:10px;
     min-width:320px;
     line-height: 20px;
     font-size: 12px;
     height:100%;
}

.navigation {
     width:260px;
     background:#EEE;
     padding-left:10px;
     padding-right:10px;
     padding-top:10px;
     border-right: 1px solid #ACACAC;
}

.extra {
     width:200px;
     background:#FFF;
     border-left: 1px solid #ACACAC;
     background-image: url(http://www.ronbloom.com/wp-content/themes/rb2/images/NEWSback.png);
     background-position: bottom;
     background-repeat: no-repeat;
}

div#news {
     padding-left:10px;
     padding-right:10px;
     padding-top:10px;
     border-top: 1px solid #ACACAC;
     //height:100%;
}

div#player {
     padding:10px;
}

div#subscribe {
     padding-left:10px;
     padding-top:10px;
     padding-right:10px;
     background-image: url(http://www.ronbloom.com/wp-content/themes/rb2/images/RSSback.png);
     background-repeat: no-repeat;
     background-position: bottom;
     border-bottom: 1px solid #ACACAC;
}

.footer {
     clear:left;
     width:100%
     background: #FFF;
     color: #666;
     padding-top:10px;
     padding-bottom:50px;
     border-top: 1px solid #ACACAC;
     text-align: right;
     font-size: 10px;
}

div#biotext {
     color: #666;
     line-height: 20px;
     font-size: 10px;
}

div#postdate a {
     color: #666;
     font-size: 10px;
     padding-left:5px;
     padding-right:5px;
}

div#postpost {
     color: #333;
     line-height: 20px;
     font-size: 12px;
     padding-bottom:15px;
     padding-top:5px;
}

.newsul {
     list-style-type: none;
     padding: 0;
     margin: 0;
}

.newsli {
     background-image: url(http://www.ronbloom.com/wp-content/themes/rb2/images/arrow_right_grey.png);
     background-repeat: no-repeat;
     background-position: 0 .4em;
     padding-left: 10px;
}

ul#navlist {
     margin-top:0px;
     margin-left: 0;
     padding-left: 0;
     padding-top:17px;
     white-space: nowrap;
}

#navlist li {
     display: inline;
     list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
     color: #fff;
     background-color: #1F4F99;
     text-decoration: none;
}

#navlist a:hover {
     color: #fff;
     background-color: #369;
     text-decoration: none;
}

.bqstart {
	float: left;
	height: 45px;
	margin-top: -35px;
	padding-top: 45px;
	margin-bottom: -50px;
	margin-left: -40px;
	font-size: 500%;
	color: #666;
	font-family: 'Lucida Grande', Verdana, helvetica, sans-serif;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: -20px;
	padding-top: 20px;
	margin-right: -30px;
	font-size: 500%;
	color: #666;
	font-family: 'Lucida Grande', Verdana, helvetica, sans-serif;
}

blockquote {
	margin: 35px;
	padding: 0;
	font-size: 130%;
	line-height: 160%;
}