/*  
Theme Name: Barely Podcasting
Theme URI: http://www.barelypodcasting.com
Description: A custom theme for the Barely Podcasting Podcast by <a href="http://www.friedgeek.com" target="_blank">FriedGeek</a>. The theme is a three column layout with the left column seperated out to 'leftsidebar.php', the right sidebar is the standard 'sidebar.php'. The rounded corners are done with a customized version of <a href="http://www.html.it/articoli/niftycube/index.html" target="_blank">Nifty Corners Cube</a>. <br /><br/>TODO: Tweak the Archive/Archives page code.
Version: (Beta 1.0)
Author: The FriedGeek
Author URI: http://www.friedgeek.com
	*/

/* begin layout*/
/*TAGS*/
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}

/* IDS */
div#header h1{height:220px;line-height:220px;margin:0;
  padding-left:10px;background: #fff; color: #000;}
div#header{margin:10px 0;}
div#container{text-align:left}
div#navigation{background:#fff}
div#extra{background:#fff}
div#footer{color: #FFF; margin:10px 0 20px 0;}
div#footer p{margin:0;padding:5px 10px;}
div#container{width:800px;margin:0 auto}
div#wrapper{float:left;width:100%;margin-bottom:10px;}
div#content{margin: 0 225px;margin-top:20px;}
div#navigation{float:left;width:210px;margin-left:-790px;margin-top:20px;}
div#extra{float:left;width:210px;margin-left:-225px;margin-top:20px;}
div#footer{clear:left;width:100%}
div#commentform{width:200px;}
div#extra ul li{list-style-type: none; margin-left:-30px;}
div#extra ul li li a{margin-left:-10px;font-weight:normal;text-decoration:none;}
div#extra ul li li a:hover{margin-left:-10px;font-weight:normal;text-decoration:underline;}
h3#respond{margin:0 10px;font-family: Trebuchet MS;color:#006699;}

/* CLASSES */
.alignrightx {float: right;}
.alignleftx {float: left;}


/* COLORS  */


div#navigation h2{
	border-bottom:3px solid #ccc;
}
div#extra h2{
	border-bottom:3px solid #CCC;	
}

body {
background-color: #22223C;
background-image:url('images/bpcasting_bg.jpg');
background-repeat: repeat-x;
}
div#footer{
color:#aaa;
font-size:-3;
}

div#footer a,div#footer a:visited{
color:#aaa;
font-weight:bold;
text-decoration:underline;
}

div#footer a:hover{
color:#fff;
font-weight:bold;
text-decoration:none;
}


div#wrapper{
background-color:#fff;
}

div#content{
border-left:1px solid #999;
border-right:1px solid #999;
}


.post a:link,.post  a:active,.post  a:visited{
text-decoration:none;
}
.post a:hover{
text-decoration:underline;
}

div#content {
background:#fff;
}

.post {
margin:0 0 20px 0;
}
.post small{
margin:0 10px;
border-bottom:1px solid #ccc;
display: block;
color:#ccc;
}

.post h2{
margin:0 10px;
font-family: Trebuchet MS;
color:#006699;
}
.post h2 a:link{
color:#004D74;
}

.post h2 a:active,.post h2 a:hover{
color:#007DBC;
text-decoration:underline;
}

.post h2 a:visited{
color:#004D74;
}

p.postmetadata{
border:1px soild;
	clear: left;
}