/* 	Theme: Cloudforest
	by Hugh Stimson for reservaloscedros.org
*/

body
	{
	background-image: url(backgrounds/rotate.php);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #214420 ;
	min-width: 600px; 
	}

A:link    { color: #0053A6; text-decoration: none; font-weight: bold; }    
A:visited { color: #0053A6; text-decoration: none; font-weight: bold; }   
A:hover   { color: #0053A6; text-decoration: underline; font-weight: bold; }
A:active  { color: #0053A6; text-decoration: underline; font-weight: bold; }

div.container
	{
	margin: 60px 60px 30px 60px;
	padding: 0px;
	min-width: 670px;
	border-width: 2px;
	border-style: solid;
	border-color: #0053A6;
	font-family: "segoe ui", tahoma, calibri, helvetica, arial, sans-serif;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	}

div.options {
	display: block;
	background: white;
	padding: 20px 60px 40px 60px;
	border: purple dotted 0px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	}
	
div.languages	{
	float: left;
	display: inline;
	border: 0px purple dotted;
	font-size: 0.8em;
	white-space: nowrap;
	}
	
#langmenu	{
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#langmenu li {
	display: inline ;
	padding: 2px 8px 2px 3px;
	text-align: center;
	vertical-align: center;
	}
	
#langmenu li a {
 	text-decoration: none; 
 	font-weight: bold; 
 	}
	
ul.flat {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	white-space: nowrap;
	line-height: 1;
	}

div.user {
	float: right;
	display: inline;
	border: 0px navy dotted;
	font-size: 0.8em;
	} 

div.banner {
	display: block;
	background-image: url("graphics/rlc_short.png") ;
	background-position: top center;
	background-repeat: no-repeat; 
	border: dotted red 0px;
	min-height: 97px ;
	}
	
div.mainmenu {
	background: white;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 1.0em;
	border: dashed red 0px;
	text-align: center;
	}	

#pagemenu	{
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 1.3em;
	letter-spacing: -0.04em;
	line-height: 2.5em;
	word-spacing: 0px;
	}
	
#pagemenu li {
	display: inline ;
	padding: 0px 5px 0px 5px;
	}

/*	
a.mainmenu:link			{ color: #E14400; text-decoration: none; font-weight: bold; }    
a.mainmenu:visited	{ color: #E14400; text-decoration: none; font-weight: bold; }   
a.mainmenu:active  	{ color: #E14400; text-decoration: underline; font-weight: bold; }
a.mainmenu:hover		{ color: #E14400; text-decoration: underline; font-weight: bold; }
*/
	
div.content {
	background: white;
	display: block;
	padding: 30px 70px 40px 70px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0px;
	word-spacing: 0.0px;
	line-height: 1.28;
	border: white dotted 0px;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	}	
	
div.g2_content {
	background:white; 
	display: block;
	font-size: 0.7em;
	padding: 30px 50px 30px 50px;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px; 	
	-webkit-border-bottom-left-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	}
	
div.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #BE5629;
	}	

#pagetitle	{
	font-size: 1.6em;
	font-weight: bold;
	font-style: none;
	margin-left: 170px;
	margin-bottom: 10px;
	}

div.left {
	float: left;
	width: 140px;
	border: green dotted 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;

	}	
	
ul.sidebar { 
	list-style: none; 
	line-height: 1.6em;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: -0.06em;
	word-spacing: -0.08em;
	}

ul.subpage {
	list-style: none; 
	line-height: 1.6em;
	font-size: 0.9em;
	margin-left: 30px;
	font-weight: bold;
	letter-spacing: -0.08em;
	word-spacing: -0.08em;
	}

#toppage {
	text-align: left;
	}

div.right {
	margin-left: 170px;
	}

div.breadcrumb {
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	}
	
div.post {
	background: white;
	padding: 10px 0px 35px 0px;
	margin: 0px 0px 0px 0px;
	border: dotted white 0px;
	}	

div.date {
	font-style: none;
	font-weight: bold;
	font-size: 0.75em;
	}
	
div.entry {
	background: white;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: dotted green 0px;
	font-family: cambria, georgia, "garamond", "times new roman", serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	word-spacing: normal;
	line-height: 1.3;
	}
	
div.metadata {
	font-size: 0.7em;
	padding: 0px;
	margin 0px;
	}
	
div.postcrawl {
	text-align: center;
	}

div.footer {
	background: white;
	display: block;
	position: static;
	padding: 30px 70px 30px 70px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0px;
	word-spacing: 0.0px;
	line-height: 1.28;
	}

div.syndicate {
	font-size: 0.7em;
	dotted: coral dotted 0px;
	}
	
div.hughstimson {
	text-align: center;
	vertical-align: center;
	line-height: 0em;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	letter-spacing: -0.07em;
	padding: 0px 0px 24px 0px;
	margin: 0px;
	}
	
a.hughstimson:link		{ color: white; text-decoration: none; font-weight: bold; }    
a.hughstimson:visited { color: white; text-decoration: none; font-weight: bold; }   
a.hughstimson:active  { color: white; text-decoration: underline; font-weight: bold; }
a.hughstimson:hover		{ color: white; text-decoration: underline; font-weight: bold; }
a.hughstimson img { border: none; }

blockquote {
	clear: left;
	font-style: italic;
	}

code {
	font-size:1.1em;
	font-weight: bold; 
	}	
	
p.slim {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	}

.alignright {
	float: right;
	clear: none;
	}

.alignleft {
	float: left;
	clear: none; 
	}

.lefttext {
	text-align: left;
	clear: none;
	}
	
.righttext {
	text-align: right;
	clear: none;
	}

.centertext{
	text-align: center;
	}
	
.center { 
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.centeredImage {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  margin-left: 0px;
  }
	
.g2image_normal
{
margin: 9px 4px 0px 9px;
padding: 0px;
}

.g2image_float_left
{
float: left;
clear: left;
margin: 9px 4px -5px 4px;
padding: 0px;
}

.g2image_float_right
{
float: right;
clear: right;
margin: 9px 4px -20px 9px;
padding: 0px;
}

.g2image_centered
{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
} 

.g2image_inline
{
display: inline;
margin: 0px;
margin: 7px 4px 1px 7px;
clear: none;
}

#fullmap {
	width: 600px;
	height: 475px;
	border: 1px solid black;
  }
