/*
Theme Name: Photoprosumer
Theme URI: http://photoprosumer.com/
Description: The  WordPress theme for PhotoProsumer.com
Version: 1.0
Author: Gennadiy Litvinyuk
Author URI: http://photoprosumer.com/
Tags: blue, custom header, fixed width, two columns


*/

html {
	background: #162c42;
}

body {
	font-family: Verdana, Helvetica;
	background: #162c42 url('img/back.png') repeat-x top;
}

strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

th,td {
	/*borders and padding to make the table readable*/
	border: 1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}

p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

/* Structure */

#doc4 {
	padding: 20px 0;
}

#hd {
	height: 50px;
}

#hd h1 a {
	background: url('img/logo.png') no-repeat scroll left center;
	display: block;
	float: left;
	margin-left: 20px;
	width: 223px;
	height: 48px;
	text-indent: -9999px;
}

#mn {
	background: url('img/mnback.png') repeat-x;
	height: 47px;
}

#bd {
	background: #fff url('img/mback.png') repeat-x top;
	padding-bottom:2em;
}

#ft {
	height: 60px;
	background: #1f436e url('img/fback.png') repeat-x top;
	padding-top: 15px;
}

#ft h1 a {
	background: url('img/slogo.png') no-repeat scroll left center;
	display: block;
	margin-left: 20px;
	width: 153;
	height: 35px;
	text-indent: -9999px;
}

#ft p {
	color: #fff;
	margin: 0.3em 0 0.2em 0;
	font-size: 85%;
}

/* Links */

a:link, a:visited {
	color: #3399CC;
}

a:hover, a:active {
	color:#16263A;
	text-decoration: underline;
}

a {
	font-weight: bold;
	text-decoration: none;
}

/* Headers */

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, ul#nv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

h1, h2, h3, h4 {
	color: #CA3C30;
}

h2, ul#nv {
	font-size: 161.6%;
}

h3 {
	font-size: 146.5%;
}


h1 a, h2 a, h3 a, h4 a , h2 a:link, h2 a:visited {
	color: #004D99;
}

/* Post metadata */

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.15em 2.3em;
	border-bottom: 1px dotted;
}

.meta span, .tags span, .category  span{
	font-weight: bold;
}

.meta {
	color:#888;
	margin-bottom: 0.5em;
	font-size: 85%;
}

.date .meta, .tags, .category {
	font-size: 93%;
	margin: 0;
}

.post, .comments {
	margin: 1.15em 1.15em 1.15em 2.3em;
}

/* Lists Formatting */

#sidebar ul {
	margin: 0.5em 1em;
}

#sidebar ul ul {
	margin: 0 1em;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li:before {
	content: "\00BB \0020";
}

#sidebar h2 {
	margin-top: 0.5em;
}

ol.commentlist {
	margin: 0;
}

ol.commentlist  li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	margin: 0;
	float: left;
	width: 100%;
}

ol.commentlist  li .commentmetadata {
	float: left;
	width: 30%;
	padding: 0.5em;
}

ol.commentlist  li .commentcontent {
	float: left;
	width: 65%;
	padding: 0.5em;
}

img.avatar {
	margin-bottom: 0;
}

.commentlist .alt {
	background-color: #eee;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* Navigation */

ul#nv {
	margin: 0;
	padding: 0.4em;
} 

ul#nv li {
	margin-left: 0;
	padding: 0 0.6em;
	list-style: none;
	display: inline;
	font-size: 116%;
}

ul#nv a:link, ul#nv  a:visited , ul#nv a:hover, ul#nva:active {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

ul#nv a:hover, ul#nva:active {
	text-decoration: underline;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ac {
	text-align: center;
}