@import 'categories.css';
/*  
Theme Name: Big City
Theme URI: 
Description: WP Big City theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. A simple but very beautiful minimalistic design in blue, grey and white colors. Now also widget ready.
Version: 1.22
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two-columns, fixed-width, blue, dark, custom-header
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

For support requests please contact: wordpress(at)aoemedia.com. Requests through other channels (website etc.) can unfortunately not be responded to.

*********************************************************************
ATTENTION
If you don't need any logo in your theme, please find #header element
and remove last two lines from it's decoration 
*********************************************************************

************
CSS CONTENTS
************
* --- reset
* --- typography
* --- text elements decoration
* --- wordpress styles
* --- layout
* --- header
* --- navigation
* --- content
* --- sidebar
* --- search form
* --- comments
* --- footer
* 
* 
*/

/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom: 1px;}

/* Typography
*******************************/
body {
    font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font:normal 1em/1 Verdana, Arial, Helvetica, sans-serif;
}
pre,
var,
code { 
    font-family:"Courier New", Courier, monospace; 
}
h3,
#sidebar,
.postdata,
.entry-content {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/
h1 {
    font-size:2.91em;
}
h2 {
	font-size:1.9em;
	line-height:1.4;
	padding-bottom:10px;
	color:#f98145;
}
h3 {
	font-size:1.5em;
	color:#f98145;
	padding:0;
	margin:0;
}
h4 {
	font-size:1.3em;
	padding-bottom:5px;
	color:#636466;

}

/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.8;
}
ul,ol         {margin: 0 0 1em .8em;}
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
p,dl	      {margin: 0 0 1em 0; text-align: left;}
strong        {font-weight: bold; }
em            {font-style: italic; }
ins           {text-decoration:none;}
del           {text-decoration:line-through;}
img           {border:0;outline:0;}
blockquote {
    border-left: 2px solid #D2D6D8;
	margin:0 0 0 1.6em;
	padding: 0 0 0 1.6em;
}
a:link,
a:visited,
a:active{
    color:#636466;
    text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#f98145;
}

/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.navigation {
	clear:both;
	font-weight:bold;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.4;
   padding: 0 4px 4px;
   margin: 0;
}

/* Layout
*******************************/
body {
	color: #363636;
    background:#fff;
}
#root{
	width:930px;
	margin:0 auto;
}

/* Header
*******************************/
#header {
    height:140px;
    margin-bottom:1px;
    color:#fff;
    padding:0;
    /*remove next two lines if you don't need logo in your blog*/
    /*background:url(images/x101_logo.jpg) 0 20px no-repeat;*/
    /*padding-left:96px;*/
	border-bottom:1px solid #D2D6D8;
}
#header a {
    color:#fff;
    text-decoration:none;
}
#header h2 {
    line-height:1.3;
    font-size:1em;
    color:#fff;
}

/* Navigation
*******************************/
#nav{
	overflow:hidden;
	width:770px;
	list-style:none;
	margin-top: 7px;
	margin-bottom: 9px;
	margin-right: 0px;
	margin-left: 0px;
	padding:0;
}
#nav li{
    float:left;
}
#nav a{
    float:left;
    margin-right:16px;
    height:26px;
    text-decoration:underline;
	font: 12px/26px Arial;
	color:#636466;
}
#nav a:hover,
#nav .current_page_item a{
    text-decoration:none; color:#f98145;
}

/* Content
*******************************/
#content {
    width:640px;
    margin:0px 50px 30px 0;
    float:left;
}

#content .post {
    padding-bottom:1.5em;
    margin-bottom:1.5em;
    border-bottom:0px solid #bbc2c6;
}
#content .single {
    border-bottom:0;
}
#content h2 a {
    text-decoration:none;
}
#content h3 {
    margin-bottom:10px;
    margin-top:10px;
    line-height:1.4;
/*    border-bottom:2px solid #D2D6D8;*/
}
#content h2 a:hover {
    color:#465c79;
}
.postdata {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:8px;
	border:1px solid #eee;
	border-left:0;
	border-right:0;
	color:#000000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}

/* Sidebar
*******************************/
#sidebar {
    width:240px;
    float:left;
    margin:-47px 0 30px 0;
}
#sidebar h3 {
    /*padding:0 0 12px 20px;
    border-left:2px solid #D2D6D8;*/
	padding:0 0 12px 0px;

}
#sidebar .box {
    margin-bottom:18px;
}
#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar #searchform,
#sidebar .box li a,
#sidebar .box .current-cat li a {
/*    border-left:2px solid #D2D6D8;*/
}
#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform {
/*    padding:0 0 0 20px;*/
}
#sidebar .box .tags {
    line-height:1.6;
}
#sidebar .box li {
/*    display:inline;/*for IE*/
}
#sidebar .box li a {
    display:block;
}
#sidebar .box li li a {
    padding-left:40px;
}
#sidebar .box li li li a {
    padding-left:60px;
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
    border-color:#f98145;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#f98145;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}

/*rss button*/
#sidebar .rss {
    height:50px;
    margin-bottom:2px;
}
#sidebar .rss a {
    float:right;
    width:77px;
    height:59px;
}

/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:1em;
    color:#152942;
}
#searchform input#search-submit {
	background-color: #CCC;
	/* border:1px solid #D2D6D8;
    width:30px;*/
}

/* Comments
*******************************/
#commentform {
    margin-top:12px;
}
#commentform input.text,
#commentform textarea {
    border:1px solid #7E929E;
    border-right-color:#E8E8E8;
    border-bottom-color:#E8E8E8;
    padding:2px;
}
#commentform input.text {
    width:200px;
}
#commentform textarea {
    width:400px;
}
#commentform input.submit {
    border:1px solid #7E929E;
    background:#E8E8E8;
    color:#152942;
}
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-left: 2px solid #D2D6D8;
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
    clear:both;
    padding-top:5px;
    height:40px;
    background:#fff;
    border-top:1px solid #D2D6D8;
}
#footer .copyright {
    padding-right:8px;
    width:900px;
    margin:0 auto;
    display:block;
}
#footer img {
    vertical-align:middle;
    margin-right:10px;
}


/* Personal
*******************************/

.imp_block {
	background-color:#ECF7FD;
	font-size:10pt;
	padding: 8px;
}


/* Изменения блока на главной
*******************************/
.post_zagolovok {float: left; width:240px; padding-right:10px;}

.entry-title h2 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height:1.2;
	padding-bottom:2px;
	color:#01aded;
}

.entry-content {float: left; width:335px; }
.entry-content blockquote {
    border-left: 0px;
	margin:0 0 0 0em;
	padding: 0 0 0 0em;
}
.entry-content h2 {
	line-height:1;
	padding-bottom:2px;
}
.entry-content p {
color:#666666;
font-size:11px;
line-height:16px;
font-family:Arial,Helvetica,sans-serif;
}

.entry-content h2 {
color:#666666;
font-size:11px;
line-height:16px;
font-family:Arial,Helvetica,sans-serif;
}

.ngg-widget {width:248px;}

.post {clear:both; border-top: 1px solid #D2D6D8; padding-top: 5px;}

.postdata {border: 0px;}

.fn {font-weight:bold;}

.postcategory {
	color:#808080; 
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.9em;
}
.postcategory a{
	color:#808080; 
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.9em;
}

.textwidget li {
	list-style:none;
}

#twitter_update_list {
	color:#666666;
	font-size:11px;
	line-height:15px;
	font-family:Arial,Helvetica,sans-serif;
	}
#twitter_update_list li{
	margin-bottom:10px;
}

.twitter_div {
	border: 1px solid #ccc;
	background-color: #F9F9F9;
	padding:5px;
	}
