/*base colors: 
light green, B0CC99
dark green, 677E52
darkest green, 3C4A30
forest green, 387600
olive green, b7ca79
off-white, f6f4dd
light brown, 89725b
dark brown, 482C23*/

/* 	* (star) Applies to all 
*	This resets properties in all browsers
*	================================
*/

*{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
	outline: 0;	
	quotes: none;
	border-collapse: 0;
	border-spacing: 0;
}
/* 	================================
*/

body {
	background: #F6F4DD;
	font-size: 12pt;
	line-height: 1.5em;
	font-family: Helvetica, Geneva, Lucida Grande, Sans-serif;
	color: #677E52;
	text-align: center;
}

a{
	text-decoration: none;
	color: #677E52;	
}

a:visited{
	color: #3C4A30;	
}

a:hover{
	color: #B0CC99;
	text-decoration: underline;	
}


.right{
	text-align: right	
}

div.right, img.right{
	float: right;	
	text-align: left;
}
.left{
	text-align: left	
}

div.left, img.left{
	float: left;	
}

.centered{
	text-align: center;
}


/* general typography */

h1{
	font-size: 2em;
	padding-top: .3em;
	line-height: 1.5em;
	color: #482C23;
}

h2{
	font-size: 1.3em;
	padding-top: 1em;
	line-height: 1em;
	color: #677E52;
}

h3{
	font-size: 1.3em;
	font-weight: normal;	
}

.details{
	font-size: .78em;	
}

em {
	font-weight: bold;
}

.border-bottom{
	border-bottom: 1px solid #89725b;

	text-align: left;
}

/* #page */
#page {
	width: 940px;
	text-align: left;
	margin: 0 auto;
}

/* #navigation */

#navigation{
	margin-top: 0em;
	text-align: right;
	padding-bottom: 3em;
	border-bottom: .3em solid #89725b;

}

#navigation .title{
	float: left;
	color: #387600;
	text-align: left;
	font-weight: bold;
	font-size: 2em;
	font-style: italic;
	font-variant: small-caps;
	margin-top: .2em;
	padding: 0em 0;
}

#navigation .title img{
	vertical-align: text-bottom;
	border: 0;
}

#navigation .title a{
	border: 0;
	padding: 0;
	margin: 0;
}

#navigation .title a:hover{
	background: transparent;
}

#navigation ul{
	margin-top:1.5em;
	float: right;
	padding: 0em 0em;
}

#navigation ul li{
	display: inline;
	font-weight: bold;
	padding: 0;
}

#navigation a{
	color: #677E52;
	padding: .3em .5em;
}

#navigation a:visited{
	color: #677E52;
}

#navigation a:hover{
	background: #B0CC99;
	text-decoration: none;
		
}

#sitetitle {
}

#sitetitle img{
}

.groupkey{
	font-size: 4em;
	line-height: 3em;
}


/* #messages */
#messages{
	background: #3C4A30;
	color: #B0CC99;
	padding: 1em 1em;
}

#messages ul{
	padding-left: 3em;
}

#messages ul li{
	font-weight: bold;	
}

/* pagemodule -> announcements, member list, etc. */

.pagemodule{
	background: #B0CC99;
	color: #3C4A30;
	margin: .2em 0 0 0;
	border: 1px solid #677E52;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: .5em .5em;
}

.pagemodule h3{
	font-weight: bold;
	font-size: 1.2em;
}

.pagemodule ul{
	padding-left: 1em;
}

.pagemodule ul li{
	line-height: 1.2em;
}


.pagemodule a{
	text-decoration: none;
	color: #677E52;
}

.pagemodule a:visited{
	color: #3C4A30;	
}

.pagemodule a:hover{
	color: #3C4A30;
	text-decoration: underline;	
}

.requests{
	color: #B0CC99;
}

.requests ul{

}

.requests ul li{
	background: #3C4A30;
	margin: .5em;
	padding: .2em;
	display: block;
}

.requests a{
	color: #3C4A30;	
}

.requests a:visited{
	color: #3C4A30;	

}

.requests a:hover{
	color: #B0CC99;	
	
}

.requests ul li .requestbutton{
	border: none;
	background: #B0CC99;
	color: #482C23;
	border: 1px solid #677E52;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: .2em .5em;
	margin-left: .2em;
}

.requests ul li .requestbutton:hover{
	background: #677E52;
	color: #B0CC99;
}

/* tagcloud */
ul.tagcloud{
	display: block;
	overflow: hidden;
	padding: 1em 0;	
}
ul.tagcloud li {
	display: inline;
	padding: .3em .5em .3em 0;
	line-height: 2em;
}
ul.tagcloud li a{
	white-space: nowrap;	
}

/* #footer */
#footer{
	border-top: .3em solid #89725b;
	padding: .5em 0;
	margin-top: 1em;
	font-size: .78em;
	clear: both;
}

#footer ul{
	display: block;
}

#footer ul li{
	font-weight: bold;
}

#footer ul li ul{
	display: inline;	
}

#footer ul li ul li{
	font-weight: normal;
	padding: 0 .3em;
	display: inline;	
}

/* .actions */
div.actions{
	text-align: left;
	border-top: .1em solid #89725b;
	margin-bottom: 0em;
}

div.actions ul li{
	display: inline;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0px;
}

div.actions a{
	background: #89725b;
	color: #f6f4dd;
	padding: .6em .5em;
	margin: .5em .5em 0em 0em;
	border: 1px solid #89725b;
	-moz-border-topleft: 0px;
	-moz-border-topright: 0px;
	-moz-border-bottomleft: 5px;
	-moz-border-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.actions a:visited{
	color: #f6f4dd;
}

div.actions a:hover{
	color: #482C23;
	text-decoration: none;
}

/* Context-sensitive Help */
#help {
	text-align: right;
	margin: 0;
	font-size: .8em;
	font-weight: bold;
	padding: 0px;

}

#help a{
	background: #677E52;
	color: #B0CC99;
	padding: .5em 1em;
	margin: .5em 0em 0em 0em;
	-moz-border-topleft: 5px;
	-moz-border-topright: 5px;
	-moz-border-bottomleft: 0px;
	-moz-border-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#help a:visited{
}

#help a:hover{
	background:#B0CC99;
	color: #677E52;
}

.timestamp{
	font-size: .78em;
	color: #89725b;
}

/* .column */
div.rightcolumn{
	display: block;
	width: 200px;
	margin: 1em 1em 1em 0;
	padding: 0 0 0 1em;	
	overflow: hidden;
	float: right;
	clear: right;
}

div.rightcolumn a:hover{
	color: #3C4A30;
	text-decoration: underline;
}

div.fluidcolumn{
	margin: 1em 1em 1em 0;
	overflow: hidden;
}

div.leftcolumn{
	display: block;
	width: 240px;
	overflow: hidden;
	margin: 1em 1em 1em 0;
	padding: 0 1em 0 0;
	float: left;
	clear: left;
}

div.altcolors{
	background: #B0CC99;
	padding: 1em;
}

/* profiles */

img.profile{
	width: 200px;
	background: #fff;
	padding: 2px;
	margin: .2em;
	border: 2px solid #482C23;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

ul.smallprofiles{
	padding: 0;
	margin: 0;
	display: block;
}

ul.smallprofiles > li {
	display: block;
	margin: .5em 0 0 0;	
	width: 180px;
	float: left;
	overflow: hidden;
}

ul.smallprofiles li img.profile{
	width: 50px;
	float: left;
	clear: left;
}

ul.smallprofiles li ul{
	float: left;
	clear: right;
	display: block;
}

ul.smallprofiles li ul li{
	clear: right;
}

ul.smallprofiles li ul li.profiletitle{
	font-weight: bold;
}



/* .forms */


/* .authorization */
div.authorization{
	display: block;
	width: 350px;
	margin: 1em 3em 3em 3em;
	border: 1px solid #89725b;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	overflow: hidden;

}

/* .fulledit */

div.fulledit{
	display: block;
	overflow: hidden;
	width: 600px;
	border: 1px solid #89725b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin: 1em 1em 1em 0;	
}

div.fulledit form input[type=text]{
	width: 400px;
}

div.fulledit form textarea{
	width: 400px;
	height: 300px;	
}

/* .edit */

div.edit{
	display: block;
	overflow: hidden;	
	
}
.edit form{
	padding: 1em;	
}

.edit h3{
	font-size: 1.3em;
	color: #677E52;
}

.edit input, .edit textarea{
	border: 2px solid #677E52;
	background: #F6F4c0;
	padding: .3em .1em;
}

.edit input:focus, .edit textarea:focus{
	background: #677E52;
	color: #F6F4c0;
}

.edit ul{
	display: block;
	text-align: right;	
}
.edit ul li{
	padding: .3em 0;
	clear: both;
	color: #7C7E88;
}
.edit ul li label{
	margin-right: .5em;
	color: #677E00;
}

.edit ul li .info{
	clear: both;
	display: block;	
}

/* APPLE-fy the border so it ain't so ugly! */
.edit ul li input.submit{
	border: none;
	background: #89725B;
	color: #482C23;
	border: 2px solid #482C23;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: .5em 1em;
}

.edit ul li input.submit:hover{
	background: #482C23;
	color: #89725B;
}

div.help {
	margin-top: 2em;
}

/* static help page */

.help h3{
	color: #482C23;
	font-weight: bold;
	text-decoration: underline;
}

.help h2{
	font-size: 2em;
	font-weight: bold;
}

.help p{
	text-align: left;
	margin: .5em 0em 1em 1em;
}

.help ol{
	margin-left: 3em;
}

.help ol li{
	list-style-type: decimal;
}

.help ol ul li{
	list-style-type: circle;
	margin-left: 1em;
}

.help a{
	color: #3C4A30;
	text-decoration: underline;
}

.help a:hover{
	color: #B0CC99;
	text-decoration: underline;	
}
