/*  
Wordpress Theme: Big City
Designed by AOE media GmbH -- http://www.aoemedia.de

/* 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;
}
pre,
var,
code { 
    font-family: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:2.36em;
    line-height:1.6;
    color:#152942;
}
h3 {
    font-size:1.55em;
    color:#152942;
}

/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.2;
}
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.2em;
	padding: 0 0 0 1.2em;
}
a:link,
a:visited,
a:hover,
a:active{
    color:#3b506b;
    text-decoration:underline;
}
h4 {
	text-decoration:underline;
	font-size:12px;
}


/* Layout
*******************************/
body {
	color: #363636;
    background:url(images/bg.gif) 0 0 repeat-x #fff;
	font-size: 14px;
}
#root{
	width:900px;
	margin:0 auto;
    background:url(images/header.gif) 100% 28px no-repeat;
}

/* Header
*******************************/
#header {
    height:98px;
    margin-bottom:1px;
    color:#fff;
    padding:40px 0 0 0;
    /*remove next two lines if you don't need logo in your blog*/
    background:url(images/logo.png) 0 40px no-repeat;
    padding-left:96px;
}
#header a {
    color:#fff;
    text-decoration:none;
}
#header h2 {
    line-height:1.3;
    font-size:1em;
    color:#fff;
}

/* Navigation
*******************************/
#nav{
    overflow:hidden;
    width:800px;
    margin:0;
    padding:0;
    list-style:none;
}
#nav li{
    float:left;
}
#nav a{
    float:left;
    padding:6px 0 0 0;
    margin-right:18px;
    height:26px;
    border-bottom:3px solid #D2D6D8;
    text-decoration:none;
    font-size:1.09em;
	color: #212529;
}
#nav a:hover,
#nav .current_page_item a{
   border-color:#fff;
}

/* Content
*******************************/
#content {
    width:900px; /* 590 */
    margin:20px 50px 30px 0;
    float:left;
}

#content .post {
    padding-bottom:1.1em;
    margin-bottom:1.1em;
    border-bottom:1px solid #bbc2c6;
}
#content .single {
    border-bottom:0;
}
#content h2 a {
    text-decoration:none;
}
#content h3 {
    margin-bottom:20px;
    line-height:2.1;
    border-bottom:2px solid #D2D6D8;
}
#content h2 a:hover {
    color:#465c79;
}
.postdata {
    padding:8px 0;
    margin-bottom:8px;
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    color:#747474;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}

/* Footer
*******************************/
#footer {
    clear:both;
    padding-top:20px;
    height:40px;
    background:#E8E8E8;
    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;
}

/* Custom CSS for RiotNET */
.hometable {
	text-align:center;
	
}
.hometableheader {
	background-color:#e3e3e3;
	text-align:left;
	text-shadow:#CCC;
}

