/*
Theme Name: Media Watch
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Go Web Solutions
Author URI: gowebsolutions.com
Tags: naked, clean, basic
*/


/*
	blue header: #3E5E8F
	footer: #59739C
	gray menu: #585858
*/
@import "reset.css";
@import "style/css/typography.css";


body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	background-image: url(images/bkg_body.jpg);
	background-repeat: repeat-x;
	font-size:12px;
}

h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E5E8F;
}

p
{
	color:#666666;
	line-height:20px;
	margin:5px;
	padding:5px;
}

a
{
	color: #597EB7;
}

#site
{
	margin: 0 auto;
	width: 770px;
}

#top-area
{
	margin:0;
	padding:0;
}

#logo
{
	float: left;
	width: 203px;
	height:113px;
}

#phone
{
	float:right;
	width: 243px;
	height:113px;
	background: url(images/phone-number.jpg) center no-repeat;
}

#menu-bar
{
	background-color: #585858;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	height: 31px;
}

#menu-bar ul
{
	margin:0;
	padding: 8px 0px 0px 0px;
	list-style: none;
}

#menu-bar ul li
{
	border-right:1px solid #FFFFFF;
	display:inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 23px 0px 23px;
}

#menu-bar ul li a
{
	color:#FFFFFF;
	text-decoration:none;
}

#content
{
	float:left;
	width: 540px;
}

#sidebar
{
	width: 224px;
	float:right;
	border-left: 1px solid #C7C7C7;
	margin-top: 10px;
}

/****************************/

#footer
{
	font-size: 11px;
	background: url(images/footer-bkg.jpg) center repeat-x;
	height:59px;
}

#footer-content
{
	background: url(images/tv-set.gif) center no-repeat;
	width: 770px;
	height: 59px;
	margin: 0 auto;
}

#goweb
{
	margin: 20px 0px 0px 40px;
	float:left;
	height: 29px;
}

#goweb p
{
	color:#FFFFFF;
	line-height:126%;
}

#goweb a
{
	color: #FFFFFF;
}

#goweb a:hover
{
	color:#CCCCCC;
}

#footer-menu
{
	float:right;
	margin-top: 35px;
	color: #FFFFFF;
}

#footer-menu ul, #footer-menu ul li
{
	display:inline;
}

#footer-menu ul li a
{
	color: #FFFFFF;
}

#footer-menu ul li a:hover
{
	color:#CCCCCC;
}

/***********************/

.post
{
	margin-bottom: 16px;
	border-bottom: 1px solid #C7C7C7;
}

.cat-item
{
	font-size:12px;
	padding-bottom: 12px;
}

ul.archives li
{
	font-size:12px;
}

/*********************/
#searchsubmit
{
	margin-top: 10px;
}

#menu-bar ul li.no-border
{
	border-right: 0px solid #FFFFFF;
}

.client-login
{
	font-size: 10px;
	color: #3F5F90;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
}

.current
{
	font-weight:bold;
}

.clear-both
{
	clear:both;
	margin:0;
	padding:0;
}