/*
Theme Name: Urbanity
Theme URI: http://lessavenged.com/
Description: Custom theme built for Urbanity, designed and developed by <a href="http://lessavenged.com" target="_blank">Less Avenged</a>.
Author: Less Avenged LLC.
Author URI: http://lessavenged.com/
*/

body{ margin:0; padding:0; background:#131313 url(_img/bg_tile.jpg); font:13px Arial, Helvetica, Verdana, sans-serif; color:#ccc; cursor:default; }
a{ color:white; text-decoration:none; }
a:hover{ text-decoration:underline; }

h1, h2, h3, h4, ul, ol, li, dl, dt, dd{ margin:0; padding:0; font-size:1em; font-weight:normal; text-decoration:none; list-style:none;  }
h2{ font-size:2em; font-weight:bold; color:white; }
h3, h1{ color:#444; font-size:1.5em; margin-bottom:10px; }

li{ margin-bottom:4px; }

#bg0{ background:url(_img/bg_tile_top.jpg) repeat-x center top; }
#bg1{ background:url(_img/bg_top.jpg) no-repeat center top; }

#header{ height:210px; margin-bottom:15px; position:relative; }
#content{ width:800px; margin:0 auto; }
#primary, #secondary{ background:#0f0f0f; padding:20px; }
#primary{ width:510px; float:left; }
#secondary{ width:200px; float:right; color:#777; }
#secondary a{ color:#aaa; }
#secondary a:hover{ color:white; }
#secondary .box{ margin-bottom:20px; }
#footer{ height:50px; }

#logo_link{ display:block; width:344px; height:150px; position:absolute; left:0; top:30px; }
#nav{ position:absolute; right:1px; top:100px; }
#nav li{ float:left; }
#nav a{ display:block; padding:0 16px; height:110px; font-weight:bold; font-size:1.1em; color:#666; }
#nav .selected a{ color:white; }
#nav a:hover{ background:url(_img/bg_nav_select.jpg) repeat-x center bottom; text-decoration:none; color:white; }

#footer{ margin-top:15px; background:url(_img/footer_bg.jpg) no-repeat center top; padding:20px; }
a#footer_link{ display:block; width:127px; height:39px; background:url(_img/footer_logo_states.gif) no-repeat; }
a#footer_link:hover{ background-position:0 -40px; }

#searchform label{ display:none; }
#s{ border:none; margin:0; padding:6px; background:#222; width:188px; margin-bottom:10px; color:white; font-weight:bold; font-size:1.2em; }
#searchsubmit{ float:right; }

.post{ margin-bottom:50px; }
.post .details{ color:#999; font-size:11px; text-transform:uppercase; font-weight:bold; }
.post img{ float:left; margin:10px 0 10px 10px; }

.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }