/* 	CSS main body ---------------------------------------------- */

body {	
	background-color: #AAC393;	
	margin: 0;
	background: #AAC393  url(../../img/grass4.gif) repeat-y;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p {	
	margin-top: 0;
}

a {
	color: #c75f3e;
}

/* block to remove adverts ----------------------------------------------- */
#block {
	position: absolute;
	background: #AAC393  url(../../img/grass4.gif) repeat-y;
	left: 0px;
	top: 0px; 	
	padding: 50px;
	width: 100%; 
}	

/* wrapper ----------------------------------------------- */ 

#wrapper {	
	position: absolute;
	text-align: left;
	width: 698px;
	top: 70px;
	margin-left: 100px;
	margin-bottom: 500px;
	border: 1px solid  #fff;
}


#outer {		
	border-right: 200px solid #E0DDC2; /* right column background */
	background-color: #E0DDC2; /* center column background */
}
#inner {
	margin:0;
	width: 100%;
}


/* header ----------------------------------------------- */ 
#header {     
	background: url(../../img/goddess3.jpg) no-repeat;  
	border-bottom:  0px solid  #fff;
	height: 200px;   
}

#hea2 {     
	background: url(../../img/goddess3.jpg) no-repeat;  
	border-bottom:  0px solid  #fff;
	height: 200px;
	padding: 0;
	margin: 0;   
}

#header h1 {
	font: 60px Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
	right: 2px;
	color: #E0DDBC;
	position: absolute;
	top: 145px;
	margin: 0px;
	margin-right: 0.5em;

}

#hea2 h1 {
	font: 60px Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
	right: 2px;
	color: #E0DDBC;
	position: absolute;
	top: 145px;
	margin: 0px;
	margin-right: 0.5em;
}






/* content  ----------------------------------------------- */ 
#content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;

}
#content h2 {
	font: 32px Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color: #901602;
	margin-left: 1em;
}

#content h3 {
	font: 20px Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color: #621313;
	margin-left: 1em;
}

#content h4 {
	font: 20px Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color: #621313;
	margin-left: 2em;
}

#content p {
	font: 16px  Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	margin-left: 3em;
	margin-right: 2em;
}




/* menu ----------------------------------------------- */ 
#menu {
	position: absolute;
	top: 40px;
	right: -1px;
	padding: 20px ;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid white;
	border-right: none;
	background: #AAC393;
}

#menu li{
	display:block;
	list-style: none;
	display: inline;
	margin: 0;
}

#menu li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #fff;
	background: #AAC393;
}

#menu li a:link, #menu li a:visited{
	color: white;
}

#menu li a:hover{
	color: navy;
	background: white;
	border-color: transparent;
}

#menu li a.current{
	background: #AAC393 ;
	border: 0px ;
	color: #901602;
}

/* sidebar ----------------------------------------------- */ 
#sidebar {
	top: 30px;
	width: 200px;
	height: 100%;
	margin-right: -300px;
	margin-left: 4px;
	margin-bottom: 50px;
	float: left;
	position: relative;
	z-index: 10;
	border-left: 1px dotted #fff;
}

#sidebar h3 {
	font: 20px Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.4em;	
}

#sidebar p {
	padding-left: 10px;
	font: 16px Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
}

#sidebar a {
	color: #000; 
	text-decoration: none;
}

#sidebar h4 {
	font: 16px Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align: right;
}

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


/* textbox  */ 
.textbox {
	padding: 2px 6px 2px 6px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px solid #B1B1B1;
	background-color:  #D4D4D4;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	
}

#articleList{
	font-size: 1em;
	color: #C75F3E;
	cursor: pointer;
}

#articleList li{
	border: 1px solid #B1B1B1 ;
	margin: 3px;
	padding-left: 10px;
	background-color: #ccc;
}

#articleList li:hover{
	border: 1px solid #fff ;
	margin: 3px;
	background-color: #ddd;
}


/* guestbook ---------------------------------*/
textarea {
	background: #FFFFFF;
	border: 3px double #EEEEEE;
	color: #666666;
	margin: 2px 0 0 0;
}

input {
	background: #FFFFFF;
	border: 3px double #EEEEEE;
	color: #666666;
	margin: 2px 0 0 0;
}

fieldset {
	border: 1px solid #EEEEEE;
	color: #666666;
	margin-left: 3em;
	margin-right: 2em;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#post {
	font-size:smaller;
	font-style: italic;
	color: #999999;
}


/* Links page ----------------------------------------------*/


#link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	padding-left: 30px;
}

.linkl a {
	list-style: circle;
	text-decoration: none;
}

.hbutton li {
	margin: 0;
	background: url(../../img/line.gif) no-repeat;
}

.hbutton ul {
	list-style: none;
	padding: 0;
	border: none;
}

.hbutton a {
	clear: both;
	display: block;
	padding-left: 20px ;
	text-decoration: none;
}

.hbutton a:hover {
	padding-left: 25px ;
	color: #000000;
}

/* footer ----------------------------------------------- */ 
#footer {
	background-color: #E0DDBC;
	background: #E0DDBC  url(../../img/grass5.gif) repeat-x;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px solid #fff;	
	margin-top:0;
}

#footer p {
	text-align:center;
	padding: 30px ;
	font-size: 12px;
	color: #AAAAAA;
	margin-bottom: 0;
}

.clear { 
	clear: both;
}

.bottom{
	margin-top: -26px;
	margin-bottom: -40px;

/*Mozilla bug workarounds ----------------------------------------------- */ 
#outer > #inner { 
	border-bottom: 1px solid;
	border-color: transparent;
}

#sidebar1 {
	margin-left: 1px;
}

#sidebar2 {
	margin-left: 1px;
}

#content {
	margin: 0 -3px 0 -2px;
}