/*
	http://colorschemedesigner.com/#0011T--------
*/

/* Start Generic Elements */
* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 12px/1.5 Georgia;
	width: 100%;
}

a {
	color: #354756;
}

p {
	width: 542px;
}

p + p {
	margin-top: 1.5em;
}

figcaption {
	font-style: italic;
	display: block;
	text-align: center;
	
}
/* End Generic Elements */

/* Start Sidebar */
#sidebar {
	display: block;
	background: #F7F7F7;
	position: absolute;
	margin-left: 555px;
	padding-left: 10px;
}

#sidebar ul {
	list-style-position: inside;
	list-style-type: circle;
	margin-top: 0!important;
}

#sidebar h1 {
	font-size: 1.167em!important;
	line-height: 1.286em!important;
	margin: 1.959em 0 0.643em 0!important;
}
/* End Sidebar */

/* Start Navigation */
#navigation {
	list-style-type: none;
	display: block;
	background: url('./template/images/border.png') repeat-x #D90C0C;
	width: 100%;
	height: 3em;
	line-height: 3em;
	margin-bottom: 3em;
}

#navigation li {
	display: inline;
	padding: 0 20px 0 0;
	float: left;
}

#navigation a {
	color:#FFF;
}

#navigation a:hover {
	color:	#FFF;
}
/* End Navigation */

.goldenMinor {
	width: 345px;
}

.goldenMajor {
	width: 555px;
}

/* Start Header/Mast */
#contactInfo {
	display: block;
	float: left;
	color: #777;
	padding-right: 9px;
	margin-right: 10px;
	width: 160px;
	text-align: right;
	margin-left: -180px;
	border-right: 1px solid #000;
}

#contactInfo a {
	color: #777;
}

#siteTitle {
	color: #D90C0C;
	text-decoration: none;
}

#siteTitle h1 {
	font-size: 1.846em;
	line-height: 0.886em;
}

#siteTitle h2 {
	font-size: 1em;
	line-height: 1.5em;
}
/* End Header/Mast */

/* Begin Page */
#page h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1.5em 0 0.5em 0;
	color: #8D0404;
}

#page ul {
	list-style-type: inside;
	margin: 1.5em 0 1.5em 20px;
	max-width: 542px;
}

#page ul ul {
	margin: 0 0 0 20px;
	list-style-type: circle;
}

#page ul ul ul {
	list-style-type: square;
}

.profilePicture {
	width: 200px;
	height: 250px;
	padding: 0 20px 1.5em 0;
	float: left;
}
/* End Page */

.widthRule {
	display: block;
	width: 900px;
	margin: 1.5em auto;
}

/* Begin Specific Stuff */
#quilt {
	float: right;
	width: 200px;
	margin: 0 355px 1.5em 20px;
}

#groupPhoto {
	display: block;
}

.contactInfo {
	display: block;
	font-style: italic;
	margin: 0 0 1.5em 0;
}
/* End Specific Stuff */

/* Start Footer */
footer {
	padding-top: 3em;
	text-align: center;
	clear: both;
}
/* End Footer */

/* Begin Bug Fixes */
.clearRight {
	clear: right;
	padding-top: 1.5em;
}
/* End Bug Fixes */
