/*   
Theme Name: Martha Rotten
Theme URI: http://www.martharotten.com/
Description: Custom theme for 'MarthaRotten.com'.
Author: Chris DiSanto
Author URI: http://www.owmyeyes.com
Version: 1.0
.
Developed by Christopher DiSanto for use with MarthaRotten.com
.
*/

body {
	font: 12px/14px "Times New Roman", "Times", serif;
	color: #fff;
	background: #000 url(images/cement_bg.jpg) no-repeat center top;
	overflow: auto;
}

a	 {
	text-decoration: none;
	color: #993399;
	
}

a img {border: thin solid white; //border: 1px solid; margin: 0 3px;}

/* header */



div #header {width: 940px; height: 400px; //height: 425px; background: #000; margin: 20px auto 0 auto;}

div #logo {
	width:463px;
	height: 105px;
	background-image: url(images/martha_logo.jpg);
	overflow: hidden;
	float: left;
}

#logo h1{text-indent: -9000px; }

div #emailMR {
	width:226px;
	height: 52px;
	background-image: url(images/email_button.jpg);
	float: right;
	overflow: hidden;
	margin-top: 50px;
}

#emailMR h2{text-indent: -9000px; }

#marthImg {float: left; padding-right: 5px;}

#buyNow {float: right; width: 650px; text-align: center; margin-top: -15px; //margin-top: 25px; padding-bottom: 30px; height: 100px; //padding-top 10px;}

#buyNow h2 {//font-size: 18px;}


/* main content */

#nav {width: 900px; height: 1.1em; margin-top: 10px; padding-bottom: 0px; margin-left: 80px; margin-right: 100px; font-size: 1.45em; text-align: center; //margin-top: 45px; //height: 50px; //width: 700px; //margin-left: auto;}

#nav li {float:left; list-style: none; padding: 0 20px 0 10px;}


#blurb {
	padding: 0 5px;
	font-size: 1.3em;
	line-height: 1.3em;
	float: right;
	width: 650px;
	
}

div #contentWrap {
	width: 950px;
	margin: 0 auto;
}

div #sidebar {
	width: 275px;
	float: right;
	min-height: 190px;
	padding-left: 15px;
	padding-right: 5px;
	background: #000 url(images/sidebar_bg.jpg) top left no-repeat;
	border-right: thin white solid;
	border-top: thin white solid;
	border-bottom: thin white solid;
	//border: 0;
	//width: 270px;
	//padding: 10px;
	//height: 190px;
	
}

div #content {
	width: 640px;
	float: left;
	min-height: 185px;
	background: transparent url(images/content_BG.jpg) top left repeat-x;
	border: thin white solid;
	//border: 0;
	padding-left: 12px;
	padding-top: 5px;
	//width: 647px;
	//padding-top: 20px;
}

/* footer */

div #footer {
	clear:both;
	width: 940px;
	
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
	
}

div #disanto {width: 176px; height: 86px; background: url(images/disantoTempLogo.jpg) no-repeat top left; margin:0 auto; text-indent: 5000px; overflow: hidden;}