/*  
Theme Name: Rodilnitza
Theme URI: http://rodilnitza.com/blog/
Description: Designed for the Rodilnitza blog site, usng the Arthemia theme as a foundation. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Vanya
Author URI: http://rodilnitza.com/blog/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* reset styles */
* { padding:0; margin:0; }
a { outline: none; text-decoration:underline; color:#666; }
a img, img { border:none; }
body {
	background: #F0EFEB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #545353;
}
td { vertical-align:top; }


/* HTML Elements */
a img {	border:0; }
code {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	background:#F0EFEB;
	display:block;
	padding:3px 5px;
	line-height:13px;
}	
acronym, abbr, span.caps {	
	font-size: 12px;
	letter-spacing: .07em;
	cursor: help;
}			
acronym, abbr {	border-bottom: 1px dashed #999; }
blockquote {
	padding: 5px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:12px Arial;
	line-height:20px;
	margin:10px 0px;
}
select { width: 130px; }	


/* Structure */
#head {
	width:960px;
	margin:15px auto 10px;
	padding:0px;
}
#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background-color:#DBD6C3;
}
.left,  .alignleft 	{	float:left;	}
.right, .alignright { 	float:right; }


/* Navigation Bar*/
#navbar {
	margin:10px auto;
	background:none;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	clear:both;
}
#navbar.top_pos { margin-top:0px; }
#page-bar {	
	width:820px;
	margin:0 0 0 100px;
}
#page-bar h3 { display:none; }
#page-bar ul { list-style: none; }
	#page-bar li {
		float:left;
		list-style:none;
		cursor: pointer;
		display:block;
		border-left:1px solid #AEADA9;
		margin: 5px 0px;
		padding:0px;
	}
		#page-bar li.no_border { border:none !important; }	
		#page-bar li:hover { /*background: #3c78a7;*/ }
		#page-bar a, #page-bar a:visited {
			margin: 0px;
			padding:0 15px;
			color:#133D4A;
			display:block;
			font-weight:bold;
		}
		#page-bar a:hover {
			text-decoration:none;
			display:block;
		}

/* Dropdown Menus */		
	#page-bar li li {
		float: left;
		margin: 0px;
		padding: 0px;
		width: 122px;
		text-transform:none;
	}
		#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
			background: #B4AF8F;
			width: 122px;
			float: none;
			margin: 0px;
			padding: 5px 10px 5px 18px;
			border-top: 1px solid #C0C0C0;
		}
		#page-bar li li a:hover, #page-bar li li a:active {
			background: #DBD6C3;
			padding: 5px 10px 5px 18px;
		}
	#page-bar li ul {
		position: absolute;
		width: 200px;
		left: -999px;
	}
	#page-bar li:hover ul {
		left: auto;
		display: block;
	}
	#page-bar li:hover ul, #page-bar li.sfhover ul { left: auto; }


/* Text*/
p {	margin: 0; padding:3px 0 7px 0; }
a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
}
a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
}
h1 {
	font-size:25px;
	font-weight:bold;
	letter-spacing:-0.08em;
}
h2 {
	color:#133D4A;
	font-size:18px;
	padding:15px 0 5px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:10px 0 5px 0;
	color:#6E8007;
}
h4 {
	font-size:11px;
}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:14px;
}
h3#respond {
	margin-top:0px;
	padding-top:20px;
}
h3#comments {
	margin-top:32px;
	padding-left:0px;
}
h3.authors {
	margin-top:15px;
}
#front-list h2, #front-list h3 {
	font-size:14px;
	padding:0;
}

/* Index Page*/
#logo {
	width:960px;
	text-align:center;
}
	#logo a {
		font-size:25px;
		color:#666666;
		font-weight:bold;
		text-decoration:none;
	}
	#tagline {
		margin-top:5px;
		font-size:12px;
		color:#333;
	}
#searchform {
	padding:5px 0 15px 0;
}
#searchsubmit {
	margin-left:5px;
	margin-bottom:-5px;
	border:1px solid #B4AF8F;
}
#s {
	padding:2px;
	font-size:12px;
	width:190px;
	border:1px solid #B4AF8F;
}

#top {
	padding:0;
}
#headline_outer {
	width:590px;
	float:left;
	background:#FFF;
	padding:5px;
	margin:0;
	border:1px solid #E2E1DC;
	}
	#headline {
		padding:0 10px;
		border:1px solid #D2D3CD;
		font-size:12px;
	}
		#headline div.title {
			font-size:25px;
			text-align:center;
			letter-spacing:-0.02em;
			display:block;
			padding:10px 0;
			color:#C15610;
		}
			#headline div.title a { color:#C6560E; }
			#headline div.title a:hover { text-decoration:none; }

		#headline div.meta, #content div.meta {
			display:block;
			margin-top:-5px;
			padding-bottom:2px;
		}
		#headline div.meta .author_info, #content div.meta .author_info {
			text-align:center;
			font-style:italic;
			font-size:12px;
			color:#A08E83;
		}
			#headline div.meta .author_info a, #content div.meta .author_info a {
				color:#326C7C;
			}
		#headline div.meta .comments_info, #headline div.meta .comments_info a, 
		#content div.meta .comments_info, #content div.meta .comments_info a {
			color:#BAB6B4;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			min-height: 15px;
			height: auto !important;
			height: 15px;
		}
		#headline h1, #headline h2, #headline h3 {
			color:#999999;
			font-size:12px;
			font-weight:bold;
			line-height:22px;
			padding-bottom:8px;
		}
		#headline p {
			padding-bottom:7px;
			line-height:22px;
			color:#545353;
			margin:0;
			text-align:justify;
		}
		#headline a img {
			margin:5px 18px 0 0;
		}


#featured_outer {
	width:310px;
	background:#fff;
	float:right;
	padding:5px;
	margin:0;
	border:1px solid #E2E1DC;
}
	#featured {
		border:1px solid #D2D3CD;
		font-size:12px;
		min-height: 347px;
		height: auto !important;
		height: 347px;
		padding:3px 0;
	}
	#featured .featured_element {
		min-height: 118px;
		height: auto !important;
		height: 118px;
		padding:7px 10px 5px;
		border-bottom:1px solid #EDEDEB;
	}
		#featured .featured_element.last_cat { border:none; /*padding-bottom:0px;*/ }
	#featured .info {
		text-align:center;
	}
		#featured .category_title, #front-list .category_title {
			color:#A6A293;
			font-size:11px;
			padding:0 0 3px;
			letter-spacing:0.05em;
		}
		#front-list .category_title { text-align:center; }
			#featured .category_title a, #front-list .category_title a { color:#A6A293; }
			#featured .category_title.pic_padding {	padding-left:115px; }
		#featured .sep_line, #front-list .sep_line {
			border-bottom:1px solid #EDEDEB;
			font-size:1px;
			line-height:1px;
			height:1px;
			width:60px;
			margin:3px auto 0px;
		}
		#featured .title {
			color:#4A392E;
			font-size:12px;
			line-height:18px;
			font-weight: bold;
		}
		#featured .meta {
			margin-top:7px;
		}
			#featured .meta .author_info {
				font-style:italic;
				color:#A08E83;
			}
				#featured .meta .author_info a { color:#817319; }
		#featured a img { margin-right:5px; }
		#featured p { margin:0; }

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}
	.category p { margin:0; }
	.category a {
		color:#333;
		display:block;
	}
	.category a:hover {
		color:#fff;
		text-decoration:none;
	}

#front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:20px;
	letter-spacing:-0.05em;
	}

#bottom {
	margin-top:10px;
	clear:both;
}
	#front-list-outer, #content_outer {
		width:590px;
		float:left;
		background:#fff;
		padding:5px;
		margin:0;
		border:1px solid #E2E1DC;
	}
	#front-list, #content {
		padding:10px;
		border:1px solid #D2D3CD;
		font-size:12px;
		line-height:22px;
		min-height: 670px;
		height: auto !important;
		height: 670px;
	}
	#archive {
		padding-top:15px;
		font-size:12px;
		line-height:20px;
	}
		#front-list p, #content p, #archive p {
			text-align:justify;
		}
		#front-list blockquote { padding: 0px 10px 0 10px; }
		#front-list .clearfloat, #archive .clearfloat {
			padding-bottom:7px;
			margin-bottom:10px;
			background:transparent url(images/separator.gif) center bottom no-repeat;
			clear:both;
		}
		#front-list .title, #archive .title {
			weight:bold;
			font-size:22px;
			text-align:center;
			letter-spacing:-0.02em;
			display:block;
			padding-bottom:10px;
			color:#6E8007;
			clear:both;
			line-height:30px;
		}
			#front-list .title a, #archive .title a { color:#6E8007; }
		#front-list div.meta {
			display:block;
			margin-top:-5px;
			padding-bottom:2px;
		}
			#front-list div.meta .author_info {
				text-align:center;
				font-style:italic;
				font-size:12px;
				color:#A08E83;
				line-height:14px;
			}
				#front-list div.meta .author_info a { color:#326C7C; }
			#front-list div.meta .comments_info, #front-list div.meta .comments_info a {
				color:#BAB6B4;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				line-height:19px;
			}
		#front-list .spoiler, #archive .spoiler {
			display:block;
			margin-top:3px;
			clear:both;
		}
		#front-list p, #archive p {
			margin:0px;
		}


/* Content Page*/
#content .breadcrumbs, #content .breadcrumbs a, #content .post_date {
	color:#BAB6B4;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:19px;
}
	#content .breadcrumbs {
		float:left;
		width:420px;
	}
	#content .post_date {
		float:right;
		text-align:right;
		width:140px;
		text-transform:capitalize;
	}
#content h2.title {
	color:#C15610;
	font-size:25px;
	font-weight:normal;
	letter-spacing:-0.02em;
	padding:20px 0 10px;
	text-align:center;
	display:block;
	clear:both;
	line-height:30px;
}
#archive .wp-caption-text, #front-list .wp-caption-text  {
	display:none;
}
table.pretty {
	margin:0 0 10px;
}
table.pretty td {
	padding:3px 7px;
}
.post {
	font-size:12px;
	line-height:20px;
}
	.post .clearfloat {
		padding-bottom:20px;
		margin:10px 0 15px;
		background:transparent url(images/separator.gif) center bottom no-repeat;
	}
	.post ul, .post ol, #front-list ul, #front-list ol, .spoiler ul, .spoiler ol   {
		margin:5px 0;
	}
	.spoiler ul, .spoiler ol   { margin-left:20px;}
		.post ul li, #front-list ul li {	
			list-style:square;
			margin-left:30px;
		}
		.post ol li, #front-list ol li {	
			list-style:decimal;
			margin-left:30px;
		}
			.post ol li ul li, #front-list ol li ul li {	
				list-style:square;
				margin-left:20px;
			}
	.post img, .post a img, #front-list img, #archive img {
		border:1px solid #ccc;
		margin:5px 20px 5px 0;
	}
	.post img.alignright, .post a img.alignright, #archive img.alignright {
		border:1px solid #ccc;
		margin:5px 0 5px 20px;
	}
	.post .ads {
		margin-top:10px;
	}
.email_print {
	clear:both;
	padding:5px 0 0 0;
}
	.email_print img {
		margin:0 3px -4px 0 !important;
	}	
.entry {
	margin-top:20px;
}
.wp-smiley { margin:0 !important; border:none !important;}
.contact_form {
	padding:10px 0; 
}
.contact_form dd {
	float:left;
	clear:both;
	width:200px;
	height:30px;
	text-align:right;
}
.contact_form dt {
	float:left;
	width:330px;
	height:30px;
	padding-left:10px;
}
.contact_form .long {
	height:400px;
}
.contact_form .captcha {
	height:90px;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
	clear:both;
}
div.wpcf7-response-output { margin-top:5px !important; }
.wpcf7-captcha-captcha-1 { margin:0 10px 0 0 !important; /*float:left;*/ }
/*.contact_form .captcha-1 input { width:200px !important; float:left; }*/
.contact_form .submit_btn {
	width:130px;
	padding:5px 0;
}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:12px Arial;
	display:block;
}
	#stats span { padding: 0px 20px 0px 0px; }
		#stats span a:hover { background:none; }
		#stats span a {	color:#333; }
	#stats img, #nav img {
		border:0px;
		margin:0px;
		padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:11px;
}
#tools a:hover { background:none; }
#tools .edit_link {
	float:right;
	width:150px;
	text-align:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:20px;
}
.navigation {
	padding:5px 0px;
	text-align:center;
}
	.navigation .left a, .navigation .right a { text-transform:capitalize; }

.post-meta {
	list-style-type:none;
	margin:10px 0;
}
	.post-meta .post-meta-key {
		width:100px;
		display:block;
		float:left;
		clear:both;
		padding:2px 10px 2px 0;
		text-align:right;
		font-weight:bold;
	}
	.post-meta .post-meta-value {
		width:450px;
		display:block;
		float:left;
		padding:2px 0 2px;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #E2E1DC;
}
	#sidebar h3 {
		font:12px Arial, Helvetica, sans-serif;
		font-weight:bold;
		background:#B4AF8F;
		color:#fff;
		margin:10px -10px 5px -10px;
		padding:6px 10px;
		letter-spacing:0.05em;
	}
		#sidebar-top h3, #sidebar-bottom h3 {
			margin-top:15px;
			clear:both;
		}
	#sidebar-top, #sidebar-bottom {
		padding:0 10px 5px;
	}
	#sidebar-middle {
		padding:0;
		margin-bottom:0;
	}
		#sidebar-left {
			width:135px;
			padding:0;
			float:left;
			padding:0 10px 5px;
		}
		#sidebar-right {
			width:140px;
			padding:0;
			float:right;
			padding:0 10px 5px;
		}
		#sidebar-ads {
			width:300px;
			float:right;
			margin-bottom:10px;
			padding:10px;
			background:#fff;
		}

#sidebar li {
	list-style:none;
	/*border-bottom:1px dotted #ccc;*/
	display:block;
	padding:5px 0px;/* 2px 13px;*/
	/*background:url(images/sub.png) no-repeat 0 0px;*/
}
	#sidebar li ul li:last-child{
		list-style:none;
		/*border-bottom:0px dotted #ccc;*/
		display:block;
		padding:3px 0px 0px 0px;
		/*background:url(images/sub.png) no-repeat 0 0px;*/
	}
#sidebar ul.children li, #sidebar ul.children li:last-child {
	padding:5px 0 0 11px;
	background:url(images/sub.png) no-repeat 0 3px;
}

/* author spotlight */
#sidebar #author_name {
	font-size: 12px;
	font-weight:bold;
	color:#C6560E;
	padding:5px 0 3px 0;
}
#sidebar .photo {
	float:left;
	margin:5px 10px 5px 0;
	padding:0;
}
#sidebar #author_profile, #sidebar .textwidget {
	font-size:12px;
	line-height:20px;
	padding:5px 0;
}
#sidebar #author_posts_link a {
	color:#817319
}



/* Form Elements */
fieldset { padding:10px; }
textarea { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#545353; 
	border:1px solid #D3D0BD; 
}
.contact_form textarea, .contact_form input {
	border:1px solid #D3D0BD;
	color:#545353;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	width:300px;
	padding:3px 5px;
} 
select {
	border:1px solid #333;
	width:100%;
}
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:12px;
}
#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 99%;
	margin-top:5px;
}


/* Comments*/
.commentlist cite_out {
	margin:0 0 4px;
}	
	.commentlist cite { font-style:normal; }
.commentlist blockquote {
	background:#ededed;
}
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
}
	.commentlist li li {
		background:none;
		border:none;
		list-style:square;
		margin:3px 0 3px 20px;
		padding:3px 0;
	}
.commenttext {
	padding: 5px 10px 0px 10px;
	background-color:#F8F8F8;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:475px;
	float:right;
	font-size:12px;
	line-heigh:18px;
}
.commenttext p {
	line-height:18px;
	font-size:12px;
}
li.my_comment {
	background: #FFF;
	border:none;
}
	li.my_comment cite strong {
		font-size: 15px;
		color:#313228;
	}
li.my_comment .commenttext {
	background-color:#EAEAEA;
}	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
}
.commentmetadata {
	color:#B4AF8F;
	font-size:11px;
	font-style:italic;
	line-height:16px;
}
	.commentmetadata a, .commentmetadata a:visited { color:#959382; }
.commentlist small {
	background:#e9e9e9;
}
.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
}
#comments .photo {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
}
#comment {
	width:590px;
	background:#fff;
}
.linklist a, .linktable a {

}
.linklist a { font-weight:bold; color:#545353; }
.linktable a { font-size:14px;	color:#6E8007; }
.linklist li {
	padding:3px 0;
}
.linklistcatname {
	padding:15px 0 5px !important;
}
.linklistcatname {
	color:#6E8007 !important;
}
.wp-caption-text, .wp-caption-dd {
	padding:0 10px 7px 10px;
	color:#999999;
	text-align:center !important;
	font-size:11px;
	font-style:italic;
}

/* Footer*/
#footer {
	margin: 0 auto;
	width: 960px;
	font-size:11px;
	padding-top:10px;
	padding-bottom:10px;
}

/* common styles */
.center_align_text { text-align:center; }
.bold_text { font-weight:bold; }

/* Float Properties*/
.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfloat {
	display: inline-block;
}
.clear { clear:both; }
.textbox {
	padding:10px 0;
}

/* Hides from IE-mac \*/
* html .clearfloat { height:1%; }
*+html .clearfloat { height:1%; }
.clearfloat { display:block; }

/* Hax (don't look here)*/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Hax (don't look here) */	
