/* GLOBAL 
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption { 
	margin:0; 
	padding:0; 
	}
table, th, td { 
	margin:0; 
	}
html { 
	min-height:100%; 
	margin-bottom:1px; 
	} /* add: margin-bottom:1px if you want scrollbar to always appear (avoids page shifting) */
#skip { 
	display:none; 
	}
body { 
	background:#988b84 url(../images/bg_body.jpg) repeat-x;
	color:#cdcdcd;
	font-family:verdana, sans-serif;
	font-size:12px;	
	text-align:center;
	}	
* {
	margin:0;
	padding:0;
	}
a {
 color:#70a8bf;
 }
a:visited {
 color:#a88572;
 }	
span {
	display:inline;
	}	
img {
	border:none;
	}
.floatright {
	 float:right;
	 }
img.floatright {
	 margin:0 0 10px 10px;
	 }
.floatleft {
	 float:left;
	 }
img.floatleft {
	 margin:0 10px 10px 0;
	 }
.top {
	 font-size:10px;
	 margin-top:15px;
	 display:block;
	 }
.clear {
	 clear:both;
	 } 	 
	  
/*  CONTAINER
----------------------------------------------------------*/
#container {
	 background:url(../images/bg_container.jpg) no-repeat;
	 margin:0 auto;
	 text-align:left;
	 width:900px;
	 min-height:600px;
	 }


/*  HEADER
----------------------------------------------------------*/
#header {
	 width:900px;
	 height:60px;
	 margin-bottom:60px ;
	 padding-top:10px;
	 } 
#logo {
	 width:300px;
	 height:52px;
	 margin-left:3px;
	 } 
#tagline {
	 float:left;
	 margin:-45px 0 0 365px;
	 width:300px;
	 } 
	 
/*  NAV
----------------------------------------------------------*/
#menu {
     width:636px;
     height:40px;
     margin:0;
     padding:0;
	 position:relative;
	 z-index:2;
	 top:-312px;
	 left:215px;
     }
#nav li {
     height:40px;
     list-style-image:none;
     list-style-position:outside;
     list-style-type:none;
     position:relative;
	 float:left;
     }
#nav li a {
     cursor:pointer;
     }
#nav li a, #nav li div {
     color:#70a8bf;
     display:block;
     font-size:14px;
     height:40px;
     position:relative;
     text-decoration:none;
     }
#nav li strong {
     display:block;
     height:40px;
     left:0;
     position:absolute;
     top:0;
     }
#nav li, #nav li a, #nav li strong, #nav li div {
     background-image:url(../images/nav.gif);
     }
#nav li.home, #nav li.home a, #nav li.home a strong {
     background-position:0 0;
     width:125px;
	 opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
     }
#nav li.profile, #nav li.profile a, #nav li.profile a strong {
     background-position:-125px 0;
     width:125px;
	 opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
     }
#nav li.shop, #nav li.shop a, #nav li.shop a strong {
     background-position:-250px 0;
     width:125px;
	 opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
     }
#nav li.blog, #nav li.blog a, #nav li.blog a strong {
     background-position:-375px 0;
     width:125px;
	 opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
     }
#nav li.contact, #nav li.contact a, #nav li.contact a strong {
     background-position:-500px 0;
     width:125px;
	 opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
     }
#nav li.home:hover a, #nav li.home:hover a strong, #nav li.home a:hover, #nav li.home a:hover strong {
     background-position:0 -40px;
     width:125px;
     }
#nav li.profile:hover a, #nav li.profile:hover a strong, #nav li.profile a:hover, #nav li.profile a:hover strong {
     background-position:-125px -40px;
     width:125px;
     }
#nav li.shop:hover a, #nav li.shop:hover a strong, #nav li.shop a:hover, #nav li.shop a:hover strong {
     background-position:-250px -40px;
     width:125px;
     }
#nav li.blog:hover a, #nav li.blog:hover a strong, #nav li.blog a:hover, #nav li.blog a:hover strong {
     background-position:-375px -40px;
     width:125px;
     }
#nav li.contact:hover a, #nav li.contact:hover a strong, #nav li.contact a:hover, #nav li.contact a:hover strong {
     background-position:-500px -40px;
     width:125px;
     }
#nav li.homeon, #nav li.homeon strong, #nav li.homeon div {
     background-position:0 -80px;
     width:125px;
     }
#nav li.profileon, #nav li.profileon strong, #nav li.profileon div {
     background-position:-125px -80px;
     width:125px;
     }
#nav li.shopon, #nav li.shopon strong, #nav li.shopon div {
     background-position:-250px -80px;
     width:125px;
     }
#nav li.blogon, #nav li.blogon strong, #nav li.blogon div {
     background-position:-375px -80px;
     width:125px;
     }
#nav li.contacton, #nav li.contacton strong, #nav li.contacton div {
     background-position:-500px -80px;
     width:125px;
     }	 

/*  MAIN
----------------------------------------------------------*/
#main {
	 width:647px;
	 background:url(../images/bg_content_bottom.gif) bottom no-repeat; 	 
	 position:relative;
	 top:-319px;
	 left:205px;
	 z-index:1;
	 padding-bottom:26px;
	 } 
#content {
	 width:647px;
	 background:url(../images/bg_content_top.gif) top no-repeat;
	 padding-top:23px;
	 } 
#copy {
	 min-height:400px;
	 background:url(../images/bg_content_middle.gif) repeat-y -1px 0;
	 padding:0 20px;
	 }
#copy h1 {
	 font-size:17px;
	 padding-bottom:25px;
	 color:#9db3bf;
	 }
#copy h2 {
	 color:#dee0e1;
	 font-size:14px;
	 padding-bottom:10px;
	 }
#copy h3 {
	 font-size:12px;
	 padding-bottom:3px;
	 }
#copy p{
	 padding-bottom:15px;
	 }
#copy ul, #copy ol {
	 padding:10px 0 10px 30px;
	 }
#copy li {
	 padding-bottom:5px;
	 }
div.callout {
	 float:right;
	 width:220px;
	 border:1px dashed #534239;
	 padding:5px;
	 margin:0 0 20px 20px;
	 }
table.contact_form {
	 width:310px;
	 border:none;
	}
.contact_form td { 
	text-align:left; 
	vertical-align:top; 
	padding:5px 5px 20px 0;  
	}
.contact_form strong { 
	font-weight:bold; 
	color:#dee0e1;
	}
.contact_form input {
	height:15px;
	width:280px;
	padding:3px;
	color:#534239;
	}
.contact_form input.checkbox {
    height:10px;
	width:10px;
	padding:0;
	margin:0 3px 5px 0;
	}
.contact_form input.btn_submit {
    height:30px;
	width:60px;
    }
.contact_form select {
	height:25px;
	width:290px;
	padding:3px;
	color:#534239;
	}
.contact_form textarea {
	color:#534239;
	height:150px;
	width:280px;
	padding:3px;
	}
.shopcover {
	float:left;
	margin:5px 10px 10px 0;
	border:4px solid #534239;
	}
.top {
	 font-size:10px;
	 } 


/*  BLOG
----------------------------------------------------------*/
ul.latestlist {
	 width:420px;
	 }
ul.latestlist li {
	 list-style-type:none;
	 padding:15px 0 10px 0;
	 border-bottom:1px dashed #534239;
	 }
ul.latestlist li .date {
	 display:block;	 
	 font-weight:bold;
	 font-size:10px;
	 }
ul.latestlist li .title {
	 display:block;	 
	 font-weight:bold;
	 font-size:14px;
	 padding-bottom:5px;
	 }
.readmore {
	 display:block;
	 margin-top:5px;
	 font-weight:bold;
	 }
	 
/* PAGENAVI
----------------------------------*/ 
.wp-pagenavi  {
	width:300px;
	margin:0 0 10px 60px;
	}
.wp-pagenavi img  {
	width:20px;
	margin:0 0 10px 60px;
	}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active   {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border-bottom: 1px dotted #70a4bf;
	color: #70a4bf;
	font-weight:normal;	
	}
.wp-pagenavi span.pages {
	color: #70a4bf;
	border:0;
	padding: 2px 4px 2px 4px;
	margin:0 5px 0 0;
	}
.wp_pagenavi a:hover, .wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #534239;
	color: #534239;
	text-decoration: none;
	}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	border:0;
	}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #534239;
	color: #534239;
	}	
	 
/*  INFOBOX
----------------------------------------------------------*/
#infobox {
	 width:259px;
	 height:243px;
	 background:url(../images/bg_infobox.gif) no-repeat;
	 position:relative;
	 top:165px;
	 padding:10px 5px 5px 5px;
	 color:#9db3bf;
	 } 
#infobox h3 {
	 font-family:verdana,sans-serif;
	 color:#70a4bf;
	 font-size:14px;
	 margin-bottom:5px;
	 }
#infobox a, #infobox a:active, #infobox a:hover, #infobox a:visited {
	 color:#70a4bf;
	 text-decoration:none;
	 }      
#infobox p  {
	 margin-bottom:10px;
	 }       
#infobox ul  {
	 margin-left:10px;
	 }    
#infobox ul li {
	 list-style-type:none;
	 }
#infobox ul.pdf li {
	 background:url(../images/icon_pdf.gif) no-repeat 0 2px;
	 padding-left:20px;
	 }       
#infobox img.cover  {
	 margin:0 6px 8px 0;
	 float:left;
	 } 
#infobox div.bookblurb  {
	 width:200px;
	 }  
#infobox .storyname  {
	 font-weight:bold;
	 font-style:italic;
	 }
#infobox span.buy {
	 font-weight:bold;
	 font-size:12px;
	 margin-top:15px;
	 display:block;
	 }
