* {margin:0;padding:0}
html{background:#fff;color:#242e3e;font:12px Tahoma, Geneva, sans-serif}
body{}
.clear,.cl{clear:both;line-height:0;height:0;font-size:0}
.cl-5{clear:both;line-height:0;height:5px;font-size:0}
.cl-10{clear:both;line-height:0;height:10px;font-size:0}
.cl-20{clear:both;line-height:0;height:20px;font-size:0}

h1{font-size:18px}
h2{font-size:17px}
h3{font-size:16px}
h4{font-size:16px}
h5{font-size:14px}
h6{font-size:12px}
h1,h2,h3,h4,h5,h6{font-weight:normal;padding-bottom:0.3em}
p{line-height:1.3}
a{outline:none}
a,a:active,a:visited{color:#242e3e;text-decoration:underline}
a:hover{color:#242e3e;text-decoration:none}
ul,li{list-style-type:none}
img{border:none}

/* LAYOUT */
#wrapper {
	width:990px;
	margin:0 auto;
}

#header {
	position:relative;
	height:79px;
}
#logo {
	position:absolute;
	left:0;
	top:0;
	display:block;
	height:75px;
	width:228px;
	background:url(images/logo.gif) no-repeat;
	text-indent:-4000px;
}
#head-links {
	position:absolute;
	right:0;
	top:0;
	width:710px;
	padding:5px;
	height:69px;
	font-size:11px;
	color:#787f8c;
	line-height:16px;
}
#head-links ul{
	display:block;
	float:left;
	height:69px;
	width:175px;
	overflow:hidden;
}
#head-links ul li a{
	text-decoration:none;
	color:#787f8c;
}
#head-links ul li a:hover{
	text-decoration:underline;
}

#topmenu {
	height:29px;
	line-height:29px;
	background:url(images/menu-bar.gif) repeat-x;
	text-align:center;
}
#topmenu a{
	color:#c8c8c8;
	text-decoration:none;
	font-size:12px;
	text-shadow:0 -1px 0 #000;
	padding:0 18px 0 20px;
	line-height:29px;
	margin:0;
	background:url(images/topmenu.gif) repeat-y;
}
#topmenu a.first{
	background:none;
}
#topmenu a:hover{
	color:#fff;
	text-decoration:underline;
}
#login-popup{
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-120px;
	margin-left:-150px;
	background:#fff;
	border:5px solid #eee;
	z-index:1000;
	display:none;
}
#login-popup .shell{
	padding:20px 50px;
	border:1px solid #C4C4C4;
}

#bar {
	height:24px;
	color:#c8c8c8;
	font-size:11px;
	padding:0 7px;
	background:left bottom url(images/menu-bar.gif) repeat-x;
}
#bar a{
	color:#c8c8c8;
	font-size:11px;
}
#bar p{
	line-height:24px;
	float:left;
}
#bar-search {
	float:right;
	padding-top:2px;
}

#left {
	float:left;
	width:768px;
}
.content-caption {
	height:34px;
	line-height:34px;
	background:url(images/content-caption.gif) repeat-x;
	color:#c8c8c8;
	font-size:14px;
	margin-right:12px;
	padding:0 10px;
}
.thumb {
	position:relative;
	width:180px;
	float:left;
	margin:0 12px 10px 0;
	line-height:11px;
}
.thumb img{
	display:block;
	width:180px;
	height:135px;
}
.thumb h2{
	display:block;
	width:180px;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:12px;
	padding:2px 0 0 0;
	overflow:hidden;
}
.thumb h2 a{
	text-decoration:none;
	display:block;
}
.thumb h2 a:hover{
	text-decoration:underline;
}
.thumb span{
	font-size:10px;
}
.thumb .rating {
	position:absolute;
	top:119px;
	left:0;
}
.post {
	margin-bottom:10px;
}

#pagination {
	text-align:center;
}
#pagination a, #pagination span{
	padding:2px 4px;
}
#pagination a:hover{
	background:#242e3e;
	color:#fff;
	text-decoration:underline;
}

/* comments */
.com-block {
	padding:5px 10px;
	background:#efefef;
	margin-bottom:2px;
}
.com-block textarea {
	width:455px;
	height:100px;
}
.comment {
	position:relative;
	padding:5px 60px 5px 10px;
	background:#efefef;
	margin-bottom:2px;
}
.comment p {
	padding:5px 0;
}
.comment small {
	color:#777;
}
.comment small a {
	color:#777;
}

#right {
	float:right;
	width:210px;
}
.widget {
	border:1px solid #19202C;
	background:#e7e8ea;
	margin-bottom:10px;
}
.widget .caption{
	display:block;
	height:32px;
	background:url(images/caption.gif) no-repeat;
	padding:0 7px;
	line-height:32px;
	color:#c8c8c8;
	font-size:14px;
}
.widget ul,.widget p{
	padding:7px;
	line-height:15px;
}
.widget a{
	text-decoration:none;
}
.widget a:hover{
	text-decoration:underline;
}

#footer {
	width:900px;margin:0 auto;
	text-align:center;
	border-top:1px solid #babec4;
	padding-top:10px;
	color:#787f8c;
	font-size:10px;
}
#footer a{
	color:#787f8c;
}
#footer .copy{
	color:#242e3e;
	font-size:12px;
}




