*
{
	margin: 0;
	padding: 0;
}

html
{
	color: #333;
	background-color: #f9f9f9;
        font: normal 90%/1.5 "Lucida Grande", "Trebuchet MS", Verdana, Sans-Serif;
}

/* Links */

a
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}

a:link
{
	color: #5b6526;
	border-bottom-color: #5b6526;
}

a:visited
{
	color: #8e9859;
	border-bottom-color: #8e9859;
}

a:hover, a:active
{
	color: #000000;
	border-bottom-color: #000000;
}

/* Headings */

h1, h2, h3, h4, h5, h6
{
	color: #26655b;
	margin: 0 0 10px;
	font-weight: normal;
       text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;
}

h3 a
{
	font-weight: bold;
}

h4, h5, h6
{
	font-size: 1.0em;
}

/* Lists */

ul, ol
{
	line-height: 1.7em;
}

ul
{
	margin: 25px 35px;
	list-style-type: square;
}

ol
{
	margin: 25px 40px;
}

/* Other HTML Elements */

p
{
	margin: 10px 0;
}

abbr, acronym, cite
{
	color: #777;
	cursor: help;
	font-style: normal;
	border-bottom: 1px solid #777;
}

/* Structure */

body
{
	width: 800px;
	margin: 0 auto;
}

#navigation
{
	float: left;
	width: 100%;
}

#header
{
	clear: both;
	padding: 10px 0;
	background-color: #fff;
}

#wrapper
{
	float: left;
	width: 100%;
	clear: both;
	padding: 20px 0 10px;
}

.content
{
	width: 70%;
	float: left;
}

.subcontent
{
	background-color: #fff;
	padding: 3px;
}

.subcontentheader
{
	height: 25px;
	background-color: #e8ecd8;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 18px;
	text-transform: lowercase;
	border: 1px solid #FFFFFF;
}

.subcontentheader h2
{
	font-size: 18px;
	text-transform: none;
}

#sidebar
{
	width: 30%;
	float: left;
}

#footer
{
	clear: both;
	padding: 10px 0;
	font-size: 0.9em;
	text-align: center;
	background-color: #e8ecd8;
}

/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style-type: none;
	background-color: #e8ecd8;
	border-top: 10px solid #5b6526;
}

#navigation li
{
	float: left;
}

#navigation a
{
	float: left;
	display: block;
	padding: 5px 10px;
	margin-top: -10px;
	font-weight: normal;
	border-bottom-width: 0;
	border-top: 10px solid #5b6526;
}

#navigation a:hover,
#navigation a:active
{
	border-top-color: #8e9859;
}

#navigation li.active a
{
	background-color: #fff;
	border-top-color: #9fa96a;
}

/* Header */

#header h1
{
	margin: 0;
	padding: 0 10px 10px;
}

#header h2
{
	margin: 0;
	padding: 0 10px;
	font-size: 1.0em;
}

/* Content */

.post
{
	margin: 0 10px 0 20px;
}

.post img {
        position: relative;
        border:4px solid white;
	outline:2px solid #e8ecd8;
}

.post h2 {
	text-transform: none;
}

.post img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}

.post img.floatright
{
float: right;
margin: 0px 14px 3px 0px;
}

.post-sape
{
	width: 100%;
	font-size: 0.8em;
	background-color: #eee;
	text-align: center;
	padding: 3px;
	margin: 10px;
}

.post-footer
{
	color: #555;
	font-size: 0.8em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 10px solid #e8ecd8;
}

.post-footer a
{
	border-bottom-width: 0;
}

.post-footer a:link
{
	color: #8e9859;
}

.post-footer a:hover,
.post-footer a:active
{
	color: #555;
}

.last .post-footer
{
	margin-bottom: 0;
	border-bottom-width: 0;
}

/* Sidebar */

.block
{
	padding: 0 5px 0 15px;
	margin: 0 5px 20px 15px;
	border-bottom: 10px solid #e8ecd8;
}

.block h2
{
	margin-left: 0;
	margin-bottom: 5px;
}

.block ul
{
	margin-top: 0;
	margin-left: 20px;
}

.block p
{
	font-size: 0.9em;
}

.googleBottom
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	font-size: 0.9em;
	text-align:center;
}

/* Footer */

#footer a:link
{
	color: #8e9859;
}

#footer a:hover, #footer a:active
{
	color: #5b6526;
}

blockquote {
	border-left:0.3em solid #e8ecd8;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
	font-style: italic;
}
.news {
	padding: 0 5px 0 15px;
	margin: 0 5px 5px 15px;
	border-bottom: 10px solid #e8ecd8;
}
.news h2 {
	font-size: 1em;
}
.news ul {
	font-size: 0.8em;
	margin: 5px 15px;
	list-style-type: square;
}
.news a {
	font-weight: normal;
}

#shadow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-image: url(../js/i/thumb-trans.png);
	text-align: center;
}
* html #shadow {
	/* hack for IE < 7 opacity */
	background-color: #333;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../js/i/thumb-trans.png", sizingMethod="scale");
}
#shadow.on {
	display: block;
}
#loading {
	background: url(../js/i/thumb-preload.gif) no-repeat;
	position: absolute;
	left: 48%;
	top: 50px;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	cursor: pointer;
}
#litebox {
	background: #fff;
	padding: 5px 0;
	margin: 0 auto;
}
#litebox img {
	cursor: pointer;
}
#litebox p {
	margin: 0;
	padding: 10px 0;
	color: #333;
}
#litebox em {
	color: #999;
	display: block;
  font-size: 85%;
}
#litebox a {
	border: none;
	width: 21px;
	height: 21px;
}
#litebox a.prev {
	float: left;
	background: url(../js/i/thumb-prev.gif) no-repeat 0 50%
}
#litebox a.next {
	float: right;
	background: url(../js/i/thumb-next.gif) no-repeat 0 50%
}
