html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.header:after, .footer:after, .top-menu:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

html {
	height: 100%;
	color: #fff;
	background: #000;
	font: 0.9em/1.5 Georgia;
}

body {
	height: auto !important;
	text-align: center;
	height: 100%;
	min-height: 100%;
	background: #000 url('../../images/houseofnight/body-int-bg.jpg') no-repeat center top;
}

a { color: #ec008c; }
a:visited { color: #959595;  }
a:hover { color: #f06eaa;  }
a:active { color: #f06eaa;  }


.content h1, .content h2, .content h3, .content h4 {
	font: 1.7em Georgia;
	font-weight: bold;
	margin-bottom: .5em;
}
.content h2 {
	font-size: 1.5em;
}
.content h3 {
	font-size: 1.3em;
}
.content h4 {
	font-size: 1.1em;
	font-weight: bold;
}

blockquote {
	margin-left: 10em;
	padding-left: 1em;
	border-left: 2px solid #202020;
}
code, pre {
	font: 1.2em/1 "Courier New", Courier, monospace;
	padding: 1px 2px;
	background: #eee;
}
pre {
	border: 1px dashed #000;
	line-height: 1.7em;
	padding: 5px;
	font-size: .9em;
	background: #202020;
	margin: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -0.4em;
}
sub {
	bottom: -0.3em;
}

hr {
	color: #330F36;
	background-color: #330F36;
	height: 1px;
	border-width: 0px;
}
cite {
	font-size: 0.6em;
	font-style: normal;
}
.clear {
	clear: both;
}
.content {
	padding: 20px 30px;
}
.middle {
	background: #401844 url('../../images/houseofnight/content-bg.jpg') no-repeat center bottom;
}
.content ul, .content ol {
	margin-left: 3em;
	line-height: 1.3em;
}
.content ol {
	counter-reset: list1;
}
.content ol li:before{
 counter-increment: list1;
 content: counter(list1) ". ";
}
.content ol ol{
	counter-reset: list2;
}
.content ol ol li:before{
 counter-increment: list2;
 content: counter(list1) "." counter(list2) ". ";
}

.content ul li, .content ol li {
	margin-bottom: .2em;
}
.content ol li {
	list-style-type: none;
}
.dash-list {
	list-style-type: none;
}
.dash-list li:before{
 content:"\2014\a0";
}
.content dl {
}
.content dl dt {
	margin-bottom: .2em;
	font-weight: bold;
}
.content dl dd {
	padding-left: 5em;
	margin-bottom: .4em;
}

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .content img, hr {
	margin-bottom: 11px;
}

#page{
	width: 990px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
.top-links {
	height: 290px;
}
	.top-links  a{
		display: block;
	}
	.top-links .slogan{
		padding: 40px 0 35px 0;
		width: 380px;
		float: left;
	}
	.incl1 {
		float: right;
		padding:40px 190px 0 0;
		width:370px;
		height: 90px;
		overflow: hidden;
	}
	.incl2{
		padding-top: 20px;
	}
	.incl3 {
		float: left;
		padding:0 20px;
		height: 90px;
		overflow: hidden;
		width: 300px;
	}
	.top-links  .logo {
		clear: both;
	}

.top-menu {
	background: #000 url('../../images/houseofnight/top-menu-bg.jpg') no-repeat center top;
	height: 39px;
	padding-bottom: 15px;
}
	.top-menu li {
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		line-height: 39px;
		font-size: 18px;
		color: #fff;
		background: url('../../images/houseofnight/top-menu-li.png') no-repeat left top;
	}
	.top-menu li.first {
		background-image: none;
	}
	.top-menu li a{
		color: #fff;
		text-decoration: none;
		display: block;
		float: left;
		padding: 0 34px;
		height: 39px;
	}
	.top-menu li a:hover {
		background: url('../../images/houseofnight/top-menu-active.png') no-repeat center top;
	}
	.top-menu li a:visited {
		color: #fff;
	}
	.top-menu a.selected {
		color: #f06eaa;
	}
.main {
	width: 100%;
	border-collapse: collapse;
	margin-top: -20px;
}
	.main  td {
		vertical-align: top;
	}
	.main  .left-sidebar {
		width: 160px;
		padding-right: 30px;
	}
	.main  .left-sidebar  h2{
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		background: url('../../images/houseofnight/h1-bg.jpg') no-repeat center top;
		text-align: center;
		padding: 5px 0;
		margin-top: 30px;
	}
	.main  .left-sidebar  label {
		display: block;
		text-align: right;
		margin: 10px 5px 0px 0px;
	}
		.main  .left-sidebar  label  input {
			width: 90px;
		}
		.main  .left-sidebar  .submit {
			display: block;
			margin: 15px 0 10px 62px;
		}
		.main  .left-sidebar  ul {
			padding: 20px 5px;
		}
			.main  .left-sidebar  ul li{
				list-style: none;
				font-size: 1.1em;
				margin: 0 0 0.3em 0;
				line-height: 1;
			}
	.main .footer {
		background: #000;
		height: 100px;
		padding-top: 50px;
	}
	.main .footer  .left{
		float: left;
		width: 200px;
		text-align: center;
		font-size: 0.9em;
	}
	.main .footer  .left p{
		padding-bottom: 15px;
	}
	.main .footer  .right{
		float: right;
	}
.gradient {
	color: #999;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.read_it {
	padding: 30px 0 0 30px;
}
	.read_it p{
		padding: 20px 0 0 20px;
	}

.books-list {
	padding: 0;
	margin: 0;
	height: 200px;
}
	.books-list li {
		list-style: none;
		float: left;
		background: none!important;
		padding: 0;
		margin: 0;
	}
	.books-list li a {
		display: block;
		text-align: center;
		padding-right: 15px;
	}
	.books-list li img {
		display: block;
	}

	.books-list li div.already{
		display: none;
		position: absolute;
		margin: -75px 0 0 -55px;
		background: url('../../images/houseofnight/bg-red.png') no-repeat left top;
		width: 186px;
		height: 25px;
		line-height: 25px;
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
	.books-list li div.coming_soon{
		display: none;
		position: absolute;
		margin: -75px 0 0 -55px;
		background: url('../../images/houseofnight/bg-grey.png') no-repeat left top;
		width: 186px;
		height: 25px;
		line-height: 25px;
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
		.books-list li a.img_link{
			text-decoration: none;
			padding-bottom: 18px;
		}
		.books-list li a:hover {
			position:relative;
		}
		.books-list li a:hover div.coming_soon, .books-list li a:hover div.already{
			display: block!important;
		}
.button-wraper {
	display: inline-block;
	white-space: nowrap;
	margin:0 10px 10px 10px;
	position:relative;
	top:12px;
	cursor: pointer;
}
	.button-wraper  b{
		color: #fff!important;
		height: 25px;
		line-height: 25px;
		font-size: 14px!important;
		padding: 0 2px 0 12px!important;
		margin: 0!important;
		border: none;
		background: url('../../images/houseofnight/btn-bg.gif') no-repeat left top;
		font-family: Georgia!important;
		position: relative;
		font-weight: bold!important;
		display: block;
		float: left;
	}
	.button-wraper  input{
		display: none;
	}
	.button-wraper  em{
		height: 25px;
		line-height: 25px;
		font-size: 1px;
		padding: 0;
		width: 10px;
		margin: 0;
		background: url('../../images/houseofnight/btn-bg.gif') no-repeat right top;
		position: relative;
		display: block;
		float: left;
	}
.user_info {
	max-width: 700px;
}
.user_info td {
	padding: 4px;
	text-align: right;
}
.user_info td.red {
	text-align: left;
}
.red {
	color: #ec008c;
}
.hot-links {
	margin: 0; padding: 0;
	padding-bottom: 35px;
}
.hot-links li {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
	width: 200px;
	color: #959595;
}
ul.works {
	margin:0;
	padding: 0;
}
ul.works li{
	list-style-type: none;
	float: left;
	width: 220px;
	height: 270px;
	margin:0;
	padding: 0 20px 0 0;
	text-align: center;
}
.work-left {
	padding-top: 10px;
	float: left;
	width: 560px;
}
.work-right {
	padding-top: 45px;
	float: right;
	width: 175px;
}
.iblock-vote {
	text-align: center;
}
.iblock-vote  span.rating {
	font-size: 2.5em;
	display: block;
	line-height: 1;
}
.no-li-style li {
	list-style: none;
}

/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(../../images/houseofnight/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}

.pagelist_block {
    padding:8px;
}

.fl {
    float:left;
}

a.plist {
    font-size:11px;
    margin:4px;
    padding:4px;
    text-decoration:none;
}

a.plist_active {
    background-color:#EC008C;
    color:#FFFFFF;
    margin:4px;
    padding:4px;
    text-decoration:none;
}
