/*********************************************/
/* Oak Hills Church - Stylesheet			 */
/* Elder Communication Portal				 */
/*********************************************/

/*********************************************/
/* Global Formatting						 */
body {
	background: #251704;
	color: #1B1207;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 0.90em;
}
a {
	color: #435B2E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	cursor: pointer;
}
h1 {
	margin: 0;
}
h2 {
	color: #1B1207;
	font-size: 0.95em;
	margin: 0 0 5px 0;
}
h3 {
	color: #354A24;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	font-weight: normal;
	margin: 10px 0;
}
p {
	margin: 10px 0;
}
div.contentOutput {
	font-size: 0.90em;
	line-height: 1.40em;
}
button {
	background: #749457;
	border: double 3px #FFF;
	color: #FFF;
	font-size: 0.85em;
	font-weight: bold;
	padding: 1px 5px;
	text-transform: uppercase;
}
button:hover {
	border: groove 3px #749457;
}
.invisible {
	visibility: hidden;
}
.noborder {
	border: none;
}
.clearer {
	clear: both;
}
.loginPage #navBar {
	height: 52px;
}
	/* Form Controls */
	input, select, textarea {
		border: solid 1px #A3A280;
	}

/*********************************************/
/* Layout									 */
#wrapper {
	background: #A3A280;
	padding: 9px 0 0 0;
}
#wrapperLogin {
	background: #A3A280;
	padding: 25px 0 0 0;
}
#userNav {
	margin: 0 auto;
	padding: 0 25px 0 25px;
	width: 730px;
}
#header {
	background: #251704;
	text-align: center;
}
#nav {
	background: url('../images/bkgrd_nav.gif') repeat-x;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
.main {
	background: #FFF;
	margin: 12px auto 0 auto;
	padding: 38px 25px 0 25px;
	width: 730px;
}
#sidebar {
	float: left;
	margin: 0 25px 0 0;
	width: 228px;
}
#content {
	color: #585149;
	margin: 0 0 0 253px;
}
#content.single {
	margin: 0;
}
#footer {
	color: #A3A280;
	font-size: 0.65em;
	margin: 0 auto;
	padding: 0 25px;
	width: 730px;
}


/*********************************************/
/* Navigation								 */
#userNav ul {
	float: right;
	font-size: 0.70em;
}
#userNav li {
	color: #FFF;
	float: left;
}
#userNav a {
	color: #FFF;
	display: block;
	margin: 0 4px 2px 4px;
}
#navBar {
	margin: 0 auto;
	width: 780px;
}
#navBar ul {
	margin: 0 0 0 38px;
}
#navBar li {
	float: left;
	position: relative;
}
#navBar a {
	color: #354A24;
	display: block;
	float: left;
	font-size: 1.05em;
	height: 17px;
	margin: 0 10px;
	padding: 25px 0 10px 0;
	text-decoration: none;
	text-transform: uppercase;
}
#navBar a:hover {
	background: url('../images/bkgrd_nav_over.gif') repeat-x;
}
#navBar li:hover ul, #navBar a:hover ul {
	visibility: visible;
}
#navBar .subMenu {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 52px;
	border-top: solid 2px #425B2D;
	border-bottom: solid 1px #425B2D;
	margin: 0;
	width: 100%;
}
#navBar .subMenu li {
	border-bottom: solid 1px #B3B191;
	width: 100%;
}
#navBar .subMenu a {
	background: #F2E7B8;
	color: #425B2D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	height: auto;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: none;
	width: 100%;
}
#navBar .subMenu a:hover {
	background: #425B2D;
	color: #F2E7B8;
}


/*********************************************/
/* Content									 */
.module {
	margin: 0 0 10px 0;
}
.module .container {
	border-top: solid 1px #A3A280;
	color: #354A24;
	padding: 2px 0 0 0;
}
.module .containerInner {
	background: #D1D1C0 url('../images/bkgrd_container.gif') repeat-x bottom;
	border-top: solid 6px #4A2428;
	padding: 5px 15px 15px 15px;
}
.module .footer {
	background: #D1D1C0;
	color: #354A24;
	font-size: 0.75em;
	font-weight: bold;
	padding: 2px 0;
	text-transform: uppercase;
	text-align: center;
}
.module .footerInner {
	border-top: solid 1px #E8E8DF;
	border-bottom: solid 1px #E8E8DF;
	padding: 5px;
}
.module .containerInner li {
	background: url('../images/bkgrd_module_list.gif') no-repeat 0 center;
	font-size: 0.70em;
	line-height: 1.70em;
	padding: 0 0 0 19px;
}
.module .containerInner li a {
	color: #354A24;
	text-decoration: none;
}
.module .containerInner li a:hover {
	text-decoration: underline;
}
.module h2 img {
	float: right;
} 
.module h3 {
	clear: both;
	color: #4A2428;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
	/* Login */
	#login {
		min-height: 100%;
	}
	#login #content h2 {
		background: none;
		color: #435B2E;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 2.00em;
		font-style: italic;
		font-weight: normal;
		margin-bottom: 0;
	}
	#login fieldset {
		font-size: 0.70em;
		margin: 0 auto;
		padding: 0 0 20px 0;
		width: 22.00em;
	}
	#login li {
		clear: both;
		padding: 0 0 10px 0;
	}
	#login label {
		color: #251704;
		display: block;
		padding: 0 0 2px 0;
	}
	#login input {
		width: 18.00em;
	}
	#login input.login {
		border: none;
		float: right;
		margin: 0 5px 0 0;
		width: 44px;
	}
	#login a {
		text-decoration: underline;
	}
	#footer.loginPage {
		background: #251704;
		position: fixed;
		bottom: 0;
		padding: 0;
		width: 100%;
	}
	.spacer {
		padding-bottom: 12px;
	}
	#footerContainer {
		background: #251704;
		color: #A3A280;
		margin: 0 auto;
		padding: 0 25px;
		width: 730px;
	}
	
	/* Calendar */
	#calendar {
		border: solid 1px #A3A280;
		color: #1B1107;
		font-size: 0.75em;
		margin: 10px auto;
	}
	#calendar td, #calendar th {
		background: #E8E8DF;
		border: solid 1px #D1D1C0;
		padding: 2px 0;
		text-align: center;
		width: 1.82em;
	}
	#calendar th {
		font-weight: bold;
	}
	#calendar th.previous {
		background: #E8E8DF url('../images/btn_calendar_l.gif') no-repeat center;
	}
	#calendar th.next {
		background: #E8E8DF url('../images/btn_calendar_r.gif') no-repeat center;
	}
	#calendar th.month {
		width: 9.17em;
	}
	#calendar td.event {
		background: #B3B191;
	}
	#calendarEvents, #calendarDetail {
		font-size: 0.75em;
		margin: 10px 0 0 0;
		width: 474px;
	}
	#calendarEvents th span {
		background: url('../images/bkgrd_discussions_header.gif') repeat-x bottom;
		color: #1B1107;
		display: block;
		font-weight: bold;
		margin: 0 25px -1px 0;
		padding: 0 0 10px 0;
	}
	#calendarEvents td {
		background: #D1D1C0;
		color: #1B1207;
		padding: 10px;
	}
	#calendarEvents td.date {
		border-right: solid 1px #FFF;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 2.00em;
		text-align: center;
	}
	#calendarEvents tr.even td {
		background: #E8E8DF;
	}
	#calendarDetail th, #calendarDetail td {
		background: #D1D1C0;
		padding: 10px;
	}
	#calendarDetail th {
		border-right: solid 1px #FFF;
		font-weight: bold;
		width: 25%;
	}
	#calendarDetail tr.even th, #calendarDetail tr.even td {
		background: #E8E8DF;
	}
	
	/* Pastures */
	#pasturesOutput, #pasturesInfo {
		margin: 10px auto;
		text-align: center;
		width: 720;
	}
	#pasturesOutput li {
		background: #EDECE5;
		border-top: solid 1px #DAD9CB;
		border-bottom: solid 1px #DAD9CB;
		float: left;
		height: 207px;
		margin: 3px;
		padding: 2px 0;
		width: 222px;
	}
	#pasturesOutput .userPhoto {
		display: block;
		height: 92px;
		margin: 0 auto;
		width: 122px;
	}
	#pasturesOutput div {
		background: #DAD9CB;
		height: 94px;
		margin: 1px 0 0 0;
		padding: 10px;
		text-align: left;
	}
	#pasturesOutput a.user {
		display: block;
		font-size: 0.80em;
		font-weight: bold;
		margin: 0 0 4px 0;	
	}
	#pasturesOutput dl {
		font-size: 0.70em;
		margin: 3px 1px;
	}
	#pasturesOutput dd {
		font-style: italic;
	}
	#pasturesInfo {
		text-align: left;
	}
	#pasturesInfo div {
		background: #EDECE5;
		border-top: solid 1px #DAD9CB;
		border-bottom: solid 1px #DAD9CB;
		font-size: 0.80em;
		padding: 10px 0;
	}
	#pasturesInfo img {
		float: left;
		margin: 0 10px 10px 10px;
	}
	#pasturesInfo ul {
		margin: 0 10px 10px 0;
	}
	#pasturesInfo li {
		background: #D7D6C8;
		padding: 5px;
	}
	#pasturesInfo li.name {
		color: #435B2E;
		font-weight: bold;
	}
	#pasturesInfo div.about {
		font-size: 0.90em;
		margin: 10px 10px 0 142px;
		padding: 5px;
	}
	
	/* Communique */
	.archives li {
		clear:both;
		min-height: 19px;
		height: auto !important;
		height: 19px;
	}
	.archives a {
		float: left;
		margin: 2px;
	}
	.archives span {
		float: right;
	}
	.archivePost {
		padding: 0 0 2px 0;
	}
	.archivePost .link {
		width: 115px;
	}
	
	/* Discussions */
	#discussions #content h2 {
		margin: 0 0 8px 0;
	}
	#discussions a {
		color: #425B2D;
	}
	#discussions fieldset li {
		float: left;
		font-size: 0.75em;
		font-weight: bold;
		margin: 0 10px 0 0;
	}
	#discussions fieldset label {
		color: #1B1207;
		display: block;
		padding: 2px 0;
	}
	#discussions table {
		font-size: 0.75em;
		margin: 20px 0;
		width: 100%;
	}
	#discussions th span {
		background: url('../images/bkgrd_discussions_header.gif') repeat-x bottom;
		color: #1B1107;
		display: block;
		font-weight: bold;
		margin: 0 25px -1px 0;
		padding: 0 0 10px 0;
	}
	#discussions th span.messages {
		margin: 0 0 -1px 0;
	}
	#discussions td {
		background: #D1D1C0;
		color: #1B1207;
		padding: 10px;
	}
	#discussions tr.even td {
		background: #E8E8DF;
	}
	#thread {
		font-size: 0.80em;
	}
	#thread a {
		font-weight: bold;
	}
	#thread a.lineitem {
		display: block;
	}
	#thread a.child {
		background: url(../images/Arrow.gif) no-repeat;
		padding: 0 0 0 16px;
	}
	.threadList li {
		padding: 0 0 0 10px;
	}
	#thread .thread {
		border-top: solid 1px #ECECEC;
		border-bottom: solid 1px #CECEBD;
		padding: 0 0 4px 0;
	}
	#thread .thread div {
		font-size: 0.85em;
	}
	#thread .threadInfo {
		margin: 10px 0 20px 0;
	}
	#thread .threadInfo li {
		line-height: 1.25em;
		padding: 1px 0;
	}
	#thread .threadInfo span {
		color: #000;
		font-weight: bold;
	}
	#thread .modify {
		margin-top: 5px;
	}
	#thread .modify li {
		display: inline;
	}
	#thread .modify a {
		background: #749457;
		border: double 3px #FFF;
		color: #FFF;
		font-size: 0.80em;
		font-weight: bold;
		padding: 1px 5px;
		text-transform: uppercase;
	}
	#thread .modify a:hover {
		border: groove 3px #749457;
		text-decoration: none;
	}
	#thread .topLink {
		font-size: 0.85em;
		font-weight: normal;
		text-decoration: underline;
	}
	#threadModify fieldset li {
		float: none;
		margin: 10px 0 0 0;
	}
	#threadModify fieldset table, #threadModify fieldset td {
		background: #EDEDEB;
		margin: 0;
		padding: 0;
	}
	
	/* Contact */
	#emailList li {
		background: none;
		clear: both;
		padding: 0;
	}
	#emailList input {
		border: none;
		margin: 2px 6px 2px 0;
	}
	#contact li {
		clear: both;
		padding: 0 0 10px 0;
	}
	#contact label {
		color: #251704;
		display: block;
		font-size: 0.70em;
		padding: 0 0 2px 0;
	}
	#contact input, #contact textarea {
		width: 470px;
	}
	#contact div {
		background: #EFEFDE;
		height: 24px;
	}
	#contact span input {
		float: left;
		margin: 0 10px 0 0;
		width: 406px;
	}
	#contact li.submit {
		padding: 10px 8px;
		text-align: right;
	}
	#contact li.submit input {
		border: none;
		width: auto;
	}
	
	/* Leadership */
	#leadership {
		background: #F8F8F8;
		border-top: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
		font-size: 0.80em;
		margin: 0 0 20px 0;
		padding: 10px;
	}
	#leadership li {
		border-right: dashed 1px #CCC;
		float: left;
		margin: 2px 10px 2px 0;
		padding: 0 10px 0 0;
	}
	#leadership span {
		display: block;
		float: left;
		width: 12.60em;
	}
	
#websites.module {
	margin: 0;
	padding: 10px 0 0 0;
}
#content h2 {
	background: url('../images/bkgrd_heading.gif') repeat-x bottom;
	margin: 0 0 25px 0;
	padding: 0 0 14px 0;
}
#content h2 span, #content h3 span {
	display: block;
	margin: -1px 0 0 5px;
	float: right;
}
#content h4 {
	background: url('../images/bkgrd_heading_3.gif') repeat-x bottom;
	font-size: 0.75em;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0 0 14px 0;
}


/*********************************************/
/* Footer									 */
#websites ul li {
	background-image: none;
	padding: 0;
	float: left;
	font-size: 0.70em;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	margin: 0 0 10px 0;
}
#websites ul li a {
	background-repeat: no-repeat;
	color: #354A24;
	display: block;
	padding: 7px 0 5px 60px;
	text-decoration: none;
	width: 170px;
}
#websites ul li a:hover {
	background-color: #ECECEC;
	text-decoration: underline;
}
#websites ul li.home a {
	background-image: url('../images/img_websites_home.jpg');
}
#websites ul li.singles a {
	background-image: url('../images/img_websites_singles22-39.jpg');
}
#websites ul li.journey a {
	background-image: url('../images/img_websites_journey.jpg');
}
#websites ul li.adult a {
	background-image: url('../images/img_websites_adult.jpg');
}
#websites ul li.student a {
	background-image: url('../images/img_websites_students.jpg');
}
#websites ul li.fiesta a {
	background-image: url('../images/img_websites_fiesta.jpg');
}
#websites ul li.singles40 a {
	background-image: url('../images/img_websites_single40.jpg');
}
#websites ul li.children a {
	background-image: url('../images/img_websites_children.jpg');
}
#websites ul li.college a {
	background-image: url('../images/img_websites_college.jpg');
}
#footer img {
	float: right;
}
#footer span {
	color: #D1D1C0;
	display: block;
	padding: 10px 0 0 0;
}
#footer a {
	color: #B3B191;
}
.button-discussion {
	display:block;
	padding: 18px 0 0;
}