/*  
Theme Name: drewstheme
Description: WP theme for http://drewsbox.com
Author: drew
Author URI: http://drewsbox.com
Version: 1.0
*/
/* Defaults */
*
{
  margin:0;
  padding:0;
}

h1,h2,h3,h4,h5,h6,p
{
  margin:0;
  padding:10px 0;
}

h1,h2,h3,h4,h5,h6
{
  font-family:Helvetica, Arial, Verdana, sans-serif;
  font-weight:bold;
}

hr
{
  color:#333;
  border:1px solid #121212;
}

pre
{
  height:auto;
  overflow-x:scroll;
}

fieldset
{
  margin:0;
  padding:0;
  border:0;
}

dd
{
  padding-left:15px;
}

a
{
  color:lime;
  text-decoration:none;
}

a:hover
{
  color:#FFF;
  text-decoration:underline;
}

a img
{
  border:none;
}

acronym
{
  border-bottom:1px dotted #000;
}

blockquote
{
  border-left:3px solid #333;
  padding:5px 15px;
  margin:10px 10px 5px 15px;
  font-style:italic;
  color:#333;
}

code
{
  margin:10px 0;
  font-style:italic;
}

strong
{
  font-weight:bold;
}

body
{
  text-align:center;
  margin:0;
  padding:0 0 15px;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:14px;
  background:#dbb56c url(images/cardboard.jpg) fixed repeat;
}

img.aligncenter
{
	border: 4px solid #7F683C;
}

/* Header and wrapper */
#wrapper
{
  margin:0 auto;
  width:960px;
  text-align:left;
  padding:0;
}

#header
{
  padding:0;
  margin:0;
  height:80px;
  background:transparent url(images/banner.png) top left no-repeat;
  overflow:hidden;
}

#header a,#header a:hover
{
  text-decoration:none;
}

#header #topright
{
  text-align:right;
  float:right;
  clear:right;
  width:940px;
  margin:5px 0 0;
  padding:0 20px 0 0;
}

#header #topright ul
{
  list-style:none;
  padding:0;
  margin:0;
}

#header #topright li
{
  display:inline;
}

#header #topright li a
{
  color:#FFF;
  font-size:11px;
  padding:0 0 0 25px;
  text-transform:lowercase;
}

#header #topright li a:hover
{
  color:lime;
  text-decoration:none;
}

#header h1
{
  display:inline;
  padding:0;
  margin:0;
  position:relative;
  left:180px;
  top:30px;
}

#header h1 a
{
  font-family:Georgia;
  font-size:36px;
  line-height:28px;
  text-decoration:none;
  color:#FFF;
  padding:0;
  margin:0;
}

#header h1 a:hover
{
  text-decoration:none;
  color:#000;
}

#header span
{
  padding:0;
}

/* Menu */
#catnav
{
  margin:0;
  padding:0;
  clear:both;
  height:30px;
  width:960px;
}

#nav
{
  list-style:none;
  margin:0;
  padding:0;
}

#nav ul
{
  margin:0;
  padding:0;
}

#nav li
{
  float:left;
  margin:0;
  padding:0;
}

#nav a
{
  display:block;
  line-height:30px;
  margin:0;
  padding:0 10px 0 15px;
  font-size:10pt;
  color:#000;
  letter-spacing:-1px;
}

#nav li a:hover
{
  color:lime;
  text-decoration:none;
  display:block;
}

#nav li ul
{
  list-style:none;
  position:absolute;
  width:150px;
  left:-999em;
}

#nav li li
{
  float:left;
  margin:0;
  padding:0;
  width:150px;
}

#nav li li a
{
  width:150px;
  height:24px;
  line-height:24px;
  color:#fff;
  border-top:1px solid #131f27;
  background:#040404;
  margin:0;
  padding:5px 20px 5px 15px;
}

#nav li li a:hover
{
  border-top:1px solid #131f27;
  background:#000;
  padding:5px 20px 5px 15px;
}

/* Posts */
#main
{
  margin:5px 0 15px;
  clear:both;
  width:960px;
  padding-bottom:5px;
}

#contentwrapper
{
  float:left;
  width:575px;
  margin:0 0 15px;
  padding:0;
}

#contentwrapper2
{
  float:left;
  width:900px;
  margin:0 0 15px;
  padding:0;
}

#contentwrapper .page_title,#contentwrapper2 .page_title
{
  margin:0 0 10px;
  font-size:14pt;
  letter-spacing:-1px;
  color:#fff;
  font-weight:normal;
  background:url(images/bg-trans.png) repeat;
  padding:5px;
}

.post
{
  margin:0;
  padding:0;
}

.post img.bannerpic
{
  background:transparent url(images/bg-trans.png) repeat;
  padding:4px;
  margin:0 0 4px;
}

.post h2
{
  margin:0;
  padding:0;
  /*
float:left;
  clear:both;
  width:100%;
*/
}

.post h2.post_title a
{
  background:url(images/bg-trans.png) repeat;
  font-size:36px;
  line-height:26px;
  color:#000;
  padding:4px 0 0;
  margin:0;
  display: block;
  letter-spacing:-2px;
}

.post h2.post_title a:hover
{
  text-decoration:none;
  color:#FFF;
}

.post div.post_meta
{
  font-size:11px;
  padding:0 2px 2px;
  margin:0;
  color:#CDCDCD;
  background:transparent url(images/bg-trans.png);
  display:inline;/*

  clear:left;
  float:left;
*/
}

.post div.post_meta a
{
  text-decoration:underline;
  color:#FFF;
}

.post div.post_meta a:hover
{
  color:#CCC;
}

.post div.post_content
{
  margin:0 0 8px;
  line-height:120%;
  color:#231905;
}

.post div.post_content p
{
  /*
clear:left;
  float:left;
  display:block;
*/
  line-height:150%;
  /* width:100%; */
}

.post div.post_content p a.more-link
{/*

  clear:both;
  float:left;
*/
  line-height:100%;
  margin:0 0 8px;
}

.post div.post_content h3
{
  padding:0;
  margin:10px 0 -5px;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:150%;
  font-style:italic;
  font-weight:bold;/*

  float:left;
*/
}

.post div.post_content a
{
  color:#231905;
  text-decoration:none;
  border-bottom:1px dotted #231905;
}

.post div.post_content a:hover
{
  color:#FFF;
  text-decoration:underline;
  border-bottom:1px dotted #231905;
}

.post div.post_content ul,.post div.post_content ol
{
  padding:0 0 0 30px;
  margin:20px 0;
  /* float:left; */
}

.post div.post_content ol li
{
  padding:4px 0;
}

.post div.post_content ol li:hover
{
  color:#000;
}

.post div.post_comments,.post div.post_more,.post div.post_tags,.post div.sociable,.post div.post_admin
{
  font-size:11px;
  font-style:italic;
  background:url(images/bg-trans.png) repeat;
  padding:4px;
  margin:0 5px 5px 0;
  display:inline;
  float:left;
  line-height:18px;
  height:18px;
  border:0;
}

.post div.post_comments a,.post div.post_more a,.post div.post_tags a,.post div.sociable a,.post div.post_admin a
{
  color:#FFF;
  border:0;
  text-decoration:none;
}

.post div.post_comments a:hover,.post div.post_more a:hover,.post div.post_tags a:hover,.post div.sociable a:hover,.post div.post_admin a:hover
{
  border:0;
  text-decoration:underline;
}

.post div.sociable a:hover
{
  border:0;
  text-decoration:none;
}

.sociable div.sociable_tagline
{
  display:inline;
}

.post div.linkpages
{
  font-size:11px;
  font-style:italic;
  color:#FFF;
}

.post div.linkpages a:hover
{
  color:#DDD;
}

.post div.post_comments:hover,.post div.post_more:hover,.post div.post_tags:hover,.post div.sociable:hover
{
  background:#92681c;
}

.post div.post_comments a
{
  color:#fff;
  background:url(images/comments.gif) left no-repeat;
  padding-left:20px;
  vertical-align:middle;
  line-height:18px;
}

.post div.post_more a
{
  color:#FFF;
  background:url(images/more.gif) left no-repeat;
  padding-left:20px;
  vertical-align:middle;
  line-height:18px;
}

.post div.post_tags div.tag
{
  background:url(images/tags.gif) left no-repeat;
  padding:0 0 0 16px;
  margin:0 4px 0 0;
  vertical-align:middle;
  color:#333;
  display:inline;
}

.post div.post_tags a
{
  color:#FFF;
  vertical-align:middle;
  line-height:18px;
  text-decoration:none;
}

.post div.post_comments a:hover,.post div.post_more a:hover,.post div.post_tags a:hover
{
  color:#fff;
  text-decoration:underline;
}

#nextprevious
{
  margin:10px 0 5px;
  width:100%;
  float:left;
  clear:both;
}

#nextprevious div.alignright,#nextprevious div.alignleft
{
  display:inline;
}

#nextprevious a
{
  background:url(images/bg-trans.png) repeat;
  line-height:18px;
  height:18px;
  padding:4px;
  border:0;
  font-style:italic;
  font-size:11px;
  font-weight:bold;
  color:#FFF;
  text-transform:lowercase;
}

#nextprevious a:hover
{
  border:0;
  color:#FFF;
  text-decoration:underline;
  background:#92681c;
}

/* Comments */
#comment
{
  margin-bottom:10px;
  margin-top:15px;
  background:transparent url(images/bg-trans.png);
  width:530px;
  padding:5px 15px 10px;
  color:#fff;
  list-style:none;
}

#comment h3,#comment #respond h3
{
  font-size:14px;
  font-weight:normal;
  color:#FFF;
  margin:15px 0;
  padding:0;
}

#comment p a
{
  color:#CCC;
}

#comment p a:hover
{
  color:lime;
}

#comment p
{
  padding:0;
  margin:4px 0;
  font-size:11px;
}

ul.commentlist,ul.trackback
{
  list-style-type:none;
  margin:10px 0;
  font-size:11px;
}

ul.trackback li.tweetback img.avatar
{
  float:left;
  clear:left;
  margin:0 10px 10px 0;
}

.commentlist li,.trackback li
{
  margin:0 0 15px;
  padding:10px;
  background:transparent url(images/bg-trans.png) repeat;
  list-style-type:none;
}

.trackback li a
{
}

.commentlist li.alt
{
  background:;
  border:none;
}

.commentlist li.cleared
{
  background:transparent;
  border:none;
}

.commentlist a:hover
{
  color:#eee;
}

.commentlist a.gravatar
{
  float:left;
  margin:0 10px 10px 0;
  width:60px;
}

.commentlist .commentbody
{
  margin:0;
  padding:0;
}

.commentlist .commentbody p a
{
  text-decoration:underline;
}

.commentlist cite,.tweetback cite a
{
  font-size:12px;
  font-style:normal;
  color:#ddd;
}

.commentlist small.commentmetadata a
{
  color:#666;
  font-size:10px;
}

div.reply
{
  text-align:right;
  display:block;
}

div.reply a
{
  color:#999;
}

.commentlist p
{
  color:#dedede;
}

#respond
{
  clear:both;
  margin-top:15px;
}

textarea#comment_textbox
{
  width:450px;
  background:transparent url(images/bg-trans.png) repeat;
  color:#EEE;
  padding:10px;
  border:3px double #999;
}

#comment #submit
{
  margin:0;
}

#commentnote
{
  font-size:11px;
  margin:20px 0 0;
  color:#333;
  font-family:Helvetica, Arial, Verdana, sans-serif;
}

/* Welcome section */
#main #welcome
{
  margin:0 0 20px;
  padding:0 0 5px;
  background:url(images/bg-trans.png) repeat;
}

#main #welcome h2
{
  font-size:14pt;
  font-weight:normal;
  color:#FFF;
  letter-spacing:-1px;
  margin:0 10px;
  padding:10px 0 3px;
}

#main #welcome p
{
  font-size:12px;
  color:#CCC;
  margin:0 10px;
  padding:6px 0;
}

#main #welcome a
{
  text-decoration:underline;
  color:#EEE;
}

#main #welcome a:hover
{
  color:lime;
}

#main #welcome form
{
  margin:-5px 0 0;
  background:transparent;
/* required for IE */
}

#main #welcome #feedbox
{
  border:1px solid #ccc;
  padding:2px 1px;
  width:180px;
}

.submitbutton
{
  margin:-4px 0 0 5px;
  background:url(images/bg-trans.png);
  color:#fff;
  font-size:8pt;
  padding:3px 6px;
  vertical-align:middle;
  border:none;
}

.submitbutton:hover
{
  cursor:pointer;
  background:#92681c;
}

/* Sidebars */
#sidebars
{
  margin:0;
  float:right;
  width:340px;
  color:#EEE;
  font-size:12px;
}

#sidebars .bigadbox
{
  background:url(images/bg-trans.png) repeat;
  padding:8px 20px;
}

#sidebars .sidebarbox
{
  background:url(images/bg-trans.png) repeat;
  padding:8px 15px;
}

#sidebars .sidebarbox div.aktt_tweets ul li
{
  padding:6px 0;
  margin:0;
  font-size:14px;
  border-bottom:1px dotted #444;
}

#sidebars .sidebarbox div.aktt_tweets ul li a
{
/* font-size: 10px; */
}

#sidebar_full
{
  padding:0;
  margin:0;
}

#sidebar_left
{
  float:left;
  width:160px;
}

#sidebar_right
{
  float:right;
  width:160px;
}

#sidebars h2
{
  margin:0;
  padding:0 0 8px;
  font-weight:normal;
  font-size:16px;
  color:#fff;
  letter-spacing:-1px;
}

#sidebars h2.twitter
{
  margin:0 0 12px;
  height:24px;
  line-height:24px;
  padding:0 0 0 30px;
  background:url(images/twitter.png) left no-repeat;
  font-size:18px;
}

#sidebars table
{
  width:130px;
}

#sidebars ul
{
  margin:0;
  padding:0 0 5px;
}

#sidebars li
{
  margin-bottom:20px;
  list-style:none;
}

#sidebars li ul
{
  padding:0;
}

#sidebars ul ul li
{
  margin:0;
  padding:2px 2px 2px 16px;
  color:#CCC;
  background:url(images/bullet.gif) left 8px no-repeat;
  line-height:17px;
}

#sidebars a
{
  display:inline;
  color:#CCC;
}

#sidebars a:hover
{
  color:lime;
  text-decoration:underline;
}

#sidebars p
{
  padding:2px 0;
  color:#CCC;
}

#sidebars .toppad
{
  margin:24px 0 0;
}

#tag_cloud a
{
  display:inline;
}

#sidebars ul.children li
{
  border-bottom:none;
}

#sidebars ul.children
{
  margin-bottom:0;
}

/* Before footer */
#morefoot
{
  background:transparent url(images/bg-trans.png) repeat;
  padding:15px;
  margin:0 0 10px;
}

#morefoot p
{
  margin:5px 0;
  padding:5px 0;
}

#morefoot ul
{
  list-style-type:none;
  margin-top:5px;
}

#morefoot ul li,#morefoot p
{
  font-size:11px;
}

#morefoot a
{
  text-decoration:underline;
}

#morefoot a:hover
{
  text-decoration:underline;
}

#morefoot h3
{
  font-size:12pt;
  font-weight:normal;
  letter-spacing:-1px;
  border-bottom:1px dotted #000;
  margin:0;
  padding:0 0 2px;
}

#morefoot #searchbox
{
  padding:1px;
  width:180px;
}

#morefoot .col1
{
  float:left;
  width:340px;
}

#morefoot .col2
{
  margin:0 25px;
}

#morefoot .col2,#morefoot .col3,#morefoot .col4
{
  float:left;
  width:175px;
}

#morefoot li
{
  padding-left:20px;
  margin-bottom:5px;
  background:url(images/more.gif) left 2px no-repeat;
  line-height:17px;
/* Required for cross-browser consistency; cross-browser defaults vary. */
}

/* footer*/
#footer
{
  clear:both;
  background:transparent url(images/bg-trans.png) repeat;
  padding:15px 15px 10px;
}

#footer p
{
  font-size:11px;
  padding:0;
}

#footer a
{
  color:#333;
  text-decoration:underline;
}

#footer a:hover
{
  color:lime;
}

#footerleft
{
  float:left;
  width:700px;
}

#footerright
{
  float:right;
  width:150px;
  text-align:right;
}

/* Misc */
.highlight
{
  color:#222;
  font-weight:bold;
}

.cleared
{
  margin:0;
  padding:0;
  clear:both;
}

.alignleft
{
  float:left;
  margin:5px 10px 5px 0;
}

.alignright
{
  float:right;
  margin:5px 0 5px 10px;
}

.aligncenter,div.aligncenter
{
  margin:10px auto;
  text-align:center;
  display:block;
}

img.alignleft
{
  float:left;
  margin:5px 10px 5px 0;
}

img.alignright
{
  float:right;
  margin:5px 0 5px 10px;
}

img.aligncenter
{
  margin:10px auto;
  text-align:center;
  display:block;
}

.wp-caption
{
  border:1px solid #ddd;
  text-align:center;
  background-color:#f3f3f3;
  padding-top:4px;
/* optional rounded corners for browsers that support it */
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.wp-caption img
{
  margin:0;
  padding:0;
  border:none;
}

.wp-caption p.wp-caption-text
{
  font-size:11px;
  line-height:17px;
  padding:0 4px 5px;
  margin:0;
  color:#111;
}