/*  
Theme Name: Modern Man Comedy Theme
Theme URI: http://modernmancomedy/
Description: Modern Man Comedy Theme
Version: 1.0
Author: Oktane Micro-Media
Author URI: http://oktane.net
*/

@charset "utf-8";
/* CSS Document */
body, html{
	margin: 0px;
	padding: 0px;
}

body {
	background: #000 url(images/page_bg.jpg) repeat-x;
	font-family: helvetica, verdana, arial, sans-serif;
}
/** SITE-WIDE STYLE ******************************************************************/
#wrapper{
	width: 1050px;
	overflow: auto;
	margin: 0px auto;
}
#wrapper{
	margin: 0px auto;
}
body.pg1 #wrapper{
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(images/wrapper_bg2.png);
}/*
*html body.pg1 #wrapper{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/wrapper_bg1_ie6.png', sizingMethod='');
}*/
body.pg2 #wrapper{
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(images/wrapper_bg3.png);
}
body.pg3 #wrapper{
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(images/wrapper_bg4.png);
}
body.pg4 #wrapper{
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(images/wrapper_bg5.png);
}
body.pg6 #wrapper{
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(images/wrapper_bg6.png);
}
body.pg7 #wrapper{
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(images/wrapper_bg7.png);
}
body.pg8 #wrapper{
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(images/wrapper_bg8.png);
}
body.pg9 #wrapper{
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(images/wrapper_bg9.png);
}
div,img,p,a,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	border: none;
}
p{
	font-size: .8em;
	text-transform:uppercase;
}
a{
	text-decoration: none;
	font-size: .8em;
	color: #cccccc;
}
*html a{
	position: relative;
	cursor: pointer;
}
*html li a{
	position:static;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-size: .9em;
	color:#FFFFFF;
	display: block;
	text-align:center;
	text-transform:uppercase;
}
h2{
	font-size: .9em;
	color:#000000;
	text-transform:uppercase;
	
}
h3{
	font-size: 11px;
	font-weight: normal;
	color:#cccccc;
}
.smaller{
	font-size: .8em;
	text-transform:capitalize;
}
.orange{
	color:#ff6633;
}
.float_left{
	float: left;
	width: 50%;
}
.float_right{
	float:right;
	text-align: right;
	width: 50%;
}
.smallContain{
	height: 13px;
	float: left;
	width: 100%;
	margin: 2px 0px;
	background-image: url(images/load_byline_bg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/load_byline_bg.png', sizingMethod='');
}

.right {
	text-align: right;
}

*html .comment_balloon_img{
	margin: 0px 5px 0px 0px;
}
.post img{
    float: left;
    padding: 2px 5px;
}
/** SPONSORS **************************************************************************/

#sponsorContain{
	float: left;
	width: 790px;
	height: 70px;
	clear: right;
	margin-top: 3px;
}	
#sponsorContain p{
	font-size: 8px;
	display: block;
	color: #fff;
}
#sponsorNav{
	float: left;
}
.sponsor_button{
	float: left;
	width: 263px;
	height:45px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
.sponsor_button a img{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.sponsor_button a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
/** TOP NAV **************************************************************************/

#topNavContain{
	float: left;
	margin: 3px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	width: 790px;
	height: 24px;
	background:url(images/topNav_bg.png) no-repeat;
	text-align: center;
	color:#CCCCCC;

}
*html #topNavContain{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/topNav_bg.png', sizingMethod='');
}
#topNavContain a{
	color:#FFFFFF;
	margin: 0px 17px 0px 17px;
}
#topNavContain a:hover{
	text-decoration: none;
}

/** LEFT COLUMN **************************************************************************/
#leftColumn{
	float: left;
	width: 500px;
	margin: 5px 0px 0px 0px;
}
#vidContain{
	margin: 20px 0px 0px 10px;
	width: 480px;
	background:#000000;
	text-align: center;
}
#vidInfo{
	margin: 20px 0px 0px 0px;
	padding: 0px 30px 5px 25px;
	width: 445px;
	background: url(images/vidInfo_divider.png) bottom center no-repeat;
}
#vidInfo p{
	margin: 0px 0px 8px 0px;
	font-size: .7em;
	color:#ccc;
}
#vidInfo p a{
	font-size: inherit;
	margin: 0px 5px 0px 5px;
}
#vidNav li{
	text-align: center;
	text-transform:lowercase;
}
#vidNav li a{
	font-size: .7em;
}
#vidNav img{
	margin: 0px 0px -3px 0px;
}
#vidNav a img{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#vidNav a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}	
/** RIGHT COLUMN **************************************************************************/
#rightColumn{
	float: left;
	width: 300px;
	clear: right;
	margin: 5px 0px 0px 0px;
}

.point {
	cursor: pointer;
}

.post {
	float:left; 
	width: 98%;
}

.post p {
	line-height: 1.3em;
}

.commentDump {
	float: left;
	display: block;
	width: 250px;
	padding: 0 0 0 6px;
}

#blog{
	width: 501px;
	height: 630px;
	margin: 0px 0px 0px 2px;
}

#blogHead{
	width: 501px;
	height:39px;
	background:url(images/blogHead_bg_new.png) no-repeat;
	padding: 6px 0px 0px 0px;
}
*html #blogHead{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/blogHead_bg_new.png', sizingMethod='');
}
#blog h2{
	margin: 0px;
}

#blogBody{
	width: 494px;
	height: 533px;
	background:url(images/blogBody_bg_new.png) repeat-y;
	padding: 5px 3px 0px 3px;
	line-height: 13px;
	color:#333333;
}
#blogBody_inner{
	overflow-y:auto;
	overflow-x: hidden;
	height: 533px;
}
#blogBottom {
	width: 501px;
	height: 23px;
	background:url(images/blogBody_bottom_bg_new.png) no-repeat;	
}

#downArrow {
	cursor: pointer;
}

#blog {
	background: no-repeat;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/blogBody_bg_new.png', sizingMethod='');
}

#blogBody p{
	text-transform:none;
	font-size: 12px;
}

#blogBody a{
	color: #333333;
	font-size: 12px;
}

#blogBody a.tags{
	color:#6699cc;
}

.viral img {
	vertical-align: middle;
	margin: 0px 10px;
}
.button {
	cursor: pointer;
}
#subscribeMenu {
	left: 450px;
}
.menu {
	background-color: #000;
	color: #fff;
	position: relative;
	padding: 5px;
	margin-top: 3px;
	width: 120px;
}
.menu ul li, .menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	text-align: left;
}

.menu ul li:hover {
	background: #333;
}

.menu a img {
	border: none;
	vertical-align: middle;
	margin-right: 5px;
}

.commentBubble {
	height: 90px;
	width: 248px;
	background: url(images/comment_dialog.png) no-repeat;
}

.commentBubble_submit {
	float: right;
	margin-right: 8px;
}

.commentBubble_input {
	width: 230px;
	border: none;
	background: transparent;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: .8em;
	padding: 3px;
	margin: 23px 0 5px 5px;
	overflow: hidden;
}

.blogDivider{
	height: 2px;
	margin: 4px 0px;
	background:url(images/blog_divider.png) no-repeat center;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
*html .blogDivider{
	background: no-repeat center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/blog_divider.png', sizingMethod='');
}
.blogDivider{
	margin: 4px 0px 4px 5px;
}
.blogComments p, #blogComments a{
	display:block;
}

.videoThumb p {
	color: #ccc;
}

/** FOOTER **************************************************************************/

#footerContain{
	width: 900px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	background:url(images/footer_bg.png) repeat;
	text-align: center;
	float: left;
}
*html #footerContain{
	margin: 0px 0px 0px 25px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer_bg_ie6.png', sizingMethod='');
}
#footerContain img{
	position: relative;
	top: 3px;
}	
#footerContain p{
	text-transform:lowercase;
	white-space: pre;
	color: #ccc;
}
#footerContain p a{
	font-size: 1em;
	color: #cc6633;
}
div.oktaneLogo p img{
	display: inline;
}

p.white {
	color: #fff;
}