#main
{
	min-height: 750px;
	height: auto;
}
html>body #main
{
	min-height: 100%;
}
#contentArea
{
	width: 930px;
	height: auto;
	overflow: visible;
	padding-bottom: 0px;
}
html>body #contentArea
{
	height: auto;
	min-height: 570px;
	padding-bottom: 15px;
}
#footer
{
	height: 24px;
	width: 948px;
}
html>body #footer
{
	height: auto;
}

#footer2 p
{
	line-height: 1.1em;
}
#contentLeft div.contentBox
{
	width: 590px;
	overflow: visible;
	padding-bottom: 0px;
}
html>body #contentLeft div.contentBox
{
	padding-bottom: 10px;
}
#contentRight div.contentBox
{
	width: 285px;
	overflow: visible;
}
#contentRight div.authorShow
{
	padding-top: 175px;
	background-repeat: no-repeat;
}
#imageAuthor
{
	display: none;
}
#contentFull div.contentBox
{
	width: 910px;
	overflow: visible;
}
#banner
{
	height: 120px;
}

#contacts
{
	height: 82px;
	width: 646px;
}
#nav ul li a
{
	height: 21px;
}
#nav ul ul li a
{
	width: 122px;
	height: auto;
}
div.titleBox
{
	height: 36px;
}
#contentLeft div.titleBox
{
	width: 582px;
}

/*blog styles*/
.blogItem
{
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
.info
{
	font-size: .9em;
	color: #ccc;
}
.blogMenuPanel
{
	padding-bottom: 15px;
}
#contentRight ul
{
	margin: 0;
	padding: 0;
}
#popularBlogs li
{
	margin-bottom: .3em;
	line-height: 1em;
}

#searchForm
{
	width: 269px;
}
#searchForm li
{
	margin: 0;
}
input.searchBlogs
{
	border: 1px solid #c5b97d;
	font-size: 1.1em;
	padding: 1px;
	width: 194px;
	background: #333;
	color: #f2f2f2;
}
#loginList
{
	margin-top: .8em;
}
#loginList li
{
	margin-bottom: .8em;
}
#loginList li span
{
	width: 60px;
	display: inline-block;
}
#loginList li input
{
	border: 1px solid #c5b97d;
	font-size: 1em;
	padding: 1px;
	width: 194px;
	background: #333;
	color: #f2f2f2;
}
#loginList li input#btnLogin,
#btnlogout,
#btn_save,
#BtnAssignNewTag
{
	border: 1px solid #666;
	font-size: 1em;
	padding: 1px;
	width: 57px;
	background: #191919;
	color: #f6fac3;
	cursor: pointer;
}
#btn_save
{
	float: right;
}
#btnlogout
{
	position: absolute;
	top: 173px;
	left: 550px;
}
#BtnAssignNewTag
{
	width: 100px;
	margin-top: 4px;
}
.blogOptions
{
	border-top: 1px solid #999;
	margin-top: 10px;
	padding-top: 10px;
}
.blogOptions p
{	
	margin: 0px;
}

a.createEdit
{
	display: block;
	background: url(/images/blogs/post_edit_bg.png) no-repeat 4px 5px #191919;
	border: 1px solid #696a5b;
	height: 20px;
	width: 101px;
	padding: 2px 9px 0px 20px;
}

#contentArea a.createEdit:hover
{
	text-decoration: none;
}
#deleteblog
{
	height: 25px;
}
div.createBlog
{
	padding: 10px 3px;
}
div.createBlog a
{
	display: block;
	background: url(/images/blogs/btn_create.png) no-repeat;
	height: 26px;
	width: 172px;
	padding: 8px 0px 0px 45px;
	font-size: 1.1em;
}

/*Cute editor pages*/

body.editor div.contentBox,
body.editor #contentArea
{
	overflow: visible;
}
body.editor #footer
{
	display: none;
}
table.createTable
{
	width: 550px;
}
body.editor #contentLeft
{
	background: url(/images/bgs/left_top_blank.jpg) no-repeat;
}
body.editor #contentRight
{
	background: url(/images/bgs/right_top_blank.jpg) no-repeat;
}
body.editor #contentLeft h2
{
	margin: 20px 0px 10px 0px;
}
div.hr
{
	width: 100%;
	height: 10px;
		border-bottom: 1px solid #999;
		margin-bottom: 10px;
}
