/*
	Project: Strezov.net
	Creator: CMT Studio
	Last update: September/2010

	Table of Content:

	0. Reset
	1. General
		- Main selectors
		- Headers and titles
		- Main classes
		- Footer
	2. Left panel
		- Menu
	3. Right panel
	4. Projects
		- All projects
		- Single project
	5. Blog
	6. Articles
	7. Services
	8. User activity
	9. User profiles
		- Login, Settings
		- Profile
	10. Search
	11. Misc
		- Pagination
		- BBcode
		- Tooltip
		- Admin
		- FAQ, Terms
	12. Other
		- News
		- Bio, Gallery, Contacts
*/


/** 0.RESET **/
html, body, div, span, em, img, q, small, strong, sub, sup, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{vertical-align:baseline;font-family:inherit;font-weight:inherit;font-style:inherit;font-size:100%;outline:0;padding:0;margin:0;border:0;}
body{background:white;line-height:1;}
ol, ul{list-style:none;}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/** END OF RESET **/


/** 1.GENERAL **/
/** Main selectors **/
html 
body {
	background: #666 url(../images/pattern.jpg);
	color: #444;
	font: 13px/20px Helvetica, Arial, sans-serif;
	text-align: left;
}

input { background-color: #fff; color: #333;}
label {
	cursor: pointer;
	display: inline-block;
	line-height: 40px;
	vertical-align: top;
	width: 100px;
}
label span { font-size: 11px; }
fieldset { border: none; }
/** End of Main selectors **/

/** Headers and titles **/
.clear {
	clear: both;
}

.title{
	margin-top: 7px;
	background:url(../images/title.png);
	width:456px;
	height:32px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:15px;
}
.header2_title{
	margin-top: 7px;
	background:url(../images/title.png) no-repeat;
	background-position: 0px 7px !important;
	width:456px;
	height:39px;
	padding-right: 20px;
	padding-top: 3px; /* fix for IE */
	padding-top: 0px !important;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#fff;
}
.nbg{
	background:url("../images/nbg.png");
	width:221px;
	height:34px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
	.nbg_title {color:#fff; padding:8px;}

.main_title{color: #fff; padding: 6px; font-size: 15px;}
.main_left {text-align: left; margin-left: 28px;}
.inner_title{
    	text-align:left;
		width:680px;
		margin: 10px 0px 15px 10px;
    }
        .inner_title_articles{
	    	text-align:left;
			width:680px;
			margin: 10px 0px 0px 10px;
	    }

#header { 
	background: #000 url(../images/header_img.png) no-repeat center right; 
	border-bottom: 1px solid #111;
	box-shadow: 0 0 3px #444;
		-moz-box-shadow: 0 0 3px #444;
		-webkit-box-shadow: 0 0 3px #444;
	height: 200px;
	margin: 0 auto; 
	position: relative;
	width: 960px;
}
.header_image {padding: 0px; margin: 0px;}
#logo img {  margin-left: 40px; margin-top: 50px; }
#index_title {color: #fff; padding: 6px; font-size: 15px;}
.index_bio{margin:10px; width:417px; text-align:left;}

a.lang {
	background-color: #efefef;
	border-bottom: 1px solid #333;
	color: #222;
	display: block;
	font-size: 11px;
	right: 30px;
	padding: 5px 15px;
	position: absolute;
	text-shadow: 0 0 1px white;
	top: 20px;
}
	a.lang:hover {
		background-color: #fff;
		color: #000;
	}
	a.lang:active {
		background-color: #eee;
		color: #8b8b8b;
		text-decoration: none;
		top: 21px;
	}

/** Global navigation **/
#utils {
	background-color: #fff;
	box-shadow: 0 1px 3px #999;
		-moz-box-shadow: 0 1px 3px #999;
		-webkit-box-shadow: 0 1px 3px #999;
	overflow: hidden;
	padding: 0 10px 0 40px;
}
	.global-nav { float: left; }
	.global-nav>li { float: left; }
		.global-nav a {
			color: #222;
			display: block;
			font: bold 11px/40px Helvetica, Arial, serif;
			height: 40px;
			padding: 0 20px;
			text-transform: uppercase;
		}
			.global-nav a:hover {
				background-color: #555;
				color: #eee;
			}
			.global-nav a:active, .global-nav a.active {
				color: white;
				background-color: #777;
				text-decoration: none;
			}
			
	form#search {
		float: right;
		position: relative;
	}
		form#search #searchbox {
			color: #999;
			float: right;
			font-style: italic;
			height: 22px;
			margin-top: 7px;
			margin-right: 20px;
			padding: 2px 30px 2px 10px;
		}
		
		input.search_submit { 
			background: transparent url(../images/icon_search.png) no-repeat center center;
			border: none;
			cursor: pointer;
			display: block;
			height: 30px;
			opacity: 0.6;
			position: absolute; 
			right: 22px; 
			top: 5px;
			width: 30px;
		}
			input.search_submit:hover { opacity: 1; }
			input.search_submit:active { opacity: 0.5; }
	

/** Layout **/
#wrap { 
	background-color: #f2f2f2; 
	box-shadow: 0 0 1px #444;
		-moz-box-shadow: 0 0 1px #444;
		-webkit-box-shadow: 0 0 1px #444;
	margin: 0 auto; 
	overflow: hidden;
	width:960px; 	
}
#content {
	padding: 20px 40px 40px 40px;
}
.main { 
	border-right: 1px solid #dbdbdb; 
	float: left;
	margin-right: 20px;
	padding-right: 40px;
	width: 600px; 
}
.sidebar {
	float: right;
	width: 280px;
}

h1, h2, h3, h4 {
		color: #363636;
		font: italic 48px/1.4em Times, 'Times New Roman', serif;
		padding-bottom: 20px;
	}
	
	h2 small a, h1 small a {
		color: #999; 
		float: right; 
		font-family: Arial, sans-serif; 
		font-size: 11px; 
	}
		h2 small a:hover, h1 small a:hover { color: ##666; }

h1.secondary {
	border-top: 1px solid #dbdbdb;
	margin-top: 40px;
	padding-top: 40px;
}
h2.secondary, h3.secondary, .services h2, .sidebar h4 {
	clear: both;
	font-size: 24px !important;
	text-transform: uppercase;
}
h2.secondary a.read-more {
	float: right;
	line-height: 28px;
	text-shadow: none;
	text-transform: none;
}
.sidebar h4 {
	font-size: 18px !important;
}
.main h2.secondary, .services h2 {
	border-top: 1px dotted #dbdbdb;
	margin-top: 40px;
	padding-bottom: 40px !important;
	padding-top: 40px;
}
	.main h2.slider {
		border-top: none;
		margin-top: 0;
		padding-top: 20px;
	}
.sidebar h3 {
	font-size: 16px !important;
	text-transform: uppercase;
}
.sidebar>div {
	border-top: 1px dotted #dbdbdb;
	margin-top: 20px;
	padding-top: 30px;
}
.sidebar>div:first-child {
	border-top: none;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-top: 0;
}

.sidebar .projects li {
	margin-bottom: 15px;
}
	.sidebar .projects img {
		max-height: 50px;
	}
	.sidebar .projects a.img {
		border: 1px solid #dbdbdb;
		display: block;
		float: left;
		line-height: 1px;
		margin-right: 10px;
		overflow: hidden;
		width: 50px;
	}
	.sidebar .projects h5 a {
		color: #666;
		font-size: 14px;
		font-weight: bold;
	}
		.sidebar .projects h5 a:hover {
			color: #111;
		}
	.sidebar .projects p, .sidebar .projects p a {
		color: #999;
	}
		.sidebar .projects p a:hover {
			text-decoration: underline;
		}

h2 a { 
	background: none;
	color: #333; 
	font-size: 22px;
	text-shadow: #ddd 1px 1px 3px;
}
h2.secondary a { color: #f7f7f7; font-size: 16px; text-shadow: #666 1px 1px; }

a.read-more { 
	background-color: #555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff; 
	font-size: 11px;
	padding: 2px 10px;
}

div.home-bio a.read-more, 
div.home-news a.read-more, 
div.home-testim a.read-more,
.project a.read-more,
.single-project a.read-more,
.search a.read-more
{ display: inline-block; margin-top: 20px; }
	a.read-more:hover { background-color: #993128; color: #fff; }
	a.read-more:active { background-color: #333; text-decoration: none; }
	
/* News (Home) */
div.home-news, 
div.home-bio, 
div.single-project, 
div.project-tracks { 
	float: left;
}
	div.single-project {
		border-right: 1px solid #dbdbdb;
		margin-right: 19px;
		padding-right: 10px;
	}

div.home-news, div.single-project { width: 360px; }
div.home-news li { border-bottom: 1px solid #dbdbdb; position: relative; }
div.home-news li a { display: block; padding-bottom: 8px; padding-top: 8px; }

div.home-news h3 { font-weight: bold; }
div.home-news h3 span { display: none; }
div.home-news h3 a:hover span { display: inline; }
div.home-news p { color: #999; font-size: 11px; position: absolute; right: 0; top: 10px; }
div.news-content { clear: both; }

/* Biography (Home) */
div.home-bio, div.home-testim, div.project-tracks { margin-left: 30px; width: 210px; }
	div.project-tracks {
		margin-left: 0;
	}
div.home-bio img { border: 2px solid #ccc; width: 85px; }
div.home-bio div { padding-top: 5px; }


/* Articles (Home) */
div.home-articles, div.home-testim { float: left; margin-top: 20px; }
div.home-articles { clear: left; }
div.home-articles li a { color: #666; font-size: 11px; }

blockquote, div.home-testim blockquote, div.testimonials blockquote { 
	color: #666;
	font-style: italic;
	border-left: 2px dotted #dbdbdb; 
	overflow: hidden;
	padding-left: 20px; 
}
blockquote .bb_right, blockquote .bb_left {
	text-transform: uppercase;
}
div.home-testim h6, div.testimonials h6 { 
	padding-left: 10px; 
	padding-top: 10px; 
	text-transform: uppercase; 
}


.sidebar, div.ext-links { width: 200px; }

#footer-top h4, #comments>h5 {
	border-bottom: 3px solid #ddd;
	font: normal bold 11px Georgia, Times, 'Times New Roman', serif;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px 0px;
	text-align: left;
	text-transform: uppercase;
}
	.sidebar .about { color: #777; font: 12px/1.5em Arial;}
		.sidebar .about img {
			border: 2px solid #dbdbdb;
			margin-bottom: 20px;
			max-width: 80px;
		}
		.sidebar .about a.bb_link {
			color: #000;
		}
	
	.sidebar a.read-more{
		display: inline-block;
		font: italic 13px/1.5em Georgia, Times, 'Times New Roman';
		margin-top: 10px;
		white-space: nowrap;
	}
	
.twitter .jtwt {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.twitter .jtwt_picture {
	border: 1px solid #e2e2e2;
	float: left;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.twitter .jtwt_date {
	color: #aaa;
}
.twitter .jtwt_date:hover {
	text-decoration: underline;
}

	
#project-slider {
	background: #111;
	border: 1px solid #3e5055;
	height: 310px;
	position: relative;
}
#project-slider li {
	display: block;
	float: left;
	height: 310px;
	opacity: 0.5;
	overflow: hidden;
	width: 160px;
}

#project-slider a { display: none; }

#project-slider span { 
	background-color: #000; 
	color: #ddd; 
	display: none; 
	opacity: 0.7; 
	padding: 10px; 
	position: absolute;	
	top: 260px;
	width: 100%;
}
#project-slider li:hover span {display: block; }

#project-slider .active { opacity: 1; }
div.ft-title {
	font: italic 16px/1.5em Georgia;
	padding: 10px;
	text-align: center;
	width: 580px;
}


.wide_head{
	background:url("../images/wide_head.png");
	background-repeat:no-repeat;
	margin-left: 11px;
	margin-top: 10px;
	width:677px;
	height:23px;
	text-align:left;
	font-weight:bold;
	font-size:13px;
	vertical-align:middle;
	padding:2px;
	position:relative;
}
.short_head{
	background:url("../images/hbar.png");
	background-repeat:no-repeat;
	width:445px;
	height:23px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	padding:2px;
	position:relative;
	color: #333;
	margin-top: 10px;
}
table#interactive_table {text-align: left; margin-left: 16px;}
/** End of Headers and titles **/

/** Main classes **/
select, input[type=text], input[type=password], .input{
	background-repeat:no-repeat;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 30px;
	padding:2px 10px;
	width:180px;
}
.captcha input {
	height: 20px;
}
.align_left, table.align_left {text-align: left;}
.dot{
	background:url("../images/dot.png") repeat-x;
	height: 2px;
	padding: 0px;
	margin: 2px 0px;
}
.vertical_divider {
  min-width:3px;
  width:3px;
  background:url("../images/dot.png") repeat-y;
  background-position:right;
}
.horizontal_divider{
	background:url("../images/dot.png") repeat-x;
	width:650px;
	height:3px;
}
.hr {font-size:10px;}
.red{color:#993128; font-size:11px; text-decoration:none;}
	.red:hover {text-decoration:none; color:#494949;}
/** End of Main classes **/

/** Footer **/
#latest-tweet { 
	background-color: #e3e3e3; 
	clear: both; 
	color: #666;
	font-size: 11px;
	height: 40px; 
	line-height: 40px;
	padding-left: 20px;
}
#latest-tweet h6 { 
	color: #666; 
	float: left; 
	font-family: Georgia, serif; 
	font-weight: bold; 
	margin-right: 10px; 
	text-transform: uppercase;	
}
#latest-tweet li>a { font-size: 11px !important; }
#latest-tweet li>span:after{ content: ", "; }

#footer-top { border-top: 1px solid #333; background-color: #3f3f3f; padding-bottom: 30px; }
#footer-top h4 { border-bottom: 1px solid #999; color: #ddd; font-weight: normal; text-shadow: #333 1px 1px; }
#footer-top li { border-bottom: 1px solid #555; }
#footer-top a { color: #999; display: block; font-size: 11px; padding: 5px 0; text-shadow: #333 1px 1px; }
#footer-top a:hover { color: #eee; }

div.ext-links, div.latest-blog { float: left; padding: 0 25px; }
div.latest-blog { padding: 0 30px; }
div.ext-links li a span, div.latest-blog li a span { display: none; }
div.ext-links li a:hover span, div.latest-blog li a:hover span { display: inline; }
#bulletin_message{
	font-family: arial;
	font-size: 10px;
	color: #444;
}

div.newsletter { margin-left: 0; }
input#bmail { background-color: #4b4b4b; border-color: #666; color: #999; width: 190px; }
input#newsletter_submit { margin-top: 20px; }
span#bulletin_message { color: #fff; }
	input#newsletter_submit:hover, 
	.contact_submit:hover { 
		border-color: #bbb;
		color: #000;
	}
	input#newsletter_submit:active, 
	.contact_submit:active {
		border-color: #dbdbdb;
		color: #999;
	}

div.social { margin-top: 20px; }
div.social img { border: none; width: 32px; }
div.social li { border-bottom: none !important; float: left; margin-left: 12px; }
div.social li:first-child { margin-left: 0; }

#footer-bottom { background-color: #222; clear: both; padding: 20px; }
ul.footer_links { margin-left: 30px; }
ul.footer_links li { float: left; margin-right: 10px; }

.footer_links, .footer_copy, .footer_by, .rss{
  	color: #444;
  	float: left;
	font-family: arial;
	font-size: 11px;
}
	.footer_links a, .footer_copy a, .footer_by a {	color: #666; }
		div#footer-bottom a:hover {color: #ddd;}
		p.footer_by { float: right; }
		p.rss { float: right; margin: 0 20px; }

/** End of Footer **/
/** END OF GENERAL **/



/** 2.LEFT PANEL **/
/** End of Menu **/
.lpanel_title{
	width: 162px;
	height: 20px;
	background: url('../images/lpanel_title.gif') center no-repeat;
  	text-align:left;
	color:#fff;
	padding-top: 5px;
	padding-left: 26px;
	margin-bottom: 5px;
	font-size: 11px;
}
	.lpanel_delimiter {width: auto; height: 10px;}
	.lpanel_bottom {width: 200px; height: 90px;}
/** END OF LEFT PANEL **/



/** 3.RIGHT PANEL **/
.links a {color:#1d1d1d; text-decoration:none;}
	.links a:hover {color:#bB6b6a;}
.list{
	text-align: left;
	background: #e3e3e3;
	padding-top: 5px;
	padding-left: 5px;
}
	.list a {text-decoration: none; color: #222; font-size: 11px;}
        .list a:hover {text-decoration: underline;}
.latest_projects {border:1px solid #444444; padding:2px;}
/**END OF RIGHT PANEL **/



/** 4.PROJECTS **/
/** All projects **/
.cat-nav {
	float: right;
	margin-top: 25px;
}
	.cat-nav li {
		float: left;
		margin-left: 10px;
	}
	.cat-nav a {
		background-color: #bbb !important;
		color: #fff;
	}
	.cat-nav a.active, .cat-nav a:hover {
		background-color: #666 !important;
		color: #fff;
	}
	.cat-nav a:active {
		background-color: #ccc !important;
		text-decoration: none;
	}
	
.project>ul>li {
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	position: relative;
}
.project ul ul, .single-blog>ul { 
	background-color: #efefef; 
	font-size: 11px; 
	top: 70px; 
	left: 176px;
	padding: 1px 10px; 
	position: absolute; 
	text-transform: uppercase; 	
}
.project h1 small {
	color: #999;
	font-size: 18px;
	text-transform: uppercase;
}
.project ul ul li, .single-blog>ul li { float: left; margin-right: 10px; }
.project h2 { background: none !important; line-height: normal; }
.project h2 a:hover { text-decoration: underline; }
.project h2 a:active { border-bottom: 2px solid #e3e3e3; text-decoration: none; }
.project img, .single-project img { border: 3px solid #ddd; float: left; margin-right: 20px;  }
	img.play_icon { border: none; }
.project strong, .single-project strong, .single-blog strong { color: #999; font-weight: normal; }
.project p.desc { color: #000; margin-top: 40px; }

.project a.read-more, 
.single-project a.read-more, 
.sidebar a.read-more { 
	background: #999;
}
	.project a.read-more:hover, 
	.single-project a.read-more:hover, 
	.sidebar a.read-more:hover { 
		background: #666; 
	}
	.project a.read-more:active, 
	.single-project a.read-more:active, 
	.sidebar a.read-more:active { 
		background: #333; 
	}
/** End of All projects **/

/** Single project **/
div.project-tracks h2, div.service-tracks h2 { margin-top: 0 !important; }
#content div.project-tracks h2 {
	border-top: none;
	font-size: 16px !important;
	text-transform: none;
	padding-bottom: 20px !important;
	padding-top: 0;
}
.single-project, .single-blog { padding-bottom: 20px; }
.single-project ul { 
	font-size: 11px; 
	top: 40px; 
	left: 176px; 
	padding: 1px 10px; 
	text-transform: uppercase;
}
.single-project img { margin-bottom: 20px; }
.single-project p.desc, 
.single-blog div.content { 
	
	clear: both; 
	padding-bottom: 20px; 
}
.single-project object { max-width: 400px; }
.single-blog object { max-width: auto; }
.single-project #pager { margin-top: 0; }

.project-tracks li, .service-tracks ul ul li { border-bottom: 1px dotted #c4c4c4; padding: 5px 0; }
a.play { float: left; margin-right: 5px; }
a.trackname { display: block; font-size: 11px; }
span.download { float: right; }
.project-tracks li img { vertical-align: text-bottom; }

div.related { clear: both; padding-top: 10px; }
div.related li { float: left; margin-left: 20px; }
	div.related li:first-child { margin-left: 0; }
div.related img { border: 3px solid #ddd; width: 95px; }
div.related h2 {
	font-size: 16px !important;
}
/** End of Single project **/
/** END OF PROJECTS **/



/** 5.BLOG **/
#content .blog h2 { margin-bottom: 10px; padding-left: 0; }
.blog ul ul, .single-blog>ul { float: left; margin-bottom: 30px; position: static; }
.blog p { clear: both; }

.single-blog>ul>li { border-bottom: none; padding-bottom: 0; }
.single-blog .content { clear: both; }
.single-blog a.read-more { float: right; margin-top: 0; }

.login_submit.comment_submit, .contact_submit { float: left !important; margin-top: 20px; }
#comments li { border-bottom: 1px solid #dbdbdb; padding: 20px 0; }
#comments li img.avatar { float: left; padding-bottom: 10px; padding-right: 20px; width: 70px; }
#comments li p { color: #666; margin-left: 90px; margin-top: 10px; }
#comments li h5 a { color: #333; font-family: Georgia, serif; text-transform: uppercase; }
#comments li h5 a:hover { color: #666; }

#comments span.date { color: #aaa; float: right; font-size: 11px; line-height: 12px; }
#comments span.date img { vertical-align: text-bottom; }
p.warning { color: #666; margin-top: 40px; }
/** END OF BLOG **/



/** 6.ARTICLES **/
.single-article p.intro { border-bottom: 1px solid #ccc; clear: both; color: #666; padding-bottom: 20px; }
.single-article div.content { margin-top: 30px; }

p.art-files {
	background-color: #e3e3e3;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Georgia, serif; 
	margin-bottom: 10px; 
	margin-top: 30px;
	padding: 5px 20px;
	text-align: center;
	width: 240px;
}
p.art-files a { 
	background: url(../images/attach.png) no-repeat center left;
	color: #666; 
	font-size: 14px; 
	font-weight: bold; 
	padding-left: 20px; 
	text-decoration: underline; 	
}
p.art-files a:hover { text-decoration: none; }
p.art-files a:active { color: #999; }
/** END OF ARTICLES **/



/** 7.SERVICES **/
.services img {
	margin-right: 10px;
	padding: 5px;
	width: 80px;
}

.team li { margin-bottom: 40px; }
	.team img {
		border: 2px solid #e3e3e3;
		float: left;
		margin-right: 20px;
	}
	.team h5 {
		color: #aaa;
		font: 24px/1.5em Georgia, Times, 'Times New Roman'
	}
	.team p {
		color: #666;
		margin-top: 20px;
	}

div.testimonials { clear: both; padding-top: 20px; }

div.testimonials li { border-bottom: 1px dotted #ccc; padding: 30px 0 20px 0; }
div.testimonials li:first-child { padding-top: 0; }
div.testimonials blockquote { padding-left: 20px; }
div.testimonials h6, blockquote .bb_right, blockquote .bb_left { font-family: Georgia, serif; }

div.service-tracks { padding-top: 20px; }
	div.service-tracks>ul>li { margin-top: 30px; }
	div.service-tracks>ul>li:first-child { margin-top: 0; }
/** END OF SERVICES **/



/** 8.USER ACTIVITY **/
.rss_modal {line-height: 32px; vertical-align: middle;}
	.rss_modal a {vertical-align: top; font-size: 13px; font-weight: bold; color: #777;}
	.rss_modal a:hover {color: #333;}
	html> body .rss_modal img {padding-top: 8px;}
/** END OF USER ACTIVITY **/



/** 9.USER PROFILES**/
/** Login, Settings **/
input.login_submit, input#newsletter_submit, .contact_submit {
	background-color: #ececec;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	color: #666;
	cursor: pointer; 
	display: block; 
	float: right;
	font-size: 10px;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
}

.small {font-size:11px; color:#6B6B6A;}
.small img { vertical-align: text-bottom; }
.small a {font-size:11px; color:#6B6B6A; text-decoration:none;}
.small a:hover {color:#000;}
.small img.useravatar { display: block; }

.contact span.small { display: block; margin-left: 140px; }

ul.form-errors { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 30px; }
ul.form-errors li { color: #999; list-style: circle inside; margin: 5px 0; }
/** End of Login, Settings **/

/** Profile **/
.userbox{
	color: #494949;
	font-size: 11px;
}
.userbox li span { color: #333; padding-right: 3px; }
.userbox p { 
	background-color: #ececec;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #666; 
	font-size: 10px;
	line-height: 22px;
	margin-bottom: 10px; 
	padding-left: 10px;
	text-transform: uppercase;
}
	.userbox p>a { color: #666; font-weight: bold; }
	.userbox p span { float: right; font-family: "Trebuchet MS"; font-weight: bold; padding-right: 10px; }
	.userbox p span a:active { color: #999; text-decoration: none; }
	
.userbox a {color:#993128; text-decoration:none; font-size:11px; }
.userbox a:hover {color:#494949;}

div.profile img { border: 2px solid #e3e3e3; float: left; margin-bottom: 20px; margin-right: 20px; }
div.profile h2 { clear: both; }
div.profile h3 { font-family: Georgia, serif; font-size: 24px; text-transform: uppercase; }
div.profile h6 { 
	border-bottom: 2px solid #e3e3e3; 
	clear: both; 
	color: #4d4d4d;
	font-family: Georgia, serif; 
	font-weight: bold; 
	margin-bottom: 10px;
	margin-top: 30px; 	
	padding-bottom: 5px;
}
div.profile p { color: #666; }

div.profile ul { color: #666; }
/** End of Profile **/
/** END OF USER PROFILES**/



/** 10.SEARCH **/
.search ol li, .blogcat ul li, .profile li { border-bottom: 1px solid #dbdbdb; color: #999; list-style: decimal inside; padding: 5px 0; }
	.blogcat ul li, .profile li { list-style-type: circle; }
.search ol a { display: block; }
.search ol a span { display: none; }
.search ol a:hover span { display: inline; }
.search ol a { color: #333; }
.search ol a:hover { color: #666; }

.search p.warning { color: #999; margin-bottom: 20px; margin-top: 0; }
.search strong { font-weight: bold; }

.blogcat p { margin-bottom: 10px; }
#content .blogcat h2 { margin-top: 40px; }
/** END OF SEARCH **/



/** 11.MISC **/
/** Pagination **/
#pager {
	margin-top: 20px;
	text-align: center;
}

#pager div { float: left;  margin-right: 20px; margin-top: 20px; }


#pager a, .pager_prev_inactive, .pager_next_inactive, .cat-nav a { 
	background-color: #555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 2px 10px;
}

.pager_prev_inactive, .pager_next_inactive { background: #ddd; }

.pager_next a:after, .pager_next_inactive:after { content: " »";}
.pager_prev a:before, .pager_prev_inactive:before { content: "« ";}
	#pager a:hover{ background-color: #993128; color: #fff; }
	#pager a:active { background-color: #333; text-decoration: none; }
/** End of pagination **/

/** BBcode style **/
a, a.bb_link {font-size:inherit; font-weight:inherit; color:#993128; text-decoration:none;}
	a:hover, a.bb_link:hover {color: #494949;}
	a:active { text-decoration: underline; }
.bb_center{display:block; text-align:center; margin:0 auto;}
.bb_left {text-align: left; float: left;}
.bb_right {text-align: right; float: right;}
img.bb_img { display: block; float: none; margin-left: auto; margin-right: auto;}
img.bb_img_left {float: left; margin: 0px 15px 5px 0px;}
img.bb_img_right {float: right;  margin: 0px 0px 5px 15px;}
.bb_indent {padding-left:50px;  display:block;}
.bb_button {
  width: 23px;
  height: 20px;
  cursor: pointer;
  padding: 0px 2px 2px 0px;
}
/** End of BBcode style **/

/** Tooltip **/
.qtip-content{
  width: 155px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
}
.tooltip_content, .tooltip_content b, .tooltip_subtitle{
	width: 150px;
	font-family: arial;
	font-size: 11px;
	color: #777;
	margin: 0 auto;
}
	.tooltip_content b, .tooltip_description {color: #333;font-size: 11px;}
	.tooltip_content img {display: block;padding: 1px 1px 1px 0px;}
	.tooltip_subtitle {color: #aaa;}
	    *html .qtip-wrapper {width: 180px;}
/** End of Tooltip **/

/** Admin **/
.comment_comeon{
	padding-top: 10px;
	vertical-align: middle;
	text-align: left;
	font-family: arial;
	font-weight: bold;
	color: #494949;
}
.delete a, .delete_sub a, .delete img, .delete_sub img {
  color: #999999;
  vertical-align: top;
  text-decoration:none;
}
	.delete a:hover, .delete_sub a:hover {text-decoration:none; color:#000000;}
/** End of Admin **/

/** FAQ, Terms **/
.help_title{
	font-weight: bold;
	color: #494949;
}
.help_title:before {
	content: "» ";
}


/** End of FAQ, Terms **/

/** END OF MISC **/



/** 12.OTHER **/
/** News **/
.index_news {
  text-align: left;
  width: 440px;
  margin: 10px 0px 10px 10px;
  margin-bottom: 20px;
}
.news_title {padding-top: 3px;}
.news_title {padding-top: 3px;}
td.news_time {
	font-family: arial;
	font-size: 11px;
	color: #4a5658;
	height:20px;
   }
*html td.news_time {padding-bottom: 5px;}
.news_head{
	background:url("../images/news_head.png");
	background-repeat:no-repeat;
	width:437px;
	height:23px;
}
.news_content {
	margin: 5px 10px 5px 10px;
	width: 417px;
	padding: 0px;
}
.news_foot{
	background:url("../images/news_foot.png");
	background-repeat:no-repeat;
	width:437px;
	height:18px;
	text-align:center;
}
.shownews{ font-size:10px; color:#3d5d5d; cursor:pointer;}
.shownews p {display:inline; font-size:inherit; color:inherit;}
/** End of News **/

/** Bio, Gallery, Contacts **/
div.bio img { border: 2px solid #ccc; }

.achieve h2 {
	margin-top: 40px;
}
.achieve li {
	background: url(../images/icon_list.png) no-repeat left 15px;
	border-bottom: 1px solid #dfdfdf;
	color: #666;
	padding: 10px 0 10px 30px;
}

div.gallery li { border: 2px solid #ccc; float: left; margin-bottom: 30px; margin-right: 30px; }
div.gallery li.last { margin-right: 0; }
div.gallery a { display: block; }

.contact li { margin-bottom: 40px; margin-top: 20px; }
.contact li p { float: left; padding: 5px 0; width: 140px; }
.contact input[type=text], .contact input[type=password] { padding: 5px 10px; width: 290px; }
.contact textarea { height: 200px; width: 470px; }

.contact li.captcha { padding-left: 100px; }

.contact li.terms label { line-height: 12px; margin-left: 140px; }
.contact li.terms p { width: auto; }
.contact li.terms input { float: left; }

.contact_submit {
	margin-left: 100px;
	margin-top: 0 !important;
	height: auto;
	line-height: normal;
	padding: 10px 40px;
}
form.pass .contact_submit { margin-left: 0; }
form.pass span.small { margin-left: 0; }
/** End of Bio, Gallery, Contacts **/

.ccom, .contact textarea { 
	border: 1px solid #bbb; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px; 
	color: #494949; 
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
.poster {margin-left:23px; margin-top:20px;}
.pr_cat, .pr_cat b {margin-top:18px; color:#6b6b6a; font-size:15px;}
.pr_cat b {font-weight:bold;}
.pr_mar{
	margin-top:18px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.links-input{
	background:#f2f2f2;
	border:1px solid #c3c4c2;
	color:#494949;
	width:300px;
	font-size:11px;
	padding:2px;
}
.links-td {color:#494949; font-size: 11px;}
.links-td b {color:inherit}
.slinks{
	font-size:10px;
	text-align:center;
}
.slinks a{
	font-size:10px;
	text-align:center;
	text-decoration:none;
}
.links-textfield{
	background:#f2f2f2;
	width:300px;
	font-size:11px;
	padding:2px;
	height:100px;
	color:#494949;
	border:1px solid #c3c4c2;
}
.bc_link {font-size:11px; color:#6b6b6a; padding-left:430px;}
	.bc_link a {font-size:11px; color:#6b6b6a; text-decoration:none;}
		.bc_link a:hover{color:#000;}

.foottd a {text-decoration:none; font-size:10px;}
.foottd a b {font-size:10px;}
.s_link{font-size:11px; color:#6b6b6a;}
	.s_link a {font-size:11px; color:#6b6b6a; text-decoration:none; padding-left:50px;}
		.s_link a:hover {color:#000;}

.nlink a {font-size:10px; color:#3d5d5d; text-decoration:none;}
/** END OF OTHER **/

div#wrap.maintenance { 
	background: none; 
	box-shadow: none; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 36px;
	line-height: 2em;
	padding-top: 100px;
	text-align: center;
	text-shadow: #fff 0px 0px 1px;
}

.maintenance .newsletter { margin-left: 375px; margin-top: 100px; width: 502px; }
.maintenance .social { float: left; padding-top: 20px; width: 210px; }
.maintenance .social { margin-top: 0; }
.maintenance .social li { line-height: 18px; }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
