/* CSS Document */

* {
   padding:0;
   margin:0;
}

body {
	color: #777777;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	
	background-color: #929F11;
	background-repeat: repeat;
	background-image: url(images/background_tile.gif);
	
	text-align: left;
	background-position: top center;
} 

*:first-child+html body {
	background-image: url(images/background_tile_ie.gif);
	background-position: top center;
} 
	
	
a {color: #929F11; }
a:link {color: #929F11;}
a:visited {}
a:hover {color: #1E3158;}
a.more-link {
	margin-left:10px;
}

h2 a {color: #929F11 !important; }
h2 a:hover {
	text-decoration:underline;
}

#container {
	width:993px;
	background:url(images/body_background_v2.gif) repeat-y;
	margin:auto;
}
#header {
	width:571px;
	height:152px;
	background:url(images/header.jpg);
	margin:0 0 0 169px;
	border-bottom:20px solid #cecece;
}
#container #nav {
	width:150px;
	float:left;
	margin-top:115px;
}
#container #content {
	width:571px;
	float:left;
	padding:0 21px 0 19px;
}
#container #rightbar {
	width:190px;
	float:left;
	margin-top:-57px;
}

ul#mainnav li {
	list-style:none;
	margin-top:10px;
	
}
ul#mainnav li a {
	height:19px;
	text-decoration:none;
	background-image:url(images/button_bkg.gif);
	background-position:bottom;
	display:block;
	padding:8px 0 0 10px;
	color:#616161;
	color:black;
	font-weight:bold;
}
ul#mainnav li a:hover, ul#mainnav li.current_page_item a {
	background-position:top;
}

#rightbar h2 {
	background-image:url(images/right-heading.gif);
	height:24px;
	padding:3px 0 0 15px;
	color:#99a520;
	font-weight:normal;
	font-size:16px;
	margin-top:10px;
}
#rightbar img {
	margin:10px 20px;
	border:2px solid white;
}
#rightbar ul {
	margin:5px 0 10px 20px;
}
#rightbar a {
	color:#616161;
}
#content .flickrPics {
	margin:20px 0;
	padding:10px;
	border-bottom:1px dashed #999999;
}
#content .flickrPics h2 {
	color:#99a520;
}
#photoHolder {
	margin:0 17px;
}

#content .gallery img {
	margin:0 10px;
	border: 1px solid #beb8a0;
}
#footer {
	width:571px;
	margin:0 0 0 169px;
	text-align:center;
	background-color:white;
	padding:5px 0;
}

/* style content */
#header h1 a {
	text-decoration:none;
	font-size:30px;
	float:right;
	margin-top:125px;
	margin-right:10px;
}
#header div.description {
	float:left;
	margin-top:155px;
	margin-left:10px;
}
.post {
	margin: 10px 10px 20px 10px;
	text-align: justify;
	line-height:20px;
	color:#616161;
	}
.post p {
	margin:5px 0;
	color:black;
}
.post ul {
	margin-left:20px;
}
.post strong {
	color:#99a520;
	color:black;
}
.post h2 a, 
.post h2,
h2, 
h2 a  {
	color:black !important;
	text-decoration:none;
	font-weight:normal;
	font-size:26px;
	line-height:32px;
}
.entry h2 {
	line-height:normal;
}
.post h2 a:hover {
	text-decoration:underline;
	color: #929F11;
}
.postmetadata {
	clear: left;
	border-top:1px solid #beb8a0;
	border-bottom:1px solid #beb8a0;
	background-color:#f6f4f0;
	padding:3px 0 0 0;
	padding-left:15px;
	padding-right:15px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:15px;
}
.gallerydata {
	
	border-top:1px solid #beb8a0;
	border-bottom:1px solid #beb8a0;
	background-color:#f6f4f0;
	padding:3px 0 0 0;
	padding-left:5px;
	padding-right:5px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:15px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.postmetadata a {
	text-decoration:none;
}
.postmetadata a:hover {
	text-decoration:underline;
}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, p.postmetadata, blockquote, strike {
	color: #777;
	}