/*  
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 59% Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/


h1 {
    font-size:2.91em;
}
h2 {
    font-size:2.36em;
    line-height:1.6;
    color:#152942;
}
h3 {
    font-size:1.35em;
    color:#152942;
}

/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.6;
font-size:9pt;
}
p {padding: 0 0 1em 0;margin: 0px;}
ul,ol         {margin: 0 0 1em .8em;}
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
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 1em 1.6em;
	padding: 0 0 0 1.6em;
font-style:italic;
color:#8a8a8a;
}
a:link,
a:visited,
a:hover,
a:active{
    color:#5583bd;
    text-decoration:none;
}

p.img-cap {
	margin-top:-1.5em;
	font-size: 10px;
	
	text-align:right;
	padding:2px 0 0;

	}

/* Wordpress styles
*******************************/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
font-size:10px;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
background: #f3f3f3;

   text-align: left;
   padding-top: 0px;
padding-right: 5px;
padding-left: 5px;
   padding-bottom: 7px;
   margin-bottom:14px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 8px;
   line-height:1.4;
   margin: 0,0,0,0;
}


.wp-caption p {
   padding: 0;
font-size:8px;
}


/* Layout
*******************************/
body {
	color: #363636;
}
#root{
	width:900px;
	margin:0 auto;
   
}

#root_top{
	padding-top:15px;
	padding-bottom:10px;
	width:900px;
	margin:0 auto;
}

/* Header
*******************************/
#header {
	width:900px;
    height:98px;
	margin-left:auto;
    margin-bottom:1px;
    color:#fff;
    padding:40px 0 0 0px;
	float:none;
    /*remove next two lines if you don't need logo in your blog*/

}
#header a {
    color:#152942;
    text-decoration:none;
}
#header h2 {
    line-height:1.3;
    font-size:1em;
    color:#152942;
}

/* Navigation
*******************************/
#nav{
    overflow:hidden;
    width:100%;
    list-style:none;
}
#nav li{
    float:left;
	text-align:middle;
}
#nav a{
    float:left;
    padding:6px 0 0 0;


    margin-right:45px;
    height:26px;
    text-decoration:none;
	color:#666;
	font-weight:bold;
    font-size:1.09em;
}
#nav a:hover{
	color:#FFF;
}

#nav .current_page_item a{
   border-color:#fff;
   font-weight:bold;
   color:#000;
}

/* Content
*******************************/
#content {
    width:550px;
    margin:20px 50px 30px 0;
    float:left;

}



#content .post {
    padding-top:8px;
	padding-bottom:.5em;
    margin-bottom:.5em;
}
#content .single {
    border-bottom:0;
}
#content h2 a {
    text-decoration:none;
font-size:16px;
font-weight:bold;
}
#content h3 {
    margin-top:10px;
    padding-top:15px;
    padding-bottom:5px;
    font-weight: bold;

}
#content h2 a:hover {
    color:#3b506b;
	text-decoration:underline;
}

.postdata {
    line-height:1.4;
    padding:8px 0;
    margin-bottom:8px;
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    color:#747474;
}
.postdata a {
    color:#5583bd;
    text-decoration:none;
}
.postdata a:hover {
	color:#3b506b
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}

#content a:hover {
	text-decoration:underline;
	color:#3b506b;
}

#content img {
        border:1px solid #808080;
        margin-top: 5px;
        margin-bottom: 10px;
font-size:8px;
}

        

/* Sidebar
*******************************/
#sidebar {
    width:248px;
    float:left;
    margin:-47px 0 30px 0;
}
#sidebar h3 {
    padding:0 0 5px 19px;
    border-left:1px solid #D2D6D8;
font-size:12px;
font-weight:bold;
}
#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:1px 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 {
	color:#3b506b;
	text-decoration:underline;
}
#sidebar .box .current-cat li a:hover {
    border-color:#7E929E;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#152942;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}

/*rss button*/
#sidebar .rss {
    height:59px;
    margin-bottom:2px;
}
#sidebar .rss a {
    float:right;
    width:77px;
    height:59px;
    background:url(images/rss-icon.gif) 0 0 no-repeat;
    text-indent:-9999px;
}

/*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:#D2D6D8;
    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: #f7f7f7;
	border-left: 1px solid #D2D6D8;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
clear:both;
    padding-top:0px;
    height:50px;
    background:#E8E8E8;
margin-top:10px;
    border-top:1px solid #D2D6D8;
}
#footer .copyright {
    padding-right:8px;
    width:900px;
    margin:0 auto;
    display:block;
vertical-align:middle;
}
#footer img {
    vertical-align:middle;
    margin-right:10px;
}

#footer a:hover {
	text-decoration:underline;
	color:#3b506b;
}

/* Splash
*******************************/	
#page-container {
	background:#FFF;
	width:830px;
	height:420px;
	margin-top:30px;
	border-top:1px solid #D2D6D8;
	border-bottom:1px solid #D2D6D8;
        margin-bottm:0px;
	}
	
	.h1 {
		font-size:15px;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
		padding-bottom:8px;
	}
	
	#page-container a:hover{
    color:#3b506b;
	}
	
body {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10pt;
		}
	
#splashboxright {
	background:#transparent;
	width:350px;
	height:auto;
	float:right;
	padding-left:25px;
	padding-bottom:0px;
}

#recentbox {
	background-color:#transparent;
	width:340px;
	height:auto;
	float:left;
	padding-bottom:20px;
}

#recentbox img {
	border:1px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

#recent_date {
	font-size:10px;
	font-weight:bold;
	padding-top:4px;
}

#recentbox .recent_title {
	padding-bottom:10px;
}

#recenttext {
	width:250px;
	background-color:#CF0
	padding-bottom:10px;
	padding-top:4px;
}


#newslinks {
	background-color:transparent;
	width:340px;
	height:auto;
	float:left;

}
#newslinks p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#mainimage{
	background:#FFF;
	float:left;
	width:455px;
	height:auto;
}

#mainimagedesc{
	background:#FFF;
	float:left;
	width:425px;
	height:66px;
	padding:15px;
	background:#E8E8E8;
	
}

#mainimagedesc .title{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#446999;
	font-size:16pt;
	margin-top:0px;
	font-weight:600;
	padding-bottom:10px;
	
}

#mainimagedesc .subtitle{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#535353;
	font-size:10pt;
	margin-top:0px;
	font-weight:550;
	padding-top:10px;

}

#mainimagedesc .name{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#333;
	font-size:8pt;
	line-height:30px;
}

#sectionhead {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-bottom:8px;
	padding-top:10px;
}

#sectionhead .news{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:5px;
}

#more_entries {
	width:340px;
	text-align:right;
	border-bottom:1px solid #D2D6D8;
	padding-top:15px;
	padding-bottom:7px;
}

#more_entries img {
	float:none;
	margin-right:0px;
	margin-bottom:0px;
}

#bottomline {
	border-bottom:1px solid #D2D6D8;
}