/*
mikeandbobshow.com
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #000000;
}
body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
}
h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	font-weight: bold;
	font-size: 2.2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}
blockquote, ul, ol {
	margin-left: 3em;
}
blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	background: transparent url(images/blockquote.gif) no-repeat ;
	font-style: italic;}
ul {
	list-style-type: square;
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 873px;
	margin: 0 auto;
	border: 0;
	background-color: #000;
}

/* Header */

#header {
	background-image:url(images/oheader.gif);
	background-repeat:repeat-y;
	width:873px;
}

#logo {
	background-image:url(images/omb-logo.gif);
	width:458px;
	height:59px;
	margin: 0px 0px 0px 60px;
	float:left;
	display:inline;
}
#dj {
	background-image:url(images/odj1.jpg);
	width:398px;
	height:218px;
	float:left;
	margin-left:70px;
	display:inline;
	border: 4px solid #ffffff;
}
#desc {
	float:right;
	width:320px;
	height:250px;
	margin-right:55px;
	text-align:justify;
}
.clear{clear:both;}

#large_article {
	height:854px;
	width:590px;
	background-image:url(images/m1.jpg);
	margin-left:70px;
	margin-bottom:15px;
}
#contact {
	margin-left:20px;
}
#contact div {
	margin-top:20px;
	text-align:center;
}

#morning {
	margin-left:20px;
}
#morning #ad {
	margin-top:20px;
	float:right;
}
#morning img {
	height:226x;
	width:406px;
	margin-left:45px;
	margin-bottom:15px;
}
#party #ad {
	margin-top:20px;
	float:right;
}
#photos .pics {
	margin-left:75px;
}
#header h1, {
}

#header h1 {
	/*position: absolute;*/
	top: 10px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -3px;
	padding: 2px;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#middle {
	background-image:url(images/omiddle.gif);
	width:873px;
	height:21px;
}
#middle2 {
	background-image:url(images/omiddle2.gif);
	width:873px;
	height:22px;
}

/* Menu */

#menu {
	background-image:url(images/omenu.gif);
	width:873px;
	height:90px;
	position:relative;
}
#menu li{
	position:absolute;
	top:50px;
	list-style-type: none;
}
#m01 {left:160px;}
#m02 {left:305px;}
#m03 {left:450px;}
#m04 {left:590px;}
#m05 {left:730px;}
#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}
#menu a:hover {color: #01a9c0;}

/* Content */

#content {
	background: #000 url(images/ocontent1.gif) repeat-y;
	margin: 0px auto;
	/*background-image:url(images/ocontent1.gif);*/
	width:873px;
}

/* Blog */

#blog {
	background: #000;
	float: left;
	width: 725px !important;
	width: 725px;  /* IE6 3px problem */
	/* margin: 0px auto; */
	margin-left: 60px;
	padding: 10px 20px 0px 10px;
}

/* Post */

.post {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#title {
	height: 37px;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	/*background: transparent url(images/bg-title.gif) no-repeat top right;*/
}

.maintitle {font-size: 1.6em;}

#titlepage {
	color: 	#FFFFFF;
	height: 37px;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

#title a {
	text-decoration: none;
}

#title a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #656565;
}

#title #date {
	text-align: left;
	font-size: 13px;
	padding: 5px 0px 0px 0px;
	color: #9e9e9e;
	float:left;
	width:60px;
	margin:0;
}

#date .mo{color:#9e9e9e;}
#date .day{color:#9e9e9e;}



.post .entry {
	padding: 10px 15px 10px 15px;
	line-height: 1.8em;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 0px 15px 8px 10px;
	line-height: 0.85em;
	color: #e2e2e2;
	/*background: transparent url(images/downpost.gif) no-repeat bottom left;*/

	
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */

#sidebar {
	background: #232323;
	float: right;
	width: 171px;
	padding: 10px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #white;
}

#sidebar h2 {
	height: 17px;
	background: url(images/side_title.gif) no-repeat;
	text-transform: uppercase;
	color: white;
	font-size: 0.9em;
	padding: 1px 5px 0px 0px;
	font-weight: bold;
	text-align: center;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 4px;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed #656565;
	background: transparent url(images/liston.gif) left center no-repeat;
}

caption{font-size: 1.2em;}

#today {padding:  0px 0px 0px 2px;	background: black;
	font-weight: bold;
	color: #919191;}

#rss a{	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss a:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss img:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}

#searchbg {
background: transparent url(images/searchbg.gif) no-repeat center center;
height:25px;
margin-bottom:20px;}

#s {
background: black;
width: 110px;
height: 15px;
color: white;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: white;
	font-weight: bold;
	border: 0px;
	font-size: 1.25em;
	outline: none;
	height: 15px;}


/* Footer */

#footer {
	background-image:url(images/ofooter.gif);
	background-repeat:no-repeat;
	height:58px;
	width:873px;
}
#footer p{
	height:58px;
	width:873px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size:11px;
}
#footer a{
	font-size:11px;
}

/* Comments Styling */
#comment {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
font: Trebuchet MS, Verdana, Sans-Serif;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: black;
width: 680px;
}

#commentform textarea {
	padding: 2px;
	background: black;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
width: 680px;
}
#commentform textarea:hover {
	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
}
#commentform textarea:focus {	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
}

#commentform #email, #commentform #author, #commentform #url {
	padding: 2px;
	font-size: 1.1em;
	background: black;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	width: 680px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	width: 680px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	width: 680px;
}
#commentform input{
margin-bottom: 3px;
}

.submit1{
	width: 680px;
	cursor:hand;
	font-size:1.10em;
	background: black;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;}

.submit1:hover, .submit1:focus {
	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
}

/* Ads style */
#footAd1 {
	position:relative;
	width:728px;
	height:90px;
	margin-left:75px;
}
#footAd2 {
	position:relative;
	width:728px;
	height:90px;
	margin-left:45px;
}
#headAd1 {
	width:728px;
	height:90;
	margin-left:70px;
	margin-bottom:15px;
}
#midAd2 {
	width:728px;
	height:90;
	margin-left:5px;
	margin-bottom:15px;
}
#right1 {
	float:right;
	padding-left:25px;
	width:160px;
	height:600px;
}
#right2 {
	float:right;
	padding-left:25px;
	width:250px;
	height:250px;
}