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

h1 { color: #111; font-family: 'Open Sans Condensed', sans-serif; font-size: 36px; font-weight: 700; line-height: 42px; margin: 0 0 0; padding: 10px 0;  text-transform: uppercase; }


h2 { color: #111; font-family: 'Open Sans Condensed', sans-serif; font-size: 28px; font-weight: 700; line-height: 36px; margin: 0 0 24px; padding: 10px 0; text-transform: uppercase; }

h3 { color: #111; font-family: 'Open Sans Condensed', sans-serif; font-size: 24px; font-weight: 700; line-height: 32px; margin: 0 0 24px; padding: 10px 0; text-transform: uppercase; }

h4 { color: #111; font-family: 'Open Sans Condensed', sans-serif; font-size: 18px; font-weight: 700; line-height: 24px; margin: 0 0 24px; padding: 10px 0; text-transform: uppercase; }
h5 { color: #111; font-family: 'Open Sans Condensed', sans-serif; font-size: 14px; font-weight: 500; line-height: 16px; margin: 0 0 24px; padding: 10px 0; text-transform: uppercase; }


p { color: #111; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 22px; margin: 0 0 48px; }
ul { font-family: 'Open Sans', sans-serif; font-size: 14px;}


a { color: #990000; text-decoration: none; }


a:hover { text-decoration: underline }


.date { color: #111; display: block; font-family: 'Open Sans', sans-serif; font-size: 14px; position: relative; text-align: center; z-index: 1; }


.date:before { border-top: 1px solid #111; content: ""; position: absolute; top: 10px; left: 0; width: 100%; z-index: -1; }


.author { color: #111; display: block; font-family: 'Open Sans', sans-serif; font-size: 14px; padding-bottom: 38px; position: relative; text-align: center; z-index: 1; }


.author:before { border-top: 1px solid #111; content: ""; position: absolute; top: 10px; left: 0; width: 100%; z-index: -1; }


.date span,

.author span { background: #fdfdfd; padding: 0 10px; text-transform: uppercase; }


.line { border-top: 1px solid #111; display: block; margin-top: 60px; padding-top: 50px; position: relative; }


.read-more { -moz-border-radius: 50%; -moz-transition: all 0.2s ease-in-out; -webkit-border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; background: #111; border-radius: 50%; border: 10px solid #fdfdfd; color: #fff; display: block; font-family: 'Open Sans', sans-serif; font-size: 14px; height: 80px; line-height: 80px; margin: -40px 0 0 -40px; position: absolute; bottom: 0px; left: 50%; text-align: center; text-transform: uppercase; width: 80px; }


.read-more:hover { background: #990000; text-decoration: none; }


/* Nav Tabs */

/* Alerts */

.alert{padding:5px;margin-bottom:5px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable{padding-right:35px}
.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{background-color:#d9e0e2;border-color:#d6e9c6;color:#3c763d}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-enrol{background-color:#E3FBFB;border-color:#00FFFF;color:#FFFF00}
.alert-enrol hr{border-top-color:#c9e2b3}
.alert-enrol .alert-link{color:#2b542c}
.alert-class{background-color:#9CC;border-color:#00E740;color:#000}
.alert-class hr{border-top-color:#c9e2b3}
.alert-class .alert-link{color:#000}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}
.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}
.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{background-color:#FFFFFF;border-color:#ebccd1;color:#a94442}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}

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

body {
	background: url(back123.jpg);  
	background-repeat:repeat;
	background-attachment: fixed;
	font: 72%/1.2em Verdana, Arial, Sans-serif regular;
	color: #303030; 
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #1d6b14;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #111;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 150%;
	color: #111;
}
h3 {
	font-size: 140%;	
	font-weight: normal;	
}
h4 {
font-size: 120%;	
	font-weight: normal;	
}

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

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

code {
  	

font: 1.2em Verdana, Arial, Sans-serif regular;
color: #303030;
margin: 3px 5px;
margin-top: 0px;
line-height: 1.2em;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 5px;
 	padding: 0 0 0 5px;  
      border-bottom: 1px dotted #666; 
	background: #FFFFFF; 
	font: 1.2em Verdana, Arial, Sans-serif regular;
	color:#000000;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 5px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(nav23.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td p {
	font-size: 14px;
}
td {
	padding: 0 10px;
	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(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(wrap1-bg.jpg) repeat-y;
	width: 969px;	
	margin: 10px auto 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff url(content-bg.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 969px;	
	padding: 0; 			
	margin-left: 0px;	
	display: inline;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header {
	position: relative;
	background: #fff url(banner16.png) no-repeat;
	width: 969px;	
	height: 115px;	
	padding: 2px;
	margin: 5px auto;
}
 #header17 {
	position: relative;
	background: #3b8dd4 url(obs-banner-a.jpg) no-repeat;
	width: 969px;}
#img {
	background: #fafafa;
	padding: 2px;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: 48px Verdana, Arial, Sans-serif regular;
	letter-spacing: -1.2px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	visibility: hidden;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 120px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 20px arial,tahoma,sans-serif;
	text-transform: none;
	color: #185B0C;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 125px;	
	visibility: hidden;	
}



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

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #5b4a29;
	font:26px/20px arial,tahoma,sans-serif;
	text-transform: uppercase;
	margin:0 0 38px 0	
}
#header #header-links a {	
	color: #333;
	text-decoration: none;	
	padding: 0 6px;
	font:11px/20px arial,tahoma,sans-serif;
}
#header #header-links a:hover {
	text-decoration:underline;		
}

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 30px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(nav23.jpg) repeat-x;	
	width: 969px;		
	height: 30px;
	text-transform: uppercase;
	margin: 0 15px 0 0;
	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 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font: bold 12px/30px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1.05px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(nav-hover1.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current1.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: right;
	width: 659px;
	padding: 5px 0 0 0; margin: 0 0 0 10px;
	display: inline;	
}
#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #111; 	
	text-transform: none;
}
#main h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: center;
	width: 285px;
	padding: 5px 0 0 0; margin: 2;		
}	
#sidebar h2 {
	margin: 20px 0 0;
	padding: 0 5px; 
	font: normal 1.2em 'Trebuchet MS', Tahoma, Sans-serif;	
	color:#400000; 			
}
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.1em 'Trebuchet MS', Tahoma, Sans-serif;	
	color:#400000; 			
}
#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:#000; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #000;		text-decoration: underline;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 600px;
	font-size: 90%;	
	text-align: left;
	padding: 10px 50px;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #1d6b14;  
	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: 5px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 20px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 27%;
}
#footer-columns .col3-center { 
	margin: 0 10px; 
}

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

/* 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; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* quick reference guide*/
}
div#abc {
width:99%;
float:left;
margin-left:2em;
padding-top: 1.2em;
 padding-bottom: 1.7em;
 font-size: 1.2em;
}


.ListTable{/* WS: Custom style for listing panels - text - e.g. CKB */
	width: 645px;
	border: 1px solid #CCCCCC;
}

.ListTableText{/* WS: Custom style for listing panels - text - e.g. CKB */
	width: 283px;
	background-color: #E4E4E4;
	color: #787878;
	padding: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ListTableLink{/* WS: Custom style for listing panels - link - e.g. CKB */
	background: url(learnmore.jpg) no-repeat center;
	width: 34px;
	background-color: #787878;
	cursor: pointer;
}

.ListTableLinkOver{/* WS: Custom style for listing panels - link mouseover - e.g. CKB */
	background: url(learnmoreover.jpg) no-repeat center;
	width: 34px;
	background-color: #2F2F2F;
	cursor: pointer;
}

