/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0 0 0;
	padding: 0;
	/*background: #FFFFFF url(images/img01.gif) repeat-x;*/
	background: #eee /*url(images/bodybg.gif) repeat-x*/;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

hr
{
	color: #eee;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}


h2 a, h2 a:visited, h3 a, h3 a:visited
{
	text-decoration: none;
}

p, ul, ol, td {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

td b
{
	font-size: 14px;
}

a, a:link, a:visited {
	color: #7BAA0F;
}

a:hover, a:active {
	text-decoration: none;
	color: #003448;
}

/*a:visited {
	color: #333333;
}
*/

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 2px;
}

/* Header */

#header {
	width: 850px;
	height: 141px;
	margin: 0px auto 6px auto;
	padding: 0px 8px;
	/*background: url(images/img03.gif) repeat-x left bottom;*/
	background: #eee url(images/head.jpg) no-repeat center top;
}

#logo {
	/*float: left;*/
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 8px ;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin: 0px;
	padding: 0px 8px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 8px;
	padding: 7px 2px 7px 2px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #444;
}

#menu a:hover {
	/*text-decoration: underline;*/
	color:#ff6;
	font-weight: bold;
}

#menu .active a {
	font-weight:bold;
	/*background: url(images/img02-2.gif) repeat-x left bottom;*/
	text-decoration: underline;
	color: #ff6;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding: 30px 8px 0px 8px;
	background-color: #fff;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding-left: 4px;
	/*border: 1px solid #eee;*/
}

#right
{
	width: 150px;
	margin: 0px;
	padding: 0px;
	line-height: 200%;
	float:right;	
	/*border: 1px solid #eee; */
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(images/img03.gif) repeat-x left bottom;
}

.title
{
	text-transform: none;
}

.post .entry {
	padding: 0px 4px;
}

.post .entry2 p{
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url(images/img03.gif) repeat-x;
}

.post .meta2 {
	padding: 8px 0 8px 0;
	background: url(images/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta2 .byline {
	float: right;
	color: #aaa;
	border-bottom: 1px dotted #eee;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding-left: 2px;
	/*border: 1px solid #eee;*/
}

#sidebar ul {
	margin: 0;
	padding: 0px 4px 0px 0px;
	list-style: none;
	
}

#sidebar li {
	margin-bottom: 40px;
	list-style: none;
	/*padding: 0px 4px;
	border: 1px solid #cfc;
	background-color: #f9fff9;*/
}

#sidebar li ul {
	border: 1px solid #f1ffd1;
	padding: 0px 4px;
	background-color: #fbfff3;
}

#sidebar ul li h2
{
	background:url(images/title-bg2.jpg) repeat-x;
	padding-left: 4px;
	margin-bottom: 0px;
	height: 40px;
}

#sidebar li li {
	margin: 4px 0px;
	padding: 4px 0px;
	list-style: none;
	border: none;
	line-height: 150%;
}

#sidebar h2 {
	margin-bottom: 10px;
	/*background: url(images/img03.gif) repeat-x left bottom;*/
	font-size: 16px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 180px;
	/*width: 850px;*/
	min-height: 180px;
	margin: 0px auto;
	padding: 40px 8px 2px 8px;
	background: #003448 url(images/img09-2.gif) repeat-x;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#footer a:hover, #footer a:visited
{
	/*color: #ccc;*/
	text-decoration: underline;
}

#footer a:hover
{
	color: #7BAA0F;
	text-decoration: underline;
}

#legal {
	clear: both;
	padding-top: 5px;
	text-align: center;
	color: #375C69;
}

#legal a {
	color: #476B77;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}

.error, .red
{
	text-decoration:blink;
	font-size: 12px;
	color: #d00;
	text-align:center;
}

.success
{
	text-decoration:blink;
	font-size: 12px;
	color: #090;
	text-align:center;
}

.row
{
	clear: both;
	margin: 4px 4px;
	padding: 4px;
}

.row, input, select
{
	font-size: 11px;
}

label
{
	float: left;
	width: 150px;
	margin: 4px 4px;

}

select
{
	margin: auto auto;
	/*padding: 0px 4px;*/
}

option
{
	padding: 0px 8px;
}

.button
{
	padding: 1px 8px;
	border: 1px solid #777;
	background-color: #eee;
}

.photo_thumbs
{
	width: 100px;
	float: left;
	margin: 4px; 
}

.page_list
{
	clear: both;
	width: auto;
	text-align: right;
	margin: 8px;
	padding: 8px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.image_big
{
	clear: both;
	width: 470px;
	margin: 4px auto;
	padding: 8px;
	text-align: center;
	border: 1px solid #7BAA0F;
}


table.listtable
{
	background-color: #eee;
	font-size: 10px;
}

.listtable tr.rowtitle
{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #7BAA0F;
	text-transform: uppercase;
}


.row1
{
	background-color: #fff;
}

.row2
{
	background-color: #fbfff3;
}