/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Enlighten
   TEMPLATE CODE: 	S-0011
   VERSION:          1.1
	LAST MODIFIED:    July-05-2007          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	padding: 0;
	color: #444;
	text-align: center;
	height: 100%;
	background-color: #83820C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-image: url(pics/555.jpg);
	background-repeat: repeat-y;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

/* links */
a { background: inherit; color: #BB7100; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 {
	font-size: 18px;
	color: #E17100;
}
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
  border: 2px solid #CA920D; 
  padding: 5px;
  background-color: #FFF;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 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; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
}
th strong {
	color: #fff;
}
th {
	background: #993333;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #D68686;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:0px; padding: 0;
	border: 1px solid #eee; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 1px;
	border:1px solid #eee;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	color:#006600;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background-color: #FCF2CA;
	border: 1px solid #000000;
}

/* header */
#header {
	position: relative;
	height: 176px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(gorilla-trekking.gif);
	background-repeat: no-repeat;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 455px;
	height: 156px;
	background: #FFF url(images/headerphoto.jpg) no-repeat;	
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 156px;	
	background: #4E3525;
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 50px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 39px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 60px;
}

/* header menu */
#menu {
	clear: both;
	margin: 0;
	width: 770px;
	float: left;
	background-image: url(pics/navis.jpg);
	background-repeat: repeat-x;
	height: 46px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#menu ul {
	margin: 0;
	list-style-type: none;
	background-color: #036;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	text-decoration: none;
	background-color: #036;
	color: #FFF;
	border-right: 1px solid #fff;
	padding: 5px;
}
#menu li a:hover {
background-color: #369;
color: #fff;
}
#menu li a#current  {
	background: #993333;
	color: #FFF;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
#content {
	width: 760px;
	clear: both;
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #F7E097;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #660000;	
}
.sidebox {
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}

/* main */
#main {
	float: left;
	width: 70%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(pics/33.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}

.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post .post-footer .date {
	background: url(images/clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 80px;
	background: url(images/footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	background-image: url(pics/navis.jpg);
	background-repeat: repeat-x;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	height: 46px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	text-decoration: none;
	color: #FFF;
	line-height: 40px;
	padding: 10px;
}

#navcontainer ul li a:hover
{
	color: #F6DE9A;
	background-image: url(pics/navishover.jpg);
}
#header1 {
	position: relative;
	height: 50px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #FFCC00;
	background-image: url(pics/hhh.jpg);
}
/*=== Styling Boxes ===*/

/*- Box (main column boxes) -*/
.box, .widget{
	border:1px solid #dedbd1;
	margin: 0 0 15px 0px;
	padding:18px;
	background-color: #FFFFFF;
	background-image: url(images/bgr-box-trans.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.box img { 
	border: 1px solid #999999;
	margin: 0 0 10px 0;
}
.box p{
	line-height: 18px;
	padding: 0 0 10px;
}
.widget { padding:15px; }

.box dl{
	border-bottom: 1px solid #cacaca;
	height: 30px;
	line-height: 30px;
}
.box dt{
	float: left;
	width: 420px;
}
.box dt a{
	color: #ff7800;
	font-weight: bold;
}
.box dd{
	float: right;
	font-size: 11px;
	text-align: right;
}


/*- Box2 (sidebar boxes) -*/
.box2{
	background: #f5f4f0 url(images/bgr-box-trans.png) repeat-x top left;
	margin: 0 0 15px 0px;
	padding:18px;
	border:1px solid #dedbd1;
}
.box2 .nav1{
	float: none;
	padding: 0 0 0 0px; 
}	
.box2 .spacer.white{
	background: #ffffff;
	border: 1px solid #dedbd1;
	clear: both;
	margin: 0px;
}
.box2 .spacer.flickr img{
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 4px 9px 4px 0px;
	padding: 7px;
}
.box2 .spacer.flickr img:hover{
	background: #ebe9e1;
	border: 1px solid #dedbd1;
}

.box2 .avatar { float: left; width: 100px; height: 100px; margin-right: 10px; }



/*- Box3 (author boxes) -*/
.box3{
	background: #f5f4f0 url(images/bgr-box-trans.png) repeat-x top left;
	width: 520px;
	height: 170px;
	margin: 0 0 15px 0px;
	padding:18px;
	border:1px solid #dedbd1;
}
.box3 .nav1{
	float: none;
	padding: 0 0 0 0px; 
}	
.box3 .spacer.white{
	background: #ffffff;
	border: 1px solid #dedbd1;
	clear: both;
	margin: 0px;
}
.box3 .spacer.flickr img{
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 4px 9px 4px 0px;
	padding: 7px;
}
.box3 .spacer.flickr img:hover{
	background: #ebe9e1;
	border: 1px solid #dedbd1;
}

.box3 .avatar { float: left; width: 100px; height: 100px; margin-right: 10px; }

#yyy {

	background: #f5f4f0;
	margin: 0 0 15px 0px;
	padding:10px 18px 5px 18px;
	border:1px solid #dedbd1;
	color:#363636;
	text-align: left;
	height:20px;
	font-size:14px;
}
#yyy h3 {
	border:1px solid #dedbd1;
	color:#363636;
	text-align: left;
	height:20px;
	font-size:14px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	background-color: #006699;
}
	
	#primaryContent table {display:block; width:100%; padding:3px; margin-bottom:20px; border:1px solid #c7c7c7;}
th {background:#1e3d44; color:#fff; padding:4px;}
td {padding:1px;}
tr {
	width:300px;
	background-color: #FCF2CA;
}
tr.odd {background:#C0D9E0;}

table.counselors {text-align:center; padding:0; background:#DAEAEF; border:0;}
table.counselors td {padding:5px; line-height:1.3;}
table.counselors td img {padding:0; border:1px solid #869BA1;}

/* layouts */
#twoColLayout #primaryContent {
	position:relative;
	width:504px;
	float:left;
	}
#oneColLayout #secondaryContent {
	display:none;
	}

/* gutter for text margins */
.gutter {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
#primaryContent .gutter {
	padding:10px 24px 24px 24px;
	}
	.highlight {
	float:left;
	width:211px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FCF2CA;
	border-right-color: #5D7C36;
	border-bottom-color: #5D7C36;
	border-left-color: #5D7C36;
	}
.highlight h3 {
	font-size:16px;
	color:#FFCC00;
	line-height:30px;
	padding:0;
	background-color: #009900;
	background-image: url(pics/navis.jpg);
	text-align: center;
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: middle;
	margin: 6px;
	}
.highlight .img {
	width:211px;
	height:113px;
	text-align:center;
	background-color: #fff;
	background-image: url(images/bg-home-highlight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.highlight .img img {
	margin:11px 2px 0 0;
	padding:0;
	}
.highlight .img a img {border:0;}

.highlight p {
	line-height:1.4;
	font-size:1em;
	margin:0 0 0 5px;
	padding:0 6px 0 0;
	}

/* highlight column margins */
.col1 {margin-right:18px;}

.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 215px;
}

.bevelmenu li a{
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border-style: outset;
	border: 2px solid #FFF2BF;
	text-decoration:none;
	color: #628239;
}

.bevelmenu li a:hover{
color: black;
background-color: #FFE271;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}h5 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	background-image: url(pics/tto.jpg);
}
.bevelmenu li {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-decoration:none;
	color: #003300;
}
anim {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#222 {
	width: 760px;
}
