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

   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;*/
    background: #ffffec url(images/header_bg.gif) left bottom repeat-x;
    border-bottom: 1px solid #D7D7D6;
    padding-top: 1.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: #00386B;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#logo_image {
	margin-left: 40px;
	/*background: url(/images/osher_law_offices_logo.png) no-repeat;
	width: 150px;*/
}


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

div#hero {
    background: #00284d;  /* url(/images/hero_bg.gif) left bottom repeat-x;*/
    border-top: 1px solid #4c4c4c;
    /*border-top: 1px solid #537635;*/
    /*color: #E6FFCA;*/
    color: #ffffec;
    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;*/
    background: #ffffec 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: #4c4c4c;
    font-style: normal;
    margin-top: 0.5em;
    margin-left: 12px;
    padding-top: 0.5em;
}

.read-more {
	background: url(/images/read_more.png) left top no-repeat;
}

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: #00386B;
    float: left;
}

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