@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #483830 url(images/bg.jpg) repeat-x;
	text-align: center;
}

#content {
	margin: 0 auto;
	width: 530px;
	z-index:1;
}

#page {
	margin-bottom: 80px;
}

#welcome {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#footer {
	display: none;
}

#footer2 {
	width: 405px;
	height: 360px;
	z-index: 99;
	position: fixed;
	bottom: 0%;
	background: url('images/tree_small.png') -10px -0px no-repeat;
	margin: 0 auto;
	left: 0%;
}

#footer_bar {
	height: 37px;
	background: url('images/footer_fade.png') repeat-x;
	width: 100%;
	position: fixed;
	bottom: 0%;
	left: 0%;
}

#footer_bar p {
	float:right;
	font-size: 10px;
	color: #52483a;
	width: 100px;
	z-index: 200;
	margin-top: 10px;
}

#footer2 p {
	width: 266px;
	margin: 0 auto;
	text-align: center;
	color: #52483a;
	font-size: 10px;
	padding: 0;
	line-height: 1.2em;
	position: fixed;
	bottom: 8px;
	left:0;
	z-index: 100;
}

/*#welcome p {
	color:#302018;
	background: #a6927a;
	font-size: 11px;
	font-family: "Trebuchet MS","Arial",sans-serif;
	line-height: 1em;
	letter-spacing: 1px;
	padding: 5px;
	margin: 0 auto;
	border: thin #302018 dashed;
}*/

#welcome p {
	font-size: 11px;
	font-family: "Trebuchet MS","Arial",sans-serif;
	line-height: 1em;
	letter-spacing: 1px;
	padding: 5px;
	color: #b9b0a0;
	margin: 0 auto;
	border: thin #b9b0a0 dashed;
}

h3 {
	background: none;
	font-size: 12px;
}

h2 {
	font-family:"Trebuchet MS","Arial",sans-serif;
	font-size: 16px;
	color: #b98b59;
	background: #302018;
	letter-spacing: .5px;
	padding: 6px;
	margin: 0;
	margin-bottom: 1px;
}

#sidebar h2 {
	width: 100%;
}

.narrowcolumn h2 {
	width: 98%;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #eaeae3;
	width: 500px;
	padding: 4px;
	margin: 0;
	margin-left: 10px;
}

#sidebar {
	display:none;
}

#header {
	margin: 0 auto;
	margin-top: 30px;
	height: 225px;
	width: 1024px;
}

#main {
	width: 550px;
	margin: 0 auto;
	margin-top: 40px;
}

.postmetadata {
	clear:both;
	text-align: center;
}

.sociable {
	float:right;
}

#tophalf {
	background: url(images/tophalf.jpg) no-repeat;
	height: 114px;
	width: 430px;
	margin: 0 auto;
	float:left;
}

#tophalf_container {
	width: 1022px;
	margin: 0 auto;
}

#tophalf_left {
	float:left;
	width: 296px;
	height: 80px;
	background:url(images/header_outside_left.jpg) no-repeat;
	margin-top: 30px;
}

#tophalf_right {
	float:left;
	width: 296px;
	height: 80px;
	background:url(images/header_outside_right.jpg) no-repeat;
	margin-top: 30px;
}

#bottomhalf {
	background: url(images/bottomhalf.jpg) no-repeat;
	height: 89px;
	width: 464px;
	margin: 0 auto;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/*************/
/*  NAV      */
/*************/

#nav {
	padding: 66px 0px 0px 0px;
	
}

#menu {
	margin: 0 auto;
	padding: 0;
	width: 337px;
	height: 30px;
	background:#483830 url(images/nav_btns_tiny.jpg) bottom left no-repeat;		
	position: relative;
}

#menu li span {
	display: none;
}
	
#menu li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}

#menu li, #menu a {
	height: 30px; 
	display: block;
}

#menu1 {
	left: 8px; 
	width: 64px;
}

#menu2 {
	left: 87px; 
	width: 64px;
}

#menu3 {
	left: 171px; 
	width: 71px;
}

#menu4 {
	left: 257px; 
	width: 72px;
}
	
#menu1 a:hover {
	background: transparent url(images/nav_btns_tiny.jpg) -8px 0px no-repeat;
}

#menu2 a:hover {
	background: transparent url(images/nav_btns_tiny.jpg) -87px 0px no-repeat;
}

#menu3 a:hover {
	background: transparent url(images/nav_btns_tiny.jpg) -171px 0px no-repeat;
}

#menu4 a:hover {
	background: transparent url(images/nav_btns_tiny.jpg) -257px 0px no-repeat;
}



		#menu li.activeH {                           
    	background: transparent url(images/nav_btns_tiny.jpg) -8px 0px no-repeat;                                                                       
    	}                                
    	#menu li.activeA {                           
    	background: transparent url(images/nav_btns_tiny.jpg) -87px 0px no-repeat;                                                                                     
    	}                                              
    	#menu li.activeL {                           
        background: transparent url(images/nav_btns_tiny.jpg) -171px 0px no-repeat;                                                                      
        }                                            
        #menu li.activeC {                          
        background: transparent url(images/nav_btns_tiny.jpg) -257px 0px no-repeat;                                                                                
        }
