/**
 * "carbon"
 *
 * @copyright Copyright (C) 2009, 2010 Alex Cartwright
 * @license X11/MIT (see COPYING file)
 * @package TangoCMS_Themes
*/

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

body {
	color: #1b2002;
	font-family: Georgia,"Times New Roman",serif;
	margin: 0;
	padding: 0;
}

/** Sticky Footer */
html, body {
	height: 100%;
}

#stickyWrap {
	background: #fff url(images/background.png) repeat-x bottom;
	min-height: 100%;
	margin: 0 auto -45px;
	min-width: 900px;
}

#stickyPush {
	height: 45px; /* this must be the same height as the footer, inc. padding & margin */
}
/** End Sticky Footer */

#headerWrap {
	background: #393a38 url(images/header-background.png) repeat-x;
	border-bottom: 3px solid #b5b5b5;
	color: #f0f0f0;
	font-size: 1.3em;
	min-width: 900px;
	overflow: hidden;
	padding: 15px 0 0;
}

#header {
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
}

#header h2 {
	float: left;
}

#header h2.logo {
	background-image: url(images/logo-background.png);
	background-repeat: no-repeat;
	color: #f0f0f0;
	font-size: 1.7em;
	min-width: 164px;
	min-height: 38px;
	padding-left: 10px;
	padding-top: 15px;
}

#header h2.logo a {
	color: #f0f0f0;
}

#header h2.logo a:hover {
	border: none;
	padding-top: 1px;
}

#header h2.slogan {
	color: #BFBEBE;
	float: right;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 50px 0 4px;
}

#navbar {
	background-color: #fcfcfc;
	border-color: #eaeaea;
	border-style: dashed none double none;
	border-width: 2px 0 3px 0;
	color: #393a38;
	font-size: 1.3em;
	margin: 20px auto 0;
	overflow: hidden;
	padding: 10px;
	width: 850px;
}

/** Content */
#container {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 1.3em;
	margin: 20px auto 0;
	width: 900px;
}

#container > div.column {
	margin-left: 18px;
}

#container > div.column.sidebar {
	color: #7a7875;
	margin-top: 5px;
	width: 210px;
}

#contentWrap.numCols1 { width: 895px; }
#contentWrap.numCols2 { width: 665px; }
#contentWrap.numCols3 { width: 444px; }

#contentWrap > div.module-wrap {
	margin: 10px 5px;
}

#contentWrap > div.module-wrap:first-child {
	margin-top: 5px;
}

#contentWrap > div.module-wrap + #content {
	margin-top: 10px;
}

#content {
	background-color: #f6f6f6;
	overflow: hidden;
	padding: 5px;
	width: auto;
}

#content > div {
	background-color: #fff;
	border: 1px solid #d3d6d0;
	padding: 15px;
}

#content, #content > div {
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content > div > h1 {
	color: #393a38;
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#content > div > h1:first-letter {
	color: #a4260e;
	font-size: 1.6em;
}

/** Footer */
#footer {
	background-color: #393a38;
	display: block;
	color: #bfbebe;
	clear: both;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 1.1em;
	height: 20px;
	margin: 15px auto 0;
	min-width: 900px;
	padding: 8px 0 2px;
	text-align: center;
}

#footer a {
	color: #d1d1d1;
	border-bottom: 1px dashed #d1d1d1;
	padding-bottom: 0;
}

/** Navbar menu */
#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul li {
	float: left;
	margin-left: 3em;
	margin-bottom: 0;
	position: relative;
}

#navbar ul li:first-child {
	margin-left: 2em;
}

#navbar a, #navbar a:hover {
	color: #393a38;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar a:hover, #navbar li.menu-current a {
	color: #a4260e;
}

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

div.column.sidebar ol {
	list-style-type: decimal;
}

div.column.sidebar li {
	border-bottom: 1px solid #d3d6d0;
	font-weight: bold;
	margin: 7px 0;
	padding: 4px 0;
}

div.column.sidebar ol li {
	font-weight: normal;
}

div.column.sidebar li a {
	padding: 3px;
}

/** Module wrap */
.module-wrap {
	background-color: #f6f6f6;
	border: 1px solid #d3d6d0;
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 15px;
	padding: 10px;
}

.module-wrap:first-child {
	margin-top: 0;
}

.module-wrap h2 {
	color: #A4260E;
	border-bottom: 1px solid #d3d6d0;
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding-bottom: 2px;
	margin: 0 0 0.8em;
}

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

/**
 * The following are used to style additional items on the page
 * and are no longer related to the main theme layout/style
 */

/** Captcha */
.captcha {
	overflow: hidden;
}

.captcha .image {
	float: left;
	padding: 0;
	position: relative;
	top: 5px;
}

.captcha .input {
	float: left;
	margin-left: 10px;
}

/** Event msgs */
div.eventmsg {
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	margin: 15px auto;
	padding: 6px 2px;
	text-align: center;
}

div.eventmsg p {
	margin: 0;
}

#eventmsgError {
	border-color: #A4260E;
	color: #A4260E;
}

#eventmsgSuccess {
	border-color: #c8e88b;
	color: #7cac20;
}

/** Page links */
ul#pagelinks {
	background-color: #F8F6F2;
	border: 1px solid #d9d2c8;
	box-shadow: 0 3px 10px #f3f3f3;
	-moz-box-shadow: 0 3px 10px #f3f3f3;
	-webkit-box-shadow: 0 3px 10px #f3f3f3;
	font-weight: bold;
	list-style-type: none;
	margin: 10px 0 20px;
	overflow: auto;
	padding: 4px 2px;
}

ul#pagelinks li {
	float: left;
	margin: 0 0.7em;
}

/** Pagination */
.pagination {
	list-style-type: none;
	margin: 10px 2px;
}

.pagination li {
	display: inline-block;
	line-height: 1.2em;
	margin: 0 2px 0 0;
	padding: 1px 5px;
}

.pagination li.digit, .pagination li.current {
	border: solid 1px #c7c7c7;
}

.pagination li.digit a {
	color: #000;
}

.pagination li.digit a:hover {
	text-decoration: none;
}

.pagination li.current, .pagination li:hover {
	background-color: #F6F6F6;
	border-color: #D3D6D0;
	color: #7A7875;
	font-weight: bold;
}

.pagination li.first, .pagination li.previous, .pagination li.next, .pagination li.last {
	background: none;
	border: none;
	font-weight: normal;
	padding: 1px 3px;
}

/** JavaScript search/filter input */
div.jsSearchBox {
	margin: 20px 5px 5px 5px;
	display: none;
}

div.jsSearchBox input[type="search"] {
	width: 250px;
}
