/*   
Theme Name: Nancy's Theme
Theme URI: http://nancydorsner.com
Description: Nancy's Theme
Author: Nancy Dorsner

Author URI: http://nancydorsner.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.

Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');
/* Rebuild default browser styles */
@import url('styles/rebuild.css');
/* Basic WordPress Styles */
@import url('styles/wp.css');
/* Import a basic layout */
@import url('styles/1c-b.css');

body {color:#E8E8E8;background:#cbc7c7 url(images/dab-background2.jpg) no-repeat scroll center top;font-family:"helvetica", Arial, sans-serif;margin: 0 0;}
.container-inner {width:950px; margin:0 auto;}
h3,h4,h5,h6 {color:#1f1f1f;font-family:"verdana", "helvetica", Arial, sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:#222;}
a {color:#20AF91;text-decoration:none;}
a:hover, a:focus {color:#00DFC6; }

h1 {
color:#1F1F1F;
font-family:"verdana","helvetica",Arial,sans-serif;
font-size:1.3em;
opacity:0.5;
}

h2 {color:#1f1f1f;font-family:"helvetica", Arial, sans-serif; font-size:1.2em;}

 #wrapper
   {
   margin: 0px auto;
   width: 1260px;

   }

#header
  {
   background: url(images/header.png);
height:150px;
   width: 1260px;
   text-align: center;	
  
   }

#footer
   {
background: url(images/footer.png);
   text-align: left;
   width: 1260px;		
 height:350px;
position:relative;

   }
  
#site-info a
   {
color:#1f1f1f;
   }
#site-info  a:hover, a:focus {color:#00DFC6; }
  
 #footimage {
left:360px;
position:relative;
top:170px;
}
#site-info {
bottom:5px;
color:#111111;
font-size:0.8em;
left:400px;
position:absolute;
}
#main
   {
   background:  transparent;
float:left;
width:100%
   }
#teasertxt {
color:#E8E8E8;
float:left;
font-size:2em;
margin-left:-430px;
margin-top:450px;
}
   
 #container
   {
   background:  url(images/side.png) repeat-y  center;
   float: left;
   text-align: left;
margin-left:480px;
width:630px;
color: #1f1f1f;			
min-height:400px;
   }
  
   #content {
   
margin:10px 60px;

		
width:380px;
font-size:1.5em;
}
  #content-sub {
   
margin:10px 60px;

width:380px;
font-size:1em;
}
#blogpage {
font-size:0.8em;
}


   #maintext{
   
margin:10px 45px;

	
}

#foottext
{
font-size:1.1em;
margin-top:170px;
margin-left:405px;
width:480px;}

/* =Header
-------------------------------------------------------------- */
#masthead{
	width: 960;
	height: 200;
	}
	
	
#branding{
	float:left;
	width: 400;
	height: 200;
	
	margin-left:10px;
margin-top:40px;
	}
	
#access{
	float:right;
	width: 560;
	height: 200;
	}
#left{
	
	
	float:left;

	}


/* =Menu
-------------------------------------------------------------- */

/*Menu */
#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
        left:-9000px;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}

#blog-description{
	position:absolute;
        left:-9000px;
}

#blog-title{

	

}


/* =Content
-------------------------------------------------------------- */


 #content-main
   {
   background: #1f1f1f;
   float: left;
   text-align: left;
   padding:0 0 10px;
   }  
 #content-main ul
   {
   list-style: none;
   margin:0;
   }  
   
   
.post {
        margin: 0 0 3em 0;      
}
.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
}

.entry-utility {
        font-size: .8em;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: disc;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}
/* =navigation
-------------------------------------------------------------- */
#navlist {height:40px}
ul#navlist {list-style: none;padding: 0;margin:0 320px 0 0;background-color: transparent;font-size: 1em;}
ul#navlist li {text-align: right;float: right;height: 40px;margin: 0;background: transparent;border-right:1px solid #ccc;padding: 0;}
ul#navlist li { width: 105px; voice-family: "\"}\""; voice-family:inherit; width:85px;}
ul#navlist li a {display: block;padding: 7px 5px 25px 7px;color: #1f1f1f;font-size: 11px;text-decoration: none;height: 1%;height:40px;text-shadow: 0 0 0 #0F0F0F;}
ul#navlist li a {width: auto;height: auto;height: 8px}
ul#navlist li#active a {background: #1f1f1f;color: #<?php echo $ss_nav_hover_color; ?>;}
ul#navlist li a:hover,ul#navlist li#active a:hover {color: #eee;background-color: #1f1f1f;}
ul#navlist li.home	{border-left: none;}
ul#navlist li#empty	{width: 120px;}

/* Footer
-------------------------------------------------------------- */
#footer-single
   {
background: #cbdcd1;
   text-align: left;
   width: 100%;		
 height:50px;
 float:left;
 position:relative;


   }




