/*
colors for home1:
------------------
Med Green: #8AAF21
Dk Green:  #46592B
Dk Grey:   #72715F
Lt Grey:   #E4E4EE
Lt Yellow: #EFF3C0
*/	
	
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #E4E4EE;
	font-size: 0.9em;
	line-height: 1.3em;
	cursor: default;
}

#mainbody a:link{ color: #8AAF21; text-decoration:underline; }

#mainbody a:visited{ color: #8AAF21; text-decoration:underline; }

#mainbody a:hover, #mainbody a:focus{ color: #EFF3C0;	text-decoration:none; }
dt {
	font-weight: 800;
	font-size: larger;
	display: block;
	padding: 10px 0 0 5px;
	color: #8AAF21;
}
dd {
	display: block;
	clear: left;
	margin: 5px 0 0 10px;
}


.container {
background: url("/resources-home1/mainbg.jpg")  0 55px no-repeat;
/* background-position: left top; */
background-color:#000;
border: 1px solid #72715F;
width: 990px;

}
#innercontainer {
margin: 5px;
/* background-image: url("/resources-round2/bottombg.jpg");
background-position: bottom;
background-repeat: repeat-x; */
}
#mainbody {
padding-top: 100px;
display:block;
width: 970px;
}
.spacer, #spacer01, #spacer02, #spacer03, #spacer04, #spacer05, #spacer06, #spacer07 {
visibility: hidden;
display: none;
}

#maintitle {
font-variant:small-caps;
font-style:italic;
color: #8AAF21;
margin-top: 0;
padding-top: 1em;
padding-bottom: 1em;
margin-bottom: 0;
padding-left: 5px;
background:none;
font-size: 2em;
}
h5 {
margin: 0 0 0 0;
padding: 0 0 0 0;
}
#subdate {
display: none;
visibility: hidden;

}

#subtitle {
display: none;
visibility: hidden;
}
.date {
display: none;
visibility: hidden;

}
.sidephotos {
text-align: center;
 width: 110px;
 display: block;
 float: right;
 clear: right;
 border: 1px solid #8AAF21;
 margin: 10px 0px 10px 10px;
 padding: 5px;
}
.sidephotos h3 {
color: #8AAF21;
margin: 5px 0 10px 0;
padding-bottom: 10px;
}
.sidephotos img {
	border:none;
}
.sidephotos .picouter {
	border: none;
	margin-bottom: 10px;
	text-align: center;
	font-size: smaller;
}
.sidepic {
margin: 0;
padding: 0;
}




.pagebody {
padding: 3px;
margin-top: 5px;
}

/*##########################*/
/* SIDENAV STYLES */
#sidebar1bottom {
background:  url('/resources-home1/LatestPosts.png') no-repeat center top;
border: 1px solid #8AAF21;
float: right;
/* margin-right: 34px;

margin-left: 10px;
*/
margin-top: -250px;
width: 181px;
display: block;
}

#sidebar1top {
padding: 3px;
display: block;
}

.sidebtd {
vertical-align: top;
}
#mainbody .sidepostlink a,#mainbody .sidepostlink {
text-decoration: none;
font-size: .9em;
margin: 5px 0 0 0;
padding: 0;
}
#mainbody .sidepostlink a:hover {
text-decoration: underline;
}
.sidepostlink {
margin: 3px 0px 0px 0px;
padding: 0px;
line-height: 1em;
}
.sidepostdte {
font-size: .7em;
font-family: Arial, Helvetica, sans-serif;
font-weight:500;
margin: 2px 0 0 0;
line-height: 1em;
}
.thesideposts {
margin-top: 10px;
padding: 15px 5px 5px 5px;
vertical-align: top;
}
.thesidetopposts {
margin-top: 10px;
padding: 15px 5px 5px 5px;
vertical-align: top;
}
.sideposth3 {
margin: 0;
padding: 0;
font-size: 1.1em;
}
.sidebarsectiontitle {
font-size: 10px;
letter-spacing: -0.1em;

}

/* START MENU */

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menulist {
width: 985px;
height: 355px;
}
.menusmall {
font-size: 10px;
}
.current {
	color: #8AAF21;
	font-size: 12px;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url("/resources-round2/empty.gif");	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #E4E4EE;
	background: #000;
/*	background-image:url("/resources-round2/menubg.jpg");
	background-repeat: repeat-x;
	background-position:bottom;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
*/
}
.menu .top {
	text-align: center;
}
.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color: #E4E4EE;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #FFF;
	text-decoration: underline;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #72715F;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
	background-image: none;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}



/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/* .menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
} */

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */


/* STOP MENU */

.prevnext a {
	padding: 3px ;
	font-size: small;
	font-variant:small-caps;
	font-weight: 800;
}


#rsslink a {
	text-decoration:none;
	color: #E3DFDE;
}
#rsslink {
position: absolute; 
top: 17px; 
left: 874px; 
z-index: 11;
}
.commentarea {
	padding-bottom: 10px;
	clear: left;
}
#clicklink {
cursor: default;
position: absolute;
border:none;
width: 355px;
height:55px;
top: 70px;
left: 25px;
z-index: 150;
}
#clicklink img {
border: none;
width: 355px;
height: 55px;
}

#latestposts {
border: 1px solid #2B3711; 
padding: 5px; 
color: white; 
display:block; 
width: 400px; 
float: right;
padding-bottom: 10px;
margin-left: 5px;
}
#latestposts h3 {
padding-top: 2px; 
padding-bottom: 2px; 
margin-top: 2px; 
margin-bottom: 2px;
}
#latestposts .latestdate {
font-size: x-small; 
width: 75px;
vertical-align:top;
}
#latestposts .latestlink {
height: 20px;
font-size: large; 
vertical-align: top;
}
#latestposts .latestcomment {
visibility: hidden;
display: none;
}
#latestposts .latestcategory {
vertical-align:top; 
height: 30px; 
font-size: small; 
font-weight: 500;
}
/* Comment Area CSS */


#content
{
  border: DarkGreen 1px solid;
  margin-bottom: 10px
}

input 
{
  border: #999 1px solid;	
  font-size: 10px ;
  margin: 3px;
}
label 
{
margin: 3px;
}
.commentarea {

}
.commentarea #sendform {

padding: 0 0 5px 0;
}
.commentarea h4 {
margin: 5px;
font-size: medium;
}
.commentarea #scroll .postername, .commentarea #scroll .postername a {
font-weight: bold;
color: #AAA998;
}
#scroll h5, #scroll h5 a {
margin: 0 0 0 0;
padding: 0;
color: #AAA998;
float: left;
font-size: small;
}

#scroll p {
margin: 0;
padding: 0;
clear: left;
font-size: smaller;
}
.postertime, #scroll span {
font-size: xx-small;
font-style:italic;
margin: 2px 0 0 5px;
}
#scroll 
{
  position: relative; 
  width: 530px;
  height: auto; 

}

.item
{
  margin: 10px 2px 5px 2px
}

#colorpicker
{
  text-align:center  
}

#webmsg {
 font-size: smaller;
}

/* END COMMENT AREA CSS */
.posteditbutton {
	width: auto;
	padding: 4px;
	display: block;
	position: absolute;
	top: 390px;
	left: 115px;
	background-color: #72715F;
	}
    .commenteditbutton {
	width: auto;
	padding: 4px;
	display: block;
	position: absolute;
	background-color: #72715F;
	top: 378px;
	left: 345px;
	}