/* CSS Document */
html,body {
	margin:0;
	padding:0;
	}

body {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #43581f;
	background: #e6e6e6 url(../../../images/bgsides-wide-gr.gif) top center repeat-y;
	}

body.homebody {
	background: #e6e6e6 url(../../../images/bgsides-wide-grn.gif) top center repeat-y;
	}

	
p {
	margin:0 10px 10px;
	}
	
h1 {
	font: 3.5em "Times New Roman", Times, serif;
	color: #000;
	margin:0 10px 10px;
	}

h2 {
	font: 3em "Times New Roman", Times, serif;
	color: #43581f;
	margin:0 10px 10px;
	}

h3 {
	font: 1.65em "Times New Roman", Times, serif;
	color: #43581f;
	font-weight: bold;
	margin:0 10px 10px;
	}

h4 {
	font: 1.65em "Times New Roman", Times, serif;
	color: #43581f;
	font-weight: bold;
	margin:0 10px 10px;
	}

h5 {
	font: 1.5em "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
	margin:0 10px 10px;
	}
	
ul.plain {
	list-style: none;
	}
	
ul.plain li {
	font-size: .85em;
	}	

/*container, content, etc*/
div#container{
	text-align:justify;
	}
div#container{
	width:800px;
	margin:0 auto;
/*	background: #ccc;
*/	}

div#content {
	float:left;
	width:550px;
	margin-top: 25px;
	}

#content a:link, #content a:visited {
	color: #000;
	padding:1px;
	text-decoration: underline;
	}

#content a:hover {
	color: #000;
	background-color: #eaeaea;
	}
div#content p {
	line-height:1.4em;
	font-size: .85em;
	}
	
div#content h2 {
	font: 2em "Times New Roman", Times, serif;
	color: #43581f;
	margin:10px;
	}
#content h2 a:link, #content h2 a:visited {
	text-decoration: none;
	}

#content h2 a:hover {
	background-color: #fff;
	}

div#post {
		text-align: justify;
	}	

p.postmetadata, .navigation {
	font: .75em Arial, Helvetica,sans-serif;
	color: #43581f;
	font-weight: normal;
	margin:0 10px 10px;
	}

p.postmetadata {
	padding: 30px 0 10px 5px;
	}

#content img, .bodyimg {
	padding: 10px;
	margin: 3px;
	}
	
#content img, .imgborder {
	border: 1px solid #ddebc1;
	}

#content img a:hover {
	text-decoration: none;
	background-color: red;
	}
	
.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
.clearer {
	clear: both;
	height: 1px;
	overflow:hidden;
	margin-top: -1px;
	}


/*Navigation*/
 #navcontainer {
 width: 550px;
background-color: transparent;
 float: right;
 margin-top: 30px;
 font-size: 1.1em;
 color: #fff;
 }
 
#navcontainer a { text-decoration: none; }

#navcontainer ul
{
padding: 0;
list-style-type: none;
position: relative;
}

#navcontainer li { display: inline; }

/*1st level elements*/
#navcontainer ul
{
background-color: transparent;
padding: 2px 0;
margin-bottom: 2em;
}

#navcontainer li { margin: 0 0 0px; }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
color: white;
padding: 0px 5px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
color: #ddebc1;
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { /*color: #ddebc1;*/ }

/*Navigation: Second and subsequent levels*/
#navcontainer ul ul
{
font-size: .75em;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
top: 23px;
left: 40px;
width: 480px;
border-top: none;
background-color: transparent;
}

#navcontainer ul ul li { display: inline; }

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
color: #ddebc1;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
{
color: white;
}

/*Navigation: current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited { /*color: white;*/ }


/*Sidebar*/
div#sidebarAll {
	margin-left: 500px;
	}


div#sidebar1 {
	background:#fff;
	border-bottom: 1px solid #e6e6e6;
	margin: 25px 3px 5px 0;
	}
div#sidebar1 a:link, div#sidebar1 a:visited, div#sidebar2 a:link, div#sidebar2 a:visited, div#sidebar3 a:link, div#sidebar3 a:visited {
	color: #000;
	padding:1px;
	text-decoration: underline;
	}
div#sidebar1 a:hover, div#sidebar2 a:hover, div#sidebar3 a:hover {
	color: #000;
	background-color: #eaeaea;
	}
div#sidebar1, div#sidebar2 {
	/*float:right;*/
	width:100px;
	font-size: .85em;
	}
div#sidebar2 {
	background:#fff;
	border-bottom: 1px solid #e6e6e6;
	margin: 5px 3px 5px 0;
	clear:right;
	}
div#sidebar3 {
	background:#fff;
	margin: 5px 3px 5px 0;
	}
div#sidebar3 {
	float:right;
	clear:right;
	width:200px;
	font-size: .85em;
	}

div#sidebarAll ul {
	list-style-type: none;
	}

div#sidebarAll li {
	margin-left: -25px;
	}

.borderline {
	border-top: 1px solid #e6e6e6;
	}
	
.sidebar1 {
	background:#fff;
	border-bottom: 1px solid #e6e6e6;
	margin: 25px 3px 5px 0;
	}
.sidebar1 a:link, .sidebar1 a:visited {
	color: #000;
	padding:1px;
	text-decoration: underline;
	}
.sidebar1 a:hover {
	color: #000;
	background-color: #eaeaea;
	}
.sidebar1 {
	float:right;
	width:200px;
	font-size: .85em;
	}

img.advert {
	border: 1px solid #43581f;
	margin-bottom: 10px;
	}
#pay img {
	border: 0;
	margin: 0;
	padding: 0;
	}
#pay {
	margin-left: 25px;
	}

/* photoBG */
div#photoBG {
	width: 800px;
	height: 600px;
	background: url(../../../images/background_image2.jpg) center no-repeat;
	}

div#photoBGheader {
	width: 800px;
	height: 113px;
	background: url(../../../images/headerbg_image2.jpg) center no-repeat;
	}

div#tiledBGbar {
	width: 500px;
	height: 1px;
	background: url(../../../images/pattern_line.gif) left no-repeat;
	margin-left: 10px;
	}
	
/*Announce*/
div#announce {
	background: #ffc;
	color: #43581f;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	border-bottom: 1px solid #43581f;
	}


/*Footer*/
div#footer {
	background: transparent;
	color: #43581f;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	}

div#footer p {
	margin:10px 0 0 0;
	padding:5px 10px;
	}

div#footer {
	clear:both;
	width:100%;
	}
	
#footer a:link, #footer a:visited {
	color: #43581f;
	padding:1px;
	text-decoration: underline;
	}

div#flickrbadge {
	text-align: center;
	}

#content a:hover, #footer a:hover {
	color: #43581f;
	}

#search {
	text-align: center;
	padding-bottom: 25px;
	}
	
#content img.noborder, #sidebarAll img.noborder {
	border: 0;
	padding: 2px;
	margin: 0;
	}
