﻿html,body {
	background: #ccc url(bgGradient.gif) repeat-x;
	font:Verdana, Tahoma, arial, sans-serif;
	color: #666; 	
}
body{margin: 15px 0;}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3,.wrapper h1 a,.wrapper h2 a,.wrapper h3 a {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #85970C; 
}
h1{font-size: 174%;}
h2{font-size: 161.6%;}
h3{font-size: 113%;color:#000;font-weight: Bold;}

#sidebar li h1,#sidebar li h2,#sidebar li h3,#sidebar li h4,#sidebar li h5,#sidebar li h6{display:inline;margin:0;padding:0}



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: url(post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}

/* start - table */
table, th, tr, td {border:none;vertical-align:top;}
table {border-collapse: collapse;	}
th strong {color: #fff;}
th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr.odd {background: #F8F8F8;}
/* end - table */

/* form elements */
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[type="button"], input[type="submit"] { 
	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: none;
}

/* ------------------------------------------
   LAYOUT
--------------------------------------------- */
#custom-doc { width:63.08em;*width:61.56em;min-width:820px; margin:auto; text-align:left; } 
.wrapper {	
	border:9px solid white;
	-moz-box-shadow: 0 0 10px #333;box-shadow: 0 0 10px #333;-webkit-box-shadow: 0 0 10px #333
}



#hd{padding-top:12px;background: #ccc url(headerbg.png) center top;}
#hd p{margin:0;}
#hd h1#logo-text a {
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
}

#bd{
	/*background: #E8E8E8;*/	
	background: #f8f8f8;
	border-bottom: 2px solid #D0D0D0;}

#hd div.nav {
	background: url(nav.jpg) repeat-x;
	height:36px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	}
#hd div.nav ul 
{
    width:100%;
	float: left;
	list-style: none;	
	text-transform: uppercase;
	margin: 0 0 0 1px;
	padding: 0;	
	display: inline;
}
	
#hd div.nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#hd div.nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #fff;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}

#hd div.nav ul li a.active {background: url(nav-current.jpg) repeat-x;}

/* Main Column */
#yui-main ul li {list-style-image: url(bullet.gif);}
#main{padding:10px 20px;}


#sidebar{padding-top:1em;}

#ft{background:#DCDCDC;padding: 15px 20px;}




/* search form */
.searchform {padding: 5px 0 10px 0;	}


.searchform input[type="text"] { 	
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input[type="button"],.searchform  input[type="submit"]  { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/*Image Gallery */
#yui-main ul.imageGallery{list-style:none none inside;margin:0;padding:0;float:left;width:100%;}
#yui-main ul.imageGallery li{
background:#fff;
list-style:none none inside;
border:1px solid #ddd;
float:left;
margin-bottom:15px;
margin-right:10px;
padding:7px;
}