@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#e1e1e1 url(../images/shine.png) top left no-repeat;
	font:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:28px;
	margin:10px 0 0 10px;
}

.qlassik{
	text-decoration:none;
	color:#313131;
}

#container {
	background:#d0d0d0;
	margin-top:2px;
}

#partner img {
	margin:20px 0 0 0 ;
	border:1px solid #ffffff;
}

#sidebar {
	background:#efefef;
	margin-top:10px;
}

.separatortop {
	border-bottom:2px solid #dcdcdc;
	margin:0 20px 0 20px;
}

.separatorbottom {
	border-top:1px solid #ffffff;
	margin:0 20px 0 20px;
}

.separatorbottom ul li{
list-style:none;
padding:1px 5px 1px 20px;
color:#515151;
margin:0px 5px;
border-bottom:1px dotted #ccc;
border-top:1px dotted #fff;
background:url('../images/list.png') no-repeat;
}

.separatorbottom ul li a {	
	display:block;
	color:#515151;
	text-decoration:none;
	margin-bottom:1px;
	font-size:18px;	
	font-weight:bold;
}

.separatorbottom ul li a:hover{
	color:#c9066b;
}

#content {

}

.item {
	padding:0 10px 0 20px;
	min-height:110px;
}

.item .title {
	font-size:23px;
	font-weight:bold;
}

.item p {
	height:55px;
	overflow:hidden;
}

.item span {
	font-weight:bold;
	color:#666666;
}

.thumbnail {
	float:left;
	display:block;
	width:135px;
	height:105px;
	background:url(../images/thumbnail.png) no-repeat;
	margin-right:10px;
}

.thumbnail img {
	margin:6px;
}
/* Lightbox */
.hover-image{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	cursor: pointer;
	background: url(../images/play.png) no-repeat center center;
}
.image:hover .hover-image {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#footer {
	background:#515151 url(../images/footer_bg.jpg) top repeat-x;
}

#footer p {
	margin-top:10px;
	font-weight:bold;
	color:#cccccc;
}

#footer a {
	text-decoration:none;
	color:#cccccc;
}

#footer a:hover {
	text-decoration:none;
	color:#c9066b;
}

#minilogo {
	margin-top:5px;
}


/* PAGINATION */
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 18px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 18px;
	font-family: Arial;
	background: #dcdcdc;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: 50px;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
}

#wp_page_numbers li a:hover {
	border-color: #ff8000;
}

#wp_page_numbers li.space {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #46daff;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #ff8000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 2px;
	color: #666;
	font-size: 18px;
	border: 1px solid #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
}
