
/**
 * @copyright Copyright (C) 2009, Mutiny Design
 * @license Closed Source - use of and distribution of this theme for private, personal
 * or commercial use is strictly prohibited without permission.
 */


@import url(base.css);
@import url(module.css);

body {
	background: #fff url(images/background.png) repeat-x;
	color: #565252;
	font-family: Helvetica,Tahoma,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	background-image: url(images/background-content.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 140px;
	margin-bottom: 10px;
	margin: 0 auto;
}

#wrap {
	font-size: 1.3em;
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	float: left;
	margin: 0;
	padding: 0 10px 10px;
	width: 461px;
}

#content.fullwidth {
	width: 910px;
}

h2#slogan {
	color: #505050;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

#quote {
	text-align: center;
	margin-top: 100px;
}

#sidebar {
	background-color: #edf4dc;
	color: #766850;
	float: right;
	padding: 15px 0 0;
	width: 299px;
	margin-top: 300px;
}



#footer {
	background-image: url(images/footer_background.png);
	background-repeat: repeat-x;
	clear: both;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
	min-height: 90px;
}

#footer > p {
	background-image: url(images/footer_content_background.png);
	background-repeat: no-repeat;
	width: 780px;
	margin: 0 auto;
	min-height: 70px;
	text-align: right;
	padding-top: 20px;
}

/** Sidebar menu */
#sidebar ul, #sidebar ol {
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding: 0;
}

#sidebar li {
	background-image: url(images/menu_item.png);
	background-repeat: repeat-y;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 35px;
}

#sidebar ol li {
	font-weight: normal;
}

#sidebar li a {
	padding: 3px;
	color: #565252;
}

/**
 * Module Wrap
 */
.module-wrap {
	margin-bottom: 15px;
	padding: 10px 0;
	position: relative;
	left: 1px;
}

.module-wrap h2 {
	color: #76736d;
	border-bottom: 1px solid #BFB5AB;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding-bottom: 3px;
	margin: 0 0 1em;
}

#navbar .module-wrap {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}