/* ======================================================================

   Screen.css
   papya.pariah@gmail.com
   (c) 2009, All Rights Reserved.

   Stylesheet prepared by Timmy Christensen
   for Osher Law Office LLC.

 ======================================================================== */

/*----------------------------------------------------------------------- 
   Basic Layout
 ------------------------------------------------------------------------ */
 
html {
    font-size: 62.5%;
    height: 100%;
}

body {
    background-color: #E2E2E2;
    color: #6A797D;
    font: normal 1.3em/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
}

a:link, a:visited {
    text-decoration: none;
	color: #6A797D;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
	color: #E6FFCA;
}

p {
    margin-bottom: 1.5em;
}

div.colborder {
    border-right: none;
    padding-right: 25px;
}

div.wrapper {
    padding-left: 40px;
}


/*----------------------------------------------------------------------- 
   Header
 ------------------------------------------------------------------------ */

div#header {
    background: #FDFED1 url(../images/header_bg.gif) left bottom repeat-x;
    border-bottom: 1px solid #D7D7D6;
    padding-top: 4.0em;
    padding-bottom: 0.5em;
}

h1#logo {
    background: url(../images/osher_law_offices_logo.png) left bottom no-repeat;
}

h1#logo, div#header h1#logo a {
    display: block;
    height: 24px;
    width: 360px;
}

h1#logo span {
    display: none;
}

ul#nav {
    list-style: none;
    margin: 0.5em;
    padding-top: 0.5em;
	padding-bottom: 0.3em;
}

ul#nav li {
    display: block;
    float: left;
    margin-right: 20px;
}

ul#nav a {
    color: #426228;
	padding-right: 0.5em;
	padding-left: 0.5em;
}


/*----------------------------------------------------------------------- 
   Hero
 ------------------------------------------------------------------------ */

div#hero {
    background: #446428 url(../images/hero_bg.gif) left bottom repeat-x;
    border-top: 1px solid #537635;
    color: #E6FFCA;
    font-style: italic;
}

div#splash {
    background: url(../images/hero_splash_bg.png) left top no-repeat;
    padding-top: 1.5em;
    padding-left: 40px;
}

div#hero h2 {
    font-size: 2.0em;
    margin-bottom: 0.5em;
}

div#hero p {
    margin-bottom: 0;
}


/*----------------------------------------------------------------------- 
   Spotlight
 ------------------------------------------------------------------------ */

div#spotlight {
    background: #FDFED1 url(../images/header_bg.gif) left bottom repeat-x;
    border-top: 1px solid #FFF;
    padding-top: 2.0em;
    padding-bottom: 1.0em;
}

div#spotlight div {
    min-height: 16.0em;
    position: relative;
}

div#spotlight h3 {
    background: url(../images/arrow.png) left 4px no-repeat;
    color: #555;
    font-size: 1.5em;
    padding-left: 12px;
}

div#spotlight p {
    border-top: 1px solid #BEC0C0;
    color: #325F1D;
    font-style: normal;
    margin-top: 0.5em;
    margin-left: 12px;
    padding-top: 0.5em;
}

a.read-more {
    background: url(../images/read_more.png) left top no-repeat;
    bottom: 0;
    display: block;
    height: 34px;
    margin-left: 12px;
    position: absolute;
    width: 120px;
}

a.read-more span {
    display: none;
}


/*----------------------------------------------------------------------- 
   Footer
 ------------------------------------------------------------------------ */

div#footer {
    border-top: 1px solid #BEBCBD;
    padding-top: 1.5em;
}

div#footer p {
    color: #446428;
    float: left;
}

div#footer address {
    color: #585858;
    float: left;
    margin-left: 0.5em;
}