body {
	background:#fff;
	margin: 15px 0 0 0;
	padding:0;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:100%;
	color:#343A3F;
}
/* Main menu */
#menuleft {
	float:left;
	list-style: none;
	width:365px;
	padding:0;
	margin:0;
	position:relative;
}
#menuright {
	float:right;
	list-style: none;
	width:365px;
	padding:0;
	margin:0;
}
#menuleft li, #menuright li {
	float:left;
}
#menuleft li a, #menuright li a {
	display:block;
	height: 50px;
}
#menuleft li a span, #menuright li a span {
	display:none;
}
#nblog a {
	width:84px;
	background: #fff url(http://www.beautyandtheeast.tv/images/nav_videos.gif);
}
#nfashion a {
	width:142px;
	background: #fff url(http://www.beautyandtheeast.tv/img/mfashion.png);
}
#nentertainment a {
	width:137px;
	background: #fff url(http://www.beautyandtheeast.tv/img/mentertainment.png);
}
#nepisodes a {
	width:121px;
	background: #fff url(http://www.beautyandtheeast.tv/img/m_episodes.png);
}
#nreel a {
	width:147px;
	background: #fff url(http://beautyandtheeast.tv/images/uploads/mreel.png);
}
#nabout a {
	width:95px;
	background: #fff url(http://www.beautyandtheeast.tv/img/mabout.png);
}

/* Drop down menus */
/* Style for drop down menus */
#menuleft li ul {
	position: absolute;
	width: 0px;
	left: -999em;
}
#menuleft li:hover ul, #menuleft li.sfhover ul {
	left: auto;
	background:#eee;
	width:auto;
	margin:0px;
	_width: 200px !important;
}
#menuleft li:hover ul li, #menuleft li.sfhover ul li {
	float:none;
	border-right:none;
	margin:0px !important;
	padding:0px !important;
	list-style-type: none;
}
#menuleft li:hover ul li a, #menuleft li.sfhover ul li a {
	padding: 3px 7px 3px 7px;
	margin:0px !important;
	display:block;
	text-decoration: none;
	font-size:.8em;
	color:#333;
	background-color:#eee;
	background-image:none;
	border-bottom:1px solid #fff;
	font-weight:normal;
	height:20px;
}
#menuleft li:hover ul li a.current, #menuleft li.sfhover ul li a.current {
	font-weight:bold !important;
}
#menuleft li:hover ul li a:hover, #menuleft li.sfhover ul li a:hover {
	color:#009900;
}
/* Layout */
#searchwrap {
	width:1000px;
	margin:0 auto;
}
#hosted {
	width:300px;
	float:left;
}
#search {
	width:300px;
	text-align:right;
	float:right;
}
#headerwrap {
	width:100%;
}
#logotop {
	width:274px;
	height:78px;
	background: #fff url(http://www.beautyandtheeast.tv/img/logo_top.png) no-repeat;
	margin: 0 auto;
}
#menuwrap {
	width:100%;
	height:50px;
	background: #fff url(http://www.beautyandtheeast.tv/img/menu_bg.png) repeat-x;
}
#menuinner {
	margin:0 auto;
	width:1000px;
	height:50px;
	background: url(http://www.beautyandtheeast.tv/img/logo_middle.png) no-repeat top center;
}
#logobottom {
	width:100%;
	text-align: center;
	background: #fff url(http://www.beautyandtheeast.tv/img/logo_bottom_bg.png) repeat-x;
	height: 81px;
}
#contentwrap {
	width:1000px;
	margin: 30px auto 0;
}
#posts {
	width:700px;
	float:left;
}
#sidebar {
	width:260px;
	float:right;
}
#footer {
	text-align:center;
	clear: both;
	padding:20px;
}

/* Content */
#sectionheader {
	background: #696969;
	padding:10px;
}
#postcontent {
	padding: 20px 10px 0px 10px;
	border-bottom:1px solid #ccc;
}

/* Side column blocks */
#blockwrap {
	background:#ECECEC;
	border:1px solid #D3D3D3;
	margin-bottom:15px;
}
#blockheader {
	background:#000;
	padding:6px;
}
#blockcontent {
	padding:10px;
}
#blockbutton {
	width:225px;
	margin: 0 auto;
	padding:5px;
	background: #A8BCAF;
	text-align:center;
}
#blockbutton a {
	color:#fff;
	text-decoration:underline;
}
#ads {
	margin: 0 auto;
	width:220px;
}
#ads img {
	border:1px solid #d3d3d3;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
}
/* Fonts */
h1 {
	font-size:20px;
}
h2 {
	font-size:17px;
}
h1 a {
	color:#3F6E54;
	text-decoration:none;
}
p, li, td, #footer {
	font-size:12px;
	line-height: 1.5em;
}
p a, li a, #footer a {
	color:#477C6F;
	text-decoration: underline;
}

/* Misc */
.clear {
	clear:both;
}
img {
        border:none;
}
form, select, input {
margin:0px;
padding:0px;
}
.commentusername {
	padding:0px;
	margin-bottom:0px;
	font-weight:bold;
}
li p {
	padding:0px;
	margin-bottom:10px;
	margin-top:2px;
}
.posttitle {
	padding:0;
	margin-bottom:0px;
}
.categories {
	margin-top:2px;
}
img {
	border:none;
}
.sampic {
	padding:5px;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #eee;
}