/* 
Theme Name: GS podq
Theme URL: http://whiteboard.plainbeta.com/
Description: Inspired by Goldman Sachs's site.
Author: Joshua Lyman
Author URI: http://www.podq.com
Version: 0.9

Based on Brian Purkiss's Whiteboard theme.
*/

@import 
/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{ margin-top: 18px; }
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

/*
Other divs and classes now needed for podq.com
*/

a { color: #555; }
a:hover { color: #999; }
a:visited { color: #222; }

body { background: #000; }
#header { margin-bottom: 216px; color:#fff; }
#header h1 a {   font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-weight:100;
  letter-spacing:1px;
  text-decoration: none;}
#header a { color: #fff; }
#header a:hover { color: #ddd; }
#header .tabs ul li { background: #666; }
#titlebar, #footer { background: #222; color: #fff; }
#titlebar h2 { color: #fff; }
#main { background: #fff; }
#sidebar { font-size: 1.5em; }
#sidebar ul { list-style-type: none; padding-left:30px; margin-right: 0; margin-top:18px }
#sidebar ul li { margin-bottom:36px; }
.post h2 { color:# #555; font-size:18px; }
#footer { text-align:center; }
