/*
Theme Name: The Mep Report
Theme URI: 
Description: Custom theme for <a href="http://www.mepreport.com/kubrick/">The Mep Report</a> podcast.
Version: 1.0
Author: Kevin Grinberg, Active Frequency
Author URI: http://www.activefrequency.com/
Tags: mep
*/


/*
YUI Reset 2.6.0
http://developer.yahoo.net/yui/license.txt
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* General */
html {
  background: rgb(255, 255, 230);
}

body {
  font-size: 62.5%; /* 1em = 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background: rgb(255, 255, 230);
  color: #333;
  text-align: center;
}

#page {
  text-align: left;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#inside_page {
  background: url("images/columns.gif");
  background-repeat: repeat-y;
}

HR {
  clear: both;
}

STRONG {
  font-weight: bold;
}

EM {
  font-style: italic;
}

.cleaner {
  clear: both;
  height: .1px;
}

A:link, A:visited {
  text-decoration: none;
  color: rgb(0, 102, 153);
}

A:hover {
  text-decoration: underline;
}

#column_border {
  width: 192px;
  height: 1px;
  background-color: black;
  clear: both;
}


/* Header */
#header {
  background: url("images/headerimg.gif");
  height: 150px;
  color: white;
  clear: both;
  margin-bottom: 10px;
}

#header #headertitle A {
  float: left;
  margin-top: 40px;
  font-size: 4em;
  font-weight: bold;
  width: 550px;
  height: 100px;
}

#header #headertitle A:link, #header #headertitle A:visited, #header #headertitle A:hover {
  color: rgb(208, 225, 197);
  text-decoration: none;
}

#header #header-st {
  margin-left: 570px;
  padding-top: 85px;
  height: 50px;
  overflow: hidden;
}

#header #header-st .headerlink A, #header #header-st .headerlink A:link, #header #header-st .headerlink A:visited {
  color: transparent;
  float: left;
  height: 25px;
  width: 65px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#header #header-st .headerlink A:hover {
  background-position: 0px -25px;
}

#header #header-audio A {
  background: url("images/st-audio.gif");
}

#header #header-video A {
  background: url("images/st-video.gif");
}

#header #header-blog A {
  background: url("images/st-blog.gif");
}

#header #header-store A {
  background: url("images/st-store.gif");
}

#header #header-about A {
  background: url("images/st-about.gif");
}


/* Sidebar */
#sidebar {
  width: 170px;
  height: 100%;
  float: left;
/*  border: 1px solid black;*/
/*  background: url("images/sidebarbg.gif");*/  

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#sidebar UL {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar UL LI {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#sidebar H2 {
  font-size: 1.3em;
  padding-bottom: 10px;
  padding-top: 15px;
}


/* Content */
#content {
  width: 720px;
  float: left;
  margin-left: 10px;
  padding: 10px;
  font-size: 1.2em;
}

#content H2 {
  font-size: 2em;
}

#content .status {
  margin-bottom: 10px;
  padding: 5px;
  background: rgb(254, 255, 143);
}

/* Post */
.post {
  clear: both;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.post H2 {
  font-size: 2em;
  padding-bottom: 5px;
}

.post H2 A:link, .post H2 A:visited {
  text-decoration: none;
  color: #333;
}

.post .entry {
  width: 500px;
  float: left;
  line-height: 1.7em;
}

.post .entry P {
  padding-bottom: 10px;
}

.post .postmetadata {
  width: 200px;
  float: left;
  margin-left: 20px;
  font-size: .8em;
}

.post .postmetadata .meta_row {
  margin-bottom: 3px;
}


/* Footer */
#footer {
  clear: both;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-left: 210px;
}


/* Search Form */
#searchform {
  
}

#searchform INPUT#s {
  width: 100px;
}

#searchform #searchsubmit {
  
}


/* Comments */

H3#comments {
  font-size: 1.2em;
}

#respond H3 {
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
}

OL.commentlist LI {
  border: 1px solid black;
  background: white;
  margin-top: 10px;
  padding: 10px;
}

OL.commentlist LI .moderation_message {
  font-size: .9em;
  margin-left: 10px;
}

#commentform textarea#comment {
  width: 500px;
  height: 150px;
}

P.nocomments {
  margin-top: 20px;
}


/* Special tag for audio posts - include emu head */

.audio-tag {
  float: left;
  width: 100px;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 20px;
  background: url('images/emu-head.jpg');
}



