/* CSS Document */

/*Body Styling*/

html,body{
		height:100%;
		}

body {
	background: url(../images/background1.jpg) repeat-y scroll top center;
	text-align: center;
  	font: 12px Lucida Grande, Arial, sans-serif;
	background-color:#454540;
	}
	


body a:link {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold; 
	}

body a:hover {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	}

body a:visited {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	}
	
h1 {
	position:absolute;
	top:3px;
	left:10px;
	font-weight: 600;
	}

h2 {
	margin-bottom:1em;
	font-weight: 600;
	}

p {
	line-height: 140%
	}

#body {
	margin: 0 auto;
	width:800px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	
	background-image:url(../images/forest3.jpg); 
	background-repeat:no-repeat; 
	background-attachment:scroll; 
	background-position:right bottom;
	background-color:#EEEEEE;
	border-left:  3px solid #9D9A95;
	border-right: 3px solid #9D9A95;

	}

#container-content {
	padding: 0 0 50px 0;
	}
	
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#banner {
background: url(../images/banner.png);
position: relative;
left: 10px;
height:124px;	
width: 780px;

}

/* Index Styling */

.leftbox {
	float: left;
	width:439px;
	margin: 8px 8px 8px 8px;
	}
	
.rightbox{
	float: right;
	width:336px;
	margin: 8px 8px 8px 0px;
	} 

.articlebox { 
	padding: 8px;		
	margin: 0 0 8px 0;
	background-color: #ccc;
	border: 1px solid #aaa;
	border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 8px #bbb;
		-webkit-box-shadow: 1px 1px 8px #bbb;
		-moz-box-shadow: 1 1px 8px #bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for Webkit */
	background: -moz-linear-gradient(top,	#ccc,  #eee); /* for Mozilla */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#EEEEEE'); /* for IE */
	}

.photobox {
	background-color: #ccc;
	border: 1px solid #aaa;
	border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 8px #bbb;
		-webkit-box-shadow: 1px 1px 8px #bbb;
		-moz-box-shadow: 1 1px 8px #bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for Webkit */
	background: -moz-linear-gradient(top,	#ccc,  #eee); /* for Mozilla */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#EEEEEE'); /* for IE */
	
  	}

div#fadeshow1 {border: 4px solid #707070;}
	
#fadeshow1 {
		box-shadow: 1px 1px 10px #888;
		-webkit-box-shadow: 1px 1px 10px #888;
		-moz-box-shadow: 1 1px 10px #888;}

.linksbox {
  	margin-top: 8px;
  	padding: 8px;
  	text-align: center;
	background-color: #ccc;
	border: 1px solid #aaa;
	border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 8px #bbb;
		-webkit-box-shadow: 1px 1px 8px #bbb;
		-moz-box-shadow: 1 1px 8px #bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#dedede)); /* for Webkit */
	background: -moz-linear-gradient(top,	#ccc,  #dedede); /* for Mozilla */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#DEDEDE'); /* for IE */
  	}
  	
.homeform {
  	margin-top: 8px;
  	padding: 8px;
  	text-align: center;
	background-color: #ccc;
	border: 1px solid #aaa;
	border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 8px #bbb;
		-webkit-box-shadow: 1px 1px 8px #bbb;
		-moz-box-shadow: 1 1px 8px #bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for Webkit */
	background: -moz-linear-gradient(top,	#ccc,  #eee); /* for Mozilla */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#EEEEEE'); /* for IE */
  	}
  	
  	
.linksbox a {text-decoration: none;}
	
.articlebar {
	height:30px; 
	padding: 0px 5px 5px 5px; 
	line-height: 30px;
	font-size:19px;
	font-weight:600;
	color: #fff; 
	text-shadow: 0px 1px 2px #444, 0px 0px 15px #888;
	letter-spacing: -1px;
	}
	
.articlebar a:link {
	font-size: 13px;
	color: #333333;
	}

.articlebar a:hover {
	color: #808080;
	}
    
.readmore {
	padding: 5px 0px 0px 0px;
	}
	
.readmore a:link {
	color:#650000;
	font-size:11px;
	font-weight: bold;
	}


.searchbar {
	background: #ebebeb;
	border: 1px solid #aaa;
	height: 32px;
	margin: 15px 0px 0px 0px;
	padding: 1px;
	border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 8px #bbb;
		-webkit-box-shadow: 1px 1px 8px #bbb;
		-moz-box-shadow: 1 1px 8px #bbb;	}
	
	
/* Adsense Styling */	

.adsense-index{
	margin-top: 8px;
	}
	
.adsense-span{
	height: 85px;
	margin:10px 0px 16px 0px;
	text-align: center;
	}

.adsense-right{
	float:right;
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:10px;
	}
	
.adsense-left{
	float:left;
	margin-top: 6px;
	margin-bottom:6px;
	margin-right:15px;
	}
	
.navbar {
	margin-top:3px;
	}
	
/* Content Styling */	
	
.header {
	position:relative;
	left:7px;
	display:block;
	width:784px;
	height:20px;
	line-height: 90%;
	font-size:15px;
	color:#ffffff;
	background-color: #9d9a95;
	border: 1px solid #606060;
	border-radius: 3px;
		-moz-border-radius: 3px;
	text-shadow: 1px 1px 1px #333333;
	box-shadow: 1px 1px 3px #808080;
		-webkit-box-shadow: 1px 1px 3px #808080;
		-moz-box-shadow: 0 1px 2px #808080;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9b96), to(#808080)); /* for Webkit */
	background: -moz-linear-gradient(top,	#9e9b96,  #808080); /* for Mozilla */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9b96', endColorstr='#808080'); /* for IE */
	opacity:0.9;
	}
	
.author {
	float: right;
	width:400px;
	text-align:right;
	padding: 4px 10px 0 0;
	font-size:11px;
	font-weight: bold; 
	text-shadow: 1px 1px 1px #333;
	}
	
.author a:link,
.author a:focus,
.author a:visited {
	color: #fff;
	}

.author a:hover {
	color:#eee;
	text-shadow: 0px 0px 4px #999, -1px -1px 0px #444;
	}
	

.section {
	font-weight:bold;
	color:#222222;
	font-size:13px;
	text-shadow: 3px 2px 3px #ccc
	}

.article-main {
	margin:0px;
	padding: 10px;
	font:inherit;
	}
	
.article-main img {
	border:solid 2px #888888;
	margin-top:15px;
	margin-bottom:15px;

	}

.footer {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 50px;
  opacity: 0.9
}
	
.copyright {
	position: absolute;
	bottom:0px; 
	left:8px;
	margin-top:100px;
	font-size:10px;

	}

.copyright a:link,
.copyright a:hover,
.copyright a:focus,
.copyright a:visited {
	color: #000
	}


/* Explore and Learn Styling */	

.summary img{
	float:left; 
	margin:0px 8px 0px 0px;
	border: 1px solid #505050;
	box-shadow: 0px 0px 4px #555;
		-webkit-box-shadow: 0px 0px 4px #555;
		-moz-box-shadow: 0px 0px 4px #555;
	}

.summary {
	line-height:120%;
	padding: 5px 25px 15px 0px;
	font-size:12px;
	border-top:1px dashed #aaaaaa
	}

.title {
	font-size:13px; 
	line-height: 130%;
	font-weight: bold;
	}

.image-right {
	 float:right; 
	 clear: right;
	 margin-left: 15px;
	 line-height: 10%;
	 }

.image-left {
	 float:left; 
	 clear: left;
	 margin-right: 15px;
	 line-height: 10%;
	 }

.caption {
	text-align:left;
	line-height: 100%;
	padding-bottom: 15px;
	}
	
.rating {
	float:left;
	width:18%;
	height: 40px;
	border-right:solid 1px #aaaaaa;
	text-shadow: 1px 1px 15px #aaa;
	}
	
.difficulty {
	float: left;
	left: 138px;
	width:15%;
	height: 40px;
	line-height: 170%;
	border-right:solid 1px #aaaaaa;
	text-shadow: 1px 1px 15px #aaa;

	}	

.skills {
	float:left;
	width:20%;
	height: 40px;
	line-height: 170%;
	border-right:solid 1px #aaaaaa;
	text-shadow: 1px 1px 15px #aaa;

	}	

.duration {
	float:left;
	width:15%;
	height: 40px;
	line-height: 170%;
	border-right:solid 1px #aaaaaa;
	text-shadow: 1px 1px 15px #aaa;


	}	
	
.access {
	float:left;
	width:20%;
	height: 40px;
	line-height: 170%;
	text-shadow: 1px 1px 15px #aaa;

	}	
	

/* Block Quote Styling */	

.box-right { 
	float: right;
	clear: right;
	width:330px;
	margin: 8px 0px 10px 8px;
	padding: 10px 10px 10px 12px;
	font-size: 17px;
	color: #595959;
	line-height: 150%;
	background-color: #aaaaaa;
	border: 1px solid #aaa;
	border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 8px #bbb;
		-webkit-box-shadow: 1px 1px 8px #bbb;
		-moz-box-shadow: 1 1px 8px #bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#ddd));
	background: -moz-linear-gradient(top,	#bbb,  #ddd);
}

.box-right img {
	border: solid 3px #606060;
	box-shadow: 1px 1px 10px #888;
		-webkit-box-shadow: 1px 1px 10px #888;
		-moz-box-shadow: 1 1px 10px #888;
	}

.box-left { 
	float: left;
	clear: left;
	width:330px;
	margin: 8px 14px 8px 0px;
	padding: 10px 10px 10px 12px;
	font-size: 17px;
	color: #595959;
	line-height: 150%;
	background-color: #aaaaaa;
	border: 1px solid #aaa;
	border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 1px 1px 8px #bbb;
		-webkit-box-shadow: 1px 1px 8px #bbb;
		-moz-box-shadow: 1 1px 8px #bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#ddd));
	background: -moz-linear-gradient(top,	#bbb,  #ddd);

}

.box-header {
  position: relative;
  background: #9D9A95; 
  font-size: 12px;
  font-weight: bold;
  margin: -3px 0px 15px -1px;
  width: 785px;
  line-height: 110%;
}

.box-header-container {
	position: relative;
	width: 100%;
	height: 40px;
}

.imagebox-right {
  background: #9D9A95; 
  font-size: 11px;
  color: #595959;
  float: right;
  margin: 10px 5px 10px 15px;
  width: 340px;
  line-height: 150%;
}

.quote {font-family: times;
	font-size: 20px;
	color: #cccccc;
}
		

