body {
	background: #9B8B6A;
}
#navigation {
	height: 83px;
	vertical-align: middle;
	padding-top: 34px;
}
#content {
	background: #fff;
}
#index-content {
	background: #E2D8A8;
}
#welcome {
	background: #fff;
}
#meetings {
	background: #fff;
}
#right-content hr.space {
	color: #e8c4de;
	background: none;
}
#sidebar {
	padding-top: 18px;
}
#footer {
	border-top: 18px solid #50423B;
	padding-top: 18px;
}
.container {
	margin: 0 0;
	padding-top: 1.5em;
}
.more {
	float: right;
	margin-top: -3em;
	position: relative;
	font-size: 1em;
}

/** Typography **/

h1, h2, h3 {
	font-weight: bold;
}
h1 {
	text-indent: -9999px;
	background: url(/media/img/hatcai.gif);
	height: 83px;
	width: 295px;
}
h2, h3 {
	color: #2D5B77;
}
a {
	color: #0085BD;
	text-decoration: none;
}
a:hover {
	color: #E83954;
}
ul {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	text-indent: 0;
}
li a {
	font-weight: bold;
}
#sidebar h4 {
	font-weight: bold;
}
#index-content #right-content a {
	color: #3A2020;
	text-decoration: none;
}
#index-content #right-content a:hover {
	color: #e83954;
}
.quarter-theme {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
}

/** Gallery **/
.gallery-photo {
	display: inline;
	line-height: 1;
}
.gallery-photo img {
	border-color:#ededed;
        border-style:solid;
        border-width:5px 5px 20px;
	margin: 0 9px 18px;
}
.gallery-photo img:hover {
	border-color: #E2D8A8;
}
.photo-gallery {
	text-align: center;
}

.gallery {
	padding-top: 18px;
}
.gallery-sample {
	padding: 18px 0;
	background: #ededed;
	line-height: 1;
}
.gallery h3 {
	display: block !important;
}

/** Navigation **/
#navigation {
	margin: auto auto;
	height: 100%;
}
#navigation ul {
	vertical-align: middle;
	display: inline;
	padding: 1.5em 0 0 0;
	margin: 0;
	position: relative;
}
#navigation li {
	display: inline;
	margin-right: 40px;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}
#navigation a {
	color: #fff;
}
#navigation a:hover {
	color: #E83954;
}

/** Meetings **/
#meetings h4, #content h3 {
	display: inline;
}
#meetings .title, .hosts {
	display: inline;
	font-weight: bold;
}
#meetings p, small {
	margin-bottom: 1em;
}
.meeting_detail {
	margin-bottom: 3em;
}

/** Photos **/
#photos {
	overflow: hidden;
	position: relative;
	line-height: 0;
}

#photos a {
	/**color: #fff !important;**/
}

#photos a:hover {
	color: #E83954 !important;
}

#photos img {
	margin-top: -3.8em;
}

#photos .more {
	margin-right: 40px;
	margin-top: -1.45em;
	color: #fff;
}

#photos h3 {
	margin-top: 1.75em;
	margin-left: 40px;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	color: #3A2020;
}

#photos .title {
	margin-top: 9.5em;
	margin-left: 40px;
	position: absolute;
	left: 0;
	font-size: 2em;
	font-weight: bold;
	/**color: #fff;**/
}

/** Hack to realign text to grid after photos **/
.special {
	margin: 0 0 1.4em;
	color: #fff;
	background: #fff;
}
/** Hack to realign text to grid after list **/
.special2 {
	margin: 0 0 1.3em;
	color: #fff;
	background: #fff;
}

/** Events **/
#events h4 {
	display: inline;
	font-weight: bold;
}
#events ul {
	margin: 0;
}
#events .first {
	margin-top: -1px;
}
#events li {
	display: block;
	margin-bottom: 1.5em;
	margin-top: -1.7px;
	position: relative;
}
#events .small {
	display: inline;
}
#events p {
	display: inline;
}

.paginator {
	text-align: right;
	padding-top: 1em;
	padding-bottom: 1em;
}
