/*
Theme Name: WordPress Blank
Theme URI: http://www.doycave.com
Description: A blank WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.0
Author: Doy Cave
Author URI: http://www.doycave.com

*/

/* CSS Reset by Eric Meyer -=-=-=-=-=-=-=-=-=- */
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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Baseline Grid by Wilson Miner -=-=-=-=-=-=-=-=- */

 body {
    background: #DDE7F0 url(images/body_bg.jpg) top left no-repeat;
    font-family: 'Lucida Grande',Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-left:100px;
  }
  p,
  ul,
  ol { 
    margin-bottom: 18px; 
    padding:0 20px;
  }
  ul {
    list-style-type: square;
    margin-left: 2em;
  }
  h1 { 
    color: #006;
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
    padding:0 20px;
  }
  h2 { 
    color: #006;
    font-size: 18px; 
    line-height: 18px; 
    margin-bottom: 18px;
    padding:0 20px;

  }
  h3 { 
    color: #006;
    font-size: 14px; 
    line-height: 18px; 
    margin-bottom: 18px;
    padding:0 20px;
  }

/* MAIN STRUCTURE -=-=-=-=-=-=-=-=- */

.separate{clear:both; height:1px;}

#banner{width:560px; margin-left:20px;}

     #banner .head{display:block; padding:18px 10px; background-color:#000; color:#FFF;}
     #banner .head a{text-decoration:none; font-size:24px; line-height:36px; color:#EFEFEF;}

#container{background-color:#FFF; width:900px; border-right:1px solid #E0E0E0; border-bottom:3px solid #E0E0E0; margin-top:100px; margin-bottom:50px;}

#content{}

     #content h2 a, #content h2 span{display:block; padding:18px 10px; background-color:#000; text-decoration:none; color:#EFEFEF;}

.widgettitle{display:block; padding:18px 10px; background-color:#000; text-decoration:none; color:#EFEFEF; margin-left:20px;}

     #contentLeft{float:left; width:600px; margin-bottom:18px;}
     #contentRight{float:right; width:298px; margin-bottom:18px;}
          #contentRight ul{list-style:none;}
          #contentRight ul li ul{list-style:square;}

#footer{clear:both;border-top:none; border-left:none;}

#sidebar{list-style:none; margin:0; padding:0;}
#sidebar .widget{display:block; float:left; width:288px;}

/* TWITTER STYLES -=-=-=-=-=- */
#twitter_update_list{list-style:none; margin:0; padding:0;}
#twitter_update_list li{display:block; padding:18px 10px; border-bottom:1px solid #EFEFEF;}

.twitter-title{display:block; padding:18px 10px; background-color:#000; color:#EFEFEF; margin-right:20px;}

li#search{display:block; float:right; margin-right:0;}

