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

/* Top Elements */
/*  is this rule targetting IE6? (http://www.sitepoint.com/forums/showthread.php?t=534818):	* { margin: 0; padding: 0; outline: 0 }  */

body {
	background: #3CA893 url(../images/bg2.jpg) repeat;
	color: #333;
	text-align: center;
	margin: 0 0 50px 0;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
}

/* links */
a, a:visited {
	color: #003399;
	/*background: inherit;*/
	text-decoration: none;
}
a:hover {
	color: #3ca893;
	text-decoration: underline;
}
/*
a.large, a.large:visited {
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}
a.large:hover {
	color: #77395E;
	background: inherit;
	text-decoration: underline;
	font-size: 1.5em;
	font-weight: bold;
}
*/

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

h4.left {
	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;
}
h4.center {
	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;
	text-align: center;
}

h1, h2, h3, p   {
	padding: 10px;		
	margin: 0;
}
.smalltxt {
	font-size: .8em;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #fafafa;
	border: 1px solid #98adc2;
	padding: 5px;
}

img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}

img.clean {
	border: 0px;
	padding: 0px;
	background: none;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 35px;
	border: 1px solid #F4F3EC;
	color: #003366;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #f5f2ea;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
	display: table;
}
th strong {
	color: #fff;
}
th {
	background: #3CA893 url(../images/nav.jpg) repeat-x 0;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
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: 0 5px;
	border: 1px solid #f1f1f1; 
	background-color: #f5f5f5; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
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: #8EB50C url(../images/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;
	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 url(../images/content-bg.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 870px;	
	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;
	width: 870px;
	height: 100px;
	padding: 0;
	margin: 0px auto;
	background: #DFF9EE url(../images/header-bg.jpg);
}
#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: #003366;
	/* 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;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 19px;
	right: 0px;
	color: #003366;
	text-transform: uppercase;
	width: 178px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#header #header-links a {
	color: #003366;
	text-decoration: none;
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #3ca893;
}

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

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

/* Sidebar */	
#sidebar {
	float: right;
	width: 280px;
	padding: 25px 0 0 0;
	margin: 0;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px;
	color: #8E7A5E; /*#B6B416*/
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#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;
	color: #306f64;  /* 0D75B6 */
	display: block;
}
#sidebar ul.sidemenu li a:hover {
	color: #3ca893;
	display: block;
}
#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;
	padding: 15px 0;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}
#footer-wrap a:hover {
	color: #111;	
}
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 870px;
	padding: 5px 0 0 0;
	text-align: center;
}
#footer-bottom  a {
	color: #003366;
}

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

/* display and additional classes */
.inset {
	font-size: 95%;
	border: 1px solid #98adc2;
	background-color: #DFF9EE;
	margin: 20px 10px 15px 10px;
	padding: 5px 5px 5px 7px;
}

.inset2 {
	color: #000;
	border: 1px solid #98adc2;
	background: #f1ede1;
	padding: 12px;
	margin-top: 7px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 5px;
}

.highlightbox {
	color: #333;
	border: 1px solid #98adc2;
	background: #f1ede1;
	padding: 10px;
	margin-top: 12px;
	margin-right: 17px;
	margin-bottom: 12px;
	margin-left: 17px;
}
.unpadded_list {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
