/*  
Template Name: Custom23
Version: 1.0
Author: Igor Penjivrag
Author URI: http://www.colorlightstudio.com/
*/

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

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

body {
	background: rgb(116,150,210) url(img/body_bg.jpg) repeat-x 0 0;
}

p {
	line-height: 18px;
	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: #D61C21;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

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

blockquote p {
	padding: 10px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

dl, dt, dd {
	padding: 0;
	margin: 0;
}

/* Wrap */

#wrap_out {
	width: 100%;
	background: url(img/wrap_bg.jpg) no-repeat center top;
}

#wrap {
	width: 932px;
	margin: 0 auto;
	padding-top: 46px;
}

/* Header */

#header {
	width: 932px;
	height: 116px;
	background: url(img/header.jpg) no-repeat 0 0;
	position: relative;
	z-index: 1000;
}

/* Header Title */

#header #title {
	width: 565px;
	position: relative;
	position: absolute;
	left: 14px; 
	top: 27px;;
}

#header #title h1 {
	display: none;
}

#header #title p {
	position: absolute;
	left: 55px;
	top: 44px;
	padding: 0;
	color: #C4D3E9;
}

/* Header  RSS */

#header #rss {
	position: relative;
	position: absolute;
	right: 90px;
	bottom: -26px;
	z-index: 1000;
}

#header #rss img {
	position: relative;
	display: block;
}

#header #rss h2 a {
	display: block;
	width: 153px;
	height: 131px;
	background: url(img/rss2.jpg);
}

#header #rss h2 a:hover {
	background-position: 0 bottom;
}

#header #rss h2 span {
	display: none;
}

/* Main Menu */

#main_menu {
	width: 932px;
	z-index: 1;
	height: 48px;
	overflow: hidden;
	padding-left: 18px;
	background: url(img/menu_left.gif) no-repeat 0 0;
	margin-left: -18px;
	position: relative;
	z-index: 1;
}

#main_menu_in {
	width: 100%;
	height: 48px;
	background: url(img/menu_gradient.jpg);
	position: relative;
}

#main_menu ul {
	height: 48px;
	padding: 0 0 0 7px;
	background: url(img/menu_right.gif) no-repeat right top;
	position: relative;
}

#main_menu li {
	display: inline;
	line-height: 48px;
	font-weight: bold;
	font-size: 11px;
	padding: 0 25px 0 0;
	position: relative;
	text-transform: uppercase;
}

#main_menu li a {
	color: #575757;
	position: relative;
}

#main_menu li a:hover, #main_menu li.current_page_item a {
	color: #fff;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
	background: url(img/content_bg.gif);
}

#content_wrap_in {
	width: 100%;
	background: url(img/sidebar_bottom.gif) no-repeat 607px bottom;
}

/* Content */

#content {
	width: 578px;
	float: left;
	margin-right: 14px;
	display: inline;
	margin-left: 15px;
}

#content h2 {
	font-size: 20px;
	letter-spacing: -1px;
	position: relative;
}

#content h2 a {
	color: #000;
}

#content h2 a:hover {
	color: #D61C21;
}

#content h2.arh {
	padding: 18px 0 0 0px;
}

#content h2.page {
	padding-bottom: 0px !important;
}

#content ul {
	padding-left: 30px;
}

#content li {
	line-height: 18px;
}

#content ul li {
	background: url(img/square.gif) no-repeat 0 9px;
	padding: 0px 0px 10px 17px;
	list-style-type: none !important;
}

#content ol {
	padding-left: 50px;
}

#content ol li {
	list-style-type: decimal;
	padding-bottom: 10px;
}

#content dl {
	padding-left: 10%;
	margin: 5px 0;
	width: 90%;
}

#content dt {
	font-weight: bold;
	padding-bottom: 5px;
}

/* Content Post Wrap */

#content .post_top {
	width: 578px;
	background: url(img/content_block_top.gif) no-repeat 0 0;
	padding-top: 12px;
	margin-top: 18px;
}

#content .post_bottom {
	width: 100%;
	background: url(img/content_block_bottom.gif) no-repeat 0 bottom;
	padding-bottom: 12px;
}

#content .post {
	background: url(img/content_block_body.gif);
	padding: 0 25px;
	position: relative;
	width: 528px;
	padding-bottom: 10px;
} 

/* Content Post Styling */

#content .post p.post_details, #content .post_footer .right {
	font-size: 11px;
	color: #848484;
}

#content .post p.post_details a, #content .post_footer .right a {
	color: #000;
	text-decoration: underline;
}

#content .post p.post_details a:hover, #content .post_footer .right a:hover {
	text-decoration: none;
}

/* Content Post Title */

#content .post .post_title {
	background: url(img/dots.gif) repeat-x left bottom;
	padding-bottom: 5px;
	position: relative;
	width: 100%;
}

#content .post .post_title .left {
	width: 485px;
}

#content .post .post_title p.post_details {
	background: url(img/icon_folder.gif) no-repeat 2px 5px;
	padding: 0 0 0 18px;
	margin-top: -8px;
	position: relative;
	width: 450px;
}

/* Content Post Title Comments */

#content .post .post_title .right {
	width: 31px;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
}

#content .post .post_title .right a {
	color: #fff;
	height: 26px;
	background: url(img/icon_comment.gif) no-repeat 0 0;
	display: block;
	padding-top: 4px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	padding-left: 1px;
	width: 30px;
}

#content .post .post_title .right a:hover {
	background-position: 0 bottom;
}

/* Content Post Body */

#content .post .post_body {
	width: 100%;
	padding: 5px 0 10px 0;
}

#content .post .post_body a:hover {
	text-decoration: underline;
}

/* Content Post Footer */

#content .post .post_footer {
	width: 100%;
	clear: both;
}

#content .post .post_footer .left {
	font-weight: bold;
}

#content .post .post_footer .left a:hover {
	color: #000;
}

#content .post .post_footer .right span {
	background: url(img/icon_tag.gif) no-repeat 0 2px;
	padding-left: 18px;
}

#content .post .post_footer .single {
	padding-bottom: 20px;
	float: left !important;
}

/* Content More Entries */

.more_entries {
	width: 100%;
	height: 44px;
	overflow: hidden;
	background: url(img/older_entries.gif) no-repeat 0 0;
	margin-top: 18px;
}

#content .more_entries h2 {
	padding: 0 0 0 18px;
	line-height: 44px;
	font-size: 20px;
	letter-spacing: 0;
}

/* Content (Blog) Comments */

#comments, h2.lc {
	width: 100%;
	clear: both;
}

h2.lc {
	padding-bottom: 20px;
	padding-top: 0px !important;
}

#comments_wrap {
	width: 522px;
	padding: 5px 0 0px 0;
	margin-bottom: 20px;
	border-bottom: #E7E7E7 1px solid;
}

.comment {
	width: 520px;
	padding: 8px 0;
	background: #FAFAFA;
	border: #E7E7E7 1px solid;
	border-bottom: 0;
}

.alt {
	border-top: 0;
	border-bottom: 0;
	border: #E7E7E7 1px solid;
	background: #F3F3F3;
	border-bottom: 0;
}

.comment .cleft {
	width: 130px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.comment .cleft h4 {
	padding: 2px 0 7px 0;
	font-size: 11px;
}

.comment .cleft a {
	color: #000;
	text-decoration: underline;
}

.comment .cleft a:hover {
	text-decoration: none !important;
}

.comment .cleft img {
	padding: 2px;
	border: #DEE8EF 1px solid;
	background: #fff;
}

.comment .cright {
	width: 361px;
	padding: 0 14px 14px 14px;
	min-height: 100px;
	float: left;
	border-left: #E7E7E7 1px solid;
	overflow: hidden;
}

.comment .cright p.date {
	font-size: 11px;
	padding: 0px;
	margin-top: -1px;
}

/* Content (Blog) Comments - Form */

#commentform {
	padding-left: 10px;
}

#content form label {
	display: block;
	padding: 5px 0;
	color: #003C58;
}

#content form label input {
	background: #FAFAFA;
	border: #DDDDDD 1px solid;
	width: 280px;
	padding: 6px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

#content form textarea {
	background: #fff;
	border: #D8D8D8 1px solid;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lc_logged {
	padding: 0;
	font-weight: bold;
}


/* Sidebar */

#sidebar {
	width: 309px;
	float: left;
	padding-bottom: 30px;
	margin-top: -32px;
	position: relative;
	z-index: 1000;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding-bottom: 8px;
	background: url(img/line.gif) no-repeat 0 bottom;
	position: relative;
}

#sidebar ul {
	padding-top: 14px;
	padding-left: 4px;
	position: relative;
}

#sidebar ul ul {
	padding: 0;
}

#sidebar ul li {
	background: url(img/arrow.gif) no-repeat 0 7px;
	line-height: 21px;
	padding-left: 24px;
}

#sidebar ul li a {
	color: #000;
}

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

/* Sidebar Search */

#sidebar .search {
	width: 100%;
	height: 75px;
	overflow: hidden;
	background: url(img/sidebar_top_search.gif);
	position: relative;
}

#sidebar .search .sw {
	position: relative;
	position: absolute;
	left: 28px;
	top: 24px;
	width: 223px;
	height: 26px;
	background: url(img/search_input_field.gif) no-repeat;
}

#sidebar .search input.field {
	position: absolute;
	left: 8px;
	top: 5px;
	width: 152px;
	background: transparent;
	border: 0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#sidebar .search input.sb {
	position: absolute;
	left: 173px;
	top: 0;
}

#sidebar_in {
	padding: 20px 28px 10px 28px;
}

/* 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: #E0E0E0;
	color: #4A4A4A;
}

#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: 20px;
}

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

/* Widget (text) */

.textwidget {
	padding: 15px 0;
	line-height: 20px;
}


/* Footer */

#footer {
	width: 100%;
	height: 39px;
	padding-top: 34px;
	overflow: hidden;
	background: url(img/footer.gif) no-repeat 0 0;
}

/* Footer Menu */

#footer .left ul {
	padding: 0;
}

#footer .left li {
	display: inline;
	padding: 0 0 0 29px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 38px;
	font-weight: bold;
}

#footer li a {
	color: #575757;
}

#footer li a:hover, #footer li.current_page_item a {
	color: #fff;
}

/* Footer Back on Top */

#footer .right {
	line-height: 38px;
	padding-right: 38px;
	font-size: 11px;
	text-transform: uppercase;
}

#footer .right a {
	color: #575757;
	font-weight: bold;
}

#footer .right a:hover {
	color: #fff;
}

/* Copyright */

#copyright {
	text-align: center;
	font-size: 11px;
	color: #4C6488;
	padding: 25px 0;
}

#copyright p {
	padding: 0;
	line-height: 13px;
}

/* Fix */

#content_wrap_in:after,
#content .post .post_title:after,
#content .post .post_footer:after,
#footer:after,
.comment:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

