/* 
Theme Name: Sacramento Home New Theme
Version: 1.0
Author: John Lockwood
*/


body
{
background-color: #ffd3a2;
height:100%;
font-size:.9em;
font-family: Verdana, Arial, Sans-Serif;
}

#logo
{
margin-top:1em;
background-color: #357bc3;
background-image: url('./images/logo.gif');
background-repeat: no-repeat;
background-position:right;
background-repeat: no-repeat;
height:130px;
width:1000px;
margin-left:auto;
margin-right:auto;
color: #fff;

}        


#logo h1
{
text-align:left;
padding: 10px 0 0 15px;
margin: 0 0 0 0;
line-height:1.25em;
font-size:1.7em;
letter-spacing:2px;
}


#logo h2
{
text-align:left;
padding: 10px 0 0 17px;
margin: 0 0 0 0;
font-size:1em;
font-weight:normal;
letter-spacing:.1em;
}

#right-col a
{
text-decoration:underline;
color: #004080;
}

#right-col a:visited
{
text-decoration:underline;
color: #004080;
}


/* Horizontal menu */

#menuhoriz {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height:25px;
	background-color: #ffe9d1;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
    border-bottom:4px solid #ffd3a2;
    border-top:4px solid #ffd3a2;
    



}

#menuhoriz ul.level1 {
}

#menuhoriz ul {
	padding: 0 0 0 10px;
	margin: 0px;
}

#menuhoriz li {
	display: inline;
	line-height: 23px;
	margin-left: -4px;
	padding: 0px;
	font-size: 0.9em;
	list-style: none;
	text-transform: uppercase;
}

#menuhoriz a {
	padding: 3px 9px 5px 9px;
	text-decoration: underline;
	background-color: #ffe9d1;
	color: #000;
	font-size:1.1em;
    
}

#menuhoriz a:hover {
   background-color:#357bc3;
   color: #fff;
}


#menuhoriz li.current a {
	color: #000;
}

#menutext {
text-align:right;
position:relative;
margin-top:-22px;
margin-right:37px;
font-weight:bold;
}

/* End horizontal menu menu */
               
#container
{
background: url(images/2-col-background.gif) 50% 0 repeat-y;
width:1000px;
height:auto;
margin-left:auto;
margin-right:auto;
}


#nosidebar
{

width:980px; 
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
padding:10px;
padding-top:.5em;
font-size:.95em;
line-height:1.5em;
height:100%;
}

#nosidebar h2
{
margin-top:1em;
font-size:1.25em;
margin-bottom:.5em;
line-height:1.15em;
padding-bottom:.3em;
/* border-bottom: 1px dotted #aaa;  */
 
}




#center-col
{
float:left;
padding-top:.5em;
width:650px;
padding-right:20px;
padding-left:20px;

position:relative;
overflow:hidden;
font-size:.95em;
line-height:1.5em;
}

 

#center-col h2
{
margin-top:1em;
font-size:1.25em;
margin-bottom:.2em;
line-height:1.15em;
 
}

#center-col h2 a
{
color:black;
font-family:arial;
text-decoration:none;
}

#center-col h2 a:hover
{
font-family:arial;
text-decoration:underline;
color: #024890;

}

#center-col h2 a:visited
{
color:black;
font-family:arial;
text-decoration:none;
}


#center-col h2 a:visited:hover
{
font-family:arial;
text-decoration:underline;
color: #024890;
}

#right-col
{
width:270px;
padding-left:20px;
padding-right:20px;
float:left;
position:relative;
padding-bottom:1em;
}

.padded li
{
padding-bottom:.5em;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/*** Footer ***/

#footer {
	clear:both;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	padding:20px 0;
	text-align:center;
	width:100%;
	height:36px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
    background-color: #357bc3;
}


/*** Sidebars  ***/

#left-col, #right-col {
font-size:.9em;
}

#left-col h2, #right-col h2 {
	font-size: 1.2em;
    font-family:arial;
	color: #593A1B; 
	margin-top:1em;
	border-bottom: 1px solid #E6AC73;           
	margin-bottom:3px;
}

#left-col ul, #right-col ul {
	padding-left: 0px;
	margin: 0px;
}

#left-col li, #right-col li {
	list-style: none;
	line-height:1.3em;
	margin-bottom:.5em;
}


.authorinfo
{
	font-size:.8em;
	line-height:1em;
	color: #593A1B; 
}

.horizad
{
    padding:5px;
    text-align:center;
}

.entry
{
	margin-top:1em;
}

.post
{
	margin-bottom:2em;
}

.postmetadata
{
border-top:1px solid #ccc;
padding-top:.5em;
border-bottom:1px solid #ccc;
padding-bottom:.5em;
font-size:.9em;
line-height:1.1em;
background:#fed;
}


/***  Search form box ***/
#searchform {
margin-top:20px;
margin-bottom:0px;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


