﻿/* Main Global Layout Settings */
*{ padding:0; margin:0;	outline:none; list-style:none; border: 0 none;}
body {
	background:#FFF url(../images/patterns/body-bg7.png);
	color: #333;
	font-family: Arial,Verdana,sans-serif;
	font-size: 13px;
}
pre ,code{
	direction:ltr;
	background:url(../images/code-bg.png);
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
h1, h2, h3,h4, h5, h6 { font-weight:normal;}

.alignright {float: right;}
.alignleft {float: left;}
.aligncenter{clear:both; margin-left:auto;	margin-right:auto;}
.pad_10{padding:10px !important;}
a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover { color: #000;}
a.noline{text-decoration:none !important;}
.clear {clear: both;}
.clear-after:after{clear:both;}
.post-title a,ul.slider-navigation li ,.pagenavi a,a.more-link ,.main-menu li a ,.subscribe-icons a ,.flickr_badge_image img {
	webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
textarea, input[type=text], input[type=password], input[type=email], select {
	border: 1px solid #ccc;
	background: #fff;
	font-size: inherit;
}
input, select {cursor: pointer;}
input[type=text], input[type=password], input[type=email] {cursor: text;}
textarea {overflow:auto;}
textarea, input {padding: 5px;outline: none;}
select {padding: 2px;}
option {padding: 0 4px;}
input[type=button], button {padding: 4px;cursor: pointer;vertical-align: middle;}
input.text_input,textarea.textarea {border: 1px solid #ccc;-moz-border-radius: 1px;-webkit-border-radius: 1px; border-radius: 1px;}
input.text_input:focus,textarea.textarea:focus {border: 1px solid #999;	}

::-moz-selection { background: #F9A386; color: #fff; text-shadow: none; }
::selection { background: #F9A386; color: #fff; text-shadow: none; }

/* Main Wrapper Style */
.background-cover{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:fixed; background-repeat:no-repeat; top:0; left:0; z-index:0; overflow: hidden; width: 100%; height:100%;} 
.wrapper {position:relative;/*z-index:1;*/}
.container{width:1045px;margin:0 auto;}

/* Header */
header {
	background:#FFF;
	margin: 20px auto 25px;
	position: relative;
	width:1045px;
	-moz-box-shadow: inset 0 0 2px #FFF, 0 0 5px #cacaca;
	-webkit-box-shadow: inset 0 0 2px white, 0 0 5px #CACACA;
	box-shadow: inset 0 0 2px white, 0 0 5px #CACACA;
}
header:after{display: block;visibility: hidden;clear: both;	height: 0;content: ".";}
/* Top Menu Styles */
.top-nav {
	background:#fbfbfb;
	border-top:3px solid #1a64f1;
	border-bottom:1px solid #ececec;
	height:30px;
}
	.top-nav .menu-alert{
		float:left;
		color:#666;
		padding:8px 0;
		font-style:italic;
	}
	.top-nav ul {float: left;}
		.top-nav ul li {
			position: relative;
			display: inline-block;
			float: left;
			border-right: 1px solid #F2F2F2;
		}
		.top-nav ul li a {
			display: inline-block;
			height: 30px;
			line-height: 30px;
			color: #838383 ;
			padding:0 8px;
			text-shadow:0 1px 1px #FFF;
		}
		.top-nav ul li a:hover {color: #000;}
		.top-nav ul ul {
			background: #fbfbfb;
			display: none;
			padding:0;
			position: absolute;
			top: 30px;
			width: 180px;
			z-index: 99999;
			float: left;
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
			-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
		}
			.top-nav ul ul li {background: none !important;border: none !important;z-index: 99999;min-width: 180px;}
				.top-nav ul ul ul {right: auto;left: 100%;top: 0;z-index: 99999;}
			.top-nav ul ul a {
				background: none !important;
				height: auto !important;
				line-height: 1em;
				padding: 10px 10px;
				width: 160px;
				display: block !important;
				margin-right: 0 !important;
				z-index: 99999;
				color: #777!important;
			}
			.top-nav ul ul li.current-menu-item:after{display: none;}	
		.top-nav ul li:hover > a,.top-nav ul :hover > a ,.top-nav ul li.current-menu-item a { color:#000;}
		
	.top-nav ul li.current-menu-item:after{content: " ";display: block;width: 0;height: 0;position: absolute;top: 0;z-index: 2;right:45%;border: 4px solid transparent;border-top-color: #F88C00 ;}
	.top-nav ul ul li:hover > a,	.top-nav ul ul :hover > a {color: #000 !important;	}
	.top-nav ul li:hover > ul {display: block;}

/* Today Date */
.today-date{
	float:left;
	padding:4px 10px;
	background:#ddd;
	font-size:11px;
	color:#333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin:4px 10px 0 5px;
}
/* Search */
.search-block {
	height:30px;
	overflow: hidden;
	float:right;
	margin-left:5px;
}
	.search-block:after{content: " ";display: block;width: 0;height: 0;position: absolute;top: 14px;z-index: 2;right:30px;border: 4px solid transparent;border-right-color: #F88C00 ;}
	.search-block #s {
		background:#FFF;
		float: right;
		font: normal 11px tahoma;
		padding: 9px 12px 8px 12px;
		width: 90px;
		color:#C5C5C5;
		border:0 none;
		border-left:1px solid #ececec;
		-o-transition: width .7s , color .4s;
		-webkit-transition: width .7s , color .4s;
		-moz-transition: width .7s , color .4s;
		transition: width .7s , color .4s;
	}
	.search-block #s:focus {color:#000;width:150px;}
	.search-block .search-button {
		background:#f88c00 url(../images/search-button.png) no-repeat center;
		cursor: pointer;
		float: right;
		height:30px;
		width:30px;
		text-indent:-999999px;
		display: block;
		border:0 none;
	}
	.search-block:hover .search-button,.search-block:hover #s {opacity:1;	color:#444;}

/* Social */
.top-nav .social-icons{float:right; margin:5px 5px 0 0;}
	.top-nav .social-icons a , .footer-bottom .social-icons a{	filter: url(css/filters.svg#grayscale);filter: gray;-webkit-filter: grayscale(1);}
	.top-nav .social-icons a:hover ,.footer-bottom .social-icons a:hover{filter: none;-webkit-filter: grayscale(0);}

.header-content{padding:20px 15px;}
	.logo {float: left;}
	.logo h1, .logo h2{font:bold 32pt arial;}
	.logo strong{ display:none;}
	.logo span{ font-weight: normal; font-size: 14px;}

/* Main Nav  */
#main-nav  {
	margin:0 auto;
	background:url(../images/main-menu-bg.png) repeat-x bottom;
	height:52px;
	border-bottom:5px solid #1a64f1 ;
}
	#main-nav  .menu-alert{
		float:left;
		padding:18px 0 0 10px ;
		font-style:italic;
		color:#FFF;
	}
	#top-menu-mob , #main-menu-mob{ display:none; }
	#main-nav .main-menu{margin-left:10px;}
	#main-nav  ul li {
		font-size:13px;
		position: relative;
		display: inline-block;
		float: left;
		border:1px solid #222222;
		border-width:0 0 0 1px;
		height:47px;
		margin-top:5px;
	}
		#main-nav  ul li:first-child,
		#main-nav  ul li:first-child a{border:0 none;}
		#main-nav  ul li:last-child a{border-right:0 none;}
		#main-nav  ul li a {
			display: inline-block;
			height: 47px;
			line-height: 47px;
			color: #ddd;
			padding:0 10px;
			text-shadow:0 1px 1px #000;
			border-left:1px solid #383838;
		}
		#main-nav  ul li a .sub-indicator{}
		#main-nav  ul li a:hover {}
		#main-nav  ul ul {
			display: none;
			padding:0;
			position: absolute;
			top: 42px;
			width: 250px;
			z-index: 99999;
			float: left;
			background: #2d2d2d !important;
			-webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
		}
		#main-nav  ul ul li, #main-nav  ul ul li:first-child {
			background: none !important;
			z-index: 99999;
			min-width: 250px;
			border:0 none;
			border-bottom: 1px solid #222;
			border-top: 1px solid #383838;
			font-size:12px;
			height:auto;
			margin:0;
		}
			#main-nav  ul ul li:first-child ,#main-nav ul li.current-menu-item ul li:first-child,
			#main-nav ul li.current-menu-parent ul li:first-child,#main-nav ul li.current-page-ancestor ul li:first-child { border-top:0 none !important;}
		#main-nav  ul ul ul {right: auto;left: 100%;	top: 0;	z-index: 99999;	}
		#main-nav  ul.sub-menu a ,
		#main-nav  ul ul li.current-menu-item a,
		#main-nav  ul ul li.current-menu-parent a,
		#main-nav  ul ul li.current-page-ancestor a{
			border:0 none;
			background: none !important;
			height: auto !important;
			line-height: 1em;
			padding: 10px 10px;
			width: 160px;
			display: block !important;
			margin-right: 0 !important;
			z-index: 99999;
			color: #ccc !important;
			text-shadow:0 1px 1px #000 !important;
		}
		 #main-nav  ul li.current-menu-item ul a,
		 #main-nav  ul li.current-menu-parent ul a,
		 #main-nav  ul li.current-page-ancestor ul a{ color:#eee !important; text-shadow:0 1px 1px #222 !important;}

		#main-nav  ul li:hover > a,	#main-nav  ul :hover > a {	color: #FFF ;}
		#main-nav  ul ul li:hover > a,
		#main-nav  ul ul :hover > a {color: #FFF !important;	padding-left:15px !important;padding-right:5px !important;}
		#main-nav  ul li:hover > ul {display: block;}
		#main-nav  ul li.current-menu-item,
		#main-nav  ul li.current-menu-parent,
		#main-nav  ul li.current-page-ancestor{
			margin-top:0;
			height:52px;
			border-left:0 none !important;
		}
		#main-nav  ul li.current-menu-item ul,
		#main-nav  ul li.current-menu-parent ul,
		#main-nav  ul li.current-page-ancestor ul{ background:#F88C00 !important;}
		
		#main-nav  ul li.current-menu-item ul li, #main-nav  ul li.current-menu-item ul li:first-child ,
		#main-nav  ul li.current-menu-parent ul li, #main-nav  ul li.current-menu-parent ul li:first-child,
		#main-nav  ul li.current-page-ancestor ul li, #main-nav  ul li.current-page-ancestor ul li:first-child {
			border-bottom: 1px solid #D57800;
			border-top: 1px solid #FFA93A ;
		}
		#main-nav  ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover,
		#main-nav  ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover,
		#main-nav  ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover{
			background:#1a64f1;
			text-shadow:0 1px 1px #000;
			color:#FFF;
			height:52px;
			line-height:52px;
			border-left:0 none !important;
		}
		#main-nav  ul.sub-menu li.current-menu-item,#main-nav  ul.sub-menu li.current-menu-item a,
		#main-nav li.current-menu-item ul.sub-menu a,#main-nav  ul.sub-menu li.current-menu-parent,
		#main-nav  ul.sub-menu li.current-menu-parent a,#main-nav li.current-menu-parent ul.sub-menu a,
		#main-nav  ul.sub-menu li.current-page-ancestor,#main-nav  ul.sub-menu li.current-page-ancestor a,
		#main-nav li.current-page-ancestor ul.sub-menu a{height:auto !important; line-height: 12px;}
		#main-nav  ul li.menu-item-home a{
			background-image:url(../images/home.png) !important;
			background-repeat:no-repeat !important;
			background-position:center -47px;
			text-indent:-9999px;
			height: 52px;
			width: 35px;
		}
		#main-nav  ul li.menu-item-home.current-menu-item a{background-position:center 8px;}
		#main-nav  ul li.menu-item-home ul li a,
		#main-nav  ul ul li.menu-item-home  a,
		#main-nav  ul li.menu-item-home ul li a:hover{
			background-color:transparent !important;
			text-indent:0;
			background-image:none !important;
			height:auto !important;
			width:auto;
		}
	.fixed-nav{
		position:fixed;
		top:-5px;
		width:1045px;
		z-index:999;
		opacity:0.9;
		-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
		box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
	}
	body.admin-bar .fixed-nav{top:23px;}

/* Random Article Button */		
a.random-article{
	background: #494949 url(../images/random.png) no-repeat center;
	width:42px;
	height:47px;
	display:block;
	float:right;
	text-indent:-99999px;
	margin:5px 0 0 10px;
}
	a.random-article:hover{ background-color:#777;}

/* Breaking News */
.breaking-news{
	background: #FFF;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	width:1045px;
	height:32px;
	margin:-5px auto 25px;
	overflow:hidden;
	position:relative;
}
	.breaking-news span{
		border:1px solid #FBFBFB;
		background: #f85032; /* Old browsers */
		background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
		display:block;
		float:left;
		padding:5px 10px 2px;
		color:#FFF;
		font-family: 'Cuprum',arial,Georgia, serif;
		font-size:14pt;
	}
	.breaking-news ul{float:left;}
	.breaking-news ul li{display:block}
	.breaking-news ul a{padding:8px;display:block;white-space:nowrap;}

/* Content  Column */
#main-content{
	background: #FFF;
	margin: 20px auto 25px;
	position: relative;
	-moz-box-shadow: inset 0 0 2px #FFF, 0 0 5px #cacaca;
	-webkit-box-shadow: inset 0 0 2px white, 0 0 5px #CACACA;
	box-shadow: inset 0 0 2px white, 0 0 5px #CACACA;
	padding:20px 24px;
	width:997px;
}
.full-width{background-image: none;	}
.content {float: left;width: 660px;}
.content-fix {float: left;width: 660px;}
#crumbs { margin-bottom:10px; clear:both; padding-bottom: 5px; border-bottom: 1px solid #DDD;}
div.not-found{padding:20px;}
.full-width .content ,body.error404  .content{	width:auto;	float:none;}

/* Global Categories Box Styles */
.cat-box{margin-bottom:35px;}
	.cat-box-title{padding:3px 0;overflow:hidden;}
		.cat-box-title h2{
			float:left;
			margin-right:10px;
			text-transform: capitalize;
			font-size: 22px;
			font-family: 'Cuprum',arial,Georgia, serif;
		}
		.stripe-line{background:url(../images/stripe.png) ;height:12px;overflow:hidden;margin-top:5px;}
	.cat-box-content, #sidebar .widget-container, .post-listing  {
		background: white;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow:  0 1px 3px 0 #b5b5b5;
		-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
		-webkit-box-shadow:  0 1px 3px 0 #b5b5b5;
		border: 1px solid #DDD;
		border-bottom:4px solid #1a64f1;
	}
		.cat-box li.first-news .inner-content{padding:20px;overflow:hidden;}
	p.post-meta{color:#aaa;margin:7px 0;font-size:85%;}
		p.post-meta a {color: #aaa; margin-right: 10px;}
		p.post-meta a:hover {
			border-bottom: 1px #000 dotted;
			color:#000;
			text-decoration:none;
		}
		.post-meta .stars-small{float:left; margin:-1px 5px 0 0;}

/* Two columns */
.cat-box.column2{float:left;width:660px;margin-right:20px;}
	.column2.last-column {margin-left: 0px;margin-right: 10px; }
	.column2 li{
		background:#f7f7f7;
		overflow:hidden;
		padding: 5px 20px;
		border-top:1px solid #FFF;
		border-bottom:1px solid #eaeaea;
		-webkit-transition: all .40s;
		-moz-transition: all .40s;
		-o-transition: all .40s;
		transition: all .40s;
	}
	.column2 li:hover{background:#f2f2f2;}
		.column2 li h3 {line-height:1.5em;	font-size:13px;}
		li.first-news p {padding:0;}
		.column2 li.first-news{border-bottom:3px solid #eaeaea;background:#FFF;padding:0;	}

/* wide-box */
.wide-box li{
	background:#f7f7f7;
	overflow:hidden;
	padding: 10px 20px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #eaeaea;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	width:289px;
	float:left;
	height:61px;
}
	.wide-box ul{background:#f7f7f7;overflow:hidden;}
		.wide-box li.first-news p.post-meta{margin:10px 0; }
		.wide-box li.first-news{
			border-bottom:3px solid #eaeaea;
			background:#FFF;
			padding:0;
			width:100%;
			float:none;
			height:auto;
		}
/* list-box */
.list-box, .wide-box{clear:both;}
.list-box .cat-box-content {padding:20px;}
	.list-box li{
		overflow:hidden;
		padding: 5px 0;
		width:288px;
		float:right;
		clear:right;
	}
		.list-box li.first-news p.post-meta{margin:10px 0; }
		.list-box li.first-news{
			background:#FFF;
			padding:0;
			width:310px;
			float:left;
			margin-right:20px;
		}

/* News In Pictures */
.pic-box .cat-box-content {padding:20px 20px 8px;}
	.pic-box li.first-pic{
		background:#FFF;
		width:300px;
		float:left;
		margin-right:12px;
		margin-left:0;
		padding-left: 2px;
	}
	.pic-box li{
		overflow:hidden;
		padding: 1px 0 3px;
		width:70px;
		float:left;
		margin-left:6px;
	}
		.pic-box .first-pic .post-thumbnail h2{
			position:absolute;
			width: 270px;
			padding:10px;
			background: url(../images/overlay.png);
			left: 4px;
			bottom: 7px;
		}
			.pic-box .first-pic .post-thumbnail a{ color:#FFF;}
			
/* Tabbed Categories */
.cat-tabs-wrap{padding:20px;}
	.cat-tabs-header{
		background:#F7F7F7;
		height:35px;
		border-bottom: 3px solid #EAEAEA;
		padding:8px 10px 0;
	}
		.cat-tabs-header li{
			float:left;
			margin-right:10px;
			line-height:30px;
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			padding:4px 15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12pt;
		}
		.cat-tabs-header li.active{
			background:#FFF;
			box-shadow: 0 -1px 2px #d4d4d4;
			-moz-box-shadow:0 -1px 2px #d4d4d4;
			-webkit-box-shadow:0 -1px 2px #d4d4d4;
		}
	.cat-tabs-wrap li{
		overflow:hidden;
		padding: 5px 0;
		width:288px;
		float:right;
		clear:right;
	}
	.cat-tabs-wrap li.first-news{
		background:#FFF;
		padding:0;
		width:310px;
		float:left;
		margin-right:20px;
	}
		.cat-tabs-wrap li.first-news p.post-meta{margin:10px 0;}
		
/* Scrolling Box */
.scroll-box{clear:both;}
	.scroll-box .cat-box-content{padding:20px;position:relative;}
		.scroll-box .scroll-item{
			float:left;
			width:140px;
			margin-right:10px;
			padding:3px;
			height:190px;
		}
			.scroll-box .scroll-item .post-meta .stars-small{float:none;margin-top:3px;}
			
	.group_items {width:614px;}
	.group_items .scroll-item:last-child{margin-right:0;}
	.scroll-nav{
		background:#F7F7F7;
		margin:10px -20px -20px;
		padding:5px;
		text-align:center;
	}
		.scroll-nav a{
			background:url(../images/scrolling-nav.png) no-repeat top;
			width:10px;
			height:10px;
			text-indent:-9999px;
			overflow:hidden;
			display:inline-block;
			margin:2px 1px 0;
			-webkit-transition: all .40s;
			-moz-transition: all .40s;
			-o-transition: all .40s;
			transition: all .40s;
		}
		.scroll-nav a:hover{opacity:0.8;}
		.scroll-nav a.activeSlide{background:url(../images/scrolling-nav-active.png) no-repeat top;}

/* Recent Posts Box */
.recent-box{clear:both;}
	.recent-box .cat-box-content{padding:20px;position:relative;}
		.recent-box .recent-item{
			float:left;
			width:195px;
			margin:0 10px 10px 0;
			padding:2px;
			/*height:190px;*/
		}
		.recent-box .recent-item:nth-child(3n+3){margin-right:0;}
		.recent-box .item-list{ padding:10px 0;}

.divider{background: url(../images/stripe.png);height: 10px;overflow: hidden;margin: 10px 0 20px;clear:both;}

/* Post Styles */
.page-head{padding: 3px 0;overflow: hidden;}
	.page-head .stripe-line{ margin-top:7px;}
	.page-title{
		float: left;
		margin-right: 10px;
		text-transform: capitalize;
		font-size: 26px;
		font-family: 'Cuprum',arial,Georgia, serif;
		color:#000;
	}
	a.rss-cat-icon{
		float:right;
		background:url(../images/rss-small-icon.png) no-repeat top;
		width:16px;
		height:16px;
		margin:6px 0 0 8px;
		text-indent:-99999px;
		display:block;
	}
	.archive-meta{padding:15px 0;}

/* Author Page Styles */
.author-bio{clear:both;overflow:hidden;padding:15px 3px;}
	#author-avatar{	float:left;	margin-right:15px;}
		#author-avatar img{
			background: white;
			padding: 2px;
			-moz-border-radius: 1px;
			-webkit-border-radius: 1px;
			box-shadow: 0 0 2px #B5B5B5;
			-moz-box-shadow: 0 0 2px #b5b5b5;
			-webkit-box-shadow: 0 0 2px #B5B5B5;
		}
		
/* Single Post Styles */	
.post { margin-bottom:20px;}
	.post-inner{padding:20px;}
	.single-post-thumb img{width:100%;}
		.post-title {
			text-transform: capitalize;
			font-family: 'Cuprum', sans-serif;
			margin-bottom:10px;
			font-size: 28px;
		}
		.post-inner p.post-meta{
			border-bottom:1px solid #f2f2f2;
			padding-bottom:5px;
			margin-bottom:10px;
		}
			.post-inner p.post-meta span{display:inline-block;margin-right:10px;	}
		.item-list {
			border-bottom:1px solid #f2f2f2;
			padding:20px 20px 25px;
			overflow:hidden;
			clear:both;
		}
			.item-list p.post-meta {margin:10px 0;}
	.page-link{
		margin:15px 0 0;
		padding-top:5px;
		border-top:1px solid #f2f2f2;
	}
	.edit-link{	clear:both;	display:block;	margin-top:10px;}
	.taglinebar { margin:-10px 0 20px}
		.taglinebar a{
			border-color: #dedede #d8d8d8 #d3d3d3;
			text-shadow: 0 1px 0 #fff;
			-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
			background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			display: inline-block;
			text-decoration: none;
			font-size: 10px;
			padding: 3px 8px;
			line-height: 20px;
			color: #555;
			text-transform: uppercase;
			border: 1px solid #DEDEDE;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px ;
			cursor: pointer;
		}
		.taglinebar a:hover{ background:#FFF;}
	
	.sticky {}
	
/* Post Thumbnail */
.post-thumbnail {
	margin: 0 15px 10px 0;
	position: relative; 
	border: 2px solid #fff;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 0 2px #B5B5B5;
	-moz-box-shadow: 0 0 2px #b5b5b5;
	-webkit-box-shadow: 0 0 2px #B5B5B5;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	overflow:hidden;
}
/*	.post-thumbnail img {
		background:#FFF;
		padding: 4px;
		
	}*/
	.post-thumbnail a:hover  img{
		box-shadow: 0 0 2px #666;
		-moz-box-shadow: 0 0 2px #666;
		-webkit-box-shadow: 0 0 2px #666;
		opacity:0.6;
	}
	.post-thumbnail a:hover .overlay-icon{opacity:0.7;}
	.overlay-icon{
		background:url(../images/link-overlay.png) no-repeat center;
		width:100%;
		height:100%;
		display:block;
		position:absolute;
		opacity:0;
		top:2px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;			
	}

.item-list .post-thumbnail{float:left;margin-bottom:0;}
.cat-box li .post-thumbnail{margin:0 15px 0 0;}
	/*.cat-box li .post-thumbnail img{ padding:2px;}*/
	
		.column2 .post-thumbnail{float:left;}
		.column2 li.first-news .post-thumbnail{ margin: 0 0 10px 0; height:129px; float:none;}
			.column2 li.first-news .post-thumbnail img{ width:100%; /*height:100%;*/}
			
			.wide-box li .post-thumbnail{float:left;}
			.wide-box li.first-news .post-thumbnail{
				width:240px; 
				height:160px;
				overflow:hidden;
				background:#FFF;
				/*border: 4px solid #fff;*/
				-moz-border-radius: 1px;
				-webkit-border-radius: 1px;
				box-shadow: 0 0 2px #B5B5B5;
				-moz-box-shadow: 0 0 2px #b5b5b5;
				-webkit-box-shadow: 0 0 2px #B5B5B5;
				-webkit-transition: all .40s;
				-moz-transition: all .40s;
				-o-transition: all .40s;
				transition: all .40s;
			}
			.wide-box li.first-news .post-thumbnail img{ width:100%; /*height:100%;*/ }
			
			.list-box li .post-thumbnail{float:left;}
			.list-box li.first-news .post-thumbnail{margin:0 0 15px 0;float:none;width:302px;height:150px;}
			.list-box li.first-news .post-thumbnail img{ width:100%; height:100%;}

		.pic-box .first-pic .post-thumbnail{position:relative;}
		
		.cat-tabs-wrap li .post-thumbnail{float:left;	margin-bottom:0;}
		.cat-tabs-wrap li.first-news .post-thumbnail{margin:0 0 10px 0;float:none;width:302px; height:140px;}
		.cat-tabs-wrap li.first-news .post-thumbnail img{ width:100%; height:100%;}

	.scroll-box  .post-thumbnail img{width:130px;	height:180px;}
			.recent-item .post-thumbnail{ margin:0 0 10px 0;}
			.recent-item .post-thumbnail img{ width:191px; /*height:85px;*/}
			.recent-item .post-thumbnail .overlay-icon{ width:193px; height:103px;}

/* Share */
.share-post {
	clear: both;
	margin:10px -20px -20px;
	padding: 10px 0 10px 10px ;
	background:#F7F7F7;
	border-top:1px solid #EAEAEA;
	height:20px;
}
.mini-share-post {
	clear: both;
	margin:10px -20px -20px;
	padding:10px 10px 10px 25px;
	height:20px;
}
	.share-post li , .mini-share-post li{
		float: left;
		width: 106px;
	}
		.share-post span.share-text{
			background:#FF8500 ;
			margin: -10px 10px -10px -10px ;
			display:block;
			float:left;
			color: #FFF;
			padding:9px;
			font-family: 'Cuprum',arial,Georgia, serif;
			font-size: 14pt;
		}

/* Post Elements */
.entry {line-height:1.5;}
	.content iframe, .content-fix iframe {	max-width: 100%; }
	.entry p {padding-top: 1.0em; padding-bottom: 1.0em;}
	.entry img { max-width:100%;}
	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
		margin-bottom: 15px;
		line-height: 1em;
		font-family: Helvetica;
		font-weight: normal;
	}
		.entry h1 {font-size:36px;}
		.entry h2 {font-size:30px;}
		.entry h3 {font-size:24px;}
		.entry h4 {font-size:18px;}
		.entry h5 {font-size:14px;}
		.entry h6 {font-size:12px;}
	.entry ol,
	.entry ul {margin: 0 0 25px 10px;}
	.entry ul li {list-style: inside disc;}
	.entry ol li {list-style: inside decimal;}
		.entry li {margin: 0 0 5px ;}
		
	.entry table {
		border: 1px solid #DFDFDF;
		background-color: #F9F9F9;
		width: 100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
		color: #333;
		border-collapse: separate;
		border-spacing: 0;
	}
		.entry table td,.entry table th {	border-top: 1px solid white;border-bottom: 1px solid #DFDFDF;color: #555;}
		.entry table th {
			text-shadow: 0 1px 0 #fff;
			font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
			font-weight: normal;
			padding: 7px 7px 8px;
			text-align: left;
			line-height: 1.3em;
			font-size: 14px;
		}
		.entry table td {font-size: 12px;padding: 4px 7px 4px;vertical-align: top;}

.gallery {margin: 0 auto 18px;}
.gallery .gallery-item {float: left;margin-top: 10px;text-align: center;width: 33%; background: url(../images/link-overlay.png) no-repeat center center }
.gallery .gallery-item img {
	background:#FFF;
	padding: 4px;
	-moz-border-radius: 1px;-webkit-border-radius: 1px;
	box-shadow: 0 0 2px #B5B5B5;-moz-box-shadow: 0 0 2px #b5b5b5;-webkit-box-shadow: 0 0 2px #B5B5B5;
	-webkit-transition: all .40s;-moz-transition: all .40s;-o-transition: all .40s;	transition: all .40s;
}
.gallery .gallery-item a:hover  img{
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	opacity:0.6;
	margin:-5px 0 5px;
}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery img {border: 0 none !important;}
.gallery-columns-2 .attachment-medium {max-width: 92%;	height: auto;}
.gallery-columns-4 .attachment-thumbnail {max-width: 84%;height: auto;}
.gallery .gallery-caption {color: #888;margin: 0 0 12px;}
.gallery br + br {display: none;}
.attachment img {display: block;margin: 0 auto;}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:22px;
	background:url(../images/quote.png) no-repeat left 18px;
	padding:0 0 0 60px;
	margin:0 0 30px 40px;
	min-height:60px;
}

/* Related Posts */
#related_posts , #author-box{clear:both;}
	.block-head{padding: 3px 0 0;overflow: hidden;}
		.block-head h3 {
			float: left;
			margin-right: 10px;
			text-transform: capitalize;
			font-size: 22px;
			font-family: 'Cuprum',arial,Georgia, serif;
		}
	#related_posts .post-listing ,#author-box .post-listing {	padding:20px;margin-bottom:20px;}
		#related_posts li {
			background: url(../images/sidebar-bullet.png) no-repeat left 8px;
			padding: 0 12px 10px 0;
			line-height: 18px;
			overflow: hidden;
		}
		#related_posts li:hover {margin-right:5px;}
			#related_posts .related-item{
				float:left;
				width:195px;
				height:180px;
				margin:0 10px 10px 0;
				padding:2px;			
			}
			#related_posts .related-item:nth-child(3n+3){margin-right:0;}
			#related_posts .related-item .post-thumbnail{ margin:0 0 10px 0;}
			.related-item .post-thumbnail img {width: 185px;height: 85px;	}
			
/* Post Navigation */
.navigation{margin:10px 0;clear:both;overflow:hidden;}
.nav-previous{float:left;}
.nav-next{float:right;}
.post-navigation{clear:both;margin:0 0 20px;overflow:hidden;}
.post-navigation div{ display: block;width: 245px;position: relative;font-size: 14px;color: #999;}
.post-previous{float: left;padding-left: 40px;}
.post-next{	float: right;text-align: right;padding-right: 40px;}
.post-navigation div span{display: block;	font-size: 80%;	color: #999;}
.post-navigation div a:after{	position: absolute;	color: #ccc;font-size: 56px;margin-top: -11px;height: 22px;line-height: 22px;top: 34%;}
.post-previous a:after{content: '«';	left:0;}
.post-next a:after{content: '»';	right:0;}

/* Sidebar */
#sidebar {float: right;width: 310px;}
.sidebar-left #sidebar{float:left;}
.sidebar-left .content{float:right;}
		
/* Widgets Styles */
.widget {clear: both;margin-bottom: 25px;}
.widget-top{padding: 5px 0 ;}
.widget-top h4{
	float: left;
	margin-right: 10px;
	font-size: 20px;
	text-transform: capitalize;
	font-family: 'Cuprum',arial,Georgia, serif;
}
	.widget-top h4 a{color: #333;}
		.widget-top h4 a:hover{color: #000;}
	.widget-container {padding:10px;	clear:both;	}
	.widget-container h3{font-size:inherit;}
		.widget-container li {
			background:url(../images/sidebar-bullet.png) no-repeat left 8px;
			padding: 0 0 5px 12px;
			line-height: 18px;
			overflow: hidden;
		}
			.widget-container p {padding-bottom: 1.0em;}
			.widget-container a:hover {text-decoration: underline;}
			.widget-container li span.date, .footer-widget-container li span.date{color: #AAA;margin: 5px 0;font-size: 85%;}
			.widget-container li .stars-small{float:left; margin:2px 5px 0 0;}
			.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail{float:left;margin:0 10px 0 0;}
				/*.widget-container .post-thumbnail img , .footer-widget-container .post-thumbnail img{padding:2px;}*/
			
.review-widget .review-box{	margin:0;}
	.review-widget .review-box h2.review-box-header{ display:none;}
	.review-widget .review-box p{ padding-top: 1.0em; padding-bottom: 1.0em;}

.text-html-box{margin-bottom:20px;}
.widget_rss .widget-title img {width: 11px;height: 11px;}
.widget.news-pic .post-thumbnail{margin:3px 7px;}
#tabbed-widget .tabs-wrap li:last-child ,
.comments-avatar .widget-container li:last-child{border-bottom:0 none;}	
#tabbed-widget .tabs-wrap li ,.comments-avatar .widget-container li,.posts-list .widget-container li,.categort-posts .widget-container li{
	background:transparent;
	padding:8px 0 4px;
	border-bottom:1px solid #f2f2f2;
}
.widget-container li.widget-feedburner{border-bottom:0;}
.widget-container li.widget-feedburner a.feedburner-subscribe{text-decoration:none;}
.facebook-box{text-align:center;}
.facebook-box iframe { width:100% !important}
.google-box{margin-bottom:-15px; text-align:center;}
#wp_tag_cloud div {line-height: 1.6em;}

		
/* Twitter Widget */
#twitter-widget ul{margin:0 -10px ;}
#twitter-widget li{
	background:url(../images/tweet-icon.png) no-repeat 10px 15px;
	border-bottom:1px solid #f2f2f2;
	padding:10px 10px 10px 30px;
}
#twitter-widget li:last-child{border-bottom:0 none;}
	#twitter-widget .tweet_list .tweet_avatar img{
		padding:2px ;
		margin-left:5px;
		float: right;
		background:#FFF;
		border:1px solid #d6d6d6;
	}
	#twitter-widget .loading span{
		background:url(../images/small-loader.gif) no-repeat top;
		height: 17px;
		display: block;
	}

/* Tabbed Widget */
#tabbed-widget .widget-top{
	background: #F7F7F7;
	height: 35px;
	border-bottom: 3px solid #EAEAEA;
	padding: 8px 0 0 2px ;
	margin:-10px -10px 10px;
}
	#tabbed-widget  ul.tabs li {
		float: left;
		position: relative;
		margin-left: 3px;
		line-height:30px;
		padding:2px;
		background:transparent;
	}
		#tabbed-widget  ul.tabs li a {
			display: inline-block;
			text-align: center;
			color: #666;
			text-shadow: 0 1px 0 #FFF;
			padding:5px 9px 1px;
			line-height:30px;
		}
		#tabbed-widget ul.tabs li a:hover {color: #000;}
		#tabbed-widget ul.tabs li.active a  {
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			background:#FFF;
			box-shadow: 0 -1px 2px #d4d4d4;
			-moz-box-shadow:0 -1px 2px #d4d4d4;
			-webkit-box-shadow:0  -1px 2px #d4d4d4;
		}
	#tabbed-widget  .tabs-wrap.tagcloud a, input.findf{
		padding:5px 8px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border: 1px solid #e9e9e9;
		background: #F7F7F7;
		text-shadow: 0 1px 0 white;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-moz-box-shadow: inset 0 0 2px #fff, 0 0 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		display:inline-block;
		margin:3px;
	}
		#tabbed-widget  .tabs-wrap.tagcloud a:hover{background:#ededed;}

/* Calender */
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: center;
	}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			border: 1px solid #fff;
			padding: 3px 0 2px;
			text-align: center;
		}
		#wp-calendar tbody .pad ,	footer #wp-calendar tbody .pad{background: none;border:0 none;}
	#wp-calendar tfoot #next {text-align: right;}
	footer #wp-calendar tbody td { background:#333; border-color:#555;}
	footer #wp-calendar caption { color:#FFF; }

/* Author Widget */
.author-avatar img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	float: left;
	margin: 0 10px 5px 0;
}
.author-description {font-size: 95%;	line-height: 17px;}
.author-social {	float: left;margin-top: 10px;}
.author-social a {opacity: 0.7;margin-left: 2px;}
.author-social a:hover {opacity: 1;}

/* Flickr Widget */
.flickr-widget .flickr_badge_image {float:left;margin:8px;}
	.flickr-widget .flickr_badge_image img{
		opacity:1;
		padding:2px;
		width:50px;
		height:50px;
		box-shadow: 0 0 2px #B2B2B2;
		-moz-box-shadow: 0 0 2px #b2b2b2;
		-webkit-box-shadow: 0 0 2px #B2B2B2;
	}
	.flickr-widget .flickr_badge_image a:hover img{opacity:0.6;}

/* Social Icons Widget */
.social-icons{text-align:center;}
	.social-icons a{	margin:2px;	position:relative;}
	.social-icons a:hover{top:-2px;}

/* Search Widget */
.search-widget input{
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	border: 1px solid #DDD;
	padding: 10px;
	clear: both;
	margin-bottom:20px;	
	width:288px;
	color:#999;
}
	.search-widget input:hover,
	.search-widget input:focus{color:#000;}

/* Counter Widget */
#sidebar .widget-counter{
	margin-bottom:20px;
	overflow:hidden;
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	clear: both;
	border: 1px solid #DDD;
	border-bottom:0 none;
}
	.widget-counter.col1 li{width:100%;border:0 none !important;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 153px;border-width:0 0 1px 0 !important;}
	.widget-counter.col2 li:nth-child(2n+2) , .widget-counter.col4 li:nth-child(2n+2){border-left:1px solid #DDD !important;}
	.widget-counter li{
		line-height:15px;
		float:left;
		width:102px;
		padding:10px 0;
		border-bottom:1px solid #ddd;
		-moz-transition:.4s linear; -webkit-transition:.4s ease-out; transition:.4s linear;
	}
	.widget-counter li:nth-child(3n-1) { border-right:1px solid #DDD; border-left:1px solid #DDD;}
		.widget-counter li a{	display:block;	padding-top:40px;text-align:center;	opacity:0.7;}
		.widget-counter li:hover{	background-color:#F8F8F8;}
		.widget-counter li:hover a{opacity:1;text-decoration: none;}
		.rss-subscribers a{	background:url(../images/socialicons/rss_32.png) no-repeat center top;}
		.rss-subscribers span, .club-config span,.club-messages span,
		.club-invite span, .club-leave span, .club-join span{font-family: 'Cuprum',arial,Georgia, serif;font-size: 14pt;display: inline-block;}
		.facebook-fans a  {	background:url(../images/socialicons/facebook_32.png) no-repeat center top;}
		.twitter-followers a{	background:url(../images/socialicons/twitter_32.png) no-repeat center top;}
		.youtube-subs a{	background:url(../images/socialicons/youtube_32.png) no-repeat center top;}
		.vimeo-subs a{	background:url(../images/socialicons/vimeo_32.png) no-repeat center top;}
		.dribbble-followers a{	background:url(../images/socialicons/dribbble_32.png) no-repeat center top;}
		.widget-counter li span{display:block;font-size:21px;}
		.widget-counter li a small{color:#777;}
		.club-config a{background:url(../images/icons/clubs/Gear_Alt.png) no-repeat center top;}
		.club-messages a{background:url(../images/icons/clubs/Mail.png) no-repeat center top;}
		.club-invite a{background:url(../images/icons/clubs/Users.png) no-repeat center top;}
		.club-leave a {background:url(../images/icons/clubs/Minus_Red_Button.png) no-repeat center top;}
		.club-join a {background:url(../images/icons/clubs/Clear_Green_Button.png) no-repeat center top;}
		
			
/* Login Widget */
#login-form{padding:11px 11px 0;}
#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #F9F9F9;
	color: #515151;
	font: 12px Tahoma;
	padding: 4px 7px;
	margin-bottom: 10px;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
	display: block;
	width: 250px;
	height: 24px;
}
	#login-form #log:hover, #login-form #pwd:hover, .widget-feedburner .feedburner-email:hover{ color:#000;}
	#login-form #log:focus, #login-form #pwd:focus, .widget-feedburner .feedburner-email:focus{ background:#FFF; color:#000;border-color: #F88C00;}
	#login-form .login-button{ margin-right:20px;}
	#login-form p{padding-bottom:0;}
	ul.login-links{ margin-top:15px;}
	.welcome-text{margin-bottom:10px;}
	.content .entry #login-form p{ padding:0 }
	textarea#message:focus{ background:#FFF; color:#000;border:1px solid #F88C00;padding:7px;}
/* FeedBurner Widget */
.widget-feedburner-counter{padding:11px;}
	
/* ADS Widgets */
.widget-container .ads125{margin:0 -7px -8px 13px;padding-left:0;}
.ads125{overflow:hidden;padding-left:22px;margin-bottom:20px;}
.ads125 .ad-cell{width: 125px;height: 125px;	display: block;	margin:3px 15px 12px 0;	float: left;}
.widget-container .ads120-90 ,.widget-container .ads120-60,
.widget-container .ads120-600,.widget-container .ads120-240{margin:0 -7px -8px 18px;padding-left:0;}
.ads120-90,.ads120-60,.ads120-600,.ads120-240{overflow:hidden;padding-left:27px;margin-bottom:20px;}
.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell{width: 120px;height: 90px;display: block;margin:3px 15px 12px 0;float: left;}
.ads120-60 .ad-cell  {height: 60px;}
.ads120-600 .ad-cell{height: 600px;}
.ads120-240 .ad-cell{height: 240px;}
.ads160-600 ,.ads250-250{margin-bottom:20px;}
.widget-container .ads160-600 ,.widget-container .ads250-250{margin-bottom:0 }
.ads160-600 .ad-cell{width: 160px;height: 600px;display: block;	margin:0 auto ;}
.ads250-250 .ad-cell{width: 250px;height: 250px;	display: block;	margin:0 auto ;}
.ads300-100{padding-left:5px;margin-bottom:20px;}
.widget-container .ads300-100{margin:0 -5px -5px;padding-left:0;}
.ads300-100 .ad-cell{margin-bottom:3px;width:300px;height:100px;}
.ads300-250,.ads300-600{padding-left:5px;margin-bottom:20px;}
.widget-container .ads300-250, .widget-container .ads300-600{margin:0 -6px;padding-left:0;}
.ads300-250 .ad-cell{width:300px;height:250px;}
.ads-one{padding-left:0 !important;	margin:0 !important;}
.ads-one .ad-cell{float:none !important;	clear:both !important;margin-right:auto !important;	margin-left:auto !important;}

/* Footer */
footer {
	color: #ddd;
	background:#333;
	text-shadow: 0 0 1px #000;
	padding:20px 0;
	border-bottom:1px solid #444;
	border-top: 8px solid #1a64f1;
	margin-top:20px;
}
	footer a{color: #ccc;}
	footer a:hover{color: #FFF;}

/* Footer Widgets */	
#footer-widget-area{
	width:1045px;
	margin: 0 auto;
}
	.footer-widgets-box{float:left; margin-right:4%;}
	.footer-1c .footer-widgets-box{	width:	100% }
	.footer-2c .footer-widgets-box{	width:	48%;}
	.footer-3c .footer-widgets-box{	width:	29.3%;}
	.footer-4c .footer-widgets-box{	width:	22%;}
	
	.narrow-wide-2c #footer-first , .wide-narrow-2c #footer-second {width:32%;}
	.narrow-wide-2c #footer-second, .wide-narrow-2c #footer-first{	width:64%;}
	
	.wide-left-3c #footer-first    ,.wide-right-3c #footer-third  {	width:46%;}
	.wide-left-3c .footer-widgets-box , .wide-right-3c .footer-widgets-box {	width:23%;}
	
	.footer-1c .footer-widgets-box,
	.narrow-wide-2c #footer-second,
	.wide-narrow-2c #footer-second,
	.footer-2c #footer-second,
	.footer-3c #footer-third,
	.footer-4c #footer-fourth,
	.wide-right-3c #footer-third,
	.wide-left-3c #footer-third{margin-right:0;}

	.footer-widget-top{	border-bottom:1px solid #222;padding:10px 0;}
	.footer-widget-top h4{font-size: 22px;font-family: 'Cuprum',arial,Georgia, serif;}
	.footer-widget-container{padding: 10px;border-top:1px solid #444;}
		.footer-widget-container p {padding-bottom: 1.0em;}
		.footer-widget-container ul, footer .tabs-wrap ul{ border-bottom:1px solid #444; }
		.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {
			padding: 6px 12px 6px 0;
			line-height: 18px;
			overflow: hidden;
			border-bottom: 1px solid #232323 !important;
			border-top: 1px solid #444;
		}
		.footer-widget-container li:first-child , footer #tabbed-widget .tabs-wrap li:first-child { border-top:0 none; }

		footer #tabbed-widget .widget-top { background:transparent; border-bottom-color:#444; overflow:hidden; }
		footer #tabbed-widget ul.tabs li a {text-shadow: 0 1px 0 #000; }
		footer #tabbed-widget ul.tabs li a:hover { color:#FFF; }
		footer #tabbed-widget ul.tabs li.active a {
			color:#FFF;
			background: #444;
			box-shadow: 0 -1px 2px #111;
			-moz-box-shadow: 0 -1px 2px #111;
			-webkit-box-shadow: 0 -1px 2px #111;
		}
		footer #tabbed-widget .tabs-wrap.tagcloud a {
			background: #444;
			border: 1px solid #222;
			text-shadow: 0 1px 0 #000;
			-moz-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			-webkit-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			box-shadow: inset 0 0 2px #888, 0 0 2px #222;
		}
		footer #tabbed-widget .tabs-wrap.tagcloud a:hover{ background:#555;}
		footer .widget-counter li{ border:0 none !important; width: 33.4%; }
		
		footer #twitter-widget .loading span{background:url(../images/black-loader.gif) no-repeat top;}
		
footer .search-widget input{
	background: #414141;
	box-shadow: 0 1px 3px 0 #313131;
	-moz-box-shadow: 0 1px 3px 0 #313131;
	-webkit-box-shadow: 0 1px 3px 0 #313131;
	border: 1px solid #202020;
	color:#222;
}
	footer .search-widget input:hover,
	footer .search-widget input:focus{color:#000;}

/* Footer Bottom */
.footer-bottom {
	background:#242424;
	height:30px;
	line-height:30px;
	border-top:1px solid #111;
	color: #ccc;
}
	.footer-bottom .social-icons{
		float:right;
		margin:0 15px ;
		line-height:0;
		padding-top:15px;
	}
	.footer-bottom a{color: #ccc;}
	.footer-bottom a:hover{color: #FFF;}

#topcontrol{
	z-index:2;
	background: #FF8500 url(../images/top_arrow.png) no-repeat center;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
}
	#topcontrol:hover{ background-color:#fb9826 ;}

/* Images */
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img {max-width: 100%;height: auto;}
img.centered,
img.aligncenter {
	display: block;
	margin: 2px auto;
	border: 1px solid #cbcdcc;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 2px 3px 3px 8px;
	display: inline;
	border: 1px solid #cbcdcc;
}
img.alignleft {
	padding: 4px;
	margin: 2px 8px 3px 3px;
	display: inline;
	border: 1px solid #cbcdcc;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100% !important;
	padding: 4px;
	text-align: center;
}
	.wp-caption img {max-width: 100% !important;}
	.wp-caption p.wp-caption-text {color: #888;margin: 5px;}

/* Navigation */
.pagination {overflow: hidden; margin-bottom:25px;}
	.pagination a,
	.pagination span.pagebar_page,
	.pagination span.pagebar_title,
	.pagination span.pagebar_current {
		float:left;
		text-shadow: 0 1px 0 #FFF;
		margin-right : 3px;
		color: #777;
		padding: 6px 10px 3px;
	}
	.pagination a:hover {color:#000;}
	.pagination span.pagebar_current {
		color: #FFF;
		background-color: #F88C00;
		text-shadow: 0 1px 0 #000;
		padding:4px 10px 6px;
	}
	.pagination .pages{
		float:right;
		display:block;
		font-size:85%;
		padding: 7px 0 2px;
	}

/* CommentList */	
#comments-title {
	text-transform: capitalize;
	font-size: 22px;
	font-family: 'Cuprum',arial,Georgia, serif;
	color: #999;
	margin:25px 0 10px;
}
	#comments-title em{color: #333;}
.commentlist li{
	margin-bottom: 20px;
	clear:both;
	position:relative;
	clear:both;
}
	.comment-avatar {
		overflow:hidden;
		width:45px;
		height:45px;
		margin:0 10px 5px -30px;
		background: white;
		padding: 2px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0 0 3px #B5B5B5;
		-moz-box-shadow: 0 0 3px #b5b5b5;
		-webkit-box-shadow: 0 0 3px #B5B5B5;
		float:left;
	}
	.author-comment{overflow:hidden;position:relative;}
		.author-comment cite {
			color:#3b3b3b;
			position:relative;
			display:block;
			margin-bottom:2px;
			padding-top:4px;
		}
	.commentmetadata {display: block;font-size:85%;	clear:both;	}
		.commentmetadata a{color:#3b3b3b;}
		.commentmetadata a:hover{color:#000;}	
	.comment-wrap{
		background: white;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0 1px 3px 0 #B5B5B5;
		-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
		-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
		position:relative;
		padding:10px;
		margin-left:20px;
	}
		.comment-content{
			position:relative;
			clear:both;
			display:block;
			margin-top:10px;
			overflow:hidden;
			padding-bottom:5px;
		}
			.comment-content p{line-height:17px;	margin-bottom: 10px;}
		.nocomments {text-align: center;}
		.commentlist li ul li {margin-left:4px;}
		.commentlist  li.pingback{padding:5px 10px;border-bottom:1px solid #ddd;}	
		.children{margin-top:15px; margin-left:50px;}
		.commentlist .reply a{
			/*position:absolute;*/
			/*bottom:0;*/
			/*right:0;*/
			float: right;
			margin:0 -10px 5px 0;
			background:#ddd;
			padding:3px 10px;
			text-shadow:0 1px 1px #FFF;
			font-size:11px;
		}
			.commentlist .reply a:hover{background:#333;	color:#FFF;	text-shadow:0 1px 1px #000;	}
		.bypostauthor {}
		
/* Add Comments Form */	
#respond {
	margin: 20px 0 10px;
	overflow: hidden;
	position: relative;
	clear: both;
}
	.commentlist li #respond {margin: 10px 0 20px 70px !important;}
	#respond h3 {
		text-transform: capitalize;
		font-size: 22px;
		font-family: 'Cuprum',arial,Georgia, serif;
	}
#commentform {
	padding: 0 5px;
	margin-top: 5px;
	overflow: hidden;
}
	#commentform .required {font-weight: bold;}
	#commentform label {color: #888;}
	#commentform p {	margin:10px 0;}
	#commentform textarea,
	#commentform input {
		border-color: #F1F1F1;
		border-top-color: #DDD;
		border-left-color: #DDD;
		background: #F9F9F9;
		color: #515151;
		font: 12px Tahoma;
		padding:4px 7px;
		margin-bottom: 7px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	#commentform input {display: block;width: 250px;height:24px;}
	#commentform textarea {width: 95%;}
	#commentform input:hover,#commentform textarea:hover {}
	#commentform input:focus,	#commentform textarea:focus {background: #fff;}
	#commentform .form-allowed-tags ,.comment-form-comment label {display: none;}
	.comment-form-email,.comment-form-url,.comment-form-url,.comment-form-comment {clear: both;}
	.comment-notes{ margin-bottom:10px;	}
	.form-submit #submit , #login-form .login-button , .widget-feedburner .feedburner-subscribe{
		border: 1px solid #D9D9D9;
		background: #FBFBFB;
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FBFBFB),color-stop(100%,#EEE ));
		background: -webkit-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: -moz-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: -o-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: -ms-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: linear-gradient(top,#FBFBFB 0,#EEE 100%);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);
		color: black;
		text-shadow: 0 1px 0 white;
		height: 30px;
		line-height: 30px;
		width:auto;
		font-size: 13px;
		padding: 0 15px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: background .40s;
		-moz-transition: background .40s;
		-o-transition: background .40s;
		transition: background .40s;
		position:relative;
	}
	.form-submit #submit:hover, #login-form .login-button:hover , .widget-feedburner .feedburner-subscribe:hover {
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));
		background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: linear-gradient(top,#FFF ,#f8f8f8 100%);
	}
	.form-submit #submit:active, #login-form .login-button:active , , .widget-feedburner .feedburner-subscribe:active {top:2px;}
	input.error, textarea.error{border:1px solid #FF0000 !important;}

/* Ads */	
.ads-top {float: right;line-height:0;}
.ads-bottom {line-height:0;margin:15px auto 20px;text-align:center;}
.ads-post {line-height:0;margin:20px auto ;text-align:center;}
.home-ads{clear:both;margin:20px auto;text-align:center;}

/* Tooltip */	
a.ttip, a.tooldown{display:inline-block;}
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 0 2px #000000; -webkit-box-shadow: 0 0 2px #000000; -moz-box-shadow: 0 0 2px #000000; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/* Slider */	
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:498px;}
.flexslider .slides img {width: 100%; height:100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {margin: 0 0 20px;position:relative;zoom: 1;width: 997px;height:498px;background: #000 url('../images/black-loader.gif') no-repeat 50% 48%;	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 55%; cursor: pointer; text-indent: -9999px; opacity: 0;  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -30px; }
.flex-direction-nav .flex-prev {left: -30px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; cursor: default;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

.flex-control-nav {width: 100%; position: absolute; bottom: -1px; text-align: center; height:13px;}
.flex-control-nav li {margin: 0 ; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {display: block; cursor: pointer; text-indent: -9999px; width:100%; background:#666; height:13px;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
.flex-control-paging li a:hover { background: #000; }
.flex-control-paging li a.flex-active { background: #F88C00; cursor: default; }
.slider-caption{position: absolute;width: 75%;padding: 10px;background: #000;right: 0;bottom: 13px;color:#FFF;opacity:0.8;}
.slider-caption h2 a{	color:#FFF;	text-transform: capitalize;	font-size: 35px;font-family: 'Cuprum',arial,Georgia, serif;}

/*small*/
.content .flexslider { width:660px; height:330px;}
.content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:330px;}
.content .flexslider .slides img {width: 100%; display: block;}
.content .flex-pauseplay span {text-transform: capitalize;}
.content .slider-caption h2 a{font-size: 22px;}
.content .ei-slider{ height:330px;}
.content .ei-slider-loading{line-height:375px;}
.content .ei-title h3{font-size: 12px;line-height: 14px;width:435px;}
.content .ei-title h2{font-size: 22px;}

.ei-slider{position: relative;width: 100%;max-width: 1005px;height: 498px;margin: 0 auto 35px;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);}
.ei-slider-loading{	width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index:999;	background: #000 url('../images/black-loader.gif') no-repeat 50% 48%;	color: #fff;text-align: center;	line-height: 520px;}
.ei-slider-large{height: 100%;width: 100%;position:relative;overflow: hidden;}
.ei-slider-large li{position: absolute;top: 0;left: 0;overflow: hidden;height: 100%;width: 100%;}
.ei-slider-large li img{width: 100%;}
.ei-title{position: absolute;right: 10%;margin-right: 0;margin-left:2%;bottom: 25%;color:#fff;opacity:0.8;}
.ei-title h2, .ei-title h3{text-align: right;}
.ei-title h2{color: #b5b5b5;text-transform: capitalize;font-size: 35px;font-family: 'Cuprum',arial,Georgia, serif;background:#000;float:right;padding:5px;margin-bottom:5px;}
.ei-title h3{clear:both;font-size: 14px;line-height: 20px;width:835px;background:#000;padding:5px;}
.ei-slider-thumbs{height: 13px;margin: 0 auto;position: relative;max-width:100%!important;}
.ei-title a{color:#FFF;}
.ei-slider-thumbs li{position: relative;float: left;height: 100%;}
.ei-slider-thumbs li.ei-slider-element{top: 0;left: 0;position: absolute;height: 100%;z-index: 10;text-indent: -9000px;background: #F88C00;}
.ei-slider-thumbs li a{	display: block;text-indent: -9000px;background: #666 ;width: 100%;height: 100%;cursor: pointer;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;-moz-transition: background 0.2s ease; -o-transition: background 0.2s ease; -ms-transition: background 0.2s ease;   transition: background 0.2s ease;}
.ei-slider-thumbs li a:hover{background-color: #f0f0f0;}
.ei-slider-thumbs li img{ position: absolute;bottom: 50px;opacity: 0;z-index: 999;width: 100%;max-height:100px;
	-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease; -ms-transition: all 0.4s ease;   transition: all 0.4s ease;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.content .ei-slider-thumbs li img{max-height:65px;}
.ei-slider-thumbs li:hover img{opacity: 1;	bottom: 13px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}


/* Reviews Styles */	
.review-box{margin:20px 0;}
h2.review-box-header{
	border-bottom:4px solid #333;
	text-transform: capitalize;
	font-size: 22px;
	font-family: 'Cuprum',arial,Georgia, serif;
	padding:10px 0 6px;
	margin-bottom:10px;
}
.review-item{
	padding:5px 0 8px;
	opacity:0.8;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.review-item:hover{opacity:1;}
.review-item h5{font-size:inherit;margin-bottom:5px;color:#555;}
.review-percentage .review-item span{background:#F2F2F2;display:block;height:15px;}
.review-percentage .review-item span span{
	background-color: #F88C00;
	background-image:url(../images/stripes.png);
	display:block;
	height:15px;
}
.review-stars .review-item{ background:#F2F2F2; margin-bottom:2px; overflow:hidden; padding:5px;}
.review-stars .review-item h5{float:left; padding-top:5px;}
.review-stars .stars-large{float:right;}
.review-final-score .stars-large{float: none !important;margin: 0 auto 10px;}
.review-summary{background-color:#F2F2F2;overflow:hidden;margin-top:10px;}
.review-short-summary{padding:0 10px;display: table-cell;vertical-align: top;}
.review-final-score{
	background-color: #F88C00;
	width:100px;
	display: table-cell;
	vertical-align: top;
	text-align:center;
	color:#fff;
	padding:10px 5px;
}
.review-final-score h3{margin-bottom:-5px;font-size: 44px;color: #FFF;font-weight: bold;}
.review-final-score h3 span{font-size: 24px;}
.review-final-score h4{
	margin-bottom:0;
	text-transform: capitalize;
	font-size: 20px;
	font-family: 'Cuprum',arial,Georgia, serif;
}
.review-top{float:left;width:50%; margin-right:20px;}
span.stars-large{
	width:76px;
	display:block;
	background:url(../images/stars-large.png) no-repeat left bottom;
	height:22px;
}
span.stars-large span{
	width:100%;
	display:block;
	background:url(../images/stars-large.png) no-repeat left top;
	height:22px;
}
span.stars-small{
	width:52px;
	display:block;
	background:url(../images/stars-small.png) no-repeat left bottom;
	height:15px;
}
span.stars-small span{
	width:100%;
	display:block;
	background:url(../images/stars-small.png) no-repeat left top;
	height:15px;
}

/* Shortcodes */
.post-tooltip{cursor:pointer;display:inline-block;border-bottom:1px #666 dotted;color:#ed5109;}
.post-tooltip:hover{ border-bottom-color:#ed5109;}
.highlight {background: #FF9;}
.dropcap{display: block;float: left;margin: 0 8px 0 0;font-size: 50px;line-height: 50px;font-family: Georgia, Arial,"helvetica neue",Helvetica,Verdana,sans-serif;}
.entry .starlist li,.entry .checklist li{background-position:left top;background-repeat:no-repeat;padding-left:25px;list-style:none;}
.entry .starlist li  { background-image: url(../images/bullet_star.png);}
.entry .checklist li {background-image: url(../images/bullet_check.png);}

.box{padding: 20px;	background-color: #F6F6F6;	border: #DADADA 1px solid;	margin-bottom: 20px;	word-wrap: break-word;	-moz-border-radius: 5px;-webkit-border-radius: 5px;	border-radius: 5px;	-moz-box-shadow: 0 0 7px #ccc;-webkit-box-shadow: 0 0 7px #ccc;box-shadow: 0 0 7px #ccc;border: 1px solid #FFF;}
.box div{padding-left:60px; min-height:50px;}
.box.shadow{-moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);-webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);	box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);border: 1px solid #AAA;}
.box.shadow div{padding:0;}
.box.info{background:#d6f6ff;}
.box.info div{background:url(../images/info.png) no-repeat left top;}
.box.success{background:#e2f2cb;}
.box.success div{background:url(../images/success.png) no-repeat left top;}
.box.warning{ background:#fffddb;}
.box.warning div{background:url(../images/warning.png) no-repeat left top;}
.box.error{ background:#ffe6e2;	}
.box.error div{background:url(../images/error.png) no-repeat left top;}
.box.download{background:#e2f2cb;}
.box.download div{background:url(../images/download.png) no-repeat left top;}
.box.note{background:#fffddb;}
.box.note div{background:url(../images/note.png) no-repeat left top;}

a.button{border: 1px solid #a3a3a3;background: #d4d4d4;height: 25px;line-height:25px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;color: white;display:inline-block;	margin:0 5px 20px;	padding:0 10px;	position:relative;font-size:12px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5),inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: background .40s;-moz-transition: background .40s; -o-transition: background .40s;transition: background .40s;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d4d4d4),color-stop(100%,#c7c7c7));background: -webkit-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -moz-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -o-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);	background: -ms-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
}
a.button:hover{	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d8d6d6),color-stop(100%,#cdcdcd));background: -webkit-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -moz-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -o-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -ms-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);}
a.button:active{ top:1px;} 
a.button.red{border: 1px solid #B63540;background: #ED596A;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F77087),color-stop(100%,#E3414D));background: -webkit-linear-gradient(top,#F77087 0,#E3414D 100%);background: -moz-linear-gradient(top,#F77087 0,#E3414D 100%);background: -o-linear-gradient(top,#F77087 0,#E3414D 100%);background: -ms-linear-gradient(top,#F77087 0,#E3414D 100%);background: linear-gradient(top,#F77087 0,#E3414D 100%);}
a.button.red:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F8889B),color-stop(100%,#E65762));	background: -webkit-linear-gradient(top,#F8889B 0,#E65762 100%);background: -moz-linear-gradient(top,#F8889B 0,#E65762 100%);background: -o-linear-gradient(top,#F8889B 0,#E65762 100%);background: -ms-linear-gradient(top,#F8889B 0,#E65762 100%);background: linear-gradient(top,#F8889B 0,#E65762 100%);}
a.button.green{border: 1px solid #5E8C22;background: #89C03E;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#A8D34E),color-stop(100%,#6AAD2D));background: -webkit-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -moz-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -o-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -ms-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: linear-gradient(top,#A8D34E 0,#6AAD2D 100%);}
a.button.green:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#B2D862),color-stop(100%,#76C132));background: -webkit-linear-gradient(top,#B2D862 0,#76C132 100%);background: -moz-linear-gradient(top,#B2D862 0,#76C132 100%);background: -o-linear-gradient(top,#B2D862 0,#76C132 100%);background: -ms-linear-gradient(top,#B2D862 0,#76C132 100%);background: linear-gradient(top,#B2D862 0,#76C132 100%);}
a.button.blue{ border: 1px solid #1e638b;background: #00a2ff;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#00a2ff),color-stop(100%,#028edf));background: -webkit-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -moz-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -o-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -ms-linear-gradient(top,#00a2ff 0,#028edf 100%);background: linear-gradient(top,#00a2ff 0,#028edf 100%);}
a.button.blue:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3cb6fc),color-stop(100%,#31a6ea));background: -webkit-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -moz-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -o-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -ms-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: linear-gradient(top,#3cb6fc 0,#31a6ea 100%);}
a.button.orange{ border: 1px solid #be8a2b;background: #FFA500 ;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFA500),color-stop(100%,#ed9900));background: -webkit-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -moz-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -o-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -ms-linear-gradient(top,#FFA500 0,#ed9900 100%);background: linear-gradient(top,#FFA500 0,#ed9900 100%);}
a.button.orange:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffb93a),color-stop(100%,#f3ab26));background: -webkit-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -moz-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -o-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -ms-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: linear-gradient(top,#ffb93a0,#f3ab26 100%);}
a.button.pink{ border: 1px solid #cc198b;background: #ff00a2;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff00a2),color-stop(100%,#ed0097));background: -webkit-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -moz-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -o-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -ms-linear-gradient(top,#ff00a2 0,#ed0097 100%);	background: linear-gradient(top,#ff00a2 0,#ed0097 100%);}
a.button.pink:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff6cc9),color-stop(100%,#ea51b2));background: -webkit-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -moz-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -o-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -ms-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: linear-gradient(top,#ff6cc9,#ea51b2 100%);	}
a.button.purple{ border: 1px solid #833083;background: #d700d7;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d700d7),color-stop(100%,#b000b0));background: -webkit-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -moz-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -o-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -ms-linear-gradient(top,#d700d7 0,#b000b0 100%);	background: linear-gradient(top,#d700d7 0,#b000b0 100%);}
a.button.purple:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f969f9),color-stop(100%,#c302c3));background: -webkit-linear-gradient(top,#f969f9 0,#c302c3 100%);background: -moz-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -o-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -ms-linear-gradient(top,#f969f9 0,#c302c3 100%);background: linear-gradient(top,#f969f9,#c302c3 100%);}
a.button.black{ border: 1px solid #000;background: #434343;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#434343),color-stop(100%,#232323));background: -webkit-linear-gradient(top,#434343 0,#232323 100%);background: -moz-linear-gradient(top,#434343 0,#232323 100%);background: -o-linear-gradient(top,#434343 0,#232323 100%);background: -ms-linear-gradient(top,#434343 0,#232323 100%);background: linear-gradient(top,#434343 0,#232323 100%);}
a.button.black:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a5959),color-stop(100%,#3d3d3d));background: -webkit-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -moz-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -o-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -ms-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: linear-gradient(top,#5a5959,#3d3d3d 100%);}
a.button.white{ border: 1px solid #d9d9d9;background: #fbfbfb;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fbfbfb),color-stop(100%,#eee ));background: -webkit-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -moz-linear-gradient(top,#fbfbfb 0,#eee 100%);	background: -o-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -ms-linear-gradient(top,#fbfbfb 0,#eee 100%);background: linear-gradient(top,#fbfbfb 0,#eee 100%);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);color:#000;text-shadow: 0 1px 0 #FFF;}
a.button.white:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));	background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: linear-gradient(top,#FFF ,#f8f8f8 100%);}
a.button.medium{ height:35px; line-height:35px; font-size:16px; padding:0 15px;}
a.button.big{ height:55px; line-height:55px; font-size:22px; padding:0 25px;}

.flickr-wrapper {overflow:hidden;margin-bottom:20px;}
.flickr-wrapper .flickr_badge_image {float:left;margin:8px;}
.flickr-wrapper .flickr_badge_image img{opacity:1;background:#FFF;padding:4px;box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}
.flickr-wrapper .flickr_badge_image a:hover img{ opacity:0.6;}

#twitter-shortcode{margin-bottom:10px;}
#twitter-shortcode li{background:url(../images/tweet-icon.png) no-repeat 10px 15px;padding:5px 10px 5px 30px;overflow:hidden;list-style:none;}
#twitter-shortcode li:last-child{border-bottom:0 none;}
#twitter-shortcode .tweet_list .tweet_avatar img{	padding:2px ;margin-left:5px;float: right;background:#FFF;border:1px solid #d6d6d6;}
#twitter-shortcode .loading{text-align:center; padding:10px;}

.toggle {background:#F6F6F6;margin-bottom: 15px;	border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 5px 10px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}
.toggle h3{padding-bottom:5px;margin-bottom:0;text-shadow: 0 1px 1px #FFF;	cursor:pointer;	background:url(../images/toggle-close.png) no-repeat right;}
h3.toggle-head-close{background:url(../images/toggle-open.png) no-repeat right;display:none;}
.toggle-content{padding-top:15px;}
.toggle.close .toggle-content ,
.toggle.close  h3.toggle-head-open  {display:none;}
.toggle.close  h3.toggle-head-close {display:block;}

.author-info{background:#F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}
.author-info-content{padding-left:100px;}
.author-info-content h3{margin-bottom:15px;}
.author-info img.author-img{	max-width:70px;	float:left;	margin-right:15px;background:#FFF;padding:4px;	box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-right:4%;float:left;}
.one_half {width:48%}
.one_third { width:30.66%}
.two_third { width:65.33%}
.one_fourth { width:22%}
.three_fourth{ width:74%}
.one_fifth { width:16.8%}
.two_fifth { width:37.6%}
.three_fifth{ width:58.4%}
.four_fifth	{ width:67.2%}
.one_sixth { width:13.33%}
.five_sixth	{ width:82.67%}
.entry .last{margin-right:0 !important;clear:right;}

.post-tabs,.post-tabs-ver{	margin-bottom:20px;}
.post-tabs ul.tabs-nav{height:33px;margin:0;padding-left:20px;}
.post-tabs ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 4px 0 0;font-weight: bold;	line-height: 32px;cursor: pointer;display: block;	float: left;margin: 0 5px 0 0;	padding: 0 16px;background:#ddd;border-bottom: 0 none;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
.post-tabs ul.tabs-nav li.current{	background:#F6F6F6;	z-index:1;	height:33px;}
.post-tabs .pane{background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;	padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);}
.post-tabs-ver ul.tabs-nav{float:left;width:170px;margin:0;padding-top:10px;}
.post-tabs-ver ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 0 0 4px;font-weight: bold;line-height: 32px;cursor: pointer;display: block;	margin: 0 0 10px 0;padding: 0 16px;	background:#ddd;border-right-width: 0;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
.post-tabs-ver ul.tabs-nav li.current{background:#F6F6F6;z-index:1;width:138px;}
.post-tabs-ver .pane{margin-left:170px;background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;	border-bottom: 1px solid #979797;padding: 20px;	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	min-height:180px;}
	
div.jp-audio{color: #666;position:relative;width:100%;margin-bottom:20px;}
.jp-interface {position: relative;width:100%;height: 35px; background-image: -webkit-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));background-image: -moz-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));  background-image: -o-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));background-image: -ms-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209)); background-image: linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f2f2f2', EndColorStr='#d1d1d1'); border-top: 1px solid white;  -webkit-box-shadow: inset 0 1px 0 #f7f7f7,0 0 1px #222;-moz-box-shadow: inset 0 1px 0 #f7f7f7,0 0 1px #222; box-shadow: inset 0 1px 0 #f7f7f7,0 0 1px #222;}
div.jp-controls-holder {clear: both; width:570px; margin: 0 auto; position: relative; overflow:hidden;}
a.jp-play,a.jp-pause { width:40px; height:35px; float:left; text-indent:-9999px; outline:none;}
a.jp-play {background: url("../images/jplayer/sprite.png") 0 0 no-repeat;}
a.jp-pause {background: url("../images/jplayer/sprite.png") -40px 0 no-repeat;display: none;}
.separator {background:url("../images/jplayer/separator.png") no-repeat; width: 2px;height: 35px; float:left; margin-top: 7px; margin-right: 10px;}
.separator.sep-2{ margin-left:10px;}
.jp-progress {background: #706d6d;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.4);-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4);box-shadow:inset 0 1px 4px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.4);width:439px;height:10px; float:left; margin-top: 13px;}
.jp-seek-bar {  width:0; height:100%; cursor: pointer;}
.jp-seeking-bg {background:#575555;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.jp-play-bar { background: url("../images/jplayer/play-bar.png") left repeat-x; width:0; height:10px;position:relative;z-index: 9999;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.jp-play-bar span { position:absolute;top: -3px; right: -12px;background:url("../images/jplayer/handle.png") no-repeat center; width: 16px; height: 17px;}
.jp-audio a.jp-mute,.jp-audio a.jp-unmute {text-indent:-9999px;float:left; height: 35px; outline:none;}
.jp-mute {float:left; background: url(../images/jplayer/sprite.png) -80px 0 no-repeat;margin-top: 1px;margin-left: -10px;width: 35px;}
a.jp-unmute {background: url(../images/jplayer/sprite.png) -115px 0 no-repeat; margin-top: 1px; margin-left: -13px;display: none;width: 38px;}
.jp-volume-bar {float:left; margin-top: 13px; margin-right: 10px; overflow:hidden;  width:70px;height:10px; cursor: pointer;  background: #706d6d;-webkit-border-radius:5px;-moz-border-radius:5px; border-radius:5px; -webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.4);-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4); box-shadow:inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4);}
.jp-volume-bar-value {background: transparent;width:0;height:10px;position: relative;}
.jp-volume-bar-value span {position:absolute;top: 0;right: 0;background:url(../images/jplayer/volume.png) no-repeat center;width: 11px;height: 10px;}
	
/*Pretty-Photo*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/*  TABLET  : 1024px */
@media only screen and ( max-width: 1024px ){
   .container, header, #main-nav, .container , .breaking-news, #footer-widget-area {width:985px !important;}
   	.flexslider , .ei-slider, .ei-slider-large li{width:965px ; }
	.flexslider , .flexslider .slides > li ,.flexslider .slides img , .ei-slider {max-height:482px;}
	.content .flexslider , .content .ei-slider, .content .ei-slider-large li,
	.content-fix .flexslider , .content-fix .ei-slider, .content-fix .ei-slider-large li{width:640px ; }
	.content .flexslider , .content .flexslider .slides > li , .content .flexslider .slides img, .content .ei-slider,
	.content-fix .flexslider , .content-fix .flexslider .slides > li , .content-fix .flexslider .slides img, .content-fix .ei-slider {max-height:320px;}
    #main-content{padding:10px; width:965px !important; }
	.content, .content-fix {width: 640px;}
	.list-box .cat-box-content , .scroll-box .cat-box-content, .pic-box .cat-box-content , .recent-box .cat-box-content, .cat-tabs-wrap,
	.cat-box li.first-news .inner-content , .column2 li , .wide-box li, #related_posts .post-listing, #author-box .post-listing  {padding-right: 10px; padding-left: 10px;}
	.cat-box.column2 {width: 310px; }
	.scroll-nav {margin: 10px -10px -10px;}
  	.flex-direction-nav .flex-next {right:5px; opacity: 0.8; }
	.flex-direction-nav .flex-prev {left:5px; opacity: 0.8;}
	.jp-progress{ width:419px !important; }		
}	

/* TABLET  : 768px */
@media only screen and (max-width: 985px) and (min-width: 768px){
     header, #main-nav , .container , .breaking-news , #footer-widget-area{width:750px !important;}
    #main-content , .content , .content-fix, #sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:730px !important; }
	.flexslider , .flexslider .slides > li {height:330px !important;}
	.flex-direction-nav .flex-next {right:5px; opacity: 0.8; }
	.flex-direction-nav .flex-prev {left:5px; opacity: 0.8;}
	.ei-slider, .ei-slider-large li{height:330px;}
	.ei-slider-large li img{width:100% !important; height:330px !important; margin:0 !important;}
	.ei-title h3{width:635px;}
	.logo img{max-height:70px;margin:0 !important; margin-top:0;}
	#top-menu-mob , #main-menu-mob{display:block;float:left;}
	.main-menu , .top-menu{	display:none; }
	#top-menu-mob{
		background: #FFF;
		width: 500px;
		padding: 5px;
		border: 1px solid #ccc;
		height: 26px;
		color:#000;
		margin:2px 0 0 10px;
	}
	#main-menu-mob{
		background: #222;
		width: 500px;
		padding: 5px;
		border: 1px solid #000;
		color:#DDD;
		height: 27px;
		margin:13px 0 0 10px;
	}
	#sidebar{-webkit-column-count: 2;-webkit-column-gap: 10px;-moz-column-count: 2;-moz-column-gap: 10px;column-count: 2;column-gap: 10px;}
	.search-block #s {width:150px;border: 1px solid #ECECEC;padding: 8px 12px 7px 12px;}
	.widget , .search-widget input{clear:none !important;margin:0 3px 20px;-webkit-column-break-inside: avoid;-moz-column-break-inside: avoid;	column-break-inside: avoid;	}
	.widget-container .post-thumbnail a , .footer-widget-container .post-thumbnail a{ -webkit-transition: none !important; transition:none !important; }
	.widget-container .post-thumbnail  , .footer-widget-container .post-thumbnail {  position: inherit;}
	.widget-container .post-thumbnail img , .footer-widget-container .post-thumbnail img{ -webkit-transition: none !important; transition:none !important; opacity:1 !important;}

	.search-widget input{ width:339px;}
	#sidebar .widget-counter{width:354px;}
	.widget-counter li { width:117px;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 176px;}
	.recent-box .recent-item { margin-right:55px;}
	.list-box li , .list-box li.first-news, .cat-tabs-wrap li ,.cat-tabs-wrap li.first-news {	width:344px;}
	.list-box li.first-news .post-thumbnail,
	.cat-tabs-wrap li.first-news .post-thumbnail {width:336px; height:155px;}
	.cat-box.column2{width:355px;}
	.cat-box.column2 .first-news .post-thumbnail{ height:140px}
	.group_items{width:710px;}
	.scroll-box .scroll-item { margin-right:39px;}
	.wide-box li { width:335px }
	#topcontrol, .today-date{display:none;}
	.footer-widgets-box { width:48% !important; margin-right:4% !important;}
	#footer-second , #footer-fourth{	margin-right:0 !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 15px 1px; }
	.logo {float: none;text-align: center;}
	.ads-top{clear:both;float:none;text-align:center;border: 0 none;background:none !important;	padding:30px 0 0;}
	.jp-progress{ width:509px !important; }
	#related_posts .related-item{margin:0 23px 10px 15px;}
}

/*  Phone  : 480px */
@media only screen and (max-width: 767px) and (min-width: 480px){
	#topcontrol , .ads-top, .ads-bottom,.home-ads, .ads-post, .today-date,.ei-slider-thumbs li img, .ei-title h3, .slider-caption p{display:none !important;}
     header, .container , #main-nav , .breaking-news , #footer-widget-area{width:445px !important;}
	 #main-content , .content, .content-fix , #sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:425px !important; }
	.flexslider , .flexslider .slides > li ,.flexslider .slides img{max-height:250px !important;}
	.ei-slider, .ei-slider-large li{height:250px !important;}
	.ei-slider-large li img{width:100% !important; height:250px !important; margin-left: 0 !important; margin-top: 0 !important;}
	.ei-title h2, .slider-caption h2 a{ font-size:22px;}
	.single-post-thumb img { max-height:210px; }
	.slider-caption{width:auto;}
	.logo{float:none;text-align:center;}
	.fixed-nav{position: initial;}
	#top-menu-mob , #main-menu-mob{display:block;float:left;}
	.main-menu , .top-menu, .breaking-news, .ei-title h3{	display:none; }
	#top-menu-mob{
		background: #FFF;
		width: 210px;
		padding: 5px;
		border: 1px solid #ccc;
		height: 26px;
		color:#000;
		margin:2px 0 0 10px;
	}
	#main-menu-mob{
		background: #222;
		width: 210px;
		padding: 5px;
		border: 1px solid #000;
		color:#DDD;
		height: 27px;
		margin:13px 0 0 10px;
	}
	.widget.news-pic .post-thumbnail {margin: 3px 4px;}
	.pic-box li.first-pic {	margin-right:0; float:none; width:100%}
	.pic-box .first-pic .post-thumbnail { margin:0 auto; width:294px;}
	.pic-box li { margin-left:10px}
	.widget , .search-widget input{clear:none;margin:0 0 20px;}
	.search-widget input{ width:423px;}
	.recent-box .recent-item , .recent-box .recent-item:nth-child(3n+3) { margin-right:5px;}
	.recent-box .recent-item:nth-child(2n+2) {margin-right: 0;}
	.list-box li.first-news .post-thumbnail,
	.cat-tabs-wrap li.first-news .post-thumbnail {width:336px; height:155px; margin:0 auto 15px;}
	.cat-box.column2{width:425px; float:none; margin-right:0;}
	.cat-box.column2 .first-news .post-thumbnail{ height:200px}
	.group_items{width:402px !important;}
	.scroll-box .scroll-item { margin:0 27px;}
	.wide-box li { width:420px }
	.cat-tabs-wrap li.first-news ,
	.list-box li.first-news{
		width:100%;
		float:none;
		margin: 0 0 10px 0;
		border-bottom:1px solid #ddd;
		padding-bottom:10px
	}
	.cat-tabs-wrap li ,.list-box li { width:100%; border-bottom:1px solid #F2F2F2;}
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 19px 1px; }
	.search-block{position:relative;top:0;right:0;z-index:9999;	width:210px;}
	.search-block #s , .search-block #s:focus{ width:154px}
	a.random-article {position:relative;}
	.top-nav .social-icons {position: relative;top:0;right:0;z-index:9999;}
	.footer-bottom{text-align:center;padding:0 20px;height:auto;overflow:hidden;}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	.widget-counter li {width: 140px;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 211px;}
	.sitemap-col { float:none !important; width:auto !important;}
	#related_posts .post-listing, #author-box .post-listing{padding: 20px 10px 10px 10px;}
	#related_posts .related-item ,#related_posts .related-item:nth-child(3n+3) {margin-right: 5px !important;}
	#related_posts .related-item:nth-child(2n+2) {margin-right: 0 !important;}
	.share-post {height: 48px;}
	.share-post span.share-text {height: 50px; line-height:48px;}
	.share-post li, .mini-share-post li {height: 31px;width: 110px !important;}
	.content iframe {	max-height: 250px; }
	.jp-progress{ width:204px !important; }	
	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
}

/* Phone  : 320px */
@media only screen and (max-width: 479px){
	#topcontrol , .ads-top, .home-ads, .ads-bottom, .ads-post, .today-date, .slider-caption p, #cats-tabs-box, .ei-slider-thumbs li img, .slider-caption p,a.random-article, .top-nav .social-icons, .search-block, .ei-title h3, .share-post span.share-text , .jp-mute , .jp-volume-bar, .separator.sep-2{display:none !important;}
     header, .container , #main-nav , .breaking-news , #footer-widget-area{width:297px !important;}
	 #main-content , .content , .content-fix,  #sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:277px !important; }
	.flexslider , .flexslider .slides > li ,.flexslider .slides img{max-height:140px !important;}
	.ei-slider, .ei-slider-large li{height:150px !important;}
	.single-post-thumb img { max-height:150px; }
	.fixed-nav{position: initial;}
	#main-nav{overflow:hidden;}
	.slider-caption{width:auto;}
	.logo{float:none;text-align:center;}
	#top-menu-mob , #main-menu-mob{display:block;margin:0 auto; }
	.main-menu , .top-menu, .breaking-news{	display:none; }
	#top-menu-mob{
		background: #FFF;
		width: 277px;
		padding: 5px;
		border: 1px solid #CCC;
		height: 26px;
		color:#000;
		margin:2px auto 0;
		float:none;
	}
	#main-menu-mob{
		background: #222;
		width: 277px;
		padding: 5px;
		border: 1px solid #000;
		height: 27px;
		margin:13px 0 0 10px;
		color:#fff;
	}
	#tabbed-widget .widget-top {overflow:hidden;}
	.share-post{ overflow:hidden; height:auto;}
	#commentform textarea { padding:0;width: 100%;}
	.pic-box li.first-pic {	margin-right:0; float:none; width:100%}
	.pic-box .first-pic .post-thumbnail { margin:0 auto; width:257px;}
	.pic-box .first-pic .post-thumbnail img{ width:100%;}
	.pic-box .first-pic .post-thumbnail h2{ width:236px;}
	.pic-box li { margin-left:14px}
	.widget , .search-widget input{clear:none;	margin:0 0 20px;}
	.search-widget input{ width:275px;}
	.recent-box .cat-box-content {padding: 5px 1px;position: relative;}
	.recent-box .recent-item {width:131px;}
	.recent-box .recent-item, .recent-box .recent-item:nth-child(3n+3) { margin-right:0;}
	.recent-item .post-thumbnail .overlay-icon {width: auto;height: auto;}
	.recent-item .post-thumbnail img {width: 100%;height: 60px;  padding:1px;}
	.list-box li.first-news .post-thumbnail,
	.cat-tabs-wrap li.first-news .post-thumbnail {width:100%; height:155px; margin:0 auto 15px;}
	.cat-box.column2{width:100%; float:none; margin-right:0;}
	.cat-box.column2 .first-news .post-thumbnail{ height:120px}
	.scroll-box .cat-box-content {padding: 5px;}
	.group_items{width:289px !important;}
	.scroll-box .scroll-item { margin:0 -1px; width:131px;}
	.scroll-box .scroll-item img {width: 100%;height: 60px;  padding:1px;}
	.scroll-box .post-thumbnail {margin: 0 0 10px 0;}
	.scroll-nav { margin:0;}
	.wide-box li { width:260px }
	.cat-tabs-wrap li.first-news ,  .list-box li.first-news{width:100%;float:none;margin: 0 0 10px 0;border-bottom:1px solid #ddd;padding-bottom:10px;}
	.cat-tabs-wrap li ,.list-box li { width:100%; border-bottom:1px solid #F2F2F2;}
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 7px 1px; }
	.flickr-widget .flickr_badge_image {margin: 4px;}
	header{min-height:115px;}
	.logo img{max-height:70px;margin:0 !important; margin-top:0;}
	.footer-bottom{text-align:center;padding:0 5px;height:auto;overflow:hidden;}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	.widget-counter li {width: 91px;}
	.widget.news-pic .post-thumbnail{margin:3px 2px;}
	.sitemap-col { float:none !important; width:auto !important;}
	#related_posts .related-item{margin:0 auto 10px !important;float:none;}
	.share-post {height: 50px; padding-left:5px;}
	.share-post li, .mini-share-post li {height: 31px;width: 105px ;}
	.widget-feedburner-counter, #login-form{padding-right:5px; padding-left:5px;}
	.content iframe, .content-fix  iframe {	max-height: 170px; }
	.jp-progress{ width:175px !important; }		
	.google-box iframe{ width:250px !important; float:left;}
	#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{width:230px;}
	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 137px;}
}/** Core messages styles [AM][start] **/
.button_yes, .button_no {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid;
    cursor: pointer;
    font-family: tahoma,verdana,arial,sans-serif,Lucida Sans;
    font-size: 11px;
    margin: 3px;
    outline: medium none;
    overflow: visible;
   /* padding: 4px 14px;*/
    white-space: nowrap;
}
.button_yes::-moz-focus-inner, input.button_no::-moz-focus-inner {
    border: 0 none;
}
.button_yes {
    background: none repeat scroll 0 0 #5D81A7;
    border: 1px solid #45688E;
}
[class*="button_"]{
	width:138px;
	/*height:33px;*/
	font-size:13px;
	font-weight:bold;
	/*line-height:33px;*/
	color:#fff;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	display: inline;
}
.button_yes {
    background: -webkit-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -moz-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -o-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -ms-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );

	border:1px solid #5b8821;

	margin:0 5px;
}

.button_no {
    background: -webkit-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -moz-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87288', endColorstr='#ce3b46',GradientType=0 );
	border:1px solid #b0333e;
	margin:0 5px;
}
#popup_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}
#popup_container .b {
    background: transparent url('../images/core/b.png') repeat scroll 0 0;
}
#popup_container .tl {
    background: transparent url('../images/core/tl.png') repeat scroll 0 0;
}
#popup_container .tr {
    background: transparent url('../images/core/tr.png') repeat scroll 0 0;
}
#popup_container .bl {
    background: transparent url('../images/core/bl.png') repeat scroll 0 0;
}
#popup_container .br {
    background: transparent url('../images/core/br.png') repeat scroll 0 0;
}
#popup_container table {
    border-collapse: collapse;
    margin: auto;
}
#popup_container .body {
    background: #fff;
    width: 600px;
}
#popup_container .tl,
#popup_container .tr,
#popup_container .bl,
#popup_container .br {
    height: 10px;
    overflow: hidden;
    padding: 0;
    width: 10px;
}
#popup_title,
#note_title {
    background: none repeat scroll 0 0 #396EA4;
    border: 1px solid #396EA4;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 6px;
    text-shadow: 0 1px 0 #111111;
}
#popup_container .popup_x_button,
#noteform .popup_x_button {
    background: url('../images/core/boxicon.gif') repeat scroll -4px -2px #9AB5D1;
    cursor: pointer;
    float: right;
    height: 17px;
    margin: 5px 7px 0;
    padding: 0;
    width: 17px;
}
#popup_container .popup_x_button:hover,
#noteform .popup_x_button:hover {
    background-color: #fff;
}
#popup_progress {
    display: none;
    text-align: center;
    width: 100%;
    margin: 45px 0 28px;
}
#popup_content {
    padding: 0;
    margin: 0;
}
#popup_message {
    color: #111;
    font-size: 13px;
    padding: 0 3px 0 3px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
	overflow:hidden;
}
#popup_message .box_message_content {
    color: #111;
    font-size: 13px;
    margin: 5px;
    padding: 5px;
}
#popup_panel, #note_panel {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    margin-top: 0px;
    padding: 3px;
    padding-right: 10px;
    text-align: right;
}
#popup_prompt {
    margin: 0.5em 0
}
span.ajax-loader {
    background: url('../images/core/ajax-loader.gif') no-repeat;
    display: none;
    float: left;
    left: 6px;
    position: relative;
    top: 11px;
    width: 36px;
}
#popup_info {
    border: 1px solid #666666;
    display: none;
    float: left;
    margin: 3px 2px;
    padding: 2px 9px 1px;
    position: relative;
}
#popup_info.error {
    background-color: #E6A4A4;
}
#popup_info.info {
    background-color: #AEFFA4;
}
/** Core messages styles [AM][end] **/

#popup_message div.js_smiles, #smileajax {
    height: 1px;
}
#popup_message div.js_smiles a, #smileajax a {
    text-decoration: none;
}


/** Popup smile and bb-code panel [AM][end] **/

/** Ajax intive club [AM][start] **/
.clearFix:after {
    content :".";
    display :block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.friend_list_top {
    background-color: #F7F7F7;
    padding: 4px 4px 0 4px;
    font-size: 12px;
	overflow:hidden;
	margin: 0 -3px;
	border-bottom: 1px solid #AAAAAA;
}
*:first-child+html .friend_list_top {
    padding-bottom: 18px;
}
#friend_list_lookup {
    float: right;
    width: 180px;
    color: #777;
}
.friend_list_body {
    padding: 4px 0px 0px 10px;
    width: 657px;
    max-height: 500px;
    border-top: 0px solid #c3edb2;
    overflow-x: hidden;
    overflow-y: scroll;
}
.friend_list_body_ajax {
    padding: 4px 0 0 3px;
    width: 100%;
    height: 276px;
    border-top: 0px solid #c3edb2;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFF;
    font-size: 10px;
}
.flist_cell,
.flist_cell_on {
    float: left;
    border-bottom: 1px solid #FFF;
    margin: 0 3px 2px 0;
    cursor: pointer;
}
.flist_cell:hover {
    border-bottom: 1px solid #F1F9FE;
}
.flist_cell_on {
    border-bottom: 1px solid #C0C0C0;
}
.flist_cell .flist_border_wrap {
    border: 1px solid #FFF;
}
.flist_cell:hover .flist_border_wrap {
    background-color: #F1F9FE;
    border: 1px solid #C0C0C0;
}
.flist_wrap {
    border: 1px solid #FFF;
    width: 143px;
    height: 56px;
    padding: 3px;
}
.flist_div {
    margin-right: 3px;
    float: left;
    border: 1px solid #C0C0C0;
    background-color: #FFF;
}
.flist_cell:hover .flist_div {
    border: 1px solid #ADADAD;
}
.flist_image {
    margin: 2px;
    overflow: hidden;
    height: 50px;
    width: 50px;
}
.flist_name {
    margin-left: 3px;
    overflow: hidden;
    float: left;
    word-wrap: break-word;
    width: 68px;
    color: #000;
}
.flist_cell_on .flist_name {
    color: #FFF;
}
.flist_cell em,
.flist_cell_on em,
.flist_cell:hover em {
    background-color: #c3b2ed;
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.flist_cell_on em {
    background-color: #FFF;
    color: #F00;
}
.flist_cell:hover em {
    background-color: #C0C0C0;
}
.flist_empty {
    background-color: #FFF;
    color: #808080;
    font-size: 12px;
    text-align: center;
    padding: 103px 0 90px 0;
    margin: 10px 10px 12px 10px;
}
.flist_more {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.t_filter_area {
    border-bottom: 1px solid #c3edb2;
    padding: 10px;
    background-color: #F7F7F7;
    _padding-bottom: 18px;
}
*:first-child+html .t_filter_area {
    padding-bottom: 18px;
}
.t_filter_selected {
    float: left;
    border-bottom: 1px solid #F7F7F7;
    margin-right: 10px;
    margin-bottom: 2px;
    cursor: pointer;
}
.t_filter_selected .t_filter2 {
    border: 1px solid #ccc;
}
.t_filter_off {
    cursor: pointer;
    padding: 4px 7px 5px;
    color: #368E3A;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}
.t_filter_selected .t_filter3 {
    border: 1px solid #396EA4;
    padding: 2px 9px 1px;
    background-color: #396EA4;
    color: #F7F7F7;
    font-weight: bold;
}
.t_filter_off {
    cursor: pointer;
    padding: 4px 7px 5px;
    color: #111;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}
.flist_cell_on .flist_border_wrap {
    border: 1px solid #111;
    background: #395fa7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.club-intive-mess {
    background-color: #111;
    display: none;
    width: 360px;
    height: 27px;
    position: relative;
    top: -33px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: -37px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}
.club-intive-mess-ajax {
    background-color: #111;
    display: none;
    width: 470px;
    height: 51px;
    position: absolute;
    bottom: 160px;
    text-align: center;
    padding-top: 26px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
/** Ajax intive club [AM][end] **/
/*----------------------------------------------------------------------------*/
.ajax_autogrowarea{
    border: 0 none;
    font-family: arial;
    font-size: 100%;
    margin: 0 2px;
    padding: 8px;
    /*width: 580px;*/
	width: 98%;
	height:108px;
	min-height:180px;
	max-height:600px;
}
.bb_tag_code{
    border:solid 1px silver;
    padding:8px;
    margin-top:5px;
    margin-bottom:5px;
    max-width:700px;
    overflow:auto;
}
.bb_tag_code ol{
    padding: 6px 0;
    padding-left:5px;
}
.bb_tag_hide{
	padding:8px;
	background-color:#FFFFCC;
    overflow: hidden;
}
.bb_tag_hide a{
	color:#333333;
	text-decoration:underline;
}
.bb_tag_spoiler .spoiler_title{ margin-bottom:3px; }
.bb_tag_spoiler .spoiler_body{
    margin-bottom:10px;
    padding:10px;
    background:#ECECEC;
    border-radius:8px;
    -moz-border-radius:8px;
}
.bb_img {
	width:550px;
	overflow:hidden;
}
.reply{
	margin-top: -10px;
    padding-bottom: 10px;
    position: relative;
}
.karma_buttons{
	float: right;
	margin-right:10px;
}
a.uc_alpha_link{
	background: -moz-linear-gradient(center top , #FBFBFB 0px, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D9D9D9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: black;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    position: relative;
    text-shadow: 0 1px 0 white;
    transition: background 0.4s ease 0s;
    width: auto;
	margin-right:10px;
}
/* ========================================================================== */
/* ======================= ЛЕНТА АКТИВНОСТИ ================================= */
/* ========================================================================== */
.action_friends{
	position:relative;
	margin:0 0 10px 0;
	border-collapse: separate;
}
.action_friends td {
    background-color: #ECF2F4;
	border-left:1px #ECF2F4 solid;
	border-right:1px #ECF2F4 solid;
	border-top:1px #ECF2F4 solid;
    padding: 5px 0;
	vertical-align: middle;
	text-align:center;
}
.action_fr {
	vertical-align: middle;
}
.action_friends td.selected {
    background-color: #FFFFFF;
	border-color:#BFE5FF;
}
.arr_btn {
    text-decoration: none;
	font-size:40px;
}
.mod_act_all{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/actions.png) no-repeat;
    color:#333;
}
.actions_list{
    clear:both;
}
.actions_list a{
color: green;
}

.post-listing a{
color: #000000;
text-decoration: underline;
}

.action_entry{
    padding-left:25px;
    margin-bottom:15px;
}

.action_entry .is_new { color:#FF5A00; }

.action_user{font-weight:bold;font-family: 'Cuprum',arial,Georgia,serif;}

.action_title{
    font-size:14px;
}

.action_date{float:right;margin-left: 15px;margin-bottom: 15px;}
.action_details{
    clear:both;
    //clear:none;
    color:gray;
	overflow:hidden;
}

.action_details .act_photo{
    overflow:hidden;
    display:inline-block;
}

.act_add_comment{ background:url(../images/icons/actions/add_comment.png) no-repeat left 3px; }
.act_add_photo, .act_add_photo_club{ background:url(../images/icons/actions/add_photo.png) no-repeat left 3px; }
.act_add_article{ background:url(../images/icons/actions/add_article.png) no-repeat left 3px; }
.act_set_status{ background:url(../images/icons/actions/set_status.png) no-repeat left 3px; }
.act_add_friend{ background:url(../images/icons/actions/add_friend.png) no-repeat left 3px; }
.act_add_blog{ background:url(../images/icons/actions/add_blog.png) no-repeat left 3px; }
.act_add_post{ background:url(../images/icons/actions/add_post.png) no-repeat left 3px; }
.act_add_board{ background:url(../images/icons/actions/add_board.png) no-repeat left 3px; }
.act_add_catalog{ background:url(../images/icons/actions/add_catalog.png) no-repeat left 3px; }
.act_add_club{ background:url(../images/icons/actions/add_club.png) no-repeat left 3px; }
.act_add_club_user{ background:url(../images/icons/actions/add_club_user.png) no-repeat left 3px; }
.act_add_quest{ background:url(../images/icons/actions/add_quest.png) no-repeat left 3px; }
.act_add_fpost{ background:url(../images/icons/actions/add_fpost.png) no-repeat left 3px; }
.act_add_thread{ background:url(../images/icons/actions/add_thread.png) no-repeat left 3px; }
.act_add_avatar{ background:url(../images/icons/actions/add_avatar.png) no-repeat left 3px; }
.act_add_award{ background:url(../images/icons/actions/add_award.png) no-repeat left 3px; }
.act_add_file{ background:url(../images/icons/actions/add_file.png) no-repeat left 3px; }
.act_add_wall{ background:url(../images/icons/actions/add_wall.png) no-repeat left 3px; }
.act_add_wall_club{ background:url(../images/icons/actions/add_wall_club.png) no-repeat left 3px; }
.act_add_post_club{ background:url(../images/icons/actions/add_post_club.png) no-repeat left 3px; }
.act_add_user_photo{ background:url(../images/icons/actions/add_user_photo.png) no-repeat left 3px; }
.act_add_user_photo_multi{ background:url(../images/icons/actions/add_user_photo_multi.png) no-repeat left 3px; }
.act_add_user{ background:url(../images/icons/actions/add_user.png) no-repeat left 3px; }
.act_add_wall_my{ background:url(../images/icons/actions/add_wall_my.png) no-repeat left 3px; }
/* ========================================================================== */
/* ========================== ПОЛЬЗОВАТЕЛИ ================================== */
/* ========================================================================== */
.add_file_link{height:18px;line-height:18px;padding-left:22px;background:url(../images/icons/users/upload.gif) no-repeat left center;}
#usr_links{margin-top:0px;margin-bottom:10px;overflow:hidden;clear:both;}
#usr_links sup{font-size:12px;color:#729CCC;}
#usr_files, 
#usr_blog, 
#usr_board, 
#usr_forum, 
#usr_comments{display: inline-block;height:32px;line-height:32px;padding: 0 12px 0 35px;font-size:17px;margin:5px 0;margin-left:0px;float:left;}
.online{padding:1px 5px;background-color:#00CC00;color:#FFF;border-radius:4px;-moz-border-radius:4px;font-size:11px;}

.cmm_votes{
	float: right;
	padding: 2px;
    margin-right:15px;
    color:silver;
    font-weight:bold;
}
.cmm_good{
    color:green;
}
.cmm_bad{
    color:red;
}

#users_search_link a{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/search.png) no-repeat;
    text-decoration:none;
}

#users_search_link a span{
    border-bottom:dashed 1px #375E93;
}

#users_sbar{
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    color:#375E93;
    background:#E0EAEF;
    margin-bottom:10px;
}

#users_sbar input[type=text] { border:1px solid #4DA4CF; padding:2px;}
#users_sbar .field{ width:150px; }
#users_sbar .longfield{ width:408px; }
#users_sbar p{ margin-top:10px; }

.users_search_results{
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    color:#375E93;
    background:#E0EAEF;
    margin-bottom:15px;
}

.users_search_results h3{ font-size:18px; font-weight:normal; margin: 0 0 10px 0; }
.users_search_results ul,
.users_search_results li{ margin-left:0px;}

div.users_list_buttons{ overflow: hidden; }
div.users_list_buttons .button{
    border-radius:8px;
    -moz-border-radius:8px;
    display:block;
    float:left;
    font-size:18px;
    margin-right:15px;
    padding:5px 0px;
}

div.users_list_buttons .button a { color:#375E93; }

div.users_list_buttons .selected{
    background:#E0EAEF;
    padding:5px 10px;
    margin-right:15px;
}

div.users_list_buttons .selected a{
    text-decoration:none;
    color:#000000;
}

div.users_list {
    margin:15px 0px; padding:15px; border:1px solid #C3D6DF;
    border-radius:8px;
    -moz-border-radius:8px;
}

table.users_list div.avatar{ border:1px solid #C3D6DF; padding:2px; width:63px; height:63px; margin-bottom:10px; }
table.users_list div.number{ color:#999; }
table.users_list div.nickname { font-size:18px; }
div.microstatus {
    color:#5F98BF; font-size:11px;
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/comment-small.png) no-repeat left top;
    clear:both;
    margin-top:3px;
}
.microstatus {
    color:#5F98BF; font-size:11px;
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/comment-small.png) no-repeat left top;
    margin-top:3px;
}
table.users_list div.karma,
table.users_list div.rating{
    font-size:12px;
    float:right;
    overflow:hidden;
    padding:2px 5px;
    border-radius:8px;
    -moz-border-radius:8px;
    background:#E0EAEF;
}
table.users_list div.karma{
    margin-right:5px;
}
table.users_list .pos{
    color: green;
}
table.users_list .neg{
    color: red;
}

table.users_list div.city { clear:both; }
table.users_list div.city a{ color:#666; }
table.users_list div.status { float:right; padding:2px; margin-right:5px; }
table.users_list div.status .online{
    padding:1px 5px; background-color:#00CC00; color:#FFF; font-size:11px;
    border-radius:4px;
    -moz-border-radius:4px;
}
table.users_list div.status .offline{ color:#999999; font-size:11px; background:none; padding:0px;}

#mod_user_stats div.stat_block { margin-left:15px; }
#mod_user_stats div.stat_block div.title {
    color:#1873AA;
    font-size:16px;
    margin-bottom:0px;
    text-shadow:0 2px 0 #FFFFFF;
    font-weight:bold;
}
#mod_user_stats div.stat_block div.body ul { list-style:none; margin:0px; margin-left:20px; padding:0px; }
#mod_user_stats div.stat_block div.body li { list-style:none; margin:0px; margin-bottom:3px; }

#mod_user_stats div.stat_block_bday { margin-left: 20px;    }
#mod_user_stats div.stat_block_bday div.title { text-shadow:0 2px 0 #FFFFFF; padding-left:18px; background:url(../images/icons/cake.png) no-repeat left center; font-size:16px; color:#1873AA;; font-weight:bold; margin-bottom:5px; margin-top:20px;}

div#user_ratings { float:right; }

div#user_ratings div.karma, div#user_ratings div.rating {
    float:left; text-align:center;
}

div#user_ratings .value-positive, div#user_ratings .value-negative{
    font-size:14px; padding: 6px 14px; margin: 2px;
    border-radius:18px;
    -moz-border-radius:18px;
    cursor:pointer;
}

.user_group_name{
    float:right;
    margin-right:20px;
    height:38px;
    line-height:38px;
}

.user_group_name div {
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    color:#375E93;
}

.user_group_name .admin { background-image:  url(../images/icons/groups/admin.png); }
.user_group_name .registered { background-image: url(../images/icons/groups/registered.png); }
.user_group_name .editors { background-image: url(../images/icons/groups/editors.png); }
.user_group_name .moderators { background-image: url(../images/icons/groups/moderators.png); }
.user_group_name .vip { background-image: url(../images/icons/groups/vip.png); }

div#user_profile_url{
    clear:both;
    display:block;
    padding:5px;
    margin-top:15px;
    text-align:center;
    border-radius:8px;
    -moz-border-radius:8px;
    background:none repeat scroll 0 0 #E0EAEF;
}
#user_profile_url div{ color:#375E93; }
#user_profile_url a{ color:#5F98BF; }

div.usr_profile_menu{ margin-top:10px; clear:both; overflow:hidden; }

div.usr_profile_menu a { padding:4px; border: solid 1px #FFF; overflow:hidden; float:left; }


a.select-avatar{
    height:16px;
    line-height:16px;
    padding-left:18px;
    background:url(../images/icons/users/selectavatar.gif) no-repeat left center;
}

div.user_profile_data { padding:10px; padding-top:0px; padding-bottom:0px;}

.offline{
    padding:1px 3px;
    border-radius:4px;
    -moz-border-radius:4px;
	background-color: #DD6C6C;
	color:#FFF;
	font-size:11px;
}
.user_profile_data .offline, .user_profile_data .online, .user_profile_data .logdate{
	font-size:12px;
}
.logdate{ color:#999999; font-size:11px;}
.usr_friends_entry .offline{
	color:#999999;
}

div.user_profile_data .field{ overflow: hidden; clear:both; }

div.user_profile_data .field .title,
div.user_profile_data .field .value { float:left; line-height:24px; }

div.user_profile_data .field .title { width:170px; font-weight:bold; }

#usr_board{	background:url(../images/icons/big/board.png) no-repeat; }
#usr_files{	background:url(../images/icons/big/folder_ftp.png) no-repeat; }
#usr_blog{ background:url(../images/icons/big/blog.png) no-repeat; }
#usr_forum{ background:url(../images/icons/big/folder.png) no-repeat; }
#usr_comments{ background:url(../images/icons/big/faq_answer.png) no-repeat; }

#upr_feed .action_entry {
	border-bottom:1px solid #BFE5FF;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:10px;
	padding-left:22px;
}

#upr_feed .action_title {
    font-size:12px;
    overflow:hidden;
    padding:2px 0;
}

.usr_friends_query{
	-moz-border-radius:8px 8px 8px 8px;
    background-color:#FFFFFF;
    border:1px solid #65A1C2;
    padding:10px;
    margin-top:10px;
}
.usr_friends_query_one{ margin-bottom:5px; }
.usr_friends_query_yes{ height:16px; line-height:16px; padding-left:20px; background:url(../images/icons/yes.png) no-repeat; }
.usr_friends_query_no{ height:16px; line-height:16px; padding-left:20px; background:url(../images/icons/no.png) no-repeat; }



.content_title { font-size:14px; font-weight:bold; }

.usr_friends_feed{ padding:6px; }
.usr_friends_feed a.nickname { color:gray; }

.usr_com_title{	padding: 5px; background-color:#EBEBEB; border-top:solid 1px #666;	border-bottom:none; }
.usr_com_body{	padding-top: 15px; }

.usr_wall_entry {
    border-radius:8px;
    -moz-border-radius:8px;

    margin:5px 0;
    padding:5px 0px;
}
.usr_wall_avatar {
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    padding:4px;
    background:#FFF;
}
.usr_wall_text{
    padding-left:10px;
    padding-top:10px;
}
.usr_wall_title{ float:left; color:#5F98BF; margin-bottom:10px; }
.usr_wall_delete { float:right; padding:5px; }
.usr_wall_delete a {
    background:url(../images/icons/delete.png) no-repeat left center;
    padding:1px;
    padding-left:20px;
    height:16px;
    line-height:16px;
    text-decoration: none;
    color:#375E93;
}

.usr_profile_block{
    clear:both;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #C3D6DF;
    margin-left:10px;
}

.usr_msg_entry{
    padding:10px;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-bottom:4px;
    border:solid 1px #C3D6DF;
}

.usr_msg_title{	padding: 4px 0; }
.usr_msg_title strong{ color:#375E93; }

.usr_msg_body{ padding: 10px; }

.usr_msg_date{
    color:#5F98BF;
}

.usr_publ_albums{ overflow:hidden;	background-color:#EBEBEB; padding:6px; margin-bottom:10px; }

.usr_article_add{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/add.png) no-repeat left center;
}
.usr_photo_add{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/addphoto.png) no-repeat left center;
}
.usr_del_album{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/deletecat.png) no-repeat left center;
    margin-left:6px;
    text-decoration: none;
}
.usr_edit_album{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
    margin-left:6px;
    text-decoration: none;
}

#usr_photos_upload_album{
    background:#E0EAEF;
    border-radius:8px;
    -moz-border-radius:8px;
    padding:10px;
    margin-bottom:5px;
}

#usr_photos_upload_album .text-input{
    width:250px;
}
#usr_photos_upload_album .select-input{
    width:257px;
}

.photo_desc{
    text-align: left;
    color:#5F98BF;
}

.usr_photos_add_limit{
    margin-bottom: 20px; color:#5F98BF;;
}

.usr_photos_submit_one{
    padding:10px;
    border:solid 1px #C3D6DF;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-bottom:2px;
}
.usr_photos_submit_one .ph_thumb{
    border: solid 3px #E0EAEF;
    -moz-border-radius:5px;
    width:96px;
    padding:2px;
}
.usr_photos_submit_one .text-input{
    width:300px;
}
#usr_photos_submit_btn{
    margin-top:15px;
    color:#5F98BF;
}
#usr_photos_submit_btn input{
    font-size:18px;
}

.usr_photo_thumb{
    padding:1px;
    padding-top:10px;
    float:left;

    width:120px;
    display:block;
    margin:4px;
    margin-left:0px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    text-align:center;
}
.usr_photo_date{ font-size:11px; color:#5F98BF; display:block; }
.usr_photo_hits{ font-size:10px; color:#999; display:block; }

.usr_photos_notice{
    margin:10px 0px;
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/info.png) no-repeat left center;
	clear:both;
}

.usr_photos_add_st{
    margin-top:20px;
    width:500px;
    color:#5F98BF;
}

.usr_photo_sel_bar{
    margin:10px 0px;
    display:inline-block;
}

.usr_photo_prev_link,
.usr_photo_next_link{
    display:inline-block;
    width:32px;
    height:32px;
    margin:0px 15px;
}

.usr_photo_prev_link { background:url(../images/icons/big/prev.png) no-repeat; float:right; }
.usr_photo_next_link { background:url(../images/icons/big/next.png) no-repeat; float:left; }

.usr_photo_link_edit,
.usr_photo_link_delete{
    padding:1px;
    padding-left:20px;
}

.usr_photo_link_edit { background:url(../images/icons/edit.png) no-repeat left center; }
.usr_photo_link_delete { background:url(../images/icons/delete.png) no-repeat left center; margin-left:10px;}

.usr_photo_view{ text-align:center; padding:10px; background-color:#FFFFFF; }
.usr_editprof{	background-color:#FFFFFF; border:solid 1px gray; padding:8px; width:100%; }
.usr_edithint{	color:#666666;	font-size:10px; }

.usr_q_title{ font-weight:bold; margin:1px;	margin-bottom:12px;	padding:5px; clear:both; border-bottom:dashed 1px gray; }

.usr_q_thumb{ margin-left:1px; margin-bottom:1px; float:left; display:block; width:70px; }
.usr_q_thumbimg{ background-color:#FFFFFF; border:solid 1px gray; }
.usr_q_link{ color:#003366; }

.usr_award_block{ display:block; margin:2px; width:100%; }
.usr_award_date{ font-size:10px; color:#999999;	margin-top:5px; }

.usr_deleted{ font-size:18px; color:#990000; }
.usr_restore{ margin-top:10px; }

.usr_btnlink{ margin-right:20px; font-size:24px;	 }

.usr_files_orderbar{ background-color:#EBEBEB;	margin-bottom:4px;	padding:5px; }
.usr_files_orderbtn{ font-size:9px;	background-color:#CCCCCC; border:solid 1px gray; height:20px; }
.usr_files_link{ font-size:10px; color:#999999; }

.usr_wall{
    margin-top:5px; overflow:hidden; clear:both;
}
.usr_wall #addwall{	padding-right: 10px;}

.usr_wall_header{ font-size:18px; color:#375E93; margin-bottom:5px; }
.usr_wall_body{ margin-bottom:10px;	}
.usr_wall_body p{
    padding:2px;
    margin:5px 0px;
    color:#5F98BF;
    font-size:14px;
}
.usr_wall_addlink{
    border-radius:8px;
    -moz-border-radius:8px;
    padding:5px 8px;
	padding-left:25px;
    display:inline-block;
	background:url(../images/icons/add.png) no-repeat 6px center #E0EAEF;
}
.club_wall_addlink{
    padding:0 0 0 25px;
	float:right;
}
.usr_friendslink{ text-decoration:underline; color:#999999; }

#karmalink{	font-size:16px;	font-weight:bold; padding:4px; background-color:#EBEBEB; margin:2px; margin-left:8px; }
#usertitle{	overflow:hidden;}
#nickname{	margin:0px; }

.usr_group{
	padding:2px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:5px;
	background-repeat:no-repeat;
	line-height:16px;
	color:#666666;
}
.usr_awlist_link{
	font-size:14px;
	background:#ccc;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

.usr_awlist_link a{	text-decoration:none; }
.usr_aw_dettable{ margin:5px;	margin-bottom:20px; }
.usr_aw_img{ padding:5px; border:solid 1px #ccc; }
.usr_aw_title{ font-size:18px; color:#375E93; }
.usr_aw_desc{ font-size:14px; color:#5F98BF; }
.usr_aw_who{ padding:10px; }

.user_gender_m, .user_gender_ { background:url(../images/icons/male.png) no-repeat 0px 2px;	padding-left:20px;	line-height:18px; }
.user_gender_f { background:url(../images/icons/female.png) no-repeat 0px 2px; padding-left:20px; line-height:18px; }

.usr_aw_users{ margin-bottom:4px; color:#375E93; }

div.awards_list_link { padding:5px 0px; }
div.awards_list_link a{ padding:1px; padding-left:20px;  background:url(../images/icons/info.png) no-repeat left center; }

#usr_profparams{ width:750px; border:dashed 1px silver;	padding:10px; }

#usr_profsavebtns{	background:#EBEBEB;	width:775px; margin-top:10px; margin-bottom:5px; text-align:center; }

#usr_prof_form{	padding:10px;padding-top:0px; }

#usr_prof_form em{ color:#999; }

#usr_prof_form #title{ width:170px; height:24px; line-height:24px; }
#usr_prof_form #field{ height:24px; line-height:24px; }

#usr_prof_form table{ width:100%; }

.usr_msgmenu_tabs{ display:block; height:37px; clear: both; margin: 20px 0 0; overflow: hidden; }

.usr_msgmenu_active{
    margin-right:0px;	background-color:#E0EAEF; padding:10px;	font-weight:bold;
    border-radius:8px 8px 0 0; -moz-border-radius:8px 8px 0 0; float: left;
}
.usr_msgmenu_link{	margin-right:0px;	padding:10px; float: left; }

.in_link{ padding-left:26px; background:url(../images/icons/users/message-in.png) no-repeat 6px center #FFF; }
.in_span{ padding-left:26px; background:url(../images/icons/users/message-in.png) no-repeat 6px center #E0EAEF; }

.out_link{ padding-left:26px; background:url(../images/icons/users/message-out.png) no-repeat 6px center #FFF; }
.out_span{ padding-left:26px; background:url(../images/icons/users/message-out.png) no-repeat 6px center #E0EAEF; }

.notices_link{ padding-left:26px; background:url(../images/icons/users/message_notice.png) no-repeat 6px center #FFF; }
.notices_span{ padding-left:26px; background:url(../images/icons/users/message_notice.png) no-repeat 6px center #E0EAEF; }

.new_link{ padding-left:26px; background:url(../images/icons/users/message-new.png) no-repeat 6px center; text-decoration: none; }

.history_link{ padding-left:26px; background:url(../images/icons/users/message_history.png) no-repeat 6px center #FFF; }
.history_span{ padding-left:26px; background:url(../images/icons/users/message_history.png) no-repeat 6px center #E0EAEF; }

a.msg_delete:hover,
a.msg_reply:hover,
a.msg_history:hover{
    color:#5F98BF;
}


a.msg_delete,
a.msg_reply,
a.msg_history,
span.msg_new{
    color:#375E93;
    height:16px;
    line-height:16px;
    padding:1px 1px 1px 20px;
    text-decoration:none;
}

a.msg_reply,
a.msg_history,
span.msg_new{
    margin-right:10px;
}

a.msg_delete{ background:url("../images/icons/delete.png") no-repeat left center; }
a.msg_reply{ background:url(../images/icons/users/message_reply.png) no-repeat left center; }
a.msg_history{ background:url(../images/icons/users/message_history.png) no-repeat left center; }
span.msg_new{ background:url(../images/icons/new.png) no-repeat left center; color:red; }

table.feed { margin-top:10px; margin-bottom:10px; }
table.feed td { font-size:14px; }
table.feed td.date { font-size:12px; text-align:left; width:110px; }
table.feed td.date strong { color:green; }

.usr_files_head{
    background-color:#ECECEC;
    font-weight:bold;
    padding:4px;
}

.usr_status_bar{
    clear:both;
    margin-top:0px;
    padding-bottom:10px;
}

.usr_status_text{
    color:#5F98BF;
    background:url(../images/icons/comment.png) no-repeat left center;
    padding-left:20px;
    float:left;
}

.usr_status_date{
    font-size:10px;
    color:gray;
    font-style:normal;
    margin-left:10px;
    margin-right:14px;
}

.usr_status_link{
    float:left;
}

.usr_status_link a{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
}

.usr_avatar{
    padding:10px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	border: 1px solid #DDD;
    background-color:#FFFFFF;
}

.usr_avatars_lib_link{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/images.png) no-repeat left center;
}

.usr_friends_block{
    overflow:hidden;
    margin-bottom:15px;
}

.usr_friend_cell{
    padding-right:10px;
    margin-right:5px;
    margin-bottom:5px;
}

.usr_friend_cell .friend_link{
    font-size:14px;

}

.usr_friend_cell span{ font-size:11px; }
.usr_friend_cell span.offline{ color:#5F98BF; background:none; }

.usr_albums_list{
    margin:10px 0;
    padding:0;
    clear:both;
    overflow:hidden;
}

.usr_albums_list li{
    margin:0 10px 10px 0;
	padding:0;
    display: block;
    float:left;
    width:360px;
	height:75px;
}
.usr_albums_list li.no_albums{
	height:auto;
}

.usr_album_thumb{
    display:block;
    float:left;
    width:64px;
    height:64px;
    margin-right:10px;
    padding:2px;
    border:1px solid #65A1C2;
}

.usr_album .link{ font-size:14px; }
.usr_album .count { color:#5F98BF; }
.usr_album .date { color:#AAA; font-size:11px; }
/*Рейтинг поста в блоге*/
.share-post .karma_form,.share-post #karmapoints,.share-post #karmavotes,.share-post #karmactrl{
	float: left;
}
.share-post #karmapoints{
	margin-top:-4px;
	margin-right:20px;
}
.share-post #karmavotes{
	margin-top:3px;
	margin-right:20px;
}
.share-post #karmactrl{
	margin-top:-8px;
}
.blog_post_nav a.prev{float: left;}
.blog_post_nav a.next{float: right;}

.blog_full_list .blog_title {
    background: url("../images/icons/blog.png") no-repeat scroll left center transparent;
    font-size: 16px;
}

.blog_full_list .blog_user {
    background: url("../images/icons/user.png") no-repeat scroll left center transparent;
}

.blog_full_list .blog_posts {
    background: url("../images/icons/posts.png") no-repeat scroll left center transparent;
}

.blog_full_list .blog_comm {
    background: url("../images/icons/comment.png") no-repeat scroll left center transparent;
}

.blog_full_list .blog_rss {
    background: url("../images/icons/rss.png") no-repeat scroll left center transparent;
    display: block;
    height: 16px;
    width: 16px;
}
.blog_full_list .blog_title, .blog_full_list .blog_user, .blog_full_list .blog_posts, .blog_full_list .blog_comm {
    padding: 1px 1px 1px 20px;
}
span.blog_type_active{
	font-weight: bold;
	color:#F88C00;
}
a.blog_type_link, span.blog_type_active{
	margin-right:15px;
}

/* ========================================================================== */
/* ============================== ФОРУМ ===================================== */
/* ========================================================================== */
.darkBlue-LightBlue { 
	background-color:#eee; 
	background-image: -webkit-gradient(linear,left bottom,left top,from(#eee),to(#FBFBFB)); 
	background-image: -moz-linear-gradient(bottom, #eee, #FBFBFB); 
	background-image: -o-linear-gradient(bottom, #eee, #FBFBFB); 
	color: #000; 
	font-size:14px; 
	clear: both; 
}
.darkBlue-LightBlue a:hover { color:#CCC; border-color: #CCC; }
.forum_cattitle{
	font-size: 18px;
	margin-bottom:6px;
	margin-top:10px;
	color:#5186B8;
}
.post_content{
    word-wrap: break-word;
}
.posts_table .darkBlue-LightBlue{
    font-size: 12px;
}
.posts_table td{margin:2px; padding:5px; border:0; border-color:#999999;}
.last_post_img{
	float:right;
	padding:5px;
}
.added_later {
    color: #CCC;
    margin: 10px 0;
    display: block;
}
.forums_table{
    border:solid 1px #A8C2CF;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}
.forums_table td{
	padding:8px;
}
.forum_link{
	font-weight:bold;
}

.forum_desc{
	color: #444;
    margin: 5px 0 0;
}

.threads_table{
	border:solid 1px #A8C2CF;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}
.threads_table td{
	padding:5px;
	border:0;
}
.thread_link{
	font-weight:bold;
}

.thread_desc{
	color:#999999;
}
.thread_pagination{
	font-size:12px;
}
.thread_pagination a{
	color:#666666;
	text-decoration:underline;
}
.thread_pagination a:hover{
	color:#FF6600;
	text-decoration:underline;
}

.row1{
background-color:#EEEEEE; background-image: -webkit-gradient(linear,left bottom,left top,from(#EEE),to(#FBFBFB)); background-image: -moz-linear-gradient(bottom, #EEE, #FBFBFB); background-image: -o-linear-gradient(bottom, #EEE, #FBFBFB);
	border-bottom:#A8C2CF 1px solid;
}
.row11{
background-color:#EEE;
	border-bottom:#A8C2CF 1px solid;
}
.row2{
	background-color:#FBFBFB;
	border-bottom:#A8C2CF 1px solid;
}

/*--------------------------- MODULE "POLLS" ---------------------------------*/
.mod_poll_title {
	margin-bottom: 5px;
}
.mod_poll_submit {
	margin-top: 10px;
}
.mod_poll_gauge {
	background-color:#09C;
	display: table;
	height: 8px;
	margin-bottom: 8px;
}
.search_field {
	width: 100%;
	border: 1px solid #666666;
}
.search_row1 {
	background-color:#FFFFFF;
}
.search_row2 {
	background-color:#EBEBEB;
}

.forum_poll_data{
	background-color:#F2F2F2;
}
.forum_poll_header{
	width:100%;
	background-color:#eeeeee;
	border-bottom:dashed 1px #A8C2CF;
}
.forum_poll_title{
	font-weight:bold;
	font-size:18px;
}
.forum_poll_desc{
	font-size:12px;
    margin: 4px 0;
}
.forum_poll_gauge_title{
	font-size:12px;
}
.forum_poll_gauge{
	height:15px;
	background-color:#333333;
	margin-bottom:10px;
	font-size:10px;
	color:#FBFBFB;
	text-align:right;
}
.forum_poll_submit{
	margin:10px;
}
.forum_poll_param{
	margin:0 0 7px 0;
    font-size: 12px;
}
.posts_table{
	padding:0;
	margin:0;
}
.post_usercell{
	background-color:#EEE;
	border-top:solid 1px #A8C2CF;
    background-image: -moz-linear-gradient(right center , #EEE, #FFF);
    background-image: -webkit-gradient(linear,left center,right center,from(#FFF),to(#EEE));
    background-image: -o-linear-gradient(right, #EEE, #FFF);
}
.post_userimg{
	margin:4px auto;
 	border:solid 1px #A8C2CF;
	padding:5px;
	background-color:white;
    border-radius:8px;
    -moz-border-radius:8px;
    width:64px;
}
.post_userawards{
	margin-top:3px;
	margin-bottom:3px;
}

.post_userrank{
	font-size:10px;
	color:#006699;
}
.post_userrank span{
	display:block;
	clear:both;
}
.post_userrank .user_rank{
	font-size:10px;
	color:#006699;
}
.post_userrank .admin_rank{
	font-size:10px;
	color:#660000;
}
.post_userrank .moder_rank{
	font-size:10px;
	color:#C00;
}

.post_usermsgcnt{
	font-size:10px;
}
.post_userkarma{
	padding:2px;
	margin:2px;
	font-size:10px;
}
.post_msgcell{
	background-color:#FFFFFF;
    border-top:solid 1px #A8C2CF;
	padding:6px;
}
.post_userlink{
	color:#003366;
	font-weight:bold;
}
.post_date{
	float: left;
}
.msg_links{
    float: right;
}
.votes_links{
    float: right;
    margin: 0 0 0 10px;
}
.post_editdate{
	color:#999999;
	margin:10px 0 0 0;
    padding: 7px 0 0 0;
	border-top:1px dotted #CCC;
    font-size: 11px;
    text-align: right;
}
.post_signature{
	margin-top:20px;
	border-top:solid 1px silver;
	padding-top:4px;
}

.forum_toollinks{
	margin-bottom:8px;
	text-align:right;
}

.forum_quote{
	padding:10px;
	border:dashed 1px gray;
	background-color:#EBEBEB;
	font-size:12px;
	color: gray;
	margin:8px;
}
.bb_quote {
    background-color: #FFFFD9;
    border: 1px solid #FFCC99;
    border-radius: 8px;
    -moz-border-radius:8px;
    color: gray;
    font-size: 12px;
    margin: 6px;
    padding: 8px;
    overflow: hidden;
}
.forum_quote_author{
	text-align:right;
}
.forum_toolbar{
	background-color:#EEE;
    margin:5px 0px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.forum_toolbar a:hover{
    color:#5F98BF;
}
.forum_toolbar a{
	color:#375E93;
	text-decoration:none;
}
.forum_navbar{
	margin-bottom:4px;
	background-color:#EEE;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding:5px;
}
.forum_navbar a{
	color:#375E93;
	text-decoration:underline;
}
.forum_fa{
	margin: 6px 0 0 0;
	border: solid 1px #CCC;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:7px;
}
.forum_fa_title{
	font-weight:bold;
}
.forum_fa_desc{
	border-bottom:solid 1px #FFCC99;
	margin-bottom:10px;
	padding-bottom:8px;
}
.forum_fa_entries{
	background-color:#FFFFD9;
	border:1px solid #FFCC99;
	padding: 8px;
	margin:6px 0 0 0;
    border-radius:6px;
    -moz-border-radius:6px;
	display:none;
}
.forum_postinfo{
	margin-bottom:15px;
}
.forum_texteditor{
	font-size:14px;
	border:solid 1px gray;
	width:100%;
	height:200px
}
.forum_zoom{
	background-color:gray;padding:2px; position: relative;
}
.forum_zoom:hover .forum_zoom_text{
	display: block;
}
.forum_zoom_text{
    padding:2px; color:#FFFFFF; text-align:center; position: absolute; top: 0px; background: #444; opacity: 0.8; filter: alpha(opacity=80); font-size: 12px;display: none;
}
.forum_lostimg{
	padding:5px;
	border:solid 1px silver;
	color:#666666;
}
.forum_fast{
	margin-top:2px;
}
.forum_fast_header{
    color:#375E93;
    font-size:18px;
    margin-bottom:4px;
    padding:10px 0;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
}
.forum_fast_submit{
	text-align:right;
	margin-top:3px;
}
.forum_fast_form #message{
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 3px 0;
    width: 100%;
	height:108px;
	max-height:702px;
}

.forum_subs{
	margin: 5px 0 0;
	color:#666666;
	font-size:11px;
}
.forum_subs a{
	text-decoration:underline;
	color:#003399;
}
.subforumshead{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

/* ========================================================================== */
/* ============================== КЛУБЫ ===================================== */
/* ========================================================================== */

input.button { font-size:18px; }

div.new_club {
   margin-bottom:15px;
   padding:9px;
   padding-left:30px;
   padding-right:15px;
   background:url(../images/icons/add.png) no-repeat 10px center #E0EAEF;
   float:right;
   -moz-border-radius:8px 8px 8px 8px;
   border-radius:8px 8px 8px 8px;
   background-color:#E0EAEF;
}
div.new_club a{
	text-decoration:none;
	border-bottom:1px dashed;
}

div.club_entry,
div.club_entry_vip{
    overflow:hidden;
    margin-bottom:5px;
    padding:15px;
    border:solid 1px #C3D6DF;
    border-radius:8px;
    -moz-border-radius:8px;
    clear:both;
    position: relative;
}

.user_role {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #cc3300;
	font-size:11px;
}
.member {
    color: #0033cc;
}
.moderator {
    color: #009933;
}
div.club_entry_vip{
    background: #FFFFD9;
    border: 1px solid #FFCC99;
}

div.club_entry .image,
div.club_entry_vip .image{ padding: 2px; float: left; margin-right:10px; }

div.club_entry .data,
div.club_entry_vip .data{ float: left; }

div.club_entry .data .title,
div.club_entry_vip .data .title{ margin-bottom: 5px; margin-top:5px;  }
div.club_entry .data .title a,
div.club_entry_vip .data .title a{ font-size: 17px; }
div.club_entry_vip .data .title a{ color:#ED8115;  }
div.club_entry .data .title a.private,
div.club_entry_vip .data .title a.private{ font-size: 16px; font-weight:bold; color:gray; }
div.club_entry .data .details,
div.club_entry_vip .data .details { float:left; }
div.club_entry .data .details span,
div.club_entry_vip .data .details span{ color: #666; padding:2px; padding-left:20px; margin-right:4px; font-size:10px; height:20px;line-height:20px; }
div.club_entry .data .details span.rating,
div.club_entry_vip .data .details span.rating{ background:url(../images/icons/rating.png) no-repeat left center; }
div.club_entry_vip .data .details span.vip{ background:url(../images/icons/vip.png) no-repeat left center; }
div.club_entry .data .details span.date,
div.club_entry_vip .data .details span.date{ background:url(../images/icons/calendar.png) no-repeat left center; }
div.club_entry .data .details span.members,
div.club_entry_vip .data .details span.members{ background:url(../images/icons/groups/registered.png) no-repeat left center; }

table.club_full_entry { overflow:hidden; margin-bottom:10px;}
table.club_full_entry td.left { overflow:hidden; margin-bottom:10px; width:200px; }
table.club_full_entry .image{ background-color: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 1px 1px 1px 1px; box-shadow: 0 1px 3px 0 #B5B5B5; padding: 10px;}

.details { padding:8px;}
.details span{ color: #333; padding:1px; padding-left:20px; margin-right:4px; height:18px; }
.details span.vip{ background:url(../images/icons/vip.png) no-repeat left center; color:#ED8115; font-weight:bold; }
.details span.rating{ background:url(../images/icons/rating.png) no-repeat left center; }
.details span.date{ background:url(../images/icons/calendar.png) no-repeat left center; }
.details span.members{ background:url(../images/icons/groups/registered.png) no-repeat left center; float:right; margin-right:5px;}
.details span.members:after{clear:right;}
table.club_full_entry .data .description { margin-right:20px; margin-left:8px; margin-bottom:5px; clear:both; }

table.club_full_entry .members_list { width:200px; clear:both; }
table.club_full_entry .members_list .title { margin-bottom:10px; padding-top:8px; padding-left: 8px; font-weight:bold; }
table.club_full_entry .members_list .list { clear:both; overflow:hidden; }

table.club_full_entry .clubcontent { clear:both; margin-bottom:10px; }
table.club_full_entry .clubcontent p { padding:0px; padding-left:5px; margin-top:0px; }
table.club_full_entry .clubcontent div.title { padding-left:40px;font-size:32px;font-family:'Cuprum',arial,Georgia,serif;}
table.club_full_entry .clubcontent div.blog .title { background:url(../images/icons/big/blog.png) 0 2px no-repeat; }
table.club_full_entry .clubcontent div.album .title { background:url(../images/icons/big/images.png) 0 2px no-repeat; }
table.club_full_entry .clubcontent ul li a.on_moder { color:#FF6600; }
table.club_full_entry .clubcontent div.album a.delete { color:#FF0000; }

table.club_full_entry .clubcontent span.new{ color:#009900; font-weight:bold; }

table.club_full_entry .clubcontent ul { margin:0 0 0 10px;;}
table.club_full_entry .clubcontent ul li { margin-bottom:3px; margin-left:0; padding-left:0; }
table.club_full_entry .clubcontent ul li.all a{ color:#999999; }
table.club_full_entry .clubcontent ul li.service a{ color:#009900; }

table.club_full_entry .clubcontent #add_album_form input.text { width:300px; border:solid 1px silver; }
.service { color:#009900; margin-left:10px; }

.archive-meta .clubmenu { overflow:hidden; clear:both;  }
.archive-meta .clubmenu div { float:right; line-height:24px; height:24px; margin:0 15px 10px 0; }
.archive-meta .clubmenu div.join{ padding-left: 32px; background:url(/templates/_default_/images/icons/clubs/join.png) 0px center no-repeat; }
.archive-meta .clubmenu div.leave{ padding-left: 32px; background:url(/templates/_default_/images/icons/clubs/leave.png) 0px center no-repeat; }
.archive-meta .clubmenu div.config{ padding-left: 32px; background:url(/templates/_default_/images/icons/clubs/config.png) 0px center no-repeat; }
.archive-meta .clubmenu div.invite{ padding-left: 32px; background:url(/templates/_default_/images/icons/clubs/invite.png) 0px center no-repeat; }
.archive-meta .clubmenu div.messages{ padding-left: 32px; background:url(/templates/_default_/images/icons/clubs/messages.png) 0px center no-repeat; }

table.club_full_entry .wall .header{ margin:0 8px; padding:8px; font-family:'Cuprum',arial,Georgia,serif; font-size:14px; }
table.club_full_entry .wall .body{ padding:10px; }
table.club_full_entry .wall #addwall{ padding:0px; padding-right:10px;}
.member_list { float:left; position:relative; }
.member_list .online { font-size:10px; position:absolute; top:0; left:0; border-radius:3px; -moz-border-radius:3px; width:80%; opacity: 0.7; filter: alpha(opacity=70); }
.club_full_entry .data{width:400px;margin: 0 8px;}
#album_list{
	margin-top:10px;
}
/*-----------------Instant Video----------------------*/
.act_vote_movie{ background:url(../images/icons/actions/film_rate.png) no-repeat left 3px; }
.act_add_movie{ background:url(../images/icons/actions/film_add.png) no-repeat left 3px; }
.act_fav_movie{ background:url(../images/icons/actions/film_fav.png) no-repeat left 3px; }
.act_subscr_movie{ background:url(../images/icons/actions/film_subscr.png) no-repeat left 3px; }
ul.video_cat_list {
    list-style: none outside none;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding:0 0 0 16px;
	clear:both;
}
ul.video_cat_list li.video_cat_item {
    float: left;
    font-size: 19px;
    line-height: 32px;
    margin: 0 5px 0 0;
    padding: 0 0 0 40px;
    width: 180px;
    min-height: 55px;
    overflow: hidden;
}
ul.video_cat_list ul {
    margin-left: 0;
    padding-left: 16px;
	list-style: none outside none;
}
ul.video_cat_list li.video_cat_item .subcats {
    font-size: 12px;
    line-height: 20px;
}
ul.video_cat_list li {
	margin:2px 0;
}
.folder_album {
	background:url("/templates/_default_/images/video/folder_album.png") no-repeat scroll 0 0 transparent;
	padding:0 0 0 20px;
}
ul.video_cat_list li a.folder, ul.video_cat_list li.folder, div.float_bar a.folder {
	background:url("/templates/_default_/images/video/folder.png") no-repeat scroll 0 0 transparent;
	padding:0 5px 0 20px;
}
.rubric_group {
	background:url("/templates/_default_/images/icons/search.png") no-repeat scroll 0 0 transparent;
	padding:0 0 0 20px;
}
ul.video_cat_list li a.cat_plus, ul.video_cat_list li a.cat_minus {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
	margin: 0 0 0 -16px;
}
ul.video_cat_list li a.cat_plus {
    background: url("../images/video/cat_plus.png") no-repeat scroll left 2px transparent;
}
ul.video_cat_list li a.cat_minus {
    background: url("../images/video/cat_minus.png") no-repeat scroll left 2px transparent;
}
.sort {
	width:624px;
	clear:both;
	display:block;
	position:relative;
	margin: 5px 0 0;
	padding: 0 0 0 30px;
}
.sort li {
	display:block;
	float:left;
	height:168px;
    margin: 0 6px 0 0;
    padding: 4px;
	position:relative;
	width:194px;
	line-height:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	-moz-transition:all 1s;
	-o-transtion:all 1s;
	-webkit-transition:all 1s;
	transition:all 1s;
}
.sort li:hover, .mov_selected {
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	-ms-box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	-o-box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	background-image:-moz-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background-image:-ms-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background-image:-o-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f0f0f0));
	background-image:-webkit-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background-image:linear-gradient(to bottom, #fff 0, #f0f0f0 100%);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#f0f0f0)
}
.sort li p {
	font-size:11px;
}
.sort li .thumb {
background:transparent none repeat scroll 0 0;
display:block;
height:109px;
overflow:hidden;
width:193px;
position:relative;
text-decoration:none !important;
}
.sort li .thumb img {
height:109px;
width:193px;
border: none;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
li.cb, .cb {
border:0 none !important;
clear:both !important;
float:none !important;
height:0 !important;
margin:0 !important;
padding:0 !important;
}
.thumb .duration {
background:url("/templates/_default_/images/video/time_bg.png") no-repeat scroll 0 0 transparent;
bottom:2px;
color:#FFFFFF;
display:inline-block;
font-size:11px;
padding:0 2px;
position:absolute;
right:3px;
}
.thumb_hover {
height:109px;
left:0;
position:absolute;
background-color: transparent;
background-position: center center !important;
background-repeat: no-repeat;
top:0;
width:193px;
z-index:1;
}
.thumb:hover .thumb_hover {
background:transparent url("/templates/_default_/images/video/thumb_hover.png") no-repeat scroll 0 0;
}
.info {
font-size:11px;
height:16px;
padding:0 15px 15px;
width:auto;
text-align:left;
}
.info span {
margin:0 5px 0 0;
}
.icn-duration {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -27px;
padding:0 2px 0 17px;
}
.icn-size {
background: url("/templates/_default_/images/video/icns.png") no-repeat scroll -2px -576px transparent;
padding: 0 5px 0 20px;
}
.icn-date {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -40px;
padding:0 5px 0 17px;
}
.icn-views {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -13px;
padding:0 5px 0 14px;
}
.icn-rating {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -535px;
color:#178CB8;
padding:0 7px 0 15px;
}
.icn-users {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -365px;
padding:0 5px 0 14px;
}
.icn-rss {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -324px;
padding:0 5px 0 16px;
}
.icn-album {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -310px;
padding:0 5px 0 16px;
}
.icn-flag_as {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -492px;
padding:0 5px 0 16px;
}
.icn-comments {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -53px;
display:inline-block !important;
padding:0 5px 0 14px;
white-space:nowrap;
}
.icn-fav {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -475px;
padding:0 5px 0 16px;
}
.icn-subskr {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -416px;
padding:0 5px 0 16px;
}
.icn-add {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -461px;
padding:0 5px 0 16px;
}
.icn-movies {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -351px;
padding:0 5px 0 16px;
}
.icn-request {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px -555px;
padding:0 5px 0 16px;
}
.icn-lightoff {
background:transparent url("/templates/_default_/images/video/icns.png") no-repeat scroll -3px 0;
padding:0 5px 0 16px;
}
.sort li h5 {
height:28px;
overflow:hidden;
margin:5px 0 3px;
clear:both;
font-size:12px;
}
.photo_descr { 
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #e0eaef;
border: #c3d6df solid 1px;
padding: 5px 10px;
margin:10px 5px;
clear:both;
position:relative;
}
.v_search{
	background:url(../images/icons/search.png) no-repeat 2px 2px;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}
.v_search span {
    border-bottom: 1px dashed #375E93;
}
.v_addlink{
	background:url(../images/icons/add.png) no-repeat 2px 2px;	
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}
.v_list{
	background:url(../images/video/list.png) no-repeat 2px 2px;	
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}
.v_table{
	background:url(../images/video/table.png) no-repeat 2px 2px;	
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}
.v_rall{
	background:url(../images/icons/note.png) no-repeat 2px 2px;	
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}
.tabs { 
clear: both;
display: block;
height: 37px;
overflow: hidden;
padding: 0px;
position: relative;
margin: 0 6px 0 6px;
top:1px;
z-index: 200;
}
.tabs li { 
display: inline;
float: left;
font-weight: 700;
height: 35px !important;
line-height: 14px;
list-style-position: outside;
list-style-type: none;
padding: 8px 9px 0 7px;
}
.tabs li a{
	text-decoration:none;
	border-bottom: 1px dashed;
}
.tabs li.act {
border: #c3d6df solid 1px;
padding: 8px 7px 0 8px;
position: relative;
background-color: #F6F6F6;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-moz-border-top-left-radius: 6px;
-moz-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
}
.tabSearch { 
border: #c3d6df solid 1px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #F6F6F6;
clear: both;
color: #8e8e8e;
height: 20px;
margin: 0 6px 15px 6px;
padding: 8px 10px;
position: relative;
}
.tabSearch .sel {
	font-weight:bold;
}
.tabSearch a {
	text-decoration:none;
	border-bottom: 1px dashed;
}
.search_movie{
	background-color:#66CCFF;
	color:#FFF;
}

.top_movie {
    height: 30px;
    padding: 0 15px;
	overflow:hidden;
	clear:both;
}
.top_movie .tabs {
    clear: none;
    height: 24px;
    overflow: hidden;
    top: 0;
    z-index: 100;
}
.top_movie .tabs ul {
    height: 24px;
    overflow: visible;
	padding: 0;
}
.top_movie .tabs ul li {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 24px !important;
    padding: 0;
	margin:0;
    position: relative;
}
.top_movie .tabs ul li span {
    background: url("/templates/_default_/images/video/tabs.png") no-repeat scroll -199px 0 transparent;
    display: block;
    padding-left: 1px;
}
.top_movie .tabs ul li span a {
    background: url("/templates/_default_/images/video/tabs.png") no-repeat scroll -200px 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    margin: 0;
    padding: 5px 10px 0;
    text-decoration: none !important;
}
.top_movie .tabs ul li.act {
    border: 0 none;
    height: 24px !important;
    padding: 0;
}
.top_movie .tabs ul li.act span {
    background-position: -199px -25px;
}
.top_movie .tabs ul li.act span a {
    background-position: -200px -25px;
    color: #FFFFFF;
    outline: medium none;
}
.top_movie .tabs ul li.act:hover span a {
    color: #FFFFFF;
}
.top_movie .tabs ul li:hover {
    cursor: pointer;
}
.top_movie .tabs ul li:hover span {
    background-position: center -50px;
}
.top_movie .tabs ul li:hover span a {
    background-position: center -50px;
    color: #42970D;
}
.top_movie .tabs ul li.act:hover {
    cursor: text;
}
.top_movie .tabs ul li.act:hover span {
    background-position: -199px -25px;
    cursor: text;
}
.top_movie .tabs ul li.act:hover span a {
    background-position: -200px -25px;
    cursor: text;
}
.top_movie .tabs ul li span.firstcont {
    background-position: left 0;
    padding: 0 0 0 1px;
}
.top_movie .tabs ul li span.firstcont a {
    background-position: 0 0;
}
.top_movie .tabs ul li span.lastcont {
    background-position: right 0;
    padding: 0 1px 0 0;
}
.top_movie .tabs ul li span.lastcont a {
    background-position: -200px 0;
}
.top_movie .tabs ul li.act span.firstcont {
    background-position: left -25px;
    padding: 0 0 0 1px;
}
.top_movie .tabs ul li.act span.firstcont a {
    background-position: 0 -25px;
}
.top_movie .tabs ul li.act span.lastcont {
    background-position: right -25px;
    padding: 0 1px 0 0;
}
.top_movie .tabs ul li.act span.lastcont a {
    background-position: -200px -25px;
    cursor: auto;
}
.top_movie .tabs ul li:hover span.firstcont {
    background-position: left -50px;
    padding: 0 0 0 1px !important;
}
.top_movie .tabs ul li.act:hover span.firstcont {
    background-position: left -25px;
    padding: 0 0 0 1px !important;
}
.top_movie .tabs ul li:hover span.firstcont a {
    background-position: 0 -50px !important;
}
.top_movie .tabs ul li.act:hover span.firstcont a {
    background-position: 0 -25px !important;
}
.top_movie .tabs ul li:hover span.lastcont {
    background-position: right -50px;
    padding: 0 1px 0 0 !important;
}
.top_movie .tabs ul li.act:hover span.lastcont {
    background-position: right -25px;
    padding: 0 1px 0 0 !important;
}
.top_movie .tabs ul li:hover span.lastcont a {
    background-position: right -50px !important;
}
.top_movie .tabs ul li.act:hover span.lastcont a {
    background-position: -200px -25px !important;
    cursor: text;
}
.top_movie h3 {
    float: left;
    font-size: 20px;
	line-height: 18px;
	font-weight: bold;
    padding: 3px 13px 0 0;
	margin:0;
}
.top_movie .right-nav {
    float: right;
    margin: 0;
    width: 133px;
}
.top_movie .right-nav a {
    color: #2D343B;
    font-weight: bold;
    margin: -1px 0 0;
}
.video_menu {
    clear: both;
    margin: 0 auto 15px;
    position: relative;
    width: 100%;
}
.video_menu .corn_t {
    height: 10px;
}
.corn_t {
    background-color: #FFFFFF;
    border-top: 1px solid #DFE1E2;
    height: 11px;
    margin: 0 15px;
    position: relative;
}
.corn_b {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DFE1E2;
    clear: both;
    height: 10px;
    margin: 0 15px;
    position: relative;
}
.corn_t .tl {
    background-position: left top;
    left: -15px;
    top: -1px;
}
.corn_t .tr {
    background-position: right top;
    right: -15px;
    top: -1px;
}
.corn_b .bl {
    background-position: left bottom;
    bottom: -1px;
    left: -15px;
}
.corn_b .br {
    background-position: right bottom;
    bottom: -1px;
    right: -15px;
}
.corn_b div {
    height: 12px;
}
.corn_t div, .corn_b div {
    background: url("/templates/_default_/images/video/corns.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    width: 15px;
    z-index: 100;
}
.video_menu .cont {
    height: 52px;
    overflow: hidden;
	clear:both;
}
.video_menu .cont_player {
    overflow: hidden;
}
.video_menu .cont_player p{
	margin:7px;
	clear:both;
	overflow:hidden;
}
.video_menu .cont_player p span{
	float:right;
	width: 235px;
}
#cont_player p strong{
	float:left;
}
.cont, .cont_player {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #DFE1E2;
    border-right: 1px solid #DFE1E2;
    padding: 0 11px;
    position: relative;
	overflow:hidden;
    z-index: 101;
}
.video_menu .links {
    float: left;
    position: relative;
    width: 670px;
	overflow:hidden;
}
.video_menu .links h3 {
	margin:0;
}
.video_menu .user-block {
    height: 41px;
    padding: 1px 0 0 14px;
    width: 192px;
    position: absolute;
    right: 18px;
    top: 0;
	clear:both;
}
.user-info {
    font-size: 11px;
	list-style-type:none;
	padding:0;
}
.user-info li {
	margin:0;
	padding:0;
}
.user-info li.profile_link {
	font-weight:bold;
	font-size:12px;
}
.user_video_con{
	font-size:12px;
	margin:8px 0 0 0;
}
.user_video_con a{
	text-decoration:none;
}
.h_movie{
    height: 40px;
    overflow: hidden;
	width: 93%;
	color: #375e93;
}
.liked{
    background: url("/templates/_default_/images/video/karma-sprite.png") no-repeat scroll 0 30px;
    float: left;
    height: 25px;
    margin: 0 5px 0 0;
    padding: 3px 5px 0 27px;
	text-decoration: none;
}
a.like{
	background-position: 0 -77px;
}
a:hover.like, .like_sel{
	background-position: 0 -51px;
}
a.unlike{
	background-position: 0 -26px;
}
a:hover.unlike, .unlike_sel{
	background-position: 0 0;
}
.watch-sparkbars {
    border: 1px solid #CCCCCC;
	background:#999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    height: 6px;
    margin: 2px 0;
    overflow: hidden;
	clear:both;
	width:100%;
}
.watch-sparkbar-likes {
    background: none repeat scroll 0 0 #006600;
    border-right: 1px solid #FFFFFF;
    float: left;
    height: 6px;
}
.watch-sparkbar-dislikes {
    background: none repeat scroll 0 0 #CC0000;
    float: right;
    height: 6px;
    margin-right: -1px;
}
#movie_rating {
    font-size: 26px;
    height: 50px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 90px;
    width: 50px;
}
.t_upload td {
	padding:5px;
	vertical-align:top;
}
.t_upload tr {
	height:40px;
}
.t_upload .hinttext {
	display:none;
	font-size:11px;
}
a.v_edit, a.v_delete {
    padding: 2px 6px;
    text-decoration: none;
	color:#999;
}
a:hover.v_edit, a:hover.v_delete {
    background: #0FADE5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 #0964A0;
}
.video_menu h3 {
	margin:0;
}
.ch_block {
	border-top:#CCC 1px solid;
	margin:4px 0 0 0;
	padding:5px 0;
}
.ch_block_none_border {
	margin:0 0 4px 0;
	padding:0 0 5px 0;
}
ul.sort li input {
	position:absolute;
	color:#CCC;
	border:none;
	bottom:8px;
	right:4px;
	bottom: 4px;
	padding:0;
	margin:0;
}
#plugin_p_similarmovie h4 { 
	border-bottom:#cccccc 1px solid;
	color: #666666;
	font-size: 1.08em;
	font-weight: 400;
	margin: -5px 0 7px 0;
	padding:0;
	clear:both;
 }
#plugin_p_similarmovie { 
  border-bottom:#cccccc 1px solid;
  color: #666666;
  clear:both;
}
.ajax_link { 
color: #999; text-decoration:none; border-bottom:1px dashed;
}
.ajax_link_orig { 
text-decoration:none; border-bottom:1px dashed;
}
.grey { 
color:#CCC;
}
.not_found{
	margin:20px;
	padding:20px;
	text-align:center;
}
.censored {
    background-color: #CC0000;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 4px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
}
ul.add_form {
    list-style: none outside none;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding: 5px;
	clear:both;
	border-bottom: 1px #999 solid;
}
.add_form li {
	display:block;
	float:left;
	margin:0 10px 3px 0;
	position:relative;
	width:220px;
	padding:3px;
	line-height:18px;
	font-size:16px;
	text-align:center;
    border-radius:5px;
    -moz-border-radius:5px;
}
.add_form li.select {
	background-color:#5D90D1;
	box-shadow:0 0 3px 0 #555555;
	-webkit-box-shadow:0 0 3px 0 #555555;
	-moz-box-shadow:0 0 3px 0 #555555;
}
.add_form li.select a {
	color:#FFF;
	text-decoration:none;
	border:none;
}
.add_form li a {
	text-decoration:none;
	border-bottom:1px dashed;
}
.add_form li a:hover {
	color:#0099CC;
	border:none;
}
.add_form li:hover {
	background-color:#E1E7ED;
	box-shadow:0 0 3px 0 #555555;
	-webkit-box-shadow:0 0 3px 0 #555555;
	-moz-box-shadow:0 0 3px 0 #555555;
}
#more_link {
	text-align:center;
	position:absolute;
	width:100%;
	bottom:0px;
	left:0px;
	background:#C3D6DF;
	border-radius: 0 0 6px 6px;
	-moz-border-radius:  0 0 6px 6px;
	-webkit-border-radius:  0 0 6px 6px;
	opacity:0.9;
}
#more_link a {
	text-decoration:none;
	border-bottom:1px dashed;
	color: #000;
}
#field_for_movie_content div.mov_a_entry {
	margin:0 0 8px 0;
	padding: 0 0 7px 25px;
	border-bottom:dotted 1px #999;
}
.chan_subs_usr {
	float:left;
	padding:3px 0;
	margin:5px 0;
	text-align:center;
	width:50%;
	position:relative;
}
.chan_subs_to_ch {
	position:absolute;
	top:0;
	display:none;
	padding:2px 3px;
}
.chan_subs_to_ch a {
	text-decoration:none;
}
.rubric_img {
	float:left;
	margin: 0 15px 15px 0;
	border:none;
	-moz-box-shadow:0 0 10px #777777;
	-ms-box-shadow:0 0 10px #777777;
	-o-box-shadow:0 0 10px #777777;
	-webkit-box-shadow:0 0 10px #777777;
	box-shadow:0 0 10px #777777;
}
.rubric_cut {
	border-bottom: 1px dashed #999;
	clear:both;
	margin:10px 0;
}
.rubric_descr {
	overflow:hidden;
	height: 1%;
	position: relative;
}
.rubric_rating {
	float:right;
	width:100px;
	margin:0 0 0 10px;
}
.last_rubrics {
	margin:10px 0 0 0;
	padding:0;
	overflow:hidden;
}
.last_rubrics h3 {
	margin:5px 0 0 0;
	padding:0;
	overflow: hidden;
	clear:both;
	position:relative;
	font-size:14px;
}
.last_rubrics img {
	border:none;
	-moz-box-shadow:0 0 10px #777777;
	-ms-box-shadow:0 0 10px #777777;
	-o-box-shadow:0 0 10px #777777;
	-webkit-box-shadow:0 0 10px #777777;
	box-shadow:0 0 10px #777777;
}
.last_rubrics li {
	list-style: none;
	display: inline-block;
	position: relative;
	text-align: center;
	float: left;
	margin: 0 20px 15px 0;
	overflow:hidden;
	padding:0;
}
li.rubric_groups {
	clear:both;
	width:100%;
}
li.rubric_groups h2 {
	font-weight: normal;
	border-bottom: 1px dashed #999;
	text-align: right;
}
.rubric_groups_title{
	text-align: right;
	font-weight: normal;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 0;
}
.rubric_groups_title a, li.rubric_groups h2 a {
	color: #CC4186;
	text-decoration:none;
}
.rubric_title{
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	height: 1%;
}
.rubric_icons {
	font-size:12px;
	margin:10px 0 0 0;
	text-align:right;
}
.more_info {
	display:none;
	position:absolute;
	top:0;
	opacity:0.8;
	background:#000;
	color:#FFF;
	width:100%;
	padding:15px 5px;
}
#lightsoff-background {
	background:#000;
	display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
	opacity: 0.9;
	cursor: pointer;
}

/* ========================================================================== */
/*                              КАРТЫ                                         */
/* ========================================================================== */

.mod_inmaps_front .item_wrap{
    text-align:center;
}

.mod_inmaps_front .title{
    font-size:16px;
    margin-bottom:5px;
    font-weight:bold;
}

/* ========================================================================== */
/* ========================================================================== */

#inmaps_tree{ padding:0px; list-style:none; margin:0px; }
#inmaps_tree ul{
    margin-left:0px;
    padding-left:16px;
}
#inmaps_tree li { list-style:none; margin-left:0px; padding-left:0px; }
#inmaps_tree li span {
    background:url(../images/icons/folder.png) no-repeat;
    padding-left:21px;
    margin-left:0px;
    font-weight:bold;
}

#inmaps_tree li span a{
    font-weight:normal;
}


/* ========================================================================== */
/* ========================================================================== */

.mod_maps_news .item{
    padding-left:20px;
    background:url(../images/maps/newspaper.png) no-repeat left 2px;
    margin-bottom:10px;
}

.mod_maps_events .item{
    padding-left:20px;
    background:url(../images/maps/event.png) no-repeat left 2px;
    margin-bottom:10px;
}

.mod_maps_news .item .object a,
.mod_maps_events .item .object a{
    font-size:11px;
    color:#375E93;
    text-decoration:none;
}

.mod_maps_news .item .pubdate,
.mod_maps_events .item .pubdate{
    font-size:11px;
    color:#666;
    margin:3px 0;
}

.mod_maps_events .pubdate .today,
.mod_maps_events .pubdate .tomorrow,
.mod_maps_events .pubdate .days_to {
    padding:2px 5px;
    border-radius:4px;
    -moz-border-radius:4px;
    margin-right: 5px;
}

.mod_maps_events .pubdate .today{
    background:#338DCF;
    color:#FFF;
}

.mod_maps_events .pubdate .tomorrow{
    background:#375E93;
    color:#FFF;
}

.mod_maps_events .pubdate .days_to{
    background:#9BA1BF;
    color:#FFF;
}

.act_add_maps_obj{ background:url(/templates/_default_/images/icons/actions/add_maps_obj.png) no-repeat left 3px; }
.act_add_maps_news{ background:url(/templates/_default_/images/icons/actions/add_maps_news.png) no-repeat left 3px; }
.act_add_maps_event{ background:url(/templates/_default_/images/icons/actions/add_maps_event.png) no-repeat left 3px; }
.act_add_maps_attend{ background:url(/templates/_default_/images/icons/actions/add_maps_attend.png) no-repeat left 3px; }
/*--------------пост блога, поста--------------------------*/
a.blog_autor, span.blog_pub_wait, span.blog_pub, a.blog_cat, span.blog_edit_time, span.blog_feel, span.blog_music{
	display: block;
    float: left;
    margin-bottom: 20px;
	margin-right:8px;
    padding: 2px 2px 2px 20px;
}
a.blog_autor{background:url('../images/icons/User_16x16.png') scroll 2px 2px no-repeat;}
span.blog_pub_wait{background:url('../images/icons/Lock_Closed.png') scroll 2px 2px no-repeat;color:#FF8500;}
span.blog_pub{background:url('../images/icons/Calendar_16x16.png') scroll 2px 2px no-repeat;}
a.blog_cat{background:url('../images/icons/Folder_Closed.png') scroll 2px 2px no-repeat;}
span.blog_edit_time{background:url('../images/icons/Notepad_16x16.png') scroll 2px 2px no-repeat;}
span.blog_feel{background:url('../images/icons/Authenticate_16x16.png') scroll 2px 2px no-repeat;}
span.blog_music{background:url('../images/icons/Music_16x16.png') scroll 2px 2px no-repeat;}

.h50h{
	height:50px;
	overflow:hidden;
	background:#FFF;
}
.h55h{
	height:55px;
	overflow:hidden;
	background:#FFF;
}
.h60h{
	/*height:60px;*/
	overflow:hidden;
	background:#FFF;
}
.h64h{
	height:64px;
	width: 64px;
	overflow:hidden;
	background:#FFF;
}
.h85h{
	height:85px;
	overflow:hidden;
	background:#FFF;
}
.h129h{
	height:129px;
	overflow:hidden;
	background:#FFF;
}
.h150h{
	height:150px !important;
	overflow:hidden;
	background:#FFF;
}
.h200h{
	height:200px !important;
	overflow:hidden;
	background:#FFF;
}
.h129h img#twovid{
	margin-top:-27px;
}
.photo-bbcode{float:left;margin-right:5px;width:60%;}
.photo-bbcode-title{float:left; margin-bottom:5px;margin-right:15px;}
.karma, #user_ratings{
	float:right;
	border:0; 
	margin: 0 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);
	color: black;
	text-shadow: 0 1px 0 white;
	height: 30px;
	line-height: 30px;
	width:auto;
	font-size: 13px;
	padding: 0 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position:relative;
}
#user_ratings{background: #b7deed;}
#user_ratings:hover{
	background: #b7deed; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
}
.page-head .value-positive{background: #bfd255;}
.page-head .value-positive:hover{
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}
.page-head .value-negative{background: #f85032;}
.page-head .value-negative:hover{
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}
.centertext{text-align:center;}
/*   Меню профиля   */
ul.profile_menu{text-align: left;margin-top:10px;}
.widget-container ul.profile_menu li{padding-left:40px;padding-top:4px;}
.widget-container ul.profile_menu li.WRITE_MESS{background:url('../images/icons/profile/message.png') no-repeat;}
.widget-container ul.profile_menu li.ADD_TO_FRIEND{background:url('../images/icons/profile/friends.png') no-repeat;}
.widget-container ul.profile_menu li.STOP_FRIENDLY{background:url('../images/icons/profile/nofriends.png') no-repeat;}
.widget-container ul.profile_menu li.MY_MESS{background:url('../images/icons/profile/message.png') no-repeat;}
.widget-container ul.profile_menu li.ADD_PHOTO{background:url('../images/icons/profile/addphoto.png') no-repeat;}
.widget-container ul.profile_menu li.SET_AVATAR{background:url('../images/icons/profile/avatar.png') no-repeat;}
.widget-container ul.profile_menu li.MY_INVITES{background:url('../images/icons/profile/invites.png') no-repeat;}
.widget-container ul.profile_menu li.MY_CONFIG{background:url('../images/icons/profile/edit.png') no-repeat;}
.widget-container ul.profile_menu li.KARMA_HISTORY{background:url('../images/icons/profile/karma.png') no-repeat;}
.widget-container ul.profile_menu li.TO_AWARD{background:url('../images/icons/profile/award.png') no-repeat;}
.widget-container ul.profile_menu li.TO_BANN{background:url('../images/icons/profile/ban.png') no-repeat;}
.widget-container ul.profile_menu li.DEL_PROFILE{background:url('../images/icons/profile/delprofile.png') no-repeat;}
.widget-container ul.profile_menu li.URL_PROFILE{background:url('../images/icons/profile/link.png') no-repeat;}
/*   Вкладки профиля   */
ul#tabs > li a, ul#tabs > li a span{background:none !important;padding:0 !important;font-weight:normal !important; color: #000 !important;}
ul#tabs > li{min-width: 60px !important; padding: 2px;}
ul#tabs > li, ul#tabs > li a, ul#tabs > li a span{font-size:11px;width: auto !important;}
ul#tabs > li.ui-tabs-selected{
	background: #b7deed; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
	border-radius: 4px 4px 0 0;
}

a > i [class^="icon-"], i [class^="icon-"]{color: #F88C00;}
.usr_msg_bbcodebox{padding:4px;}
.cm_editor>textarea#message{border-bottom:2px solid #F88C00;}
/* Результаты поиска */
div#from_search{position:relative;}
table.WHERE_TO_FIND td{padding:3px;}
input.findtxt, select.findsel{margin-right:20px;}
select.findsel{
	height: 34px !important;
    margin-bottom: 0 !important;
    padding-top: 8px !important;
}
.mb20{margin-bottom:20px;}
p.post-meta + .taglinebar{margin-bottom:0;}


form div.board_order select{
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #F9F9F9;
	color: #515151;
	font: 12px Tahoma;
	padding: 3px 7px;
	margin-bottom: 10px;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
	display: inline;
	width: 110px !important;
	height: 24px;
}
form div.board_order select#obtype{width: 90px !important;}
form div.board_order select#orderby{width: 90px !important;}
form div.board_order select#orderto{width: 120px !important;}
span.vip, .vip > h3 a, article.vip > h2 a{color:#FF8500;font-weight:bold;}

/**************************** Сообщения сессии ********************************/

.sess_messages {
    padding:10px;
    background:#E0EAEF;
    margin-bottom:15px;
    display:block;
    clear:both;
    border-radius:8px;
    -moz-border-radius:8px;
}

.sess_messages div{
    padding-left:20px;
    line-height:16px;
    margin-bottom:2px;
}

.sess_messages .message_info {
    background:url(../images/icons/info.png) no-repeat left center;
}
.sess_messages .message_success {
    background:url(../images/icons/yes.png) no-repeat left center;
    color: green;
}
.sess_messages .message_error {
    background:url(../images/icons/no.png) no-repeat left center;
    color: red;
}

.usr_msgmenu_bar{
	background-color:#E0EAEF;
	margin-bottom:10px;
    border-radius:0px 0px 8px 8px;
    -moz-border-radius:0px 0px 8px 8px;
    color:#375E93;
    clear: both;
    padding: 7px;
}
.usr_msgreply_source{
	padding:7px;
    border-radius:6px;
    -moz-border-radius:6px;
    border:1px solid #C3D6DF;
	margin-bottom:10px;
    overflow-y: auto;
    max-height: 250px;
}
.usr_msgreply_author{
	font-style:italic;
	color:#666666;
	text-align:right;
	margin: 5px 0 0;
}
.usr_msg_smilebox a{
    margin:4px;
}
.usr_msg_smilebox{
	background-color:#EBEBEB;
    width:100%;
	clear:both;
}
.bb_add_photo{
	background-color:#EBEBEB;
    width:100%;
	clear:both;
	padding:4px;
}
.usr_msg_bbcodebox{
	padding:0px;
	background:url(../images/bbtoolbar.jpg) repeat-x left top #EFEFEF;
	overflow:hidden;
	_height:1%;
    width:100%;
}
.usr_bb_button{
	display:block;
    margin:1px;
	padding:4px;
	float:left;
}
.usr_bb_button:hover{
    border: solid 1px #83BBD9;
	padding:3px;
	background:url(../images/bbbtn.jpg) repeat-x left bottom #DFF2F9;
}
.usr_bb_hint{
	display:block;
	margin:2px;
	padding:5px;
	float:left;
	color:#666666;
}

a.new_messages_link{ color:#fff; background:#F00; font-weight:bold; padding:2px; text-decoration:none; }
a.new_messages_link:hover{ color:#F00; background:#Fff; font-weight:bold; padding:2px; text-decoration:none; }

#msgform{
    /*border: 1px solid rgba(56, 171, 33, 1);*/
	margin: 5px;
}


[class*="btn_"] {

/* height: 33px; */

font-weight: bold;

color: #fff;
text-shadow: 0px 1px 0px rgba(0,0,0,.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
display: inline;
}

.btn_save{
background: none repeat scroll 0 0 #F6AB3A;
    border: 1px solid #45688E;
    cursor: pointer;
    font-family: tahoma,verdana,arial,sans-serif,Lucida Sans;
   
    margin: 3px;
    outline: medium none;
    overflow: visible;
    padding: 4px 14px;
    white-space: nowrap;
}


/*-------------------------------- SHOP CART ---------------------------------*/
.cart_item{
	float: left;
}
.cart_total{
	clear:both;
	border-top:solid 1px gray;
	margin-top:10px;
	padding-top:5px
}
.cart_price{
    float: right;
    font-weight: normal;
}
.cartrow2, .cartrow1 {
    clear: both;
    overflow: hidden;
    padding: 3px 5px;
    font-size:11px;
    font-weight: bold;
}
.cartrow1{
	background-color:#EBEBEB;
}
.cartrow2{
	background-color:#FFFFFF;
}

/* ========================================================================== */
/* ============================== КАТАЛОГ =================================== */
/* ========================================================================== */

#shop_toollink_div{
    border-radius:8px;
    -moz-border-radius:8px;
    background-color:#E0EAEF;
    float:right;
    padding:8px 8px;
	clear:both;
	overflow:hidden;
}

#shop_toollink_div a{
    color:#375E93;
}




#cart_buttons{
	margin-top:20px;
	text-align:center;
	overflow:hidden;
}
#cart_buttons1{
	margin:2px;
	float:right;
}
#cart_buttons2{
	margin:2px;
	float:left;
}

#cart_total{
	text-align:right;
	font-size:16px;
	margin-top:5px;
	padding-top:5px;
	border-top:solid 1px silver;
}
#cart_total span{
	font-weight:bold;
}

#catalog_list_itempic{
	padding:10px;
}

#shop_small_price{
	width:110px;
	height:26px;
	margin-left:auto;
	margin-right:auto;
	line-height:26px;
	text-align:center;
	margin-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#047700;
}

#shop_price{
	float:left;
	font-size:14px;
	margin-left:15px;
	margin-top:10px;
	height:43px;
	line-height:43px;
	width:190px;
	background:url(/components/catalog/images/shop/price.jpg) no-repeat;
}
#shop_price span{
	margin-left:20px;
	font-weight:bold;
}
#shop_ac_item_link img{
	margin-left:2px;
	margin-top:12px;
}
#shop_ac_itemdiv{
	margin-left:5px;
	margin-top:10px;
}



#catalog_item_table{
	width:100%;
}
#shop_list_buttons{
	float:right;
	clear:both;
    margin-top:15px;
}


.hint{
    color:gray;
}
#shop_moder_form{
    padding:15px;
}
#shop_moder_form p.notice{
    font-weight:bold;
}

/*-------------------------- REGISTRATION FORM -------------------------------*/
.regrow1{
	background-color:#EBEBEB;
}
.regrow2{
	background-color:#FFFFFF;
}
.regstar{
	font-size:18px;
	color:#FF0000;
}

#regform strong{
    font-size:16px;
    color:#375E93;
}

#regform small{
    color:#5F98BF;
}
#regform{
padding:10px;
}

/*------------------------------- LOGIN FORM ---------------------------------*/

.lf_notice{
    font-size:14px;
    margin-bottom:10px;
}

.lf_title{ font-size:18px; color:#1873AA; }

.lf_field{ margin-bottom: 10px; }

.lf_field input {
    width:250px; padding:3px; padding-left:20px; font-size:16px; border:solid 1px #4DA4CF; }

.lf_field input:focus {
    border:solid 1px #FFD100;
}

.lf_submit{
    margin-top:10px;
}

.lf_submit input{
    font-size:16px;
}

.login_form #remember{
    margin:0px;
    padding:0px;
}

.login_form #login_field{ background:url(../images/icons/user.png) no-repeat 2px 5px; }
.login_form #pass_field{ background:url(../images/icons/key.png) no-repeat 2px 5px; }
    
	/*--------------------- MODULE "LATEST FORUM WEB2.0" -------------------------*/
.mod_fweb2_userlink{
	text-decoration:underline;
	color:#666666;
}
.mod_fweb2_date{
    text-align:center;
    background:#888;
    border-radius: 5px;
    color: #FFF;
    padding: 2px 6px;
    text-decoration: none;
    text-shadow: 0 1px 0 #333;
    width: 100px;
}
.mod_fweb2_date_new{
    background: #0FADE5;
    color: #FFF;
}
.mod_fweb2_topiclink{
	text-decoration:underline;
	font-weight:bold;
}
.mod_fweb2_shorttext{
	font-style:italic;
	color:#999999;
}

