/*  
Theme Name: Custom15
Version: 1.0
Author: Igor Penjivrag
Author URI: http://www.colorlightstudio.com/
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #000;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bg.gif);
  padding: 40px 0 60px 0;
}

p {
	line-height: 19px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #993B11;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 8%;
	margin: 10px auto;
	background: url(img/quote.gif) no-repeat 10px 7px;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

.hidden {
	display: none;
}

/* Wrap */

#wrap {
	width: 993px;
	margin: 0 auto;
}

#tm_wrap {
	width: 100%;
}

/* Title */

#title {
	width: 210px;
	float: left;
	height: 85px;
	position: relative;
}

#title h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-style: italic;
	color: #fff;
	width: 312px;
	height: 146px;
	display: block;
	background: url(img/title.png) no-repeat;
	position: absolute;
	left: -105px;
}

img, #title h1 { behavior: url(iepngfix.htc); }


#title h1 a {
	display: block;
	width: 128px;
	height: 38px;
	background: transparent;
	position: absolute;
	left: 125px;
	top: 32px;
}

#title h1 span {
	display: none;
}

/* Main Menu */

.menu {
	width: 380px;
	height: 29px;
	display: inline;
	float: right;
	margin-top: 56px;
}

.menu ul {
	padding-top: 0;
	padding-right: 20px;
}

.menu ul li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu ul li a {
	float: right;
	text-decoration: none;
	padding: 0 0 0px 5px;
	line-height: 28px;
	margin-right: 1px;
/* color: #312D24; */
	color: #fff;
	
	background: url(img/link_left_blue.gif) no-repeat left top;
}

.menu ul li a span {
	display: block;
	padding-right: 8px;
	padding-left: 3px;
	padding-top: 1px;
	background: url(img/link_right_blue.gif) no-repeat right top;
	
	background: url(img/link_right_blue.gif) no-repeat right top;
}

.menu ul li.page-item-4 a {
	background: url(img/link_left_blue.gif) no-repeat left top;
}

.menu ul li.page-item-4 a span {
	background: url(img/link_right_blue.gif) no-repeat right top;
}

.menu ul li.page-item-295 a {
	background: url(img/link_left_yellow.gif) no-repeat left top;
}

.menu ul li.page-item-295 a span {
	background: url(img/link_right_yellow.gif) no-repeat right top;
}

.menu ul li.page-item-3 a {
	background: url(img/link_left_red.gif) no-repeat left top;
}

.menu ul li.page-item-3 a span {
	background: url(img/link_right_red.gif) no-repeat right top;
}
.menu ul li.page-item-32 a {
	background: url(img/link_left_purple.gif) no-repeat left top;
}

.menu ul li.page-item-32 a span {
	background: url(img/link_right_purple.gif) no-repeat right top;
}
.menu ul li.page-item-1233 a {
	background: url(img/link_left_green.gif) no-repeat left top;
}

.menu ul li.page-item-1233 a span {
	background: url(img/link_right_green.gif) no-repeat right top;
}
.menu ul li a:hover {
	background-position: 0 -29px;
	color: #312D24;
}

.menu ul li a:hover span {
	background-position: right -29px;
}

.menu ul li.current_page_item a {
	background-position: 0 -29px;
	color: #312D24;
}

.menu ul li.current_page_item a span {
	background-position: right -29px;
}

/* Header */

#header {
	width: 621px;
	height: 193px;
	background: url(img/header.jpg);
}

/* Content Wrap */

#content_wrap {
	width: 621px;
	float: left;
	margin-right: 19px;
}

/* Content */

#content {
	width: 546px;
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 25px;
	overflow: hidden;
	background: url(img/content_bg.gif);
	min-height: 350px;
	color: #595959;
}

#content img {
	border: #BBBBBB 1px solid;
	padding: 2px;
}

#content h2 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
}

#content h2 a {
	color: #000;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

/* Content (lists) */

#content ul, #content ol {
	padding-left: 50px;
	line-height: 22px;
}

#content ul li {
	background: url(img/square.gif) no-repeat 0 9px;
	padding-left: 15px;
}

#content h3.rp {
	padding: 15px 0 10px 0;
}

#content ul.rp {
	padding-left: 20px;
}

#content ol {
	list-style: decimal;
	padding-left: 70px;
}

/* Related Posts */

#related-posts {
	padding-top: 10px;
}

#related-posts ul {
	padding-left: 25px;
}

/* Content (img align) */

#content img.alignleft {
	margin: 15px 10px 10px 0;
}

#content img.alignright {
	margin: 15px 0px 10px 10px;
}

#content img.centered {
	margin: 10px auto 20px auto;
	display: block;
}

/* Content Caption */

#content h2.caption {
	background: url(img/h2_caption.gif) no-repeat left bottom;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

/* Post Wrap */

.post_wrap {
	width: 100%;
	padding-bottom: 20px;
}

p.post_details {
	background: url(img/icon_postdetails.gif) no-repeat left 5px;
	padding: 0 0 0 16px;
	color: #858585;
	margin-top: -9px;
	font-size: 11px;
	line-height: 20px;
}

p.post_details a {
	color: #000;
	text-decoration: none;
}

p.post_details a:hover {
	color: #000;
	text-decoration: underline;
}

/* More Entries */

#more_entries {
	width: 100%;
	padding-top: 10px;
}

#more_entries h2 {
	padding-bottom: 5px;
	font-size: 18px;
}

#more_entries h2 a {
	color: #000;
}

#more_entries h2 a:hover {
	color: #5F5F5F;
	text-decoration: none;
}

/* Sociable Icons */

.sociable {margin-bottom: 10px !important;}
.sociable_tagline {padding-bottom: 15px;}
.sociable ul li {background: none !important; padding-left: 0 !important;padding-right: 15px;} 

/* Sidebar */

#sidebar {
	width: 353px;
	float: left;
	color: #8B8B84;
	margin-top: 28px;
margin-bottom: 20px;
	position: relative;
}

#sidebar h2 {
	font-size: 15px;
	font-weight: normal;
	color: #CBCA4F;
}

#sidebar a {
	color: #35A0C1;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar ul {
	position: relative;
}

#sidebar li {
	padding: 2px 0 2px 23px;
	background: url(img/sidebar_star.gif) no-repeat 0 6px;
	line-height: 16px;
	list-style: none;
}

/* RSS Feed */

#rss_img {
	margin-bottom: -3px;
	padding-left: 117px;
}

a img.rss {
	width: 95px;
}

a.rss_feed span {
	display: none;
	width: 131px;
	height: 31px;
	background: url(img/subscribe.gif);
	display: none;
}

a.rss_feed:hover {
	color: #000;
	text-indent: 0;
}

a.rss_feed:hover  span {
	display: block;
	position: absolute;
	left: -30px;
	top: -15px;
}

a.rss_feed:hover span span {
	display: none;
}

#c_up {
	width: 327px;
	background: url(img/sidebar_top.gif) no-repeat top;
}

#c_down {
	background: url(img/sidebar_bottom.gif) no-repeat bottom;
	padding: 15px 1px;
}

#s_container {
	background: #000;
	width: 285px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 200px;
	position: relative;
	color: #fff;
}

* html #s_container {
	height: 200px;
}

/* Search Field */

#sidebar form {
	padding-top: 5px;
}

#search {
	width: 222px;
	height: 32px;
	background: url(img/sidebar_bg.gif);
	position: relative;
}

#search input.field {
	padding: 4px 0;
	position: absolute;
	left: 10px;
	top: 4px;
	width: 160px;
	background: transparent;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #888D8D;
	font-size: 12px;
}

#search input.button {
	position: absolute;
	right: 6px;
	top: 3px;
}

#s_container form {
	padding-bottom: 15px;
}

#s_container ul {
	padding-bottom: 15px;
}

/* Images (adverts) */

#adverts {
	width: 100%;
	padding: 0px 0px 30px 0;
margin-left: 2px;
	overflow: hidden;
	position: relative;
}

#adverts img {
	display: block;
	float: left;
	margin: 0px 10px 0 0 !important;
	display: inline;
}

#adverts a img  {
	padding-top: 0px;
	border: #3E3E3E 0px solid;
}

#adverts a:hover {
	color: #fff;
	text-indent: 0;
}

#adverts a:hover img {
	border: #fff 1px solid;
}

/* S Wrap */

#s_wrap {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}

#s_wrap .sw_left {
	width: 165px;
	float: left;
	margin-right: 15px;
	color: #fff;
}

#s_wrap .sw_right {
	width: 105px;
	float: left;
}

/* Easy Tabs */

.t_menu li a {
	outline: none;
}

.t_menu li {
	font-size: 0;
}

.t_menu li.s a {
  display: block;
  width: 25px;
  height: 70px;
  background: url(img/toggle_comments.gif);
}

.t_menu li.b a {
  display: block;
  width: 25px;
  height: 47px;
  background: url(img/toggle_entries.gif);
  margin-top: 1px;
}
.t_menu li a.tabactive, .t_menu li a:hover {
	background-position: right top;
}

.t_menu span {
	display: none;
}

#tabcontent1,#tabcontent2 {
	display: block;
	width: 100%;
}

div#tabcontent2 {
	display: none;
}

#s_container .t_menu ul {
	position: absolute;
	right: -26px;
	top: 0;
}
#s_container .t_menu li {
	padding: 0;
}

/* Comments (single.php and comments.php) */

.comments_wrap {
	width: 450px;
	margin: 20px 0 0px 10px;
	clear: both;
	padding-bottom: 5px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .right {
	width: 380px;
	float: left;
	padding-left: 15px;
}

.comments_wrap .right img {border: 0 !important;}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #343434;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 17px;
}

#tag_cloud h2 {
	margin-bottom: 10px;
}

/* Footer */

#footer {
	width: 621px;
	height: 201px;
	padding-top: 38px;
	background: url(img/footer_bg.jpg) no-repeat;
	overflow: hidden;
}

#footer h2 {
	color: #CBCA4F;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0;
}

#footer p {
	color: #8B8B84;
	line-height: 18px;
	padding: 9px 0;
}

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

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

/* Footer About */

#f_about {
	width: 266px;
	float: left;
	margin-left: 34px;
	margin-right: 50px;
	display: inline;
}

/* Footer Contact Form */

#f_contact {
	width: 233px;
	float: left;
}

#f_contact form {
	padding: 11px 0 8px 0;
}

#f_contact_form {
	width: 100%;
	height: 126px;
	background: url(img/f_contact_form.jpg) no-repeat left top;
	position: relative;
}

#fcf2 {
	background: url(img/f_contact_form.jpg) no-repeat left top;
}

/* Copyright */

#copyright {
	width: 100%;
	color: #656565;
	font-size: 11px;
	text-align: center;
}

/* Fix */

#adverts:after,
#s_wrap:after,
#tm_wrap:after,
#footer:after,
#wrap:after,
.menu ul:after,
.comments_wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}
.sbs {

    position: absolute;
    width: 110px;
    height: 24px;
    right: 40px;
    top: 32px;

}

.sbs p {
    padding: 2px 0 3px 0 !important;
}

.sbs span.subscribers {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

    font-weight: bolder;
}

.sbs span.after {
    color: #9D9D9D;
    font-size: 11px;
    font-weight: bold;
}

#rss_img {
    margin-bottom: -3px;
    padding-left: 90px !important;
}
.sbheader {
display: none;
text-align: center;
}
