@charset "UTF-8";
/* CSS Document */

/*fix default styles*/

body {
	margin:0;
	padding:0;
	text-align:center;
}

h1, h2, h3, h4, p, ol, ul, dl, li, dt, dh, th, td, tr, caption, legend {
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
}

object {
	margin: 0px;
	padding: 0px;
}

/*typography*/

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#333;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	font-weight:normal;
	padding-bottom:0.3em;
	color:#70260F;
	border-bottom: thin ridge #C5844A;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #C5844A;
	border-left-color: #C5844A;
	border-top: thin #C5844A;
	margin-bottom: 0.6em;
	text-transform: capitalize;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	font-variant: small-caps;
	text-align: left;
	line-height: 36px;
	padding-bottom: 20px;
}
ul {
	list-style: none;
}
a:link, a:active, a:hover, a:visited {
	text-decoration: none;
}


.shadow_right, .shadow_left {
	position: absolute;
	top: 0;
	width: 9px;
	height: 100%;
}

.shadow_right {
	right: -9px;
	background: url("images/shadows/right.png");
}

.shadow_bottom_right, .shadow_bottom, .shadow_bottom_left {
	position: absolute;
	bottom: -9px;
	height: 9px;
}

.shadow_bottom_right {
	right: -9px;
	width: 9px;
	background: url("images/shadows/bottom_right.png");
}

.shadow_bottom {
	left: 0;
	width: 100%;
	background: url("images/shadows/bottom.png");
}

.shadow_bottom_left {
	left: -9px;
	width: 9px;
	background: url("images/shadows/bottom_left.png");
}

.shadow_left {
	left: -9px;
	background: url("images/shadows/left.png");
}

/*site layout*/

body {
	background: #000 url(images/background.jpg) no-repeat center 0px;
}

#wrapper {
	width:817px;
	margin:0px auto 30px;
	height:auto !important;
	position:relative;
	padding:0;
	text-align:left;
	background-color: #c7c261;
}

#header {
	height:98px;
	background: url(images/header.jpg);
}

#mainNav{
	background-color:#72290F;
	text-align: center;
	height: 30px;
	text-transform: capitalize;
}

#mainNav ul{
	float: left;
}

#mainNav ul li{
	display: block;
	float: left;
	background-color: #dbd889;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 30px;
	line-height: 26px;
	width: 130px;
	margin-right: 1px;
	color: #70260F;
}

#mainNav li a:link ,a:visited{
	color: #3B1500;
	background: url(images/buttonRollover.gif) top;
	width: 130px;
	height: 30px;
	float: left;
}

#mainNav li a:hover ,a:active {
	color: #FFF;
	background: url(images/buttonRollover.gif) bottom;
}

#mainContent {
	height:auto;
	width:600px;
	background: #dbd889;
	width: 600px;
	padding-top: 17px;
	padding-bottom: 20px;
	float: left;
}
#mainContent #article p a:link, a:visited {
	color: #70260F;
}
#mainContent #article p a:hover, a:active {
	color: #DB7230;
}
#mainContent #article img {
	float: right;
	border: thin solid #67210E;
	display: block;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 12px;
}
#mainContent #article ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	list-style: disc;
	line-height: 26px;
	margin: 6px 20px 20px 24px;
	color: #333;
}
#mainContent .photoCaption {
	font-style: italic;
	font-size: 0.8em;
	border-right: thin dotted #C5844A;
	border-bottom: thin dotted #C5844A;
	border-left: thin dotted #C5844A;
	border-top-width: thin;
	border-top-color: #C5844A;
	padding-right: 8px;
	padding-bottom: 2px;
	color: #70260F;
	float: right;
	clear: right;
	padding-left: 30px;
	margin: 0px 10px 10px 30px;
	background: #CDCB74;
}
#mainContent #article p .large {
	font-size: 1.2em;
	color: #70260F;
}
#mainContent #article p .italic {
	color: #70260F;
	font-style: italic;
}
#mainContent #article p .highlighted {
	color: #70260F;
}
#article  {
	margin-bottom: 40px;
	border-bottom: thin dashed #6F270F;
	padding: 30px 20px 20px;
}
#article p {
	line-height: 24px;
	text-align: left;
	margin-top: 8px;
}
#article .movie {
	float: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 12px;
	clear: both;
}
#mainContent .movieCaption {
	font-style: italic;
	font-size: 0.8em;
	border-right: thin dotted #C5844A;
	border-bottom: thin dotted #C5844A;
	border-left: thin dotted #C5844A;
	border-top-width: thin;
	border-top-color: #C5844A;
	padding-right: 8px;
	padding-bottom: 2px;
	color: #70260F;
	clear: both;
	padding-left: 30px;
	margin: 0px 10px 20px 30px;
	background: #CDCB74;
	text-align: center;
	float: left;
}

#sideBar {
	height:100%;
	width:217px;
	float:right;
	background: #c7c261;
}
#sideBar p {
	text-align: left;
	font-size: 0.9em;
}
#sideBar #article a:hover, a:active {
	color: #70260F;
}
#sideBar #article a:link, a:visited {
	color: #333;
}
#sideBar .highlighted {
	color: #72290F;
	font-size: medium;
}
#sideBar .contactType {
	color: #9C4A0F;
}
#sideBar #contactInfo {
	padding: 10px 10px 20px 16px;
	border-bottom: thin dotted #C5844A;
	border-top: thin dotted #C5844A;
	margin-top: 17px;
	line-height: 30px;
}
#sideBar #contactInfo p {
	line-height: 28px;
}
#sideBar #contactInfo a:link ,a:visited {
	color: #722924;
}
#sideBar #contactInfo a:hover, a:active {
	color: #333;
}
#sideBar .photoCaption{
	font-style: italic;
	font-size: 0.8em;
	border-right: thin dotted #C5844A;
	border-bottom: thin dotted #C5844A;
	border-left: thin dotted #C5844A;
	border-top-width: thin;
	border-top-color: #C5844A;
	margin-right: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
	margin-left: 30px;
	color: #70260F;
	padding-top: 4px;
	text-align: right;
}

#footer {
	height:20px;
	clear:both;
	background: url(images/footer.jpg);
}
#footer p {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em;
	padding-top: .4em;
	color: #70260F;
}
