/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Outdoor
   TEMPLATE CODE: 	S-0020
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	padding: 0;
	outline: 0;
	top: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

body {
    
	background: #f7f0e3 url(bg.jpg) repeat-x;
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {	
	color: #633000;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #8C9A08;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 6px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #fafafa;
   border: thin none #000000;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
}
th strong {
	color: #fff;
}
th {
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
	background-color: #A3B724;
	background-image: none;
	background-repeat: repeat-x;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EFEBEF;
	width: auto;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
    float: left
	width: 500px;
	height: 200px;
	padding-top: 15px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
	border: 0px solid #ffffff;
	background-color: #FFFFFF;
	width: 480px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	text-decoration: blink;
}
input {
	padding:5px;
	border:1px solid #CCCCCC;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	margin-top: 10px;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(nav.jpg) repeat-x 0 0;
	border: 1px solid #88AD0C;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 900px;
	text-align: left;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	border: thin ridge #8C5D31;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 870px;
	padding: 0;
	margin-left: 15px;
	display: inline;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #F7EFC6;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #e5e5e5;
	border-left-color: #fff;
}
#header {
	position: relative;
	width: 870px;
	height: 100px;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F7EFC6;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1.5px;
	color: #663300;
	text-transform: none;
	text-decoration: none;
	left: 310px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 246px;
	height: 154px;
	vertical-align: baseline;
	text-align: center;
	top: 14px;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #663300;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 75px;
	left: 305px;
	width: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #5b4a29;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */
#nav {
	clear: both;
	margin: 0;
	padding: 0;
	height: 45px;
	top: 7px;
}
#nav ul {
	float: left;
	list-style: none;
	background: url(nav.jpg) repeat-x;	
	width: 870px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: right;
	width: 690px;
	display: inline;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: none;
	background-repeat: repeat;
}
#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #895F30; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 165px;
	margin: 0;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #F7EFC6;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #899B0D; 			
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #8C5D31;
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #636563;
	width: 870px;
	text-align: center;
	background-color: #F7EFC6;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	height: 75px;
}
#footer-bottom  a {
	color: #8C5D31;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  {
	float: left;
	margin-right: 10px;
}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
#wrap #content-wrap #main table {
}
.Stil4 {color: #8C5D31}
#Layer1 {
	position:absolute;
	width:105px;
	height:84px;
	z-index:1;
	left: 133px;
	top: 11px;
}
#Layer2 {
	position:absolute;
	width:105px;
	height:84px;
	z-index:1;
	left: 639px;
	top: 11px;
}
body {
	margin-bottom: 5px;
}
#Layer3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 25px;
	top: 2px;
}
#Layer4 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	left: 295px;
	top: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.Stil6 {font-family: Georgia, "Times New Roman", Times, serif; color: #663300; font-size: 50px;}
.Stil10 {font-size: 180%; color: #633000; font-family: Georgia, "Times New Roman", Times, serif;}
.Stil12 {color: #F7EFC6}
#Layer5 {
	position:absolute;
	width:87px;
	height:43px;
	z-index:1;
	left: 35px;
	top: 1016px;
}
#Layer6 {
	position:absolute;
	width:143px;
	height:115px;
	z-index:1;
	left: 677px;
	top: 137px;
}
#Layer7 {
	position:absolute;
	width:90px;
	height:115px;
	z-index:1;
	top: 321px;
	left: 454px;
}
.Stil13 {
	color: #633000;
	font-weight: bold;
}
#Layer8 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 25px;
	top: 2px;}
	
#Layer9 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
.Stil14 {color: #633000}

.Stil4 {color: #8C5D31}
#Layer1 {
	position:absolute;
	width:105px;
	height:84px;
	z-index:1;
	left: 133px;
	top: 11px;
}
#Layer2 {
	position:absolute;
	width:105px;
	height:84px;
	z-index:1;
	left: 639px;
	top: 11px;
}
body {
	margin-bottom: 5px;
}
#Layer3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 25px;
	top: 2px;
}
#Layer4 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	left: 295px;
	top: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.Stil6 {font-family: Georgia, "Times New Roman", Times, serif; color: #663300; font-size: 50px;}
.Stil47 {color: #000000}
.Stil10 {font-size: 180%; color: #633000; font-family: Georgia, "Times New Roman", Times, serif;}
#Layer5 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 405px;
	top: 432px;
}
#Layer6 {
	position:absolute;
	width:154px;
	height:115px;
	z-index:1;
	left: 287px;
	top: 413px;
}
#Layer7 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 255px;
	top: 810px;
}
#Layer8 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 580px;
	top: 860px;
}
#Layer9 {
	position:absolute;
	width:284px;
	height:36px;
	z-index:1;
	left: 234px;
	top: 1003px;
}
#Layer10 {
	position:absolute;
	width:255px;
	height:36px;
	z-index:1;
	left: 560px;
	top: 1053px;
}
#Layer11 {
	position:absolute;
	width:200px;
	height:204px;
	z-index:1;
	left: 255px;
	top: 1086px;
}
#Layer12 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 580px;
	top: 1137px;
}
#Layer13 {
	position:absolute;
	width:268px;
	height:65px;
	z-index:1;
	left: 255px;
	top: 1293px;
}
#Layer14 {
	position:absolute;
	width:261px;
	height:57px;
	z-index:1;
	left: 580px;
	top: 1330px;
}
#Layer15 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 255px;
	top: 1428px;
}
#Layer16 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 580px;
	top: 1428px;
}
#Layer17 {
	position:absolute;
	width:552px;
	height:40px;
	z-index:1;
	left: 269px;
	top: 1630px;
}
#Layer18 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 507px;
	top: 1695px;
}
#Layer19 {
	position:absolute;
	width:457px;
	height:59px;
	z-index:1;
	left: 300px;
	top: 626px;
}
#Layer20 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#Layer21 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 109px;
	top: 1727px;
}
#Layer22 {
	position:absolute;
	width:263px;
	height:349px;
	z-index:1;
	left: -1px;
	top: 1664px;
	background-color: #FFFFFF;
}
#Layer23 {
	position:absolute;
	width:200px;
	height:36px;
	z-index:1;
	left: 342px;
	top: 1685px;
}
.Stil48 {color: #F7EFC6}
#Layer24 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 402px;
	top: 427px;
}
.Stil50 {
	font-size: 11px;
	color: #000000;
}
.Stil52 {font-size: 9px}

