/*   
Theme Name: MBUDM.com
Theme URI: http://mbudm.com/
Description: 2009 theme for mbudm.com.
Author: Steve Roberts
Author URI: http://mbudm.com/
Version: 1.0
Tags: mouse,boy,umbrella,digital merchandise
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
	

/* Reset default browser styles */
@import url('css/reset.css');


/* Rebuild default browser styles */
@import url('css/rebuild.css');

/* Basic WordPress Styles */
@import url('css/wp.css');


/* Import layout */
@import url('css/2c-r.css');

body{
	background-color:#000;
}

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

h2,h1{
	font-family:Georgia,Palatino,'Times New Roman',serif;
	font-size:2em;
	color:#cc0000;
}
h2 a{
	color:#cc0000;
}
h3{
	color:#999;
	font-size:1.6em;
	font-family:'Helvetica Neue',Helvetica,Verdana,Arial,sans-serif;
}
h4{
font-weight:bold;
font-size:1.2em;
}

h5{
font-style:italic;
font-size:1.1em;
}

table{
width:100%;
border-collapse:collapse;
}
th{
font-weight:bold;
color:#c00; 
padding:4px;
text-align:left;
}
td{
border:1px solid #ccc;
background-color:#eee;
padding:4px;
}

cite, blockquote cite{
font-style:italic;
color:#c00;
}

blockquote{
color:#666;
padding:2px 10px 2px 10px;
margin:10px 0 10px 10px;
background-color:#eee;
}
blockquote p{
margin:0.8em 0;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
  background-color:#fff;
}

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
        left:-9000px;
}

#masthead{
	background:#333 url('img/sprites.jpg') 0 0 no-repeat;
	height:175px;
}
#blog-title a{
	display:block;
	height:80px;
	text-indent:-9000px;
}
#blog-description{
	height:42px;
	text-indent:-9000px;
}

.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: right;
	font-size:44px;
	color:#fff;
	text-decoration:none;
	margin:0 20px 0 0;
	font-family:'Helvetica Neue',Helvetica,Verdana,Arial,sans-serif;
	font-weight:bold;
}

#content{
	padding:20px 20px 20px 38px;
}

.navigation a{
 	font-size:0.8em;
}

.entry-meta,.entry-utility{
	font-size:0.8em;
	color:#666;
}

.entry-content{
	margin:10px 0;
}
.entry-content p{
	line-height:1.9;
}
.entry-content ol{
	color:#c00;
	font-weight:bold;
}
.entry-content ol li{
	color:#000;
	font-weight:normal;
}

.page-link{
font-weight:bold;
}

.comments-link{
font-weight:bold;
}

.post{
	margin-bottom:28px;
}

#comments{
	border-top:1px dotted #ccc;
	margin:20px 0;
}

#login{
	color:#666;
	font-size:0.8em;
}

.form-section{
	clear:both;
}

.form-label{
	float:left;
	display:block;
	width:150px;
	color:#c00;
}

.form-textarea{
	float:left;
}

#form-allowed-tags{
	width:300px;
	padding-left:150px;
	color:#666;
	font-size:0.8em;
}

.form-submit{
	padding-left:150px;
}
.comments{
	clear:both;
	padding-top:20px;
}

.comments ol{
	list-style:none;
	margin:0;
}
.comment{
	clear:left;
	padding:20px 0 0 0;
}

.comment-author{
float:left;
margin-right:10px;
}
.comment-author img{
display:block;
}

.fn, .fn a{
color:#c00;
}
.comment-meta{
font-size:0.8em;
color:#666;
margin-bottom:10px;
}

.comment-content blockquote{
color:#666;
padding:10px 10px 5px 10px;
margin:10px 0 10px 90px;
background-color:#eee;
}
.pingback, .trackback{
	padding:20px 0 0 0;
}
.pingback .comment-author, .trackback .comment-author{
font-size:0.8em;
color:#666;
margin-bottom:10px;
float:none;
}

#respond{
clear:both;
padding-top:10px;
}


/* widget area */

.widget-area{
	margin:20px 20px 0 0;
}

.widget-list{
list-style:none;
margin:0;
}

.widget-container{
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.widget-container input{
padding:3px 0;
margin:3px 0;
}
.widget-container input#s{
width:170px;
}

.widget-container ul{
list-style:square;
margin-left:14px;
color:#ccc;

}

.screen-reader-text{
	display:none;
}


/* folio css */
.widget-container form ul{
	list-style:none;
	margin:0;
}
.fineprint{
	font-size:0.8em;
	color:#666;
}