
/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body {
	font: 10px/14px Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #000;
	background: #8e0000;
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #8e0000; }
h1 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h3 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h4 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h5 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #3b5a4a; }
a:hover { color: #3b5a4a; }
a:visited { color: #3b5a4a; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }


/* Main Container : contains header and content
-------------------------------------------------------------------*/
#container {
	width: 1021px;
	top: 20px;
	float: center;
	position: relative;
	margin: 0 auto;
    overflow: hidden;
}

/* Header : contains toppic and nav  and middlepic
-------------------------------------------------------------------*/

#header {
	width: 1021px;
	height: 145px;
	float: left;
    overflow: hidden;
	background: #789410;
}


/* Toppic
-------------------------------------------------------------------*/
#toppic {
	width: 1021px;
	height: 86px;
	float: left;
    position: relative;
	background: #ffffff url(images/bg-top.gif) no-repeat left;
}




/* Navigation
-------------------------------------------------------------------*/
#nav {
  	width: 1021px;
	height: 30px;
	float: left;
	position: relative;
	background: #ffffff url(images/bg-menu.gif) no-repeat right;
}

#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
}



/* Middle Pic
-------------------------------------------------------------------*/
#middlepic {
	width: 1021px;
	height: 29px;
    float: left;
	position: relative;
	background: #ffffff url(images/bg-middle.gif) no-repeat left;

}

/* Content
-------------------------------------------------------------------*/
#content {
	width: 1021px;
	float: left;
    position: relative;
	padding: 10px 10px 10px 10px;  
	background: #ffffff url(images/bg.gif) left;
}

.navpage {
    float: right; margin: 10px 10px 10px 10px;
    text-align: right;
    font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif;
    color: #8e0000;
    font-size: 12px;
}

.navpage a {
    color: #8e0000;
    font: bold 12px "Trebuchet MS";
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }

.post {
	width: 970px;
	float: left;
    position: relative;
	padding: 0; margin: 0;
	background: #ffffff url(images/bg.gif) left;
}

.post p {
    text-align: justify;
    text-indent:30px;
    padding-left: 100px;
    padding-right: 450px;
}

#post-328 p {
    text-align: justify;
    text-indent:0;
    padding-left: 10px;
    padding-right: 10px;
}

#postpic {                /* Middle Pic */
	width: 691px;
	height: 15px;
	left: 170px;
    float: left;
    margin: 10px 10px 5px 10px;
	position: relative;
	background: #ffffff url(images/bg-post2.gif) no-repeat left;
}

#copyright {
    width: 293px;
	height: 13px;
	left: 353px;
	float: left;
    margin: 10px 0 5px 0;
    position: relative;
	background: #ffffff url(images/copyright.gif) no-repeat left;
}

/* Captions */
.aligncenter,
#content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
    text-indent: 0; 
	margin: 0;
}
/* End captions */


/* Flash Gallery
-------------------------------------------------------------------*/
#flashgal {
	width: 1021px;
	float: left;
        position: relative;
	background: #ffffff url(images/bg.gif) left;
}


/* Footer
-------------------------------------------------------------------*/

#footer {
	width: 1021px;
	height: 9px;
	float: left;
        position: relative;
	background: #ffffff url(images/bg-footer.gif) no-repeat left;   
}







