

#wrapper {
	background:#FFFFFF;

	width: 860px;
	margin: 0 auto;
	}


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bgpattern.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F6A63;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #492B21;
}

h1 {
	color:#003300;
	font-size: 1.4em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 180%;
	font-size: 1.2em;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}

ul {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7F6A63;
}

ol {
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #333300;
}

a:hover {
	border: none;
	text-decoration: underling;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {

	width: 860px;
	height: 103px;
	margin: 0 auto;
	background: url(images/header.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAE6D4;
	
}

#topmenu a {
	border: none;
	text-decoration: none;
	color: #FAE6D4;
}

#topmenu a:hover {
	text-decoration: underline;
}


#topmenu {
	float: right;
	text-transform:uppercase;
}

#topmenu ul {
	margin: 0;
	padding: 45px 0 0 0;
	list-style: none;
}

#topmenu li {
	display: inline;
	
}

#topmenu a {
	padding: 0 22px 0 15px;
	font-size: 14px;
	font-weight: bold;
}

#topmenu .first a {
	background: none;
}


div.menu
{
	clear: both;
	position: relative;
	top: 29px;
	width: 860px;
	height: 25px;
	padding: 5px 0px 5px 0px;
	background:#ccc8b3 url(images/navbg.png) bottom repeat-x ;
	font-size:10px;
	color:#000000;
}

ul.menu
{
position:relative;
padding:0 0 0 5px;
margin:0px;
list-style-type:none;
float:left;
}


ul.menu ul
{
position:absolute;
list-style-type:none;
margin:0px;
display:none;
margin-left:-40px;
z-index:1;
font-size:11px;
}

ul.menu ul ul
{
position:absolute;
display:none;
margin-top:0px;
margin-left:0px;
background-color:#ccc8b3;
}

ul.menu:hover ul
{
display:block;
}
ul.menu:hover ul ul
{
display:none;
}
ul.menu ul li:hover ul
{
display:block;
}

a.menu
{
background-color:#ccc8b3;
display:block;

width: 125px;
padding-left:10px;
text-decoration:none;
color:#000000;
font-family:georgia;
font-size:12px;
margin-bottom:-1px
}
a.menu:hover
{
text-decoration:underline;
color:#0000000;
}

/* Page */

#page {

	background:#FFFFFF;
	width: 860px;
	margin: 0 auto;


}

	
/* Content */

#content {
	background:#FFFFFF;
	float: left;
	width: 400px;
	padding: 20px;
}

/* Post */

.post {
	padding: 40px 0 20px 0;
}

.vline {
	border-top: 2px dotted #CCCCCC;
}

.post .date {
	margin: 0;
	font-size: .8em;
}

.post .title {
	margin-top: 0;
}

.post .entry {
}

.post .meta {
	height: 30px;
	font-size: 1em;
}

.post .meta a {
	display: block;
	float: left;
	height: 24px;
	border: none;
}

.post .meta b {
	display: none;
}

.post .category {
	padding: 1px 40px;
	background: url(images/img08.gif) no-repeat;
}

.post .comments {
	padding: 1px 40px;
	background: url(images/img07.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	
	background-color:#FFFFFF;
	width: 420px;
	padding-top: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-top: 0px;
}

#sidebar li ul {
	padding-left: 15px;
}

#sidebar li li {
	padding: 0;
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	font-size: .75em;
}

#sidebar li h2 {
	margin-top: 0;
	font-size: 1.4em;
}

#sidebar li a {
}

#sidebar fieldset {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	width: 860px;	
	height: 170px;
	padding-top: 10px;
	background: #ccc8b3 url(images/footer.png) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: .9em;
	color: #000000;
	margin: 0 auto;
}

#footer a {
	border: none;
	color: #492B21;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	