/*
Theme Name: Ozverin PhotoBlog Theme
Theme URI: http://ozver.in/wordpress_ozverphoto_theme/
Description: 1 колонка 960px. Тема в «em», полностью масштабируемая и подходит для мобильных устройств.
Version: 0.1
Author: Mike Bogdanovsky
Author URI: http://ozver.in/
Tags: minimal, seo, 3 columns, typography, text

	Ozverin PhotoBlog Theme
	 http://ozver.in/wordpress_ozverphoto_theme/
*/

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:101%;
}
body{
	font-size:62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#444;
	background:/*url(images/grid.gif) top center repeat-y*/ #fff; /* Uncomment to display the grid */
	/*border-top:0.5em solid #666;*/
	padding:0 1em;
}
#wrapper{
	width:94em;
	margin:0 auto;
}
#header{
	width:100%;
	margin-bottom:1em;
	background: #eee;
	padding: 1em 0 1.5em;
	text-align: center;
}
/*HEADER
-------------------------------------------------------- */
#header h1, #header h2 { margin:0 !important; }
#header h1{
	margin-top: .5em;
	font-size:3em;
	font-style:normal !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
    font-weight: normal;
    color: #222 !important;
}

#header h2{
	font-size:1em;
	margin-top: .5em !important;
	margin-bottom:1em !important;
	font-family: "Lucida Grande", Tahoma !important;
	font-weight: lighter;
	font-variant: normal !important;
	text-transform: uppercase;
	color: #666666 !important;
	letter-spacing: 0.3em;
	padding-bottom:1.5em;
	border-bottom: .5em solid #fff;
}

#nav{
	font-size:1.5em;
	font-variant:small-caps;
	color:#000;
	font-weight: lighter;
	font-family:Georgia,"Times New Roman",Times,serif !important;
}
#nav a{
	font-variant:small-caps;
	color:#000;
}
#nav a:hover{
	text-decoration:none;
	font-weight:lighter;
}
#nav span{
	float:right;
	margin-top:-1.2em;
}
/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer{
	margin-top:1em;
	padding-top:1em;
	border-top:0.5em solid #444444;
	width:100%;
	clear:both;
	position:relative;
}

#footer .widget_tag_cloud{
	text-align:justify;
}
#footer .widget_tag_cloud a, #footer .widget_tag_cloud a:hover{
	line-height:.9em;
}
.footer{
	float:left;
	padding-bottom:1em;
}
.footer h4{
	padding:.1em .5em !important;
	background:#EEE;
	border-right:.8em solid #DDD;
}
.widget ul, .widget ol{
	margin:0 0 2em 0 !important;
	font-size:1.3em;
}
.widget ul li, .widget ol li{
	list-style:none;
	margin-bottom:0.667em;
}
.widget il > ul, .widget li > ol {
	margin-left:1em;
}
.sidebar1{
	width:29em;
	padding-right:1em;
}
.sidebar2{
	width:29em;
	padding-right:1em;
}
.sidebar3{
	width:34em;
}
#footer a, #footer a:hover {
	color:#444444;
}
#footer a{
	text-decoration:none !important;
}
#footer a:hover{
	text-decoration:underline !important;
}
#footer p{
	font-size:1.3em;
}
#bottom{
	background:#EEE;
	margin-top:2em !important;
	margin-bottom:0 !important;
	padding: 1em 1em 0 1em !important;
	border-top:0.5em solid #444444;
}

/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	/*border-top:0.5em solid #666;  The border at the top of each grid */
	float:left;
	margin-bottom:1em;
	overflow:hidden;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 220px */
.twotwenty{
	width:22em;
	margin-right:2em;
}
/* 280px */
.twoeighty{
	width:28em;
	margin-right:2em;
}
/* 340px */
.threeforty{
	width:34em;
	margin-right:2em;
}
/* 400px */
.fourhun{
	width:40em;
	margin-right:2em;
}
/* 460px */
.foursixty{
	width:46em;
	margin-right:2em;
}
/* 520px */
.fivetwenty{
	width:52em;
	margin-right:2em;
}
/* 580px */
.fiveeighty{
	width:58em;
	margin-right:2em;
}
/* 640px */
.sixforty{
	width:64em;
	margin-right:2em;
}
/* 700px */
.sevenhun{
	width:70em;
	margin-right:2em;
}
/* 760px */
.sevensixty{
	width:76em;
	margin-right:2em;
}
/* 820px */
.eighttwenty{
	width:82em;
	margin-right:2em;
}
/* 880px */
.eighteighty{
	width:88em;
	margin-right:2em;
}
/* 940px */
.nineforty{
	width:94em;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p{
	line-height:1.5em;
	margin-bottom:1em;
}
.generic .entry{
	font-size:1.3em;
}

/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/*HEADINGS
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #4E443C !important;
	font-variant:normal !important;
	margin: .5em 0 .5em 0 !important;
	font-family:Georgia,serif;
	text-transform: none;
	font-variant:small-caps !important;
	font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none !important;
	color: #444444 !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none !important;
	color: #2361A1 !important;
}
h1{
	font-size:2.5em;
	line-height:1.1em;
}
h2{
	font-size:2.1em;
	line-height:1em;
}
h3{
	font-size:1.8em;
	line-height:1.2em;
}
h4{
	font-size:1.5em;
	font-variant:small-caps !important;
}
h5{
	font-size:1.2em;
	font-variant:small-caps !important;
}
h6{
	font-size:1.1em;
	font-variant:small-caps !important;
}

.entry h1{
	font-size:1.692em;
	line-height:1.1em;
	font-weight:lighter;
}
.entry h2{
	font-size:1.538em;
	line-height:1em;
	font-weight:lighter;	
}
.entry h3{
	font-size:1.462em;
	line-height:1.2em;
	font-weight:lighter;
}
.entry h4{
	font-size:1.231em;
	font-variant:small-caps !important;
	font-weight:lighter;
}
.entry h5{
	font-size:1.154em;
	font-variant:small-caps !important;
	font-weight:lighter;
}
.entry h6{
	font-size:1.077em;
	font-variant:small-caps !important;
	font-weight:lighter;
}
/*LINKS
-------------------------------------------------------- */
p a{
	color:#2361A1;
}
p a:hover{
	text-decoration:none;
}
h1 a{
	color:#2361A1;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#2361A1;
}
li a:hover{
	text-decoration:none;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.blockquote{
	width:18.5em;
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-size: .9em;
	letter-spacing: 0em;
	line-height: 1.5em !important;
	margin:0px;
	text-transform: uppercase;
	overflow:hidden;
	margin-top:.5em;
}
.generic strong{
	font-variant:small-caps;
	font-weight:bold;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}

.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.borderleft{
	border-left:1px solid #DDD;
	padding-left:.5em;
}
.borderright{
	border-right:1px solid #DDD;
	padding-right:.5em;
}
.textsmall{
	font-size:1.1em !important;
}

.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.left-img, img.alignleft{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:1em;
	margin-top:0.3em;
}
img.right-img, img.alignright{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:1em;
	margin-top:0.3em;
}
img.aligncenter{
	margin:0 auto 1em;
	padding:4px;
	clear:both;
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCCCC;
}
/*CONTACT FORM STYLES
-------------------------------------------------------- */
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}

#orderform, #commentform {
	font-size:1.3em;
}

#searchform {
	margin-bottom:2em;
}
#searchform input[type="text"]{
	padding:.2em .2em !important;
	border:1px solid #111;
	font-family:Georgia,serif !important;
	font-size:1.5em !important;
	background:#EEE;
	width:97.5%;
}
.entry #searchform input[type="text"]{
	padding:.2em .2em !important;
	border:1px solid #111;
	font-family:Georgia,serif !important;
	background:#EEE;
	width:20em;
}
#orderform label, #commentform label {
	font-family:"Lucida Grande",Tahoma !important;
	padding-left:.5em;
	font-size:.85em;
	font-weight:lighter;
	color: #666666 !important;
	text-transform:uppercase;
	letter-spacing:0.3em;
}

#orderform input[type="text"], #orderform textarea, #commentform input[type="text"], #commentform textarea {
	padding:.2em;
	border:1px solid #444;
	font-family:Georgia,"Times New Roman",Times,serif !important;
	font-size:1em !important;
	background:#eee;
}
#orderform input[type="text"], #commentform input[type="text"]{
	width:20em;
}
#orderform textarea, #commentform textarea{
	width:30em;
	margin-top:.2em !important;
}

#orderform input[type="submit"], #commentform input[type="submit"]{
	clear:both;
	padding:.5em;
	border:2px solid #111;
	background:#E6E6E6 !important;
	cursor:pointer;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
#orderform input[type="submit"]:hover, #commentform input[type="submit"]:hover{
	color:#2361A1;
	border:2px solid #2361A1;
}

#orderform input.req[type="text"]{
	border:1px solid #DA3838 !important;
}

#orderform p, #commentform p{
	margin-bottom:.5em !important;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-bottom:1.8em;
	margin-left:2em;
	list-style:square inside;
}
ul li{
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	
}
ol{
	margin-bottom:1.8em;
	margin-left:2em;
	list-style:decimal inside;
}
ol li{
	line-height:1.5em;
}
/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/
.alert{
	margin-bottom:2em;
	padding:.5em 1.5em;
	border: 2px dashed #DA3838;
}

.alert p{
	margin-bottom:.5em !important;
}
/*-------------------------------------------+
|                                            |
|               WordPress Special            |
|                                            |
+-------------------------------------------*/
.date-author {
	color:#888888;
	display:block;
	font-family:"Lucida Grande",Tahoma !important;
	font-size:0.9em;
	font-weight:lighter;
	letter-spacing:0.3em;
	line-height:0.9em;
	margin:-0.5em 0 1.5em;
	text-transform:uppercase;
}
.date-author a{
	text-decoration:none !important;	
	color:#444444 !important;
	text-transform:none !important;
	font-weight:bold;
}
.date-author a:hover{
	text-decoration:underline !important;
}
.commentnum {
	color:#6A9CA7;
	display:block;
	font-family:'Hoefler Text',Georgia,'Times New Roman',serif;
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:0.2em;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.commentnum a {
	color:#6A9CA7;
	text-decoration: none !important;
}
.commentnum a:hover {
	color:#6A9CA7;
	text-decoration: underline !important;
}
#comments {
	
}
.comments_head {
	border-top:1px dotted #BBBBBB;
	display:block;
	padding-top:.5em;
}

.comment_author {
	font-family:'Hoefler Text',Georgia,'Times New Roman',serif;
	font-size:1em;
	font-weight:600;
	letter-spacing:0;
	line-height:1em;
	text-transform:uppercase;
	display:block;
	color: #444 !important;
}
.comment_author a, a:active {
	text-decoration:none !important;
	color: #444;
}
.comment_author a, a:hover {
	text-decoration: underline !important;
	color: #444;
}

.comment_date {
	font-family: Georgia,'Times New Roman',serif;
	font-size:1em;
	font-weight:100;
	letter-spacing:0;
	line-height:1.5em;
	text-transform:none;
	letter-spacing:.2em;
	display:block;
}

.border {
	border-bottom: 1px dotted #BBBBBB;
}

img.avatar{
	margin: 1em 0;
	display:block;
}

.comnumid, .comnumid a, .comnumid a:hover {
	font-family:georgia, serif;
	color:#DDD;
	font-size:1.6em;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	text-decoration:none;
}

.posthead {
	border-top: 1px dotted #BBBBBB;
	padding-top: 1em;
}
.commenttext{
	font-size:1.3em;
}
#postsnav{
	margin:2em 0 0 !important;
	background:#EEEEEE none repeat scroll 0 0;
}
.postsnav{
	font-family:'Hoefler Text',Georgia,'Times New Roman',serif;
	font-size:1.35em;
	font-weight:normal;
	letter-spacing:0;
	line-height:1.5em !important;
	text-transform:uppercase;
	padding:0.2em .5em !important;
	margin:0 !important;
}
.postsnav a{
	text-decoration:none;
	color:#444;
}
.postsnav a:hover{
	text-decoration:underline;
	color:#444;
}
#singlblock1 p, #singlblock2 p, #singlblock1 ul, #singlblock1 ol, #singlblock2 ul, #singlblock2 ol {
	font-size:1.3em;	
}
#singlblock1{

}
#singlblock2{
	background:#F7F3E2;
	border: 1px solid #DDCE93;
	padding:.5em 1em;
}
