@charset "utf-8";

/* style sheet by Philipmserious.com */
/*      2010 -- for Buried Beds      */     

body  {
	font: 100% American Typewriter, serif;
	background-image:url(images/blackbook2.jpg);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-repeat: repeat-x;
	}

a 	{
	font-style:italic;
	text-decoration:underline;
	}

a:hover{
	font-weight:bold
	}

a img{
	border: none;
	}
a:hover img{
	background-image:url(images/bird.png);
	background-repeat:no-repeat;
	/*margin:0 0 0 -10px;*/
	}

#container {
	width: 800px; 
	height:100%;
	margin: 0 auto; 
	text-align: left; 
	background-color:#FFF;
	}

#header{
	/*background:#a794a7;*/
	font-size:24px;
	font-weight:bold;
	
	}

#nav {
	 background-image:url(images/nav.png);
	 padding:0px;
	 color:#fff;
	 font-size:20px;
	 text-align:center; 
	}
 
#sidebar1 {
	float: right;
	width: 18%;
	height: 100%;
	background: #ffffff;
	padding: 5px 5px 0 5px;
	font-size:12px;
	text-align:center;
	border-left-style: dashed;
	border:thin;
	}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
	line-height:normal;
	}


 #mainContent { 
    width: 80%;
	height:100%;
	margin: 0 30% 0 0; 
	padding: 10px 20px 0px 10px;
	background: #ffffff;
	overflow:visible;
	}


/* h3 link styles for sights and sounds */
a.current:link{
	text-decoration:underline;
	font-style:normal;
	color:#000;
	}
a.current:visited{
	text-decoration:underline;
	font-style:normal;
	color:#000
	}
a.current:hover{
	text-decoration:underline;
	font-style:normal;
	color:#000;
	}	

a.deck:link{
	text-decoration:none;
	font-style:normal;
	color:#000;
	}	
a.deck:visited{
	text-decoration:none;
	font-style:normal;
	color:#000;
	}	

a.deck:hover{
	background-color:#06C;
	text-decoration:underline;
	font-style:normal;
	color:#000;
	}	
	
/* styles orignially for shop, but you can use them whereever */

#shopitems{
	
	padding: 5px 0 55px 0;
	margin: 0 50px 5px 0; 
	}
	
#shopitems h5{
	font-weight:100;
	padding: -20px 0 0 0;
	}	
	
#shopitems h3{
	text-transform:capitalize;
	font-weight: bold;
	font-size:20px;
	text-decoration:underline;
	margin: 16px 0 -18px 0;
	}	
	
#shopitems p{
	padding-left: 20px;
	}	
	
	
#shopitems img.floatLeft{
    float: left;
	border-color:#fff;
    border:thin;
	margin: 4px 6px 4px 0; 
}

#shoppingcart{
	float: right;
	width: 22%;
	}


#oldnews{
	background-color:#fff;
	text-align: center; 
	color:#000;
	font-size:15px;
	}
	
a.news:link{
	color:#000;
	font-size:15px;
	}
	
#footerimg {
	margin: -10px 0 0 0;
	}

#footer {
	Background-color:#666;
	text-align: center; 
	color:#000;
	font-size:10px;
	-moz-border-radius-bottomleft:1em;
	-webkit-border-bottom-left-radius:1em;
    -moz-border-radius-bottomright:1em;
	-webkit-border-bottom-right-radius:1em;
	}


