/*
	Generic CSS for Evolved Website CMS

	v1 - last updated 19 Jan 2009
	v1.1 - .nosize !important, .text-image captions (19 Oct 2009)
	v1.2 - 'curser: pointer' put on .btn and labels. Caption line-heights (3 Dec 2009)
*/

/* General */

a {
	outline-style: none;
}

.clearer {
	height: 1px;
	clear: both;
}

hr {
	border: none;
	border-bottom: 1px dotted #777;
	height: 1px;
	margin: 2em 0;
}

#content ul {
	margin: 1em 0 2em 0;
	padding: 0 0 0 30px;
}

#content ul li {
	list-style: disc;
}

table {
	margin: 0;
}

table th, table td {
	padding: 0.5em 0.3em;
}

/* Breadcrumb */

#breadcrumb {
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
}

p#breadcrumb {
	margin: 0 0 1em 0;
}

/* Text Images */

img {
	border: none;
}

.text-image {
	float: left;
	margin: 0.2em 1em 0.5em 0;
}

.text-image-left {
	float: left;
	margin: 0.4em 1em .5em 0;
}

.text-image-right {
	float: right;
	margin: 0.4em 0 .5em 1em;
}

.text-image span {
	display: block;
	color: #666;
	font-size: 0.9em;
	line-height: 1.2em;
}

/* Forms */

input, textarea {
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding: 0.4em;
	border: 1px solid #999;
}

.ev_form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.ev_form input, .ev_form textarea {
	width: 95%;
	margin-bottom: .5em;
	padding: 5px 3px;
	padding: 0.2em;
	margin: 0.2em 0;
	border: 1px solid #999;
}

.ev_form input.btn, input.btn {
	font-size: 140%;
	padding: 3px;
	background: #ccc;
	border: none;
	color: #000;
}

label, input.btn {
	cursor: pointer;
}

.ev_form input.btn:hover {
	color: #fff;
	background: #000;
}

.ev_form i {
	display: block;
	margin: 1em 0;
	color: #999;
}

.form-box {
	clear: left;
	display: block;
	color: #111;
	padding: 0.5em 0;
	background: url('/a/images/form-line.gif') top repeat-x;
}

.form-box .form-label {
	float: left;
	width: 200px;
	padding: 4px 5px 4px 0;
	color: #333;
}

.form-text, .form-box p, .ev_form p, p.note {
	margin-left: 210px;
	font-size: 0.8em;
}

.form-box p {
	margin-bottom: 0;
}

.form-box .note, p.note {
	margin-top: 0;
	margin-bottom: 0;
	color: #666;
}

.nosize {
	width: auto !important;
	border: none !important;
}

.error {
	width: 91%;
	font: 11px/1.4em verdana;
	font-weight: normal;
	color: #000;
	padding: 1em;
	margin: 1em 0;
	border: 2px solid #a8d999;
}

/* Sitemap */

ul.sitemap ul {
	margin: 0 0 2em -1em;
	padding-left: 1em;
	list-style: none;
}

ul.sitemap ul li a {
	font-size: 16px;
	list-style: none;
}

ul.sitemap ul ul li, ul.sitemap ul ul li a {
	font-size: 12px;
}

ul.sitemap li {
	margin-top: 10px;
	list-style: none;
}

/* Gallery */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
}

.gallery h2 {
	margin-bottom: 0.6em;
}

.gallery p {
	clear: both;
}

.galleries {
	float: left;
	margin: 0 8px 8px 0;
	padding: 0;
}

.galleries img {
	float: none;
	margin: 0 0 10px 0;
	padding: 3px;
}

.galleries em {
	display: block;
	height: 15px;
	margin-top: -12px;
	padding: 0 2px;
	font-size: 11px;
	overflow: hidden;
	font-style: normal;
	font-weight: normal;
}

/* Documents */

#text ul.docs {
	margin: 1em 0 0 0;
	padding: 0;
}

#content .docs li, .docs li {
	list-style-type: none;
	margin: 8px 0;
	padding: 0;
}

.docs li a {
	font-weight: normal;
	padding: 3px 0 3px 25px;
	background: url(/a/media/icons/doc-pdf.gif) no-repeat;
}

.docs .size {
	color: #999;
	font-size: 90%;
	margin-left: 1em;
}

.docs a.pdf {
	background-image: url(/a/media/icons/doc-pdf.gif);
}

.docs a.doc {
	background-image: url(/a/media/icons/doc.gif);
}

.docs a.txt, .docs a.rtf {
	background-image: url(/a/media/icons/doc-txt.png);
}

.docs a.csv, .docs a.xcl {
	background-image: url(/a/media/icons/doc-csv.png);
}

.docs li.reader {
	margin-bottom: 1em;
}

.docs li.reader a {
	padding-left: 0;
	color: #888;
	font-size: 86%;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

/* Movies */

.movies embed {
	display: inline;
	margin: 0;
	padding: 0;
}

/* Search */

#search_results {
	padding-left: 1em;
}

#search_results h2 {
	padding-top: 1em;
	border-top: 1px #777 dotted;
	position: relative;
}

#search_results h2 i {
	float: left;
	margin: 0.1em 0 0 -1.7em;
	color: #ccc;
	font-size: 86%;
	font-style: normal;
}

#search_results h2 b, #search_results b b {
	padding: 0 0.2em;
	background: #feffc3;
}

#search_results h2 .tagged {
	position: absolute;
	top: -0.2em;
	right: 0;
	font-size: 110%;
	color: #999;
}

#search_results h2 .score {
	position: absolute;
	top: 0;
	right: 0;
	color: #b8eea5;
}

#search_results p {
	margin: 0;
}

#search_results .summary_link {
	color: gray;
	text-decoration: underline;
}

#search_results .more {
	font-size: 140%;
	color: gray;
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px #777 dotted;
}