/*
Theme Name: Jeff Blosser
Theme URI: http://www.jeffblosser.com
Version: 1 (WP2.6.2)
Author: Jason DeBord
Author URI: http://www.jasondebord.net/
Tags: attorney
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/**
 * BG RED #b50606;
 * GOLD / BROWN #9B8748;
 * VERY LT RED (LINKS BOTTOM BORDER) #b59393;
 * 
 */

/**
 * Structure
 */

body {
background: #b50606;
}

div#page-wrap {
width: 940px;
margin: 0 auto;
background: white url(/images/bg_sides.png) 50% 0% repeat-y;
}

div.container {
padding-left: 45px;
padding-right: 45px;
}

div#header {
padding-top: 40px;
background: transparent url(/images/bg_top.png) 50% 0% no-repeat;
}

div#header h1 {
text-indent: -9999px;
}

div#header h1 a {
display: block;
width: 397px;
height: 54px;
background: transparent url(/images/jeff_blosser_header.png) 50% 0% no-repeat;
border: none;
}

body#home div#header h1 a:hover { cursor: default; }

div#header address {
font-weight: bold;
letter-spacing: .1em;
font-size: 1.4em;
font-style: normal;
font-family: Georgia, serif;
}

div#nav-bar ul {
margin: 1em 0;
border-bottom: 1px solid #9B8748;
list-style-type: none;
padding: 5px 0;
}

div#nav-bar ul li {
display: inline;
}

div#nav-bar ul li a {
margin-right: .1em;
padding: 7px 14px;
font-size: 1.4em;
font-weight: bold;
border: 1px solid #9B8748;
background: #b21b00 url(/images/nav_off.gif) left top repeat-x;
color: #fbfbfb;
text-decoration: none;
border-bottom: none;
}

div#nav-bar li a:hover,
div#nav-bar li a:focus,
div#nav-bar li a:active {
background: #d71f00;
color: #fff;
}

div#nav-bar li.current_page_item a { 
background: #fff url(/images/on_bg.gif) repeat-x left top;
color: #202020;
border-bottom: 1px solid #fff;
cursor: default;
}

div#content {
padding-top: 20px;
padding-bottom: 20px;
}

div#content p {
font-size: 1.4em;
}

div#content ul{
list-style-type: none;
margin: 0 2em 1em;
}

body#about div#content > ul {
float: left;
}

div#content ul li{
margin: 0 0 .5em .5em;
list-style-image: url(/images/bullet.gif);
font-size: 1.4em;
}

div#content li li{
font-size: 1em;
list-style-image: url(/images/nest_bullet.gif);
}
div#content ul#results {
padding: 0 2em;
}

div#content ul#results li {
padding-bottom: .5em;
border-bottom: 1px dashed #b59393;
}

div#footer {
clear: both;
padding-bottom: 46px;
background: transparent url(/images/bg_bottom.png) 50% 100% no-repeat;
}

div#footer div {
padding: .5em 0;
border-top: 1px solid #9B8748;
}

div#footer ul {
padding-top: .5em;
padding-bottom: .5em;
}

div#footer ul#sitelinks {
float: left;
}

div#footer ul#extra {
float: right;
}

div#footer ul li {
display: inline;
padding: 0 0 0 9px;
background: transparent url('/images/bullet_tiny.gif') 0% 50% no-repeat;
font-weight: normal;
}

#footer li a {
margin: 0 2px 0 0;
letter-spacing: .1em;
background: #fff;
font-size: 1.1em;
}
#footer li.current_page_item a {
border-bottom: 1px solid #b50606;
}

div#footer div em {
display: block;
clear: both;
text-align: center;
}

/*STANDARD IMAGES

---------------------------------------------------*/

img { border: none; }

.img_wrapper { float:left; background: url(/images/shadow.png) no-repeat bottom right !important; background: url(/images/shadow.gif) no-repeat bottom right; margin: 0 2em 1em 0; }

.img_wrapper img { display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; margin: -7px 7px 7px -7px; padding: 4px; }
