/*  
Template Name: Themy
Version: 1.0
Author: Igor Penjivrag
Author URI: http://www.colorlightstudio.com/
*/

html, body {
	font-family: Georgia;
	border: 0;
	margin: 0;
	padding:0;
}

body {
	font-size: 17px;
	background: url(img/body_bg.jpg) repeat-x;
}

p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

h1, h2, h4 {
	font-weight: normal;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #1B1B1B;
}

code {
	display: block;
	background: #FBFBE6;
	border-bottom: 2px solid #C1C1C1;
	padding: 10px;
	font-size: 12px;
}

blockquote {
	width: 85%;
	margin: 20px;
	padding: 10px 20px 10px 25px;
	line-height: 23px;
	color: #3A3A3A;
	background: url(img/quote.gif) no-repeat 0 20px;
}

/* Wrap */

#wrap {
	width: 915px;
	margin: 0 auto;
	padding-top: 55px;
        padding-left: 100px;
}

/* Header */

#header {
	width: 100%;
}

#header h1 {
	color: #007CA1;
	font-size: 35px;
}

#header h1 a {
	color: #007CA1;
}

#header h1 a:hover {
	color: #304245;
	text-decoration: underline;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
	padding-top: 60px;
}

#content_wrap a {
	text-decoration: underline;
	color: #5D8087;
}

#content_wrap a:hover {
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	width: 135px;
	float: left;
}

#sidebar ul li {
	line-height: 25px;
	padding: 5px 0;
}

#sidebar ul li a {
	text-decoration: none;
	color: Black;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar .rss {
	margin-top: 50px;
	margin-left: 2px;
}

#sidebar a img {
	border: none;
}

/* Content */

#content {
	width: 490px;
	float: left;
	margin-top: -15px;
        padding-left: 30px;
}

#content .post {
	margin-bottom: 10px;
}

#content .post h2 {
	padding-bottom: 0;
}

#content img {
	border: #DEDEDE 1px solid;
	padding: 4px;
	margin: 10px 0;
}

#content a:hover img {
	border-color: #B2B2B2;
}

#content h2 {
	font-size: 23px;
	padding: 20px 0 10px 0;
	color: #5D8087;
}

#content h2 a {
	color: #5D8087;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content p {
	padding: 10px 0;
	line-height: 23px;
}

#content p.tags {
	font-size: 10px;
	font-family: "Lucida Grande";
	color: #5D5D5D;
	padding: 0;
	margin-top: -3px;
}

#content p.tags a {
	color: #5D8087;
	text-decoration: none;
}

#content p.tags a:hover {
	text-decoration: underline;
}

#content ul {
	margin: 10px 10px 10px 50px;
}

#content ul li {
	line-height: 27px;
	list-style: circle;
	padding-left: 10px;
}

/* More Entries */

#content .more_entries {
	padding: 30px 0 0 0;
	font-size: 20px;
}

#content .more_entries span {
	margin-right: 20px;
}

#content .more_entries a {
	color: #5D8087;
	text-decoration: none;
}

#content .more_entries a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 100%;
	clear: both;
}

/* Footer (copyright area) */

#copyright {
	width: 100%;
	background: #000;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	margin-top: 50px;
	position: relative;
}

#copyright a {
	color: #CACACA;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: underline;
	color: #fff;
}

#copyright p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-left: 30px;
	color: #7A7A7A;
}

#copyright #bot a {
	background: url(img/bot.gif);
	width: 15px;
	height: 15px;
	position: absolute;
	right: 50px;
	top: 23px;
}

#copyright #bot a span {
	display: none;
}

/* Comments (single.php and comments.php) */

h2.respons_number {
	padding: 20px 0 !important;
}

.comments_wrap {
	width: 460px;
	margin: 30px 0 15px 0px;
	clear: both;
}

.comments_wrap .left {
	width: 56px;
	float: left;
}

.comments_wrap .left img {
	border: #DCDCDC 1px solid;
	padding: 3px;
	margin: 0 !important;
	
}

.comments_wrap .right {
	width: 368px;
	float: left;
	padding-left: 12px;
}

.comments_wrap .right a {
	color: #007CA1;
	text-decoration: underline;
}

.comments_wrap .right a:hover {
	text-decoration: none;
}

.comments_wrap .right img, .comments_wrap .right a img {
	border: none;
}

.comments_wrap .right h4 {
	font-size: 10px;
	font-family: "Lucida Grande";
	color: #5D5D5D;
	padding: 0 0 5px 0;
}

.comments_wrap .right h4 b {
	font-size: 13px;
	font-family: Georgia;
}

.comments_wrap .right p {
	font-size: 13px;
	line-height: 19px;
	padding: 10px 0;
	color: #565656;
}

/* Comments (form) */

#content form {
	margin: 30px 0;
}

#content form label {
	display: block;
	margin: 10px 0;
}

#content form label input {
	padding: 3px;
	width: 200px;
	font-size: 13px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 13px;
}

#content form input {
	margin-top: 5px;
}

.loggedin {
	margin-top: -30px !important;
}

.t p {
	padding: 0 !important;
	margin: 0 !important;
}

.t textarea {
	width: 400px;
	height: 150px;
}

/* Main Page */

#main_wpthemes {
	width: 100%;
	padding: 5px 0 15px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.main_wpthemes_wrap {
	width: 225px;
	float: left;
	margin-right: 20px;
	display: inline;
}

.main_wpthemes_wrap span.wrap {
	width: 100%;
	height: 18px;
	display: block;
	overflow: hidden;
}

.main_wpthemes_wrap a span.wrap span {
	display: none;
}

.main_wpthemes_wrap a:hover span.wrap span {
	display: inline;
}

.main_wpthemes_wrap span.left {
	float: left;
	padding-left: 6px;
}

.main_wpthemes_wrap span.right {
	float: right;
	padding-right: 5px;
}

#main_wpthemes a {
	color: #7E7E7E;
	text-decoration: none;
}

#main_wpthemes a:hover {
	color: #111111;
}

#main_wpthemes a img {
	display: block;
	clear: both;
	margin: 0;
}

#main_wpthemes a:hover img {
	border: #A8A8A8 1px solid;
}

/* WP Themes */

#main_wpthemes.topad {
	padding-top: 30px;
	margin-top: 10px;
}

.main_wpthemes_wrap.botpad {
	padding-bottom: 50px;
}

.topad a span.wrap span {
	display: block;
}

/* Main Page (latest writings)*/

#main_lw {
	margin-top: 17px;
	padding-bottom: 10px;
	padding-top: 8px;
}

.blog_lw {
	width: 100%;
	clear: both;
	margin-bottom: 12px;
}

.blog_lw a {
	text-decoration: none !important;
	color: #000 !important;
}

.blog_lw a:hover {
	color: #000;
	text-decoration: underline !important;
}

#main_lw span.left {
	float: left;
}

#main_lw span.right {
	float: right;
	padding-right: 20px;
}

#theme_preview_download {
	background: #FFF6CF;
	border: #F6EAC2 1px solid;
	width: 98%;
	display: block;
	padding: 10px 0px;
	margin: 10px 0px;
}

#theme_preview_download .name {
	float: left;
	padding-left: 10px;
}

/* Extras */

#theme_preview_download .preview_download {
	float: right;
	padding-right: 10px;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

.t p {padding: 0 !important}

/* Google Ads */

#ads {
	width: 189px;
	float: right;
	padding-top: 20px;
	padding-left: 29px;
	background: url(img/ads_bg.gif) no-repeat top;
}

/* Fix */

#content_wrap:after,
.comments_wrap:after,
.blog_lw:after,
#main_wpthemes:after,
.main_wpthemes_wrap:after,
#theme_preview_download:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


