/*  
Theme Name: Dmitri Klimov
Theme URI: http://wordpress.org/
Description: Разработка <a href="http://dmitriklimov.com/">dok</a>.
Version: 1.0
Author: dok
Author URI: http://dmitriklimov.com/
*/

/* Body and major elements */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #999999;
	color: #333;

	margin: 0;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#page {
	text-align: left;
/*
	margin:0;
	padding:0;
	border:0;  */ /* This removes the border around the viewport in old versions of IE */
	/* width:100%; */
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
			
	background-color: white;
	border: 1px solid #009;

/*
	width: 970px;  was 770 only left sidebar
	margin: auto;
	padding: 0;
*/
	margin: 0 auto;
        position: relative;
        padding: 0;
        width: 1000px;
}
/*---------------------------------------------------*/
/* start here */
/*---------------------------------------------------*/
/* column container */
/* 3 column blog style settings */
#colmask { /* page */
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	background: #FFFFFF;    	/* Right column background colour #ff9 #E4EFFB*/
}

#colmid {
	float: left;
	width: 200%;
	margin-left: -200px; 	/* Width of right column */
	position: relative;
	right: 100%;
	background: #FFFFFF;    /* Centre column background colour #FFD8B7 #E4EFFB;*/
	border-right-color: #eeeeee;  /* #AAAAFF #000099;*/
	border-right-width: 1px;
	border-right-style: solid;
	
}
#colleft {
	float: left;
	width: 100%;
	margin-left: -200px; 	/* Width of centre column */
	background: #FFFFFF;    /* Left column background colour */
	border-right-color: #eeeeee;  /* #AAAAFF #000099;*/
	border-right-width: 1px;
	border-right-style: solid;

}
#col1wrap {
	float: left;
	width: 50%;
	padding-bottom: 1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
#col1 {
	margin: 0 15px 0 415px;	/* Centre column side padding:
	Left padding = left column width + centre column left padding width
	Right padding = right column width + centre column right padding width */
	position: relative;
	left: 100%;
	overflow: hidden;
}
#col2 {
	float: right;
	width: 170px;        	/* Width of left column content (left column width minus left and right padding) */
	position: relative;
	left: 185px;         	/* Width of the left-had side padding on the left column */
}
#col3 {
	float: right;
	width: 170px;        	/* Width of right column content (right column width minus left and right padding) */
	position: relative;
	left: 555px;
}
/*---------------------------------------------------*/
	/* end here */
/*---------------------------------------------------*/
#sidebar {
/*
	float: left;
	width: 190px;
	padding: 20px 5px 10px 10px;
*/
	padding: 20px 0px 0px 0px;
	float: right;
	width: 190px;        	/* Width of left column content (left column width minus left and right padding) */
	position: relative;
	left: 195px;         	/* Width of the left-hand side padding on the left column */
	background: #FFFFFF;	/* #E4EFFB; */
}

#sidebar_l {
        float: left;
	width: 190px;
	padding: 20px 0 10px 10px;	
}

#sidebar_r {
/*	float: right;
	width: 190px;
	padding: 20px 10px 10px 5px;
*/
	padding: 20px 0px 0px 0px;
	float: right;
	width: 190px;        	/* Width of right column content (right column width minus left and right padding) */
	position: relative;
	left: 585px;	
	background: #FFFFFF;	/* #E4EFFB; */
}

#header {
	background-color: #73a0c5;
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}

#footer {
	background-color: #eee;

	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#content {
	font-size: 1.2em;
	/* added*/
}

.narrowcolumn {
/*
	float: right; was left
	padding: 0 5px 20px 5px;
	margin: 0px 15px 20px 5px;
	width: 530px;
*/
	margin: 0 15px 0 415px;	/* Centre column side padding:
	Left padding = left column width + centre column left padding width
	Right padding = right column width + centre column right padding width */
	position: relative;
	left: 100%;
	overflow: hidden;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0 0 0 150px;
	width: 460px;
}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	/* text-align: justify; */
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, 
.widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn, 
.narrowcolumn {
	line-height: 1.6em;
}
	
.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 2.0em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

.description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2, 
#sidebar_r h2, 
#sidebar_l h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1, 
h1 a, 
h1 a:hover, 
h1 a:visited, 
.description {
	text-decoration: none;
	color: white;
}
	

h2,
h3 {
	color: #333;
}
	
h2 a, 
h2 a:visited, 
h3 a, 
h3 a:visited {
	color: #06c;
}

h2, 
h2 a, 
h2 a:hover, 
h2 a:visited, 
h3, 
h3 a, 
h3 a:hover, 
h3 a:visited, 
#sidebar h2, 
#sidebar_r h2,
#sidebar_l h2,
#wp-calendar caption, 
cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar, 
#sidebar_r, 
#sidebar_l {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, 
#sidebar ul ul li, 
#sidebar ul ol li, 
#sidebar_r ul ul li, 
#sidebar_r ul ol li, 
#sidebar_l ul ul li, 
#sidebar_l ul ol li, 
.nocomments, 
.postmetadata, 
strike {
	color: #777;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}
	
a:hover {
	color: #147;
	text-decoration: underline;
	}

#sidebar a,
#sidebar_r a,
#sidebar_l a {
	text-decoration: none;
}

#sidebar a:hover,
#sidebar_r a:hover,
#sidebar_l a:hover {
	text-decoration: underline;
}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
.subscriptions_post{
/*	
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #e0edf6;
*/
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
/*
.subscriptions_post li{
	list-style-type: none;
	margin-left: 10px;
}
*/
/* End Typography & Colors */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2,
#sidebar_r h2,
#sidebar_l h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

	/* Special stylized non-IE bullets */
	/* Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 15px;
	}

.entry ul li:before, 
/* #sidebar   ul li:before,
#sidebar_r ul li:before,
#sidebar_l ul li:before,
*/
#sidebar   ul li ul li:before,
#sidebar_r ul li ul li:before,
#sidebar   ul ul li:before,
#sidebar_r ul ul li:before,
#sidebar_l ul ul li:before {
	content: "\00BB \0020";
        /* content: "--"; */
	color: #777;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, 
#sidebar ul ol,
#sidebar_r ul, 
#sidebar_r ul ol,
#sidebar_l ul, 
#sidebar_l ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li,
#sidebar_r ul li,
#sidebar_l ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, 
#sidebar ul select,
#sidebar_r ul p, 
#sidebar_r ul select,
#sidebar_l ul p, 
#sidebar_l ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, 
#sidebar ul ol,
#sidebar_r ul ul, 
#sidebar_r ul ol,
#sidebar_l ul ul, 
#sidebar_l ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, 
#sidebar ul ol,
#sidebar_r ul ul ul, 
#sidebar_r ul ol,
#sidebar_l ul ul ul, 
#sidebar_l ul ol {
	margin: 0 0 0 10px;
}

ol li, 
#sidebar ul ol li,
#sidebar_r ul ol li,
#sidebar_l ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, 
#sidebar ul ol li,
#sidebar_r ul ul li, 
#sidebar_r ul ol li,
#sidebar_l ul ul li, 
#sidebar_l ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s,
#sidebar_r #searchform #s,
#sidebar_l #searchform #s {
	width: 140px;
	padding: 2px;
}

#sidebar #searchsubmit,
#sidebar_r #searchsubmit,
#sidebar_l #searchsubmit {
	padding: 1px;
}

#sidebar form,
#sidebar_r form,
#sidebar_l form {
	margin: 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%; /*100%;*/
	padding: 2px;
	}

#commentform #submit {
	/* margin: 0; */
	float: right;
	margin:0 5px 0 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background: url(images/open-quote.gif) no-repeat;
	background-color: #eee;
	font-family: "Courier New", Courier, monospace;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/


#masthead {
	background: #009 url(images/masthead-background.jpg) repeat-x left top;
	width: 100%;
	height: 110px;
	border: 0;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: White;
}

#masthead-text
{
	text-align: center;
	font: normal normal 112%/192% Verdana, sans-serif;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.masthead-title
{
	font: normal bold 380% Verdana, sans-serif;
	letter-spacing: 2px;
}

.masthead-subtitle
{
	font: normal bold 140%/170% Verdana, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	color:  white;
	border: none;
	padding-top: 0px;
	padding: 0;
	margin: 0;
}

#hmenu {
	background: #009;
	padding: 0;
	margin: 0;
	text-align: center;
	color: White;
	font: normal normal 112%/120% Verdana, sans-serif;
}

#hnav {
	color: White;
	border: 0;
	padding: 5px;
	margin: 0;
}

#hnav a {
	color: White;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: Bold;
}

#hnav a:hover {
	background: #00b;
	color: Yellow;
}

#top-ad {
	background: #fff;
	border: 0;
	padding: 5px;
	margin: 0;
}


/*  print.css style changes  */

.noprint { }

.print-only {
	display: none;
}

/* Use this to modify style your Financial Freedom Graph */
	
#goalgraph .goal {  
	width:100%; 
	height:20px; 
	border:solid 1px #000099; /* #555555 */
        margin:5px 0 0 0px;
}
#goalgraph .progress {
	padding-left:3px; 
	height:20px; 
}
#goalgraph .goal-info { 
        margin:5px 0 0 10px;
	/*at: margin: 0; 
	font-weight: bold; 
	text-align: left; */
        font-size:1em;
        color:#0066CC;
}

#goalgraph .appreciation, #goalgraph .appreciation a { 
	margin: 0; 
	text-align: right; 
	font-size: 9px;
	color: #666;
}
