/* Welcome to the YellowEarth.org style sheet! */

/* Colour codes : 
	
	#eae6da : Beige background
	#413203 : Dark brown text
*/

html { margin: 0px; padding: 0px; }
body {
	margin: 0px;
	padding: 0px;
	background-color: #eae6da;
	background-image: url(/images/yet/back.jpg);
	background-repeat: repeat-x;
	font-size: 0.8em;
}
body, tr, td, th, p, div, li,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal; 	
	line-height: 1.4em;
	color:#333333;
}

A:link { color: #a39a7c; text-decoration: underline; }
A:visited { color: #a39a7c; text-decoration:none; }
A:hover { color: #a39a7c; text-decoration: underline; }
A:active { color: #a39a7c; text-decoration: none; }

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

.boldcaps {
	font-weight: bold; 
	text-transform: uppercase;
}

.boldtype {
	font-weight: bold; 
}

.italictype {
	font-style:italic;
}

ul {
	padding-left:0.6em;
	margin-left:0.6em;
}

/* Container and everything else below are within a centralised layout */

#container {
	left:50%;
	position:absolute;
	margin:0px 0px 0px -460px;
	width: 920px;
	height: auto;
}

/* pageHeader and its nested styles */
#pageHeader {
	background:url("/images/yet/masthead.jpg");
 	background-position: 0% 0%;
  	background-repeat: no-repeat;
	position: relative;
	width:920px;
	height:269px;
	float:left;
	clear:both; 
}

#readmore {
	position: absolute;
	left:800px;
	top:100px;
	width:107px;
	height:80px;
}
#nav {
	position: absolute;
	left:30px;
	top:214px;
	width:716px;
	height:25px;
}

#sitepath {
	position: absolute;
	left:30px;
	top:248px;
	width:920px;
	height:25px;
	font-size: 0.7em;
	line-height:1.4em;
	text-transform: uppercase;
	color:#423304;
}

#sitepath a:link, #sitepath a:visited , #sitepath a:active {
	color:#423304;
	text-decoration: none;
}

#sitepath a:hover {
	color:#423304;
	text-decoration: underline;
}
.greentextscheme {
	display: block;
	width:180px;
	height:auto;
	padding:10px;
	font-size: 0.9em;
	line-height:1.4em;
	color:#2e3d0b;  /* Dark green */
}

.greentextscheme A:link { color: #2e3d0b; text-decoration: none; }
.greentextscheme A:visited { color: #2e3d0b; text-decoration: none; }
.greentextscheme A:hover { color: #2e3d0b; text-decoration: underline; }
.greentextscheme A:active { color: #000000; text-decoration: none; }

.redtextscheme {
	display: block;
	width:180px;
	height:auto;
	padding:10px;
	font-size: 0.9em;
	line-height:1.4em;
	color:#6b000f;  /* Dark red */
}

.redtextscheme A:link { color: #c51932; text-decoration: none; }
.redtextscheme A:visited { color: #c51932; text-decoration: none; }
.redtextscheme A:hover { color: #6b000f; text-decoration: underline; }
.redtextscheme A:active { color: #000000; text-decoration: none; }


.contenttext {
	display: block;
	width:400px;
	height:auto;
	padding:0 10px 5px 10px;
	/* font-size: 1.4em;
	line-height:1.4em; */
	color:#333333;  
}

.contenttext A:link { color: #c51932; text-decoration: none; }
.contenttext A:visited { color: #c51932; text-decoration: none; }
.contenttext A:hover { color: #333333; text-decoration: underline; }
.contenttext A:active { color: #000000; text-decoration: none; }

.contenttextgreen {
	display: block;
	width:400px;
	height:auto;
	padding:0 10px 5px 10px;
	/* font-size: 1.4em;
	line-height:1.4em; */
	color:#333333;  
}

.contenttextgreen A:link { color: #2e3d0b; text-decoration: underline; }
.contenttextgreen A:visited { color: #2e3d0b; text-decoration: underline; }
.contenttextgreen A:hover { color: #c51932; text-decoration: underline; }
.contenttextgreen A:active { color: #000000; text-decoration: none; }

.contenttextpurple {
	display: block;
	width:400px;
	height:auto;
	padding:0 10px 5px 10px;
	/* font-size: 1.4em;
	line-height:1.4em; */
	color:#333333;  
}

.contenttextpurple A:link { color: #45145f; text-decoration: underline; }
.contenttextpurple A:visited { color: #45145f; text-decoration: underline; }
.contenttextpurple A:hover { color: #c51932; text-decoration: underline; }
.contenttextpurple A:active { color: #000000; text-decoration: none; }

.newsdate {
	display: block;
	font-style:italic;
	color:#666666;  
	padding: 0 10px 5px 10px;
}

.pagina {
	display: block;
	width:400px;
	background-color:#cee69c;
	height:auto;
	margin-top:20px;
	padding:5px 10px 5px 10px;
	color:#2e3d0b;  
	font-size: 0.9em;
	line-height:1.2em;
	text-transform:uppercase;
}

.pagina A:link { color: #c51932; text-decoration: none; }
.pagina A:visited { color: #c51932; text-decoration: none; }
.pagina A:hover { color: #333333; text-decoration: underline; }
.pagina A:active { color: #000000; text-decoration: none; }

.pagina-archive {
	display: block;
	width:400px;
	background-color:#f2e1fb;
	height:auto;
	margin-top:20px;
	padding:5px 10px 5px 10px;
	color:#2e3d0b;  
	font-size: 0.9em;
	line-height:1.2em;
	text-transform:uppercase;
}

.pagina-archive A:link { color: #8648a7; text-decoration: none; }
.pagina-archive A:visited { color: #8648a7; text-decoration: none; }
.pagina-archive A:hover { color: #c51932; text-decoration: underline; }
.pagina-archive A:active { color: #000000; text-decoration: none; }


h1 {
	font-style: normal;
	font-weight: bold; 	 
	font-size: 1.3em;
	line-height: 1.6;
	padding: 5px 10px 0 10px;
}

h2 {
	font-style: normal;
	font-weight: bold; 	 
	font-size: 1.1em;
	line-height: 1.0em;
	padding: 10px 10px 0 10px;
}

h3 {
	font-style: normal;
	font-weight: bold; 	 
	font-size: 1.0em;
	line-height: 1.0em;
	padding: 10px 10px 0 10px;
}

.categoric_title {
	font-style: normal;
	font-weight: bold; 	 
	font-size: 1.2em;
	line-height: 1.0em;
	text-transform:uppercase;
	padding: 10px 10px 0 10px;
}

.darkred {
	color:#6b000f;
}

.red {
	color:#FF0000;
}

.darkgreen {
	color:#2e3d0b;
	line-height: 1.4em;
	padding: 4px 10px 0 10px;
}

.darkgreen A:link { color: #2e3d0b; text-decoration: none; }
.darkgreen A:visited { color: #2e3d0b; text-decoration: none; }
.darkgreen A:hover { color: #2e3d0b; text-decoration: underline; }
.darkgreen A:active { color: #000000; text-decoration: none; }

.darkpurple {
	color:#45145f;
}

/* End of pageHeader and its nested styles */

/* Main content and its nested styles */

#content {
	position: relative;
	margin-left:30px;
	margin-top:0px;
	width:100%;
	height:auto;
	float:left;
	padding-bottom: 30px;
}

/* Main content : Layouts */
#gridone {
	position: relative;
	padding-left:0px;
	width:200px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
}
#gridtwo {
	position: relative;
	margin-left:20px;
	width:200px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
}

#gridtwowide {
	position: relative;
	margin-left:20px;
	width:420px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
}

#gridthree {
	position: relative;
	margin-left:20px;
	width:200px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
}

#gridfour {
	position: relative;
	margin-left:20px;
	width:200px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
}


/* Main content : ONECOL */

#onecol {
	position: relative;
	padding-left:107px;
	width:743px;
	height:auto;
	float:left;
}


/* End of Main content and its nested styles */

/* Submenus */

ul.redsubmenu  {
	list-style-type:none;
	margin:0px;
	padding:10px 10px 5px 10px;
	font-size: 0.9em;
}

ul.redsubmenu ul  {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size: 0.98em;
}

li.redsubmenu a:link {
	display:block;
	background:url(/images/yet/dark-red-cross.gif) no-repeat top left;
	color:#c51932;
	padding:0 0 5px 11px;
	text-decoration: none; 
}	

li.redsubmenu a:visited  {
	display:block;
	background:url(/images/yet/dark-red-cross.gif) no-repeat top left;
	color:#c51932;
	padding:0 0 5px 11px;
}	

li.redsubmenu a:hover {
	background:url(/images/yet/dark-red-cross.gif) no-repeat top left;
	color:#6b000f;
	padding: 0 0 5px 11px;
	text-decoration: underline; 
}

li.redsubmenu a:active {
	background:url(/images/yet/dark-red-cross.gif) no-repeat top left;
	color:#6b000f;
	padding: 0 0 5px 11px;
	text-decoration: none; 
}



.greensubmenu  { line-height: 1.4em;}

ul.greensubmenu  {
	list-style-type:none;
	margin:0px;
	padding:10px 10px 5px 10px;
	font-size: 0.9em;
}

li.greensubmenu a:link {
	display:block;
	background:url(/images/yet/dark-green-cross.gif) no-repeat top left;
	color:#2e3d0b;
	padding:0 0 5px 11px;
	text-decoration: none; 
}	

li.greensubmenu a:visited  {
	display:block;
	background:url(/images/yet/dark-green-cross.gif) no-repeat top left;
	color:#2e3d0b;
	padding:0 0 5px 11px;
}	

li.greensubmenu a:hover {
	background:url(/images/yet/dark-green-cross.gif) no-repeat top left;
	color:#2e3d0b;
	padding: 0 0 5px 11px;
	text-decoration: underline; 
}

.purplesubmenu  { line-height: 1.4em;}

ul.purplesubmenu  {
	list-style-type:none;
	margin:0px;
	padding:10px 10px 0px 10px;
	font-size: 0.9em;
}

li.purplesubmenu a:link {
	display:block;
	background:url(/images/yet/dark-purple-cross.gif) no-repeat top left;
	color:#8849a9;
	padding:0 0 5px 11px;
	text-decoration: none; 
}	

li.purplesubmenu a:visited  {
	display:block;
	background:url(/images/yet/dark-purple-cross.gif) no-repeat top left;
	color:#8849a9;
	padding:0 0 5px 11px;
}	

li.purplesubmenu a:hover {
	background:url(/images/yet/dark-purple-cross.gif) no-repeat top left;
	color:#45145f;
	padding: 0 0 5px 11px;
	text-decoration: underline; 
}

li.purplesubmenugroup a:link {
	display:block;
	color:#45145f;
	padding:0;
	text-decoration: none; 
}	

li.purplesubmenugroup a:visited  {
	display:block;
	color:#45145f;
	padding:0;
}	

li.purplesubmenugroup a:hover {
	color:#45145f;
	padding: 0;
	text-decoration: underline; 
}
ul.rustsubmenu  {
	list-style-type:none;
	margin:0px;
	padding:10px 10px 5px 10px;
	font-size: 0.9em;
}

li.rustsubmenu a:link {
	display:block;
	background:url(/images/yet/dark-red-cross.gif) no-repeat top left;
	color:#bb512b;
	padding:0 0 5px 11px;
	text-decoration: none; 
}	

li.rustsubmenu a:visited  {
	display:block;
	background:url(/images/yet/dark-red-cross.gif) no-repeat top left;
	color:#bb512b;
	padding:0 0 5px 11px;
}	

li.rustsubmenu a:hover {
	background:url(/images/yet/dark-red-cross.gif) no-repeat top left;
	color:#7f381e;
	padding: 0 0 5px 11px;
	text-decoration: underline; 
}

.darkrust { color:#7f381e; }

/* Start Not used? */
#custom-gen ul {
	list-style-type:none;
	margin:0px;
	font-size: 0.9em;
	line-height: 1.8em;
	margin-left: 0;
	padding:0 0 0 1.7em;
	text-indent: -0.8em;
}

#custom-gen ul li:before {
	color:#6b000f;
	content: "+ ";
	line-height: 1.3em;
	padding:0 0 2em 0;
	margin-bottom:5px;
}
#custom-gen li a:link {
	color:#c51932;
	text-decoration: none; 
	padding:0 0 5px 0;
	padding:0 0 2em 0;
	margin-bottom:5px;
}
#custom-gen li a:visited {
	color:#c51932;
	text-decoration: none; 
	padding:0 0 2em 0;
	margin-bottom:5px;
}
#custom-gen li a:hover {
	color:#6b000f;
	text-decoration: underline; 
}
/* End Not used */

.textarea {
	width:390px;
	border:solid 1px #e8977f;
	background:#f8f5ec;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
	font-style: normal;
	font-weight: normal; 	
	line-height: 1.4em;
	color:#7f381e;
	font-size: 1.0em;
}

.textareacomments {
	width:390px;
	border:solid 1px #999999;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
	font-style: normal;
	font-weight: normal; 	
	line-height: 1.4em;
	color:#333333;
	font-size: 1.0em;
}

#pageFooter {
	position: relative;
	clear: both;
	float: left;
	top:30px;
	left:30px;
	width: 920px;
	height:20px;
	font-size: 0.8em;
	line-height: 1.0;
	color:#a39a7c;
}
#pageFooter A:link { color: #a39a7c; text-decoration: none; }
#pageFooter A:visited { color: #a39a7c; text-decoration: none; }
#pageFooter A:hover { color: #a39a7c; text-decoration: underline; }
#pageFooter A:active { color: #a39a7c; text-decoration: none; }

.search_input {
	width:170px;
	border:solid 1px #FFFFFF;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
	font-style: normal;
	font-weight: normal; 	
	line-height: 1.4em;
	color:#413203;
	font-size: 0.9em;
}
.searchtextscheme {
	display: block;
	background-image: url(/images/yet/b_search.jpg);
	width:176px;
	height:20px;
	padding:12px;
	font-size: 0.9em;
	line-height:1.0em;
	color:#423303;  /* Brown */
}

.rusttextscheme {
	display: block;
	background-image: url(/images/yet/b_mailing-list.jpg);
	width:180px;
	height:110px;
	padding:10px;
	font-size: 0.9em;
	line-height:0.8em;
	color:#7c2e1c;  /* Rust */
}

.mailinglisttextscheme {
	display: block;
	background: #FFFFFF url(/images/yet/b_mailing-list.jpg) no-repeat;
	width:176px;
	height:20px;
	padding:30px 12px 12px 12px;
	font-size: 0.9em;
	line-height:1.0em;
	color:#7c2e1c;  /* Rust */
}

.freeformfields {
	width:185px;
	border:solid 1px #e8977f;
	background:#f8f5ec;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
	font-style: normal;
	font-weight: normal; 	
	line-height: 1.4em;
	color:#7f381e;
	font-size: 1.0em;
}