/* 
==============================================================================
Created for:	discover the tarkine (index)
Date: 			December '09.
Created by: 	greenskin media.
				www.greenskinmedia.com
==============================================================================
*/




/*** universal layout ***/

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	background: #050505 url(images/bground.jpg) no-repeat 50% 0% !important;
	}

#wrapper {
	background: url(images/bgMain.gif) repeat-y left top;
	position: relative;
	margin: 0 auto;
	padding: 0 13px;
	text-align: left;
	width: 750px;
	}
	


/*** homepage layout ***/

body#home div#wrapper { 
	margin-top: 0px;
	height: 100%;
	}
	
#content {
	width: 520px; 
	height: 100%;  
	font-size: 22px;
	margin: 280px 0 0 43px;
	background-color: #18140d; 
	clear: right;
	}
	
#content p {
	padding: 0 20px 0 20px;
	}
	
#content a:hover {
	color: #fff; 
	background: #5a5037; 
	text-decoration: none;
	}
	
body#home img {border: none;}

#home h1 {
	margin: 0; 
	padding: 15;
	color: #fff; 
	font-size: 22px; 
	font-weight: normal; 
	}
	
#home h2 {
	font-family: Georgia; 
	font-size: 20px; 
	color: #a3844e; 
	text-shadow: #000 0 1px 1px; 
	margin: 0 0 -10px 0; 
	padding: 30px 20px 20px 20px;
	}

#home h3 {
	margin: 0;
	color: #a79980; 
	font-size: 13px;
	padding-bottom: 5px;  
	font-weight: normal; 
	}

#home h3.sub {	
	font-family: Georgia;
	font-size: 16px !important; 
	color: #999 !important; 
	margin: 0 20px 0px 20px;
	}
	
#home h4, h5, h6 {
	font-size: 14px;
	color: #a79980;
	font-weight: bold; 
	margin: 10px 0 4px 0;
	padding-left: 20px;
	}

.border {border: #4c3d27 4px solid !important;}
.border:hover {border: #6b5f42 4px solid !important;}



/*** universal layout ***/

#header {
	margin: -11px 0 -100px -40px;
	}
	
#header ul { 
	list-style: none;
	}


#main-column {
    width: 440px;
    padding: 15px;
	background: #fff;
	margin: 0 0 0 94px;
	}

#sidebar {
	float: right;
	color: #666;
	height: 100%;
	width: 170px; 
	font-size: 12px; 
	line-height: 16px;
	font-size: 10px;
	}
	
#mainNavigation p {
	font-size: 11px;
	}
	
#mainNavigation h3 {
	font-size: 13px;
	}
	


/*** images ***/

.cushion {
	padding: 3px;
	}
	
#sidebarImage #border img {
	background-color: #272216;
	}
	
#sidebarImage #border img:hover {
	background-color: #3f3826;
	border-bottom: none;
	}



/* main navigation */

#mainNavigation {
	margin: 0 auto;
	position: absolute;
	top: 430px;
	left: 592px;
	width: 170px;
	}

#mainNavigation ul {
     margin: 0;
	 padding: 0;
	 list-style-type: none;
	 }
	 
#mainNavigation ul li {
     margin: 0;
	 padding: 4px 0;
	 font-size: 12px;
	 }
	 
#mainNavigation ul li a:link, 
#mainNavigation ul li a:visited {
     color: #fff;
     font-size: 15px;
     line-height: 18px;
     padding-left: 10px; 
     margin-left: -16px;
	 text-decoration: none;
	 border-left: transparent 6px solid;
	 }
	 
#mainNavigation ul li a:hover {
     color: #887f6a;
	 background: none;
	 border-left: #887f6a 6px solid;
	 }
	 
#mainNavigation ul li .menu_current {
	 display: block;
	 color: #887f6a !important;
	 padding-left: 10px; 
     margin-left: -16px;
     border-left: #887f6a 6px solid;
	 }
	 
#mainNavigation ul ul {
     margin: 0;
	 padding: 0 0 0 17px;
	 font-size: 8px;
	 color: #999;
	 }
	 
#mainNavigation ul ul li a {
	 color: #5a5037 !important;
	 }
	 
#mainNavigation ul ul li a:hover {
	 color: #887f6a !important;
	 }
	 
#mainNavigation ul ul li .menu_current {
	 color: #887f6a !important;
	 }
	 
	 

/* active linkages */

a:link {
	color: #5a5037; 
	text-decoration: underline;
	}
	
a:visited {
	color: #5a5037; 
	text-decoration: underline;
	}
	
#sidebar p a:hover, a:active {
	color: #fff; 
	background: #5a5037; 
	text-decoration: none;
	}
	
#home p.link {margin-bottom: 8px;}
#home p.link  a:hover {border-bottom: none !important; background: none !important; text-decoration: none; margin-bottom: 100px;}



/* text formating */

p, ul, li {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    }
    
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	}

p {
	color: #777;
	font-size: 13px; 
	line-height:18px;  
	margin: 0 0 20px 0;
	}
	
h1 {
	padding: 20px; 
	color: #a3844e;
	font-size: 25px; 
	}

h2 {
	font-family: Georgia; 
	font-size: 20px; 
	color: #a3844e; 
	text-shadow: #000 0 1px 1px; 
	margin: 0 0 -10px 0; 
	padding: 30px 20px 20px 20px;
	}

h3 {
	font-family: Georgia; 
	font-size: 16px; 
	color: #a79980; 
	margin: 10px 0 10px 0;
	}
	
h4, h5, h6 {
	font-size: 14px;
	color: #a79980;
	font-weight: bold; 
	margin: 10px 0 4px 0;
	padding-left: 20px;
	}
	
blockquote {
	font-size: 15px;
	color: #5a5037;
	text-shadow: #000 1px 1px;
	margin: 30px 45px 30px 45px;
	padding-left: 10px;
	border-left: #221c13 5px solid;
	}
	
blockquote p {
	font-size: 15px;
	color: #5a5037;
	}
	
.light {color: #352c1e;}
.followus {background: #000; color: #ffaa00; height: 20px; padding: 10px 5px 30px 5px !important; margin: 0 20px 0 20px; border: #222 3px dashed;}



/*** footer sub ***/

#subfooter {
	font-size: 13px; 
	line-height:18px; 
	color: #666; 
	border-top: #221c13 3px dashed;
	margin-top: -20px;
	margin-bottom: 40px;
	}
	
p #subfooter {
	margin-bottom: 60px; 
	padding-bottom: 60px;
	}
	
p #subfooter a {
	border-left: #887f6a 2px solid;
	padding-left: 10px;
	margin-right: 20px;
	}
	
#subfooter_left {position: relative; clear: right;}

.subfooter_right {position: relative; display: block; float: right; margin-top: -303px;}

.container {margin-left: 20px; width: 480px; height: 280px; font-size: 11px;}
.subfooter_infoleft {margin-left: -40px; float: left; display: block; width: 173px;}
.subfooter_infomiddle {float: left; display: block; width: 173px;}
.subfooter_inforight {float: left; display: block; width: 173px;}
.subfooter_infoleft ul, .subfooter_infomiddle ul, .subfooter_inforight ul {list-style: none; line-height: 15px;}
.subfooter_infoleft ul li.header, 
.subfooter_infomiddle ul li.header, 
.subfooter_inforight ul li.header {text-transform: uppercase; color: #777; font-style: bold; margin-bottom: 2px;}
.subfooter_infoleft ul a, .subfooter_infomiddle ul a, .subfooter_inforight ul a {text-decoration: none;}
.subfooter_infoleft ul a:hover {text-decoration: underline;}
.subfooter_infoleft ul li a:hover {color: #887f6a !important; background-color: transparent !important; text-decoration: underline !important;}
.subfooter_infomiddle ul li a:hover {color: #887f6a !important; background-color: transparent !important; text-decoration: underline !important;} {background-color: transparent !important; text-decoration: underline !important;}
.subfooter_inforight ul li a:hover {color: #887f6a !important; background-color: transparent !important; text-decoration: underline !important;}



/*** footer ***/

#footer {
    padding: 0;
    width: 776px;
    height: 90px;
	margin: 0 auto;
	text-align: left;
	background: url(images/bgFooter.gif) no-repeat left top;
    }

#footer p {
	color: #3f3826;
	font-size: 10px;
	padding: 13px 0;
    margin: 0 0 0 56px;
	}
	
#footer p a:link, footer p a:visited {
    color: #5a5037;
	text-decoration: none;
	}
	
#footer p a:hover {
     color: #887f6a;
	 text-decoration: underline;
	 background: none;
	 }

	

/*** sundry formatting ***/ 

#address-left {
    width: 205px;
	float: left;
	}
	
#google-map {
    width: 433px;
	height: 350px;
	border: #272216 1px solid;
	}



/*** form ***/ 

form {
    margin: 0;
	}