/*  
Theme Name: Media Moguls CMS Demo Site
Theme URI: http://www.mediamogulsweb.com/
Description: CMS Demo Site Theme.
Version: 0.1
Author: Media Moguls
Author URI: http://www.mediamogulsweb.com/

*/



body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#E8E8E8;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0; 
}

a 
{
	color: #06c;
	text-decoration: none;
}
a:hover 
{
	color: #147;
	text-decoration: underline;
}

a img 
{
	border: none;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr 
{
	border-bottom: 1px dashed #999;
}

blockquote 
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite 
{
	margin: 5px 0 0;
	display: block;
}

code 
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

h1, h2, h3 
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 
{
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
}

h2 
{
	font-size: 1.6em;
	margin: 30px 0 0;
}

h2.pagetitle 
{
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
}

h3 
{
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
}

h3.comments 
{
	padding: 0;
	margin: 40px auto 20px ;
}

h1, h1 a, h1 a:hover, h1 a:visited
{
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
{
	color: #333;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, cite 
{
	text-decoration: none;
}

h2 a:hover, h3 a:hover 
{
	color: #06c;
	text-decoration: none;
}

hr 
{
	display: none;
}

small 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

p img 
{
	padding: 0;
	max-width: 100%;
}

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}

select 
{
	width: 130px;
}

.center 
{
	text-align: center;
}

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

#page 
{
	position:absolute;
	left:50%;
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	margin: 20px 0 20px -380px;
	padding: 0;
	width: 760px;	
}

#header 
{
	background:url('images/kubrickheader.jpg') no-repeat bottom center;
	height:62px;
	margin: 0 0 0 1px; 
	padding: 0 135px 0 35px; 
	width: 588px;
}

#header #p-left
{
	padding:23px 0 0 0;
	font:20px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#000;
	margin:0;
}

#header #p-right
{
	padding:35px 0 0 0;
	font:10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#000;
	margin:0;
}

#header-left
{
	float:left;
	height:62px;
}

#header-right
{
	float:right;
	height:62px;
}

#headerimg 	
{ 
	margin: 0;
	height: 200px;
	width: 100%;	
}

#headerimg .description 
{
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: white;	
}

#header_title
{
	font:bold 18px Times New Roman;
	text-align:center;
	color:#000;
	margin:20px auto 25px auto;
}

#content 
{
	font-size: 1.2em
}

.narrowcolumn 
{
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn 
{
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.widecolumn .entry p 
{
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry 
{
	line-height: 1.4em;
}

.widecolumn 
{
	line-height: 1.6em;
}

.narrowcolumn .postmetadata 
{
	text-align: center;
	padding-top: 5px;
}

.post 
{
	margin: 0 0 40px;
	text-align: justify;
}

.post h2
{
	padding:0 0 5px 0;
	border-bottom:1px solid #333;
}

.widecolumn .post 
{
	margin: 0;
}

.widecolumn .postmetadata 
{
	margin: 30px 0;
}

.widecolumn .smallattachment 
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment 
{
	text-align: center;
	margin: 5px 0px;
}

.postmetadata 
{
	clear: left;
}

.postmetadata ul, .postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.alt 
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}

#side_bar_boxes
{
	width:180px;
	padding:5px 10px 20px 0;
	/*background-color:#DAE5EC;*/
}

.side_bar_box
{
	width:91%;
	margin-left:12.5px;
	margin-top:15px;
}

.side_bar_box2
{
	width:91%;
	margin-left:12.5px;
	margin-top:10px;
}

.side_bar_box_top
{
	background-image:url(images/text_box_top.jpg);
	height:30px;
	text-align:center;
}

.side_bar_box_top_2
{
	background-image:url(images/text_box_top2.jpg);
	height:47px;
	text-align:center;
	padding-left:12px;
	padding-right:12px;
}

.side_bar_box_top p, .side_bar_box_top_2 p, .invisible_text
{
	position:relative;
	top:10px;
	font:bold 14px verdana,arial,serif;
	color:#000;
	margin-top:0;
}

.side_bar_box_middle
{
	background-image:url(images/text_box_middle.jpg);
	margin-top:0;
}

.side_bar_content
{
	width:87%;
	background-color:#fff;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #757575;
	border-bottom:1px solid #757575;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-bottom:5px;
}

.side_bar_content p
{
	font:10px/13px verdana,arial,serif;
	color:#000;
	padding:5px;
	margin-top:5px;
	margin-bottom:0;
}

.side_bar_box_bottom
{
	background-image:url(images/text_box_bottom.jpg);
	height:17px;
	margin-top:0;
	margin-bottom:-2px;
}

#footer 
{
	background: #eee url('images/kubrickfooter2.jpg') no-repeat top; 
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height: 83px;
	clear: both;
}

#footer p 
{
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#footer_links
{
	background: url("http://www.mediamogulsweb.com/links_gradient2.jpg") no-repeat center;
	height:25px;
	width:432px;
	padding:0 20px;
	margin:18px auto 18px auto;
	text-align:center;
}

#footer_links a
{
	font:12pt Times; 
	text-decoration:underline;
	color:#000; 
}
#footer_links a:hover 
{
  	color:#444;
}

#sidebar 
{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
	color: #777;
}

.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

#sidebar ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
}

#sidebar ul li 
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select 
{
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol 
{
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol 
{
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li 
{
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li 
{
	margin: 3px 0 0;
	padding: 0;
}

#sidebar h2 
{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
}

#sidebar form 
{
	margin: 0;
}

#searchform 
{
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s 
{
	width:108px;
	height:21px;
	background:#fff url("images/search_box_shadow.jpg");
	border:1px solid #B3C1D5;
	padding:3px 0 0 4px;
}

#sidebar #searchsubmit 
{
	padding: 1px;
}

html>body .entry ul 
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li 
{
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before 
{
	content: "\00BB \0020";
}

.entry ol 
{
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li 
{
	margin: 0;
	padding: 0;
}

.entry p a:visited 
{
	color: #b85b5a;
}

.entry form 
{
	/* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

.commentlist 
{
	padding: 0;
	text-align: justify;
}

.commentlist li, #commentform input, #commentform textarea 
{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li 
{
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;	
}

.commentlist cite, .commentlist cite a 
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea 
{
	width: 100%;
	padding: 2px;
}

#commentform #submit 
{
	margin: 0;
	float: right;
}

#commentform p 
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}

.commentmetadata 
{
	font-weight: normal;
	margin: 0;
	display: block;	
}

#wp-calendar 
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a 
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a 
{
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a 
{
	text-decoration: none;
	display: block;
}

#wp-calendar caption 
{
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#wp-calendar th 
{
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar td 
{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover 
{ 
	/* Doesn't work in IE */
	background-color: #fff; 
}





