/* !UNIVERSAL */

* {
	padding:0;
	margin:0;
	}

body {
	font-family: "century gothic", serif;
	background-image: url(images/bg-lines.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/* !LAYOUT */

#wrapper {
	width:996px;
	margin:auto;
}

#header {
	background-image: url(images/mc-bgd-header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#000;
	padding:0 10px;
	height:285px;
	margin:0;
	clear:both;
}

#sidebar {
	margin-top:50px;
	float: left;
	width:270px;
}

#content {
	float:right;
	width:700px;
	margin-top:50px;
}

#footer {
	padding: 10px;
	clear:both;
	}

/* !LISTS */

ul#nav {
	margin-left:50px;
}

ul#nav li {
	list-style-type: none;
}

/* !HEADINGS */

h1, h2, h3, h4, h5, h6 {
	color:#823113;
	font-weight:normal;
	margin-bottom:15px;
}

h2 {
	font-size:2em;
}

#header h1 {
	position:absolute;
	left:-9999px;
}

/* !PARAGRAPHS */

#content p {
	margin-bottom: 15px;
	font-size: 0.8em;
}


#footer p {
	color:#999;
	font-size:0.8em;
	padding:0;
	margin:0;
}

/* !BLOCKQUOTES */

blockquote {
	padding:0 10px ;
	margin:0 0 15px 20px;
	border-left:3px solid #ccc;
	font-size:0.8em;
}

/* !LINKS */

ul#nav li a {
	font-weight:bold;
}

ul#nav li a, #content a {
	color:#823113;
	text-decoration: none;
}

ul#nav li a:hover, #content a:hover {
	text-decoration: underline;
}

#footer a {
	color:#666;
	text-decoration: none;
}

#footer a:hover {
	color:#999;
	text-decoration: underline;
}


/* !YOUTUBE */

.youtube-outer-container {
	padding:10px 0 7px 0;
}

.youtube-inner-container {
	margin: 0 auto;
	width:435px;
}

/* !GENERAL CLASSES */

.left {
	float:left;
}

.right {
	float:right;
}

.strong {
	font-weight: bold;
}

#content .quote {
	font-size:1.5em;
	font-style: italic;
}

.quote-caption {
	font-style: italic;
}

.center {
	text-align:center;
}

#header object {
	display:block;
	width:998px;
	margin:0 auto;
}
