body {
	margin: 0 auto;
	color: #000;
	background: #E8E1CF url(images/bkg-body.gif) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5em;
}

 /* main elements */

#wrapper { 
	width: 85%;
	margin: 0 auto;
	background: #fff url(images/bkg-wrap.jpg) repeat-y right;
	border-left: solid 1px #CEC494;
	max-width:900px;
	min-height: 500px;
}


#head {
	padding: 0;
	margin-right: 9px;
	height: 180px;
	border-bottom: 1px solid #666;
	overflow:hidden;
	position:relative;
}
#head img {margin-top:30px}
#logo {
	position:absolute;
	left: 0;
	top: 0;
	height: 30px;
	background: #A39C93 url(images/bkg-top.gif) repeat;
	width: 100%;
	color:#fff;
	}

#logo a {color: #fff; text-decoration: none;}
#logo a:hover {	text-decoration: underline;	}	
#logoright {
  	float: right;
	list-style: none;
  	margin: 0;
  	padding: 0 16px 0 0;
	text-align:right;
  	} 
#logo p {padding: 0; margin: 0 0 0 8px}	

#main {
	margin: 0;
	padding: 0;
	background: url(images/bkg-content.gif) repeat-y;
	float:left;
}

#sidebar {
	float: left;
	width: 200px;
	font-size: 72%;
	line-height: normal; 
	color:#65615B;
	}

#content {
	margin-left: 210px;
	}
	
/* padding/margins of main elements */

#content .gutter {	padding: 0.5em 1.5em;}
#sidebar .gutter {padding: .5em 1em}

#footer {
	clear: both;
    border-left: 1px solid #CEC494;
	margin-right: 9px;
	padding: 5px 0;
	text-align: center;
	background: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer a {color: #fff;}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/* Headers and typography */

h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #607D8A;
}

h2 {
	font: normal 1.5em "Times New Roman", Times, serif;
	color: #8A7D6E;
}

.small {font-size: 85%}


/* Entries  */

.date, .more   {
	color: #928F73;
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
	}

/* Links */
a {outline: none;}
#sidebar a {color: #65615B; text-decoration:none}
#sidebar a:hover {text-decoration:underline}
a:link {color: #607D8A;}
a:visited {color: #607D8A;}

/* pictures and captions */

/* aligned left */
#left {
	float: left;
	margin: .5em 1.5em 1.5em 0;
	padding: 0;
	}
#right, .right {
	float: right;
	margin: .5em 0 1.5em 1.5em;
	padding: 0;
	}	
#left p, #right p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0; padding: 0;
	text-align:right;
	}
#left img, #right img {border: 1px solid #000; }


.imgR {
    float: right;
	margin: 0 0 1.5em 1.5em;
	border: 1px solid #000; 
}	

.imgL {
    float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #000; 
}	

.nb {border: none}

.thumbnail {
float: left;
width: 75px;
margin: 0 15px 15px 0;
padding: 5px;
border: none;
}
.thumbnail p {color: #000; text-align: center; margin: 0; padding: 0; font: 11px Verdana, Arial, Helvetica, sans-serif; text-align: center; text-transform: capitalize;}
.thumbnail img {border: solid 1px #000;}

/* bullets and lists */

#main ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 0px;
	color: #000000;
	}
#main ul li {
	padding: 0 0 4px 15px;
	background: transparent url(images/bullet-leaf.gif) no-repeat 0 5px;
	}
	
/* horizontal rule */
hr {
	border: none 0;
	border-top: 1px solid #E8E1CF;
	width: auto;
	height: 1px;
}


