/* @override http://trabh/css/more_forum_style.css */

#content.minutes .minutesDate {
	font-weight: bold;
	font-size: 1.5em;
}

#topBar_left {
	background-image: url(../themes/site_themes/trabh/topbar_left.gif);
	width: 9px;
	height: 30px;
	float: left;
}

#topBar_mid {
	padding: 0;
	background: url(../themes/site_themes/trabh/topbar_mid.gif) repeat-x;
	float: left;
	width: 744px;
	height: 50px;
}

#topBar_right {
	background-image: url(../themes/site_themes/trabh/topbar_right.gif);
	width: 9px;
	height: 30px;
	float: left;
}

#topBar a {
	color: white;
}

#logo {
	display: block;
	margin-left: 3px;
	text-align: center;
	font-size: 20px;
	letter-spacing: -.1em;
	line-height: 1.5em;
	float: left;
	width: auto;
}

a#logo {
	cursor: pointer;
	text-decoration: none;
}

#topBar ul.links {
	list-style-type: none;
	text-align: left;
	margin: 0;
	float: right;
	padding-left: 15px;
	padding-top: 10px;
}

#topBar ul.links li {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	margin-right: 15px;
}

#topBar ul.links li.loggedOut {
	color: #959595;
}

#loginstatus {
	padding-top: 32px;
	padding-right: 4px;
}

#topBar #loginstatus a {
	color: #005439;
	font-size: 13px;
	font-weight: bold;
}

#topBar #loginstatus .username{
	color: #005439;
	font-size: 13px;
	font-weight: bold;
	margin-right: 0;
}

#pageheader h1 {
	text-align: left;
	margin-left: 140px;
	margin-top: 0;
	margin-bottom: -2px;
	font-size: 2.2em;
	letter-spacing: -.1em;
}

#mainSection #content {
	width: 520px;
	margin: 15px 0 0;
	float: left;
}

#sideBar {
	width: 220px;
	padding-left: 540px;
}

#secondaryNav ul.links {
	list-style-type: none;
	padding-left: 8px;
	font-size: 14px;
}

#secondaryNav ul.links a:hover {
	color: #703219;
	font-weight: bold;
	text-decoration: none;
}

#upcomingEvents {
	background-color: #fffbeb;
	margin-left: 5px;
	padding: 4px 8px 8px;
}

#upcomingEvents h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#upcomingEvents hr {
	border-bottom-style: none;
	border-top: 1px solid silver;
}

#sideBar h2 {
	text-align: center;
	font-size: 1.4em;
	color: #703219;
}

#recentMinutes {
	margin-left: 5px;
	padding: 4px 8px 15px;
}

#recentMinutes a span.minutesDate {
	font-size: 15px;
}

#content h2 {
	font-size: 1.5em;
}

span.gray {
	color: gray;
}

span.name {
	padding-right: 5px;
}

#content hr {
		border-bottom-style: none;
	border-top: 1px solid silver;
}

#commentBlock {
	background-color: #fffbeb;
	padding: 3px 9px 9px;
	margin-bottom: 5px;
}

#commentBlock2 {
	padding: 3px 9px 9px;
	margin-bottom: 5px;
}

#commentBlock p.signature, #commentBlock2 p.signature {
	margin: 0;
	padding: 0;
	text-align: right;
	border-width: 0;
	line-height: 1em;
}

#upcomingEvents .more {
	text-align: right;
	font-style: italic;
}

#frontLogin #content {
	width: 280px;
	margin-left: -140px;
	left: 50%;
	position: relative;
}

#content.loggedOut {
	padding-left: 130px;
}

span.memberEdit, #topBar span.memberEdit,  #topBar #loginstatus span.memberEdit a {
	font-size: 10px;
	margin-right: 0;
}

#search {
	float: right;
	margin-right: 25px;
	margin-bottom: 3em;
}