/*  
Theme Name: Blogdogger
Theme URI: http://www.blogdog.ru/
Description: <a href="http://www.blogdog.ru/">Blogdogger</a> theme is combining a magazine and a weblog into one. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Alexander Alexeyenko
Author URI: http://www.blogdog.ru/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* CSS Reset */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}

/* CSS */

body {
	background:#FFFFFF url('images/background.png') repeat-y center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.clearer {
	clear:both;	
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#0099cc;	
}

em {
	font-style:italic;	
}

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#colLeft {
	float:left;
	width:610px;
	padding:10px 0 0 10px;
	margin-bottom:10px;
}

#colRight {
	float:left;
	width:320px;
	padding:10px 0 0 10px;
	margin-bottom:10px;
}


#header {
	width:100%;
	float:left;
	padding:8px 0 8px 0;
	border-bottom:1px solid #e6e6e6;	
}

#blogdog {
	display:block;
	width:300px;
	float:left;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:14px;
	color:#999999;
	background:url(images/blogdog.gif) no-repeat 20px 11px;
	padding:78px 0 17px 178px;
}

#navTop {
	clear:both;
	width:960px;
	height:36px;
	background:url(images/bg-nav.png) no-repeat top right;
}

#navTop form {
	float:right;
}

#navTop form input {
	width:290px;
	border:none;
	background:none;
	
	margin:11px 17px 0 0;
	font-size:11px;
	color:#666666;
	font-style:italic;
}

#navTop ul {
	display:inline;
	list-style-type:none;
}

#navTop ul li {
	float:left;
	padding:0 10px 0 20px;
	font-size:10px;
	text-transform:uppercase;
	line-height:34px;
}

#navTop ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#navTop ul li a:hover {
	text-decoration:underline;	
}



#headline {
	float:left;
	width:587px;
	padding:10px;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:2px solid #e6e6e6;
	border-bottom:2px solid #e6e6e6;
	margin-bottom:10px;
}

#headline h1 {
	font-size:24px;
	line-height:28px;
	letter-spacing:-1px;
}

#headline h1 a {
	color:#333333;
	text-decoration:none;	
}

#headline h1 a:hover {
	color:#99cc00;
}

#headline p {
	font-size:12px;
	line-height:19px;
	color:#666666;
	margin-bottom:10px;
}

#headline img {
	float:left;
	border:1px solid #e6e6e6;
	margin:0 10px 0 0;
}


#post {
	float:left;
	width:588px;
	padding:10px;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:10px;
}

#post h1 {
	font-size:24px;
	line-height:28px;
	letter-spacing:-1px;
	color:#333333;
}

#post h1 a {
	color:#333333;
	text-decoration:none;	
}

#post h1 a:hover {
	color:#99cc00;
}

#post h2 {
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}

#post p, ul {
	font-size:13px;
	line-height:19px;
	color:#666666;
	margin-bottom:10px;
}

#post ul {
	list-style-type:circle;
	margin-left:20px;
}

#post ol li img {
	margin:10px 0 10px -40px;
}


#post li {
	font-size:12px;
	line-height:19px;
	color:#666666;
	margin-bottom:5px;
}

#post .headlineImg {
	margin-bottom:20px;
}

#post object, img {
	clear:both;
	border:1px solid #e6e6e6;
	margin:0 10px 0 0;
}

#post strong {
	font-weight:bold;
}


.postData {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	text-transform:uppercase;
	letter-spacing:-0.04em;
}

.featuredPostData {
	float:left;
	text-transform:uppercase;
	letter-spacing:-0.04em;
}


.postData .date {
	display:block;
	float:left;
	font-size:10px;
	color:#999999;
	margin-right:5px;
	line-height:16px;
	padding-top:1px;
}

.featuredPostData .date {
	display:block;
	float:left;
	font-size:10px;
	color:#999999;
	margin-right:5px;
	line-height:16px;
	padding-top:1px;
}


.postData .cats {
	display:block;
	float:right;
	font-size:10px;
	color:#999999;
	padding-top:5px;
}

.postData .cats a {
	color:#999999;
}

.postData .commentsCount {
	display:block;
	float:left;
	width:21px;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
	padding-top:1px;
	background:url(images/bg-comments-count.gif) no-repeat top left;
}

.featuredPostData .commentsCount {
	display:block;
	float:left;
	width:21px;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	line-height:16px;
	padding-top:1px;
	background:url(images/bg-comments-count.gif) no-repeat top left;
}


.postData .commentsCount:hover {
	background:url(images/bg-comments-count.gif) no-repeat top right;
}

.featuredPostData .commentsCount:hover {
	background:url(images/bg-comments-count.gif) no-repeat top right;
	color:#FFFFFF;
}



#posts {
	float:left;
	width:588px;
	padding:0 10px 10px 10px;
	border:1px solid #e6e6e6;
}

.postPreview {
	width:588px;
	padding:10px 0 0 0;
	float:left;
	border-bottom:1px solid #e6e6e6;	
}

.postPreview img {
	float:left;
	border:1px solid #e6e6e6;
	margin:3px 7px 5px 0;
}

.postPreview h1 {
	font-size:18px;
	letter-spacing:-1px;
	margin-bottom:10px;
}

.postPreview h1 a {
	color:#333333;
	text-decoration:none;	
}

.postPreview h1 a:hover {
	color:#99cc00;
}

.postPreview p, ul {
	font-size:12px;
	color:#666666;
	line-height:18px;
	margin-bottom:10px;
}

.postPreview ul {
	list-style-type:circle;
	padding-left:20px;
	margin-top:0;	
}



#subscribers {
	float:left;
	border:1px solid #e6e6e6;
	background:url(images/bg-subscribers.gif) repeat-x bottom;
	margin-bottom:10px;
}

#twitter {
	display:block;
	float:left;
	width:159px;
	padding:95px 0 10px 0;
	margin-top:10px;
	text-align:center;
	background:url(images/bg-twitter.gif) no-repeat top center;
	font-size:11px;
	line-height:16px;
}

#rss {
	display:block;
	float:left;
	width:159px;
	padding:95px 0 10px 0;
	margin-top:10px;
	text-align:center;
	background:url(images/bg-rss.gif) no-repeat top center;
	font-size:11px;
	line-height:16px;
}

#stat {
	float:left;
	width:318px;
	background:#FFFFFF;
	border-top:1px solid #e6e6e6;
}

#stat p {
	color:#999999;
	padding:10px 0 10px 0;
	font-size:11px;
	text-align:center;
}

#stat p strong {
	font-weight:bold;
}

#featured {
	float:left;
	width:155px;
	border-top:1px solid #e6e6e6;
	margin-bottom:10px;
}

.featuredPostPreview {
	float:left;
	width:133px;
	padding:10px;
	font-size:10px;
	text-transform:uppercase;
	line-height:16px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.featuredPostPreview img {
	float:left;
	margin-bottom:10px;
	border:1px solid #e6e6e6;
}

.featuredPostPreview a {
	text-decoration:none;
	display:block;
/*	width:100%; */
}

.featuredPostPreview a:hover {
	color:#99cc00;	
}

#categories {
	float:left;
	width:135px;
	padding:0 10px 10px 20px; 
	margin-bottom:10px;
}

#categories h2 {
	font-size:18px;
	color:#666666;
	letter-spacing:-1px;
}

#categories li {
	float:left;
	width:100%;
	font-size:14px;
	padding:10px 0 0 0;
}

#footer {
	float:left;
	width:100%;
	border-top:1px solid #e6e6e6;
	padding-top:10px;
}

#footer ul {
	float:left;
	margin-bottom:10px;	
}

#footer li {
	float:left;
	padding:0 20px 0 20px;
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
}

#footer li a {
	color:#999999;	
}

#footer p {
	border-top:1px solid #e6e6e6;
	float:left;
	width:940px;
	padding:10px 0 15px 20px;
	font-size:11px;
	color:#999999;
	line-height:16px;
}

#footer p#miscLinks {
	border:none;
	float:left;
	width:940px;
	padding:0 0 40px 20px;
	font-size:11px;
	color:#b3b3b3;
	line-height:16px;
}

#footer p#miscLinks a {
	color:#b3b3b3;
}


.rss {
	display:block;
	float:right;
	background:url(images/ico-rss.gif) no-repeat left;
	padding:0 20px 0 21px;
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
	line-height:16px;
}

.home {
	display:block;
	float:left;
	padding:0 20px 0 20px;
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
	line-height:16px;
}

#comments {
	float:left;
	width:588px;
	padding:0 10px 10px 10px;
	border:1px solid #e6e6e6;
	font-size:11px;
	line-height:16px;
	color:#666666;
}

#comments p {
	font-size:11px;
	line-height:16px;
	margin-bottom:5px;	
}

#comments .field, .submitbutton {
	margin-bottom:10px;	
}

.submitbutton {
	margin-top:10px;	
}

#comments .field {
	width:100%;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#333333;
}

#comments .submitbutton {	
	float:right;
	font-size:12px;
	color:#666666; 
}

#comments h2 {
	float:left;
	font-size:18px;
	color:#333333;
	margin:10px 0 10px 0;
}

#comments ul {
	float:left;
}

#comments li {
	float:left;
	width:588px;
	padding:10px 0 10px 0;
	border-bottom:1px solid #e6e6e6;	
}

#comments img {
	float:left;
	margin:0 10px 10px 0;
}

#comments .comment {
	float:left;	
}

#comments form {
	clear:both;	
}


#pageHeader {
	float:left;
	width:588px;
	padding:10px;
	border-top:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}

#pageHeader h1 {
	font-size:24px;
	color:#333333;
	letter-spacing:-1px;
}

.postSocial {
	float:right;
	width:295px;
	font-size:11px;
	line-height:16px;
	margin-bottom:10px;
}

.shareTwitter {
	display:block;
	float:left;
	width:130px;
	padding-top:62px;
	padding-right:5px;
	padding-left:7px;
	background:url(images/ico-share-twitter.png) no-repeat top left;
}

.shareRss {
	display:block;
	float:left;
	width:130px;
	padding-top:62px;
	padding-right:5px;
	padding-left:7px;
	background:url(images/ico-share-rss.png) no-repeat top left;
}

.right a {
	diaplay:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#99cc00;
	padding:10px 0 10px 0;
}

.left a {
	diaplay:block;
	float:right;
	font-size:11px;
	font-weight:bold;
	color:#99cc00;
	padding:10px 0 10px 0;
}

#emailSubscr {
	width:298px;
	float:left;
	padding:10px;
	border-top:1px solid #e5e5e5;
}

#emailSubscr label {
	display:block;
	width:100%;
	margin-bottom:2px;
	text-align:center;
	font-size:11px;
	color:#999999;
	font-weight:bold;
}

#emailSubscr #inputEmail {
	display:block;
	width:100%;
	font-size:11px;
	color:#999999;
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
/*	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc; */
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#email #inputSubmit {
	width:298px;
	background:url('images/bg-nav.png') no-repeat top left;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:none;
	margin-top:5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:2px 0 2px 0;
}

#inputEmail {
/*	margin:10px 0 10px 10px; */
}

#banner468x60 {
	display:block;
	float:right;
	margin-top:41px;
}

#livejournal {
	width:298px;
	float:left;
	padding:10px;
	border-top:1px solid #e5e5e5;
	text-align:center;
	font-size:11px;
	color:#999999;
	font-weight:bold;
}

#livejournal img {
	border:none;
	margin-right:5px;
}