/**
 * @copyright Copyright (C) 2009, 2010 Alex Cartwright
 * @license Use of and distribution of this theme for private, personal
 * 			or commercial use is strictly prohibited without permission.
*/

@import url(base.css);

body {
	background: #ededed;
	color: #1b2002;
	font-family: "Bitstream Vera Sans", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#headerWrap, #container {
	min-width: 990px;
}

#headerWrap {
	background: #3b302f url(images/header.png) repeat-x;
	border-bottom: 1px solid #aaa;
	color: #fff;
	font-size: 1.3em;
	overflow: hidden;
}

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

#logo {
	float: left;
	height: 98px;
	margin: 0;
	padding: 0;
	width: 301px;
}

#slogan {
	color: #bbb;
	font-style: italic;
	font-weight: bold;
	float: right;
	margin: 90px 0 0;
}

#navbar {
	background-color: #93af46;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	color: #dcdcdc;
	clear: both;
	overflow: hidden;
	padding: 6px 5px 0;
}

/** Exposure/banner to promote news */
#exposure {
	background: #2d2d2d url(images/exposure.png) repeat-x;
	font-size: 1.65em;
	font-family: Georgia,"Times New Roman",serif;
	letter-spacing: 2px;
	min-width: 990px;
	overflow: hidden;
}

#exposure, #exposure a {
	color: #c5cdd4;
}

#exposure > div {
	background: transparent url(images/arrowsDown.png) no-repeat;
	background-position: center left;
	width: 920px;
	margin: 0 auto;
	min-height: 165px;
	overflow: hidden;
	padding: 45px 0 0 50px;
}

/** Container & content */
#container {
	background: transparent url(images/container.png) repeat-x;
	padding-top: 10px;
	margin-bottom: 10px;
}

#container > div.columnWrap {
	background: #fff url(images/containerInner.png) repeat-x bottom left;
	border: 1px dashed #bbb;
	border-bottom: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	font-size: 1.3em;
	margin: 0 auto 10px;
	padding: 20px 0 20px 20px;
	overflow: hidden;
	width: 968px;
}

#container.withBanner > div.columnWrap {
	margin-top: -30px;
}

#content {
	border-right: 1px solid #D7D7D7;
	color: #4A3C34;
	margin: 0;
	padding-right: 15px;
	text-align: justify;
}

#content.numCols1 {
	border-right: 0;
	padding-right: 20px;
	width: 950px;
}
#content.numCols2 { width: 670px; }

#container > div.columnWrap > div.column.sidebar {
	background: transparent url(images/sidebar.png) repeat-y;
	color: #4A3C34;
	margin: 15px 0 0 20px;
	margin-top: 15px;
	min-height: 350px;
	padding: 0 20px 0 0;
	text-align: justify;
	width: 240px;
}

#contentTitle {
	font-size: 1.6em;
}

/** Footer */
#footer {
	clear: both;
	font-size: 1em;
	margin: 10px auto 0;
	text-align: center;
	width: 930px;
}

#footer p {
	margin: 5px;
}

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

#navbar ul li {
	float: left;
	margin: 0 0.2em;
}

#navbar a, #navbar a:hover {
	color: #fff;
	display: block;
	padding: 7px 12px 3px;
	text-decoration: none;
}

#navbar a:hover, #navbar li.menu-current a {
	background-color: #EBF5D7;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	color: #444;
}

#navbar li.menu-current a {
	background-color: #fff;
	color: #4A4947;
}

/** Module wraps */
.moduleWrap {
	margin-top: 25px;
	padding: 0;
}

.moduleWrap:first-child {
	margin-top: 0;
}

.moduleWrap a {
	color: #265666;
	text-decoration: none;
}

.moduleWrap h2 {
	border-bottom: 2px dotted #D7D7D7;
	color: #6D5856;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin: 0 0 0.5em;
	padding-bottom: 2px;
	text-align: right;
}

.moduleWrap dd {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 5px;
}

#navbar .moduleWrap {
	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: #bf1126;
	color: #bf1126;
}

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

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

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

#pagelinks a {
	text-decoration: none;
}

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

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

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

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

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

.pagination li:hover {
	border-color: #666;
}

.pagination li.current {
	background-color: #E3ECF2;
	border-color: #7FA0B8;
	color: #7B8F9C;
	font-weight: bold;
}

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

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

div.jsSearchBox label {
	margin-right: 0.8em;
}

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

/**
 * General specific styles for custom elements
 */

/** Frontpage exposure download */
#exposure .moduleWrap[class~=fpDownload] {
	background: transparent url(images/release-26x-glow.png) no-repeat;
	background-position: 47% -40%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
}

#exposure .moduleWrap[class~=fpDownload] ul {
	float: right;
	list-style-type: none;
	margin: 0;
	text-align: right;
}

#exposure .moduleWrap[class~=fpDownload] li {
	margin-bottom: 1em;
}

#exposure .moduleWrap[class~=fpDownload] li:first-letter {
	font-weight: bold;
}

#exposure .moduleWrap[class~=fpDownload] li a {
	padding: 4px 6px;
}

#exposure .moduleWrap[class~=fpDownload] li a:hover {
	background-color: #646668;
}

#exposure .moduleWrap[class~=fpDownload] p { /** Holds the Download TangoCMS bit */
	font-size: 0.7em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
	top: 32px;
	width: 300px;
}

#exposure .moduleWrap[class~=fpDownload] p > a {
	color: #919c5b !important;
	font-size: 1.7em;
}

/** Sidebar download and donate "buttons" */
#module-316, #module-104 {
	background-repeat: repeat-x;
	border: 1px solid #858585;
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 12px 10px;
}

#module-316 p, #module-104 p {
	margin: 0;
}

#module-316 h3, #module-104 h3 {
	border: none;
	font-size: 1.15em;
	margin: 0.3em 0 0.1em;
}

#module-104 { /** Download */
	background: #c6da6b url(images/green-stripe.png) repeat-x;
	border-color: #AABC4E;
	color: #687E1C;
}

#module-104 a {
	color: #687E1C;
}

#module-104 a:hover {
	color: #516215;
}

#module-316 { /** Donate */
	background: #585252 url(images/black-stripe.png) repeat-x;
	color: #E7E5E6;
}

#module-316 a {
	color: #E7E5E6;
}

#module-316 a:hover {
	color: #fff;
}
