/*
Theme Name: Nice & Clean
Author: YA
Description: Wordpress theme, suitable for any corporate / portfolio site
Version: 2.7+
Tags: 2 columns, widgets, corporate, portfolio, cms

Run your site in seconds. Setup categories, pages and posts, in the theme options page - tweak options and the site is ready.
*/

/*****Basic Elements*****/  

body {
	background: #f1f4f6;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

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

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #844370;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

table {
	width: 100%;
	margin-bottom: 10px;
}

table th {
	color:#292A2D;
	font-size:14px;
	font-weight:bold;
	padding:10px 8px;
}

table tr.odd {
	background: #eeeeee;
}

table tr.even {
	background: #f8f8f8;
}

table td {
	padding: 8px;
}

table tfoot tr {
	font-size: 13px;
	color: #a1a0a0;
}

table tfoot tr td {
	border-top: 2px solid #e7e7e7;
	text-align: right;
}

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.clearfix {
	clear: both; 
}

.recent_posts {list-style-type: none;}

/*****Basic Layout*****/  

/** Header **/

#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 112px;
}

	/***** Logo *****/

	#header img#logo {
		margin: 35px 0px 5px;
		display: block;
	}

	#header span#slogan {
		font-style: italic;
		color: #81726a;
		font-size: 13px;
	}

	/***** Main Menu ******/

	#header ul#top_menu {
		list-style-type: none;
		position: absolute;
		right: 0px;
		top: 42px;
		overflow: hidden;
	}

	#header ul#top_menu li {
		float: left;
	}

	#header ul#top_menu li a {
		color: #cb99bb;
		display: block;
		padding: 5px 13px;
		text-transform: uppercase;
	}

	#header ul#top_menu li a {
		text-decoration: none;
	}

	#header ul#top_menu li.current_page_item a, #header ul#top_menu li.current-cat a, #header ul#top_menu li.current-cat-parent a, #header ul#top_menu li.current_page_ancestor a, #header ul#top_menu li a:hover {
		color: #e6d2e0;
	}

	#header ul#top_menu li.current_page_item, #header ul#top_menu li.current-cat, #header ul#top_menu li.current-cat-parent, #header ul#top_menu li.current_page_ancestor {
		background: #823b6c url(images/active_item.gif) repeat-x;
		margin: 0px 5px;
	}

/*** Content ***/

#main {
	float: left;
	width: 540px;
}

#content {
	background: #ffffff url(images/content_bg.gif) repeat-x top left;
	padding: 33px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right;
	width: 340px;
}

#sidebar h2 {
	font-size: 17px;
	color: #8ca5b4;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	background: #ffffff url(images/sidebar_block_bg.gif) repeat-x;
	padding: 14px 30px 8px;
}

#sidebar  .block-inner > ul li{
	padding: 0px 0px 3px;
}

#sidebar  .block-inner > ul li ul{
	margin-left: 10px;
	border-left: 1px solid #e8e8e8;
	padding-left: 10px;
}

div.standart_widget ul {list-style-type: none;}

/*** Footer ***/

#footer {
	clear: both;
	border-top: 1px solid #eaedf0;
	padding: 20px 0px 15px;
	color: #aeb3b6;
}

#footer ul#bottom-menu {
	float: left;
	list-style-type: none;
}

#footer ul#bottom-menu li {
	float: left;
	border-right: 1px solid #cbcdce;
	padding: 0px 5px;
}

#footer ul#bottom-menu li:first-child {
	padding-left: 0px;
}

#footer ul#bottom-menu li:last-child {
	border-right: none;
}

#footer ul#bottom-menu a, #footer h6 {
	color: #aeb3b6;
}

#footer ul#bottom-menu li.current_page_item a, #footer ul#bottom-menu li.current-cat a, #footer ul#bottom-menu li.current-cat-parent a, #footer ul#bottom-menu li.current_page_ancestor a, #footer ul#bottom-menu li a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
	font-family: Arial, sans-serif;
	margin-bottom: 0px;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

/***** Home Page ****/

/** Featured Area **/

#featured_area {
	background: url(images/featured_area_bg.gif) repeat-x;
	height: 308px;
	overflow: hidden;
	position: relative;
}

#featured_area div#mySlides {
	padding-top: 30px;
}

#featured_area .description {
	float: left;
	width: 275px;
}

#featured_area .description h2 {
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: bold;
}

#featured_area .description h2 a {color: #423d3a;} 

#featured_area .description p {
	font-size: 13px;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	background: url(images/featured_image_bg.gif) repeat-x;
	border: 1px solid #f8f9fa;
	padding: 10px;
	margin-top: 1px;
	float: right;
	position: relative;
}

#featured_area .photo img {
	width: 600px;
	height: 210px;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	height: 308px;
	overflow: none;
}

.ribbon {
	position: absolute;
	right: -1px;
	top: -2px;
	width: 87px;
	height: 89px;
	z-index: 5;
}

.ribbon.webdesign {
	background: url(images/webdesign-trans.png) right top no-repeat;
}

.ribbon.print {
	background: url(images/print-trans.png) right top no-repeat;
}

.ribbon.flash {
	background: url(images/flash-trans.png) right top no-repeat;
}

a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 83px;
	height: 33px;
	position: absolute;
	bottom: -4px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(images/prev-trans.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(images/next-trans.png) no-repeat;
	right: 0px;
}

div#myController {
	display: none;
}

/** Page Name **/

#pagename {
	background: #e9edf0 url(images/pagename_bg.gif) repeat-x top left;
	border-bottom: 1px solid #e7e9ea;
	height: 107px;
}

#pagename h2 {
	color: white;
	margin: 22px 0px 0px;
	font-size: 35px;
	font-family: Palatino Linotype, Georgia, serif;
}

/** Home Page Content **/

body#home #content h2 {
	margin-bottom: 20px;
}

body#home div#services {
	width: 560px;
	float: left;
}

body#home div#services ul {
	overflow: hidden;
	list-style-type: none;
}

body#home div#services ul li {
	float: left;
	width: 195px;
	margin: 0px 70px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 45px;
	position: relative;
}

body#home div#services ul li img {position: absolute; top: 0px; left: 0px;}


body#home div#services ul li.last {
	margin-right: 0px;
}

body#home div#services ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

body#home div#services ul li p {
	color: #4d4c4c;
	line-height: 1.5;
}

body#home div#contact-info {
	float: right;
	width: 300px;
}

body#home div#contact-info p strong {
	color: #454444;
	font-weight: normal;
}

body#home #content div.hr {
	margin: 25px 0px;
}

body#home #content .bottom-block {
	float: left;
	width: 300px;
	margin-right: 20px;
}

body#home #content .bottom-block span.author {color: #808080;}

body#home #content .bottom-block.last {
	margin-right: 0px;
}

body#home #content .bottom-block ul {
	list-style-type: none;
}

body#home #content .bottom-block h2 {
	font-size: 19px;
	color: #8ca5b4;
}

/** Services Page **/

ul#latest_blog {
	list-style-type: none;
}

/** Portfolio Page **/

#search {
	background: url(images/search.jpg) no-repeat;
	width: 261px;
	height: 32px;
	position: absolute;
	top: 36px;
	right: 0px;
}

#searchform fieldset {
	border: 0px;
	padding: 8px 3px 3px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width: 223px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	text-indent: -9999px;
	cursor: pointer;
	width: 18px;
	margin-left: 4px;
	padding-top: 27px;
	float: left;
}

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}


/** Post **/

.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 30px;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}


/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

p#contact_paragraph {width: 465px;}

#contact_us input:focus, #contact_us textarea:focus{background: #ffffff;}

.aligncenter { display:block; margin:0 auto }
.alignleft { float: left; margin: 0px 20px -2px 5px;max-width:530px;overflow:hidden;}
img.alignright { float:right; margin: 0px 0px 10px 20px;max-width:530px;overflow:hidden;}
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 270px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	
#wp-calendar caption {
	text-decoration: none;
	font: bold 14px Arial, Sans-Serif;

	}

#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
	}
/* End Calendar */

form#commentform div#current_cat{margin-bottom: 15px;}

form#commentform textarea#comment {width:98%; border: 1px solid #e4e4e4; padding: 5px;}

.post-content h4 {font-size: 18px;}

ul#comments_section, ul#comments_section li {
	list-style-type: none;
	clear:both;
	list-style-type:none;
	margin-bottom:20px;
	padding: 10px 20px;
	position:relative;
}

ul#comments_section {padding: 0px;}

ul#comments_section li {
	border: 1px solid #ececec;
}

ul#comments_section ul {list-style-type:none;}

h5#comments {font-size: 16px; color: #9a9a9a; margin-bottom: 15px;}

img.avatar {position: absolute;top:10px;left:20px;}

.comment-author, .comment-meta, em.moderation {padding-left: 60px;}

.comment-author {padding-top: 4px;}

.comment-author a, .comment-meta a {color: #333333;}

span.says {color:#898989;display: none;}

div.reply {margin-bottom: 10px;font-size: 11px;}

.comment-meta {color:#929292; margin-bottom: 17px;font-size: 11px;}

.comment-meta a {color:#929292}

.cancel_comment {position: absolute; top:5px; right:0px;}

div#respond {position: relative;}

ul#recentcomments li {
	border-bottom:1px solid #EDEDED;
	margin-bottom:10px;
	padding-bottom:10px;
}

ul#recentcomments li:last-child {border-bottom:0px;margin-bottom:0px;}

ul#recentcomments li a {
	font-style:italic;
}

ul#recentcomments li a.url {color:#000000;font-style:normal;}

#commentform input#submit {
	background: #F2F2F2 url(images/submit.gif) repeat-x;
	border: 1px solid #BBBBBB;
	color: #464646;
	cursor: pointer;
	padding: 5px 8px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

#commentform input#submit:hover {
	border-color: #666666;
	color: #000000;
}

div#subscribe img {
	float:left;
	margin: -5px 10px 10px 0px;
}

p.postdate, p.postmetadata, a#cancel-comment-reply-link {font-size: 11px;

}

div.post ul {list-style-position: inside:}


}

.ribbon.design {
background: url(images/email-trans.png) right top no-repeat;

}