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

body {
	background: #e0edf5 url(../images/bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #88ac0b;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

strong {font-weight: bold;}

small {font-size: 85%;}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

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

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #f3ebe0; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #666;	
	border: 1px solid #CCC; 
	background: #eff4f8 url(../images/quote.gif) no-repeat 7px 10px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 0 0 40px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #f3ebe0;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
}
td {

}	
/* end - table */

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	background: #e0edf5 url(../images/wrap.gif) repeat-y center top;
	margin: 35px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 0; 	
	background: #e0edf5 url(../images/content.gif) repeat-y;	
}
#header {
	position: relative;
	width: 920px;
	height: 205px;
	background: #b8def5 url(../images/header.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0px 0 0 -6px;
	width: 933px;
	height: 75px;
	background: #f3ebe0 url(../images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #fff;
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #e0eaf4;	
}
#nav ul li#current a {	
	background: url(../images/arrow.gif) no-repeat center bottom;	
	color: #e0eaf4;
}

/* Main Column */
#main {
	float: left;
	width: 525px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main h2 {
	font: bold 2.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #363B51; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	border-bottom: 1px solid #CCC;
}
#main h2 a {
	color: #363B51;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #363B51; 
	font: normal 1.4em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* Gallery */
#gallery {
	border-top: 1px solid #CCC;
	width: 260px;
	margin: 5px 0 0 0;
	padding: 10px 0 0 12px;
}
#gallery ul {
    list-style: none;
    padding: 0px;
    margin: 0px;

}
#gallery ul li {
	margin:0px 5px;
	float: left;
}
#gallery ul img {
	border: 2px solid #DFDFDF;
}
#gallery ul a:hover img {
	border: 2px solid #CCCCCC;
}

/* Form */
.forms {margin: 10px 0 0 10px; padding: 0}
.forms input, .forms textarea {color:#666; font:12px/170% 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;}
.forms input {background-color: #FFF; border: solid 1px #CCC; height: 20px; padding: 0px 3px; width: 300px;}
.forms textarea{background-color: #FFF; border: solid 1px #CCC; height: 100px; padding: 3px; width: 300px;}
.forms label {cursor:pointer; color: #666; display:block; font:12px/170% 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif; line-height:1.2em;}
.forms li {margin-bottom: 5px;}
.forms .error {display: block; color: red; font-size:10px; margin-left: 0px;}
.forms button {border: none; background: none; color:#666; cursor: pointer; font:16px/170% 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;  margin-left: 250px;}


/* sidebar menu */
#sidebar .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #CCC;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #CCC;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #684F3E;	
}
#sidebar .sidemenu li.selected a {	
	color: #000;	
}
#sidebar .sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	padding: 0;	margin: 0;
	background: url(../images/footer-bottom.gif) no-repeat left bottom;
	text-align: center;	
	font-size: 0.8em;
	height:40px;
}
#footer-wrap a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #93d6a6;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

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

/*border bottom -- seperator*/
.border_bottom {
	height: 25px;
	border-bottom: dashed #CCC 1px;
	width: 100%;
}

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



