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

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #d6f7ea;
	color: #333333;
	text-align: center;
	margin: 0 0 50px 0;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}
strong {
	color: #003366;
}

/* links */
a, a:visited {	
	color: #003399;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #3ca893;
	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: #770B27;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669900;
	height: 35px;
	width: 100%;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat;
	line-height: 35px;
}
h1, h2, h3, p   {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #fafafa;
   border: 1px solid #b2c8d3;
	padding: 5px;
}
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 #b2c8d3; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}

/* start - table */
table {
	border-collapse: collapse;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
	display: table;
	border: medium solid #FFF;
}
th strong {
	color: #fff;
}
th {
	background: #12486A url(../images/nav.jpg) repeat;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #ffffff;
	border-bottom: solid 2px #ffffff;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f1f1f1; 
	background-color: #f5f5f5; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	color: #003365;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
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: #12486A url(../images/nav.jpg) repeat-x 0 0;
	border: 1px solid #ffffff;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff; /*url(../images/wrap-bg.jpg) repeat-y*/
	width: 900px;	
	margin: 50px auto 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff;
	clear: both;
	width: 550px;
	padding: 0;
	margin-left: 15px;
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header {
	position: relative;
	background: #fff url(../images/header-bg.jpg) repeat-x;
	width: 870px;	
	height: 100px;	
	padding: 0;	
	margin: 0px auto;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 36px;
	left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #CC6600;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 68px;
	left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

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

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

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 870px;
	padding: 5px 0 0 0;
	text-align: center;
}
#footer-bottom  a {
	color: #976834;
}

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

/* display and additional classes */
.clear { clear: both; }
.inset {
	padding: 5px;
	margin: 20px 10px 15px 10px;
	font-size: 95%;
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.rusttext {
	color: #CC6600;
}