/*  
Theme Name: Oborona Theme
Theme URI: http://oborona.org/
Description: WordPress theme for Oborona.org
Version: 1.1
Author: Oleg Kozlovsky
Author URI: http://www.kozlovsky.ru/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

.narrowcolumn .entry {
	font-size: 0.8em;
	line-height: 1.3em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

a {
	color: #000099;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#headerimg .description {
	font-size: 0.8em;
	text-align: center;
	}

.narrowcolumn h2 {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.8em;
	line-height: 1.3em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-size: 0.8em;
	font-weight: normal;
	}

h3 {
	font-size: 1em;
	}

#sidebar {
	font: 0.8em Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata {
	color: #777;
	}

#wp-calendar #prev a {
	font-size: 0.8em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: 1em bold Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-size: 0.8em;
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#content {
	border: none;
	width: 100%;
	}

#page {
	width: 100%;
	border: none;
	}

.narrowcolumn {
	padding-left: 30px;
	width: 70%;
	vertical-align: top;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	border-bottom: #CCCCCC solid 1px;
	}

.narrowcolumn .postmetadata {
font-size: 1em;
	padding-top: 5px;
	}

.postmetadata .alt {
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */

#sidebar h2 {
	margin: 20px 0 0;
	padding: 0;
	}

/* End Headers */



/* Begin Images */

/*	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) */

.alignright {
	border: 0px;
	float: right;
	margin-left: 5px;
	}

.alignleft {
	border: 0px;
	float: left;
	margin-right: 5px;
	}
/* 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 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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 {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	line-height: 1.3em;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 20px 0px;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 220px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	width: 80px;
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

input#comment {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

textarea#comment {
	width: 100%;
	padding: 2px;
	font-size: 1em;
	}

#submit#comment {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-size: 1em;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
	vertical-align: top;
	width: 234px;
	padding-left: 40px;
	padding-right: 30px;
	}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 80%;
	}

#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 {
	font-size: 0.8em;
	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 */
.center {
	text-align: center;
	}

.navigation {
	border: none;
	text-align: center;
	width: 100%;
	}
/* End Various Tags & Classes*/

/* Begin Random Quote */

#wp_quotes
{
}

#wp_quotes div.wp_quotes_quote
{
	font-style: italic;
}

#wp_quotes div.wp_quotes_author
{
	color: #666666;
	text-align:right;
	font-style: none;
	margin-top: 5px;
}

/* End Random Quote */



/* Begin Ad Styles */

.adsidebarbottom
{
	text-align: left;
	margin-top: 0.8em;
}

.adsidebartop
{
	text-align: center;
}

.adcontentbottom
{
	text-align: center;
	margin-top: 0.8em;
}

/* End Ad Styles */



/* Begin WPG2 Styles */

#photoArchive { width: 80%; }

.one-image { text-align: center }

.one-image img { border: none }

.g2image_float_left { float: left; margin-right: 5px }

/* End Photo Album Styles */



/* Begin Original Oborona Style */

body { background: #FFFFFF; margin: 0 0 0 0; padding: 0 0 0 0; font-family: Arial, sans-serif; }

hr { background: #CCCCCC; border-top: 1px solid #CCCCCC; color:#CCCCCC;}

#header { padding-left: 20px; background:#fff url(/right.jpg) right no-repeat; border-bottom: 1px solid #ccc; height: 200;}

#navigation ul	{margin:0;padding:0;list-style-type:none;}

#navigation ul li	{padding:5px;padding-left:20px;}

#footer
{
 font-size: 75%;
 padding: 2em 25%;
}

table.head { background: url(/images/hbg.gif) repeat-x bottom;}

img#logo { border: 0; margin-top: 35px;}

a.big_branch {color:#000; font-size: 1em; font-weight: bold; }

a.small_branch	{color:#000; font-size:0.8em; }

a.micro_branch 	{color:#999; font-size:0.6em; font-weight:bold; }

.share { }

.shareitem { vertical-align: top; display: inline; }

.twitter-share-button { margin-top: 1px; }

/* End Original Oborona Style */
