/* 
Theme Name: bgGenesis
Author: Samuel Davis
Description: A Child Theme of genesis.
Template: genesis
Template Version: 1.8.2
*/



/* Using @import, we  can borrow style sheets from the Parent Theme */
 
 @import url(../genesis/style.css);


 body 
{
    
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left:auto;
    margin-right:auto;
    line-height: 20px;
}


#wrap {
    -moz-box-shadow: 0 3px 3px #333333;
    -webkit-box-shadow: 0 3px 3px #333333;
    box-shadow: 0 3px 3px #333333;
    background: #FFFFFF;
    width: 960px;
   // margin: 15px auto 15px;
   // padding: 10px;
    }

#header 
{
	//font-family:Comic Sans MS;
	//font-size:36px;
	//color:white;
	background-image:url(golddown.gif);
	background-repeat:repeat-x;
	height:77px;	
	padding:10px; 
	width: 940px;
}

#title a
{
	font-family:Comic Sans MS;
	font-size:40px;
	line-height: 46px;
	color:purple;
	//text-indent:75px;
	
}
#description 
{
color:red;
text-indent:75px;

}

#inner
{
  margin: 0px 0;
} 


/*======================================================================= menu Css============================================================= */
#nav 
{
background-color:#FF9900;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a 
{
	background-color: #FF9900;
	color: red;

}



#nav li.home a 
{
        
    padding: 0 0 0 0px;
    border-left:2px #000003 solid;
    }

#nav li a {
   
    font-family: Tahoma,Arial,Verdana;
    color: purple;
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 0px 0 0 0;
    padding: 0 0 0 25px;
    text-decoration: none;
       
    }
.entry-content
{
padding-left:25px;
}
.entry-title
{
padding-left:25px;
}
.post-info
{
padding-left:25px;
}
.post-meta
{
padding-left:25px;
}

/* #nav li:hover a, #nav li:active a 
{
   
  // background: #FF9911;
   color:purple; 
   //border: 1px solid #333333;
   border-radius: 6px;
  
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -webkit-background-clip: padding-box;

   -webkit-background-origin: padding-box;
    }*/

/*================================================================== End of menu Css SamuelDavis============================================================= */
 #footer
{
color:purple; 
text-align:right;
font-size: 8px
}

