/*
   - 
   - www..com
   - Identity Developments
   - www.identitydevelopments.com
   - Copyright 2006
   - -------------------------------
*/

/* color scheme
	#A2CEE7 mid-light blue
	#E3F9FF pale blue
	#E7B360 peach
	#AA6919 rust
	#553111 chocolate
	#808253 moss green
*/

* {margin: 0; padding: 0;}

body {
	background: #AA6919 url(/assets/templates/demo-base/images/bg_crosshatch.jpg) repeat fixed center center;
	border-top: solid 6px #553111;
	color: #553111;
	font: 70%/1.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

/* - clearfix hack - push content after floats - */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* IE mac fix */
.clearfix {display: inline-block;}
/* IE win fix - hide mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* stop hide */

.clearL {clear: left;}
.clearR {clear: right;}
.clearB {clear: both;}
.floatL {float: left;}
.floatR {float: right;}

/* - headings and basic elements - */
h1, h2, h3, h4, h5, h6 {
	color: #AA6919;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h2, h3, h4, h5, h6 {margin-top: 1em;}

h1 {font-size: 1.9em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

p {margin: 1.2em 0 0;}

ul {
	margin: .5em 16px .8em;
	list-style: disc;
	}

ol {
	margin: .5em 16px .8em;
	list-style: decimal;
	}

ol li ol {list-style: lower-alpha;}

ul.simple {list-style: none;}

dl {margin: 20px 0;}

dt {
	font-weight: bold;
	font-size: 1.2em;
	}

dd {margin: 0 0 1em 1em;}

acronym {cursor: help;}

.sup {
	font-size: 0.8em;
	vertical-align: super;
}

.floatL img, img.floatL {margin: 6px 6px 4px 0;}

.floatR img, img.floatR {margin: 6px 0 4px 6px;}

/* - basic links - */
a {
	color: #553111;
	font-weight: bold;
	}

a:hover {color: #AA6919;}

a img {border: 0;}


/* - -------------------------------------- =LAYOUT - */
#wrapperOuter {
	position: relative;
	margin: 0 auto;
	width: 760px;
	}

#wrapper {
	background: #553111;
	position: relative;
	margin: 0;
	border: solid 1px #553111;
	border-top: solid 2px #553111;
	border-left: solid 4px #553111;
	border-right: solid 4px #553111;
	text-align: left;
	}

/* - ------------------------------------ =BRANDING - */
#branding {
	background: #A3CFE8 url(/assets/templates/demo-base/images/header.jpg) no-repeat right bottom;
	position: relative;
	height: 270px;
	}

#logo {
	position: absolute;
	left: 10px;
	bottom: 10px;
	}

#logo a {
	color: #553111;
	font: 46px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: .6em;
	text-decoration: none;
	}


/* - ------------------------------------- =CONTENT - */
#contentWrapper {
	background: #F0F4F0;
	position: relative;
	z-index: 0;
	margin: 0;
/*	padding-bottom: 1.6em;*/
	border-top: solid 1px #553111;
	}

#contentMain {
	position: relative;
	float: right;
	display: inline;
	margin: 10px 0 0;
	width: 480px;
	}

#contentMain .holder {margin: 0 8px 0 4px;}

/* - content image handling - */
#contentMain img {}

#contentMain img.noBorder {border: none;}

#contentMain a:hover img {}

/* image captions */
.imgCaptionR {
	float: right;
	margin: 6px 0 4px 6px;
	}

.imgCaptionL {
	float: left;
	margin: 6px 6px 4px 0;
	}

.imgCaptionR, .imgCaptionL {
	font-size: .8em;
	line-height: 1.3;
	font-style: italic;
	}

.imgCaptionR img, .imgCaptionL img {display: block;}

/* - contentBoxes - */
.contentBox {
	position: relative;
	margin: 10px 0 0;
	padding: 0 4px 4px;
	width: 220px;
	}
/* IE fix - mac hide \*/
* html .contentBox {
	width: 208px;
	w\idth: 220px;
	}
/* stop hide */

.contentBox:hover {background: #E3F9FF;}


/* - ------------------------------------ =SEC =SUB - */
#contentSec, #contentSub {
	position: relative;
	float: left;
	display: inline;
	margin: 10px 0 0;
	border-right: dotted 1px #AA6919;
	width: 266px;
	color: #808253;
	line-height: 1.2;
	}

#contentSec .holder, #contentSub .holder {margin: 0 8px 0 8px;}

#contentSub {margin-top: 0; clear: left;}

/*#contentSec h2 {margin-top: 0;}*/

#contentSec h2, #contentSec h3, #contentSec h4, #contentSec h5, #contentSec h6, #contentSub h2, #contentSub h3, #contentSub h4, #contentSub h5, #contentSub h6 {color: #808253;}

#contentSec ul li, #contentSub ul li {list-style: none;}

#contentSec p, #contentSub p {margin-bottom: 20px;}

/* - --------------------------------------- =FORMS - */
legend {
	color: #808253;
	font-size: 1.2em;
	}

fieldset {padding: 4px;}

form .submitButton {
	float: right;
	display: inline;
	margin: 15px 40px 0 0;
	}

/* - ------------------------------------- =CONTACT - */
/* - contact form - */
form.formEmail {text-align: left;}

form.formEmail label, form.formEmail p.captcha {
	position: relative;
	float: left;
	display: inline;
	margin: 0 0 0 4px;
	width: 130px;
	text-align: right;
	}

form.formEmail input, form.formEmail select, form.formEmail textarea, form.formEmail img {
	position: relative;
	margin: 2px;
	}

form.formEmail .submitButton {margin: 15px 40px 0 0;}

/* - -------------------------------------- =SEARCH - */
/* - search handling - */
#searchBox {
	position: relative;
	float: left;
	display: inline;
	margin: 2px 2px 2px 8px;
	}

#searchBox input {
	background: transparent;
	border: solid 1px #DDD;
	color: #AAA;
	font-size: .9em;
	}

/* - ajax search form - */
#ajaxSearch_form {width: auto;}

#ajaxSearch_input {
	width: auto;
  display: inline;
  margin: 1px 3px 0 0;
  padding: 3px 0 0;
  vertical-align: top;
  }

#ajaxSearch_submit {
	display: inline;
  height: 22px;
  }

#ajaxSearch_resultListContainer, #ajaxSearch_output {
  display: block;
  height: auto;
  }

.ajaxSearch_result, .AS_ajax_result {
  margin-bottom: 3px;
  }

.ajaxSearch_resultLink, .AS_ajax_resultLink {text-decoration: underline;}

.ajaxSearch_resultDescription, .AS_ajax_resultDescription{color: #555;}

.ajaxSearch_paging, .AS_ajax_more {color: #555;}

.ajaxSearch_intro, .AS_ajax_resultsIntroFailure, .ajaxSearch_highlight, .AS_ajax_highlight {
	background: #FFE;
	color: #CC0000;
	}
.ajaxSearch_highlight2, .AS_ajax_highlight2 {color: #33CC33;}
.ajaxSearch_highlight3, .AS_ajax_highlight3 {color: #CC9933;}
.ajaxSearch_highlight4, .AS_ajax_highlight4 {color: #0000CC;}
.ajaxSearch_highlight5, .AS_ajax_highlight5 {color: #FF9900;}

/* - news editor - blog editor - blog comments - */
#formNewsEditor label, #formBlogEditor label, #formBlogComments label {display: block;}

#formNewsEditor a:hover, #formBlogEditor a:hover {cursor: pointer;}

/* - poll handling - */
/* - vote - */
div.poll .poll_container {
	margin: 4px auto;
	width: 88%;
	}

div.poll_row_container {margin: 3px 0;}

div.poll hr {
	background: #808253;
	margin: 2px auto;
	border: none;
	width: 102%;
	height: 1px;
	}

.poll_question {font-size: 1.2em;}

.float_left_text_right {float: left;}

.float_right_text_left {float: right;}

/* - results - */
div.poll_bar {background: #A2CEE7;}

div.poll_votes {
	float: left;
	margin-left: 3px;
	}

div.poll_percent {clear: left;}

/* - --------------------------------------- =LEGAL - */
#legal {
	background: #553111;
	position: relative;
	padding: 0 4px;
	clear: both;
	color: #E7B360;
	}

#legal p {
	position: relative;
	margin: 0;
	font-size: .9em;
	line-height: 1.3;
	}

#legal a {color: #E7B360;}
#legal a:hover {color: #E3F9FF;}


/* - ---------------------------------- =NAVIGATION - */
/* - skip navigation and top of page - */
#navSkip {
	position: absolute;
	top: 0;
	left: -999em;
	}

#navSkip ul, #navSkip li {
	display: inline;
	margin: 0 10px;
	list-style: none;
	}

a.linkTop {
/*	position: absolute;
	right: 0;
	top: -1.5em;*/
	position: relative;
	display: block;
	padding: 1px 8px;
	color: #808253;
	text-align: right;
	}

a:hover.linkTop {
	background: #E7B360;
	color: #553111;
	}

/* - breadcrumbs - */
#breadcrumbs {
	background: #553111;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	color: #E3F9FF;
	font-size: .8em;
	}

#breadcrumbs span.B_crumbBox {margin-left: 20px;}

#breadcrumbs a {color: #E7B360;}

#breadcrumbs a:hover {color: #FFF;}

/* - navLegal - */
#navLegal {
	position: relative;
	float: right;
	}


/* - navigation elements - */
#navMain {
	background: #E7B360;
	position: relative;
	margin: 0;
	border-top: solid 1px #553111;
	font-size: 1.2em;
	list-style: none;
	}

#navMain ul, #navMain li {
	display: inline;
	margin: 0 20px 0 5px;
	}
#navMain li {padding-top: 3px;}

#navMain li a {
	position: relative;
	padding: 2px 4px 4px;
	color: #553111;
	text-decoration: none;
	}

#navMain a:hover {
	background: #E3F9FF;
	text-decoration: underline;
	color: #AA6919;
	}

	
/* - nav locator - */
#navMain li.here, #navMain li.active {
	color: #E3F9FF;
	font-weight: normal;
	border-top: solid 3px #553111;
	}

#navMain .here a, #navMain li.active a {
	color: #E3F9FF;
	font-weight: normal;
	font-size: 1em;
	}

#navMain .here a:hover, #navMain li:hover.active a {color: #553111;}

#sec1 .nav1 a, #sec2 .nav2 a, #sec3 .nav3 a,
#sec4 .nav4 a, #sec5 .nav5 a, #sec6 .nav6 a,
#sec7 .nav7 a {color: #006;}


/* - identity developments byline ----------------- - */
a.iDevs span {
	position: absolute;
	left: -999em;
	bottom: 0;
	}

a.iDevs {
	color: #666;
	text-decoration: underline;
	border: none;
	font-style: normal;
	font-weight: normal;
	}

a.iDevs:hover {
	color: #D2D5A8;
	background: #FFF;
	font-size: 1em;
	text-decoration: none;
	}

/* - background-color for opera - */
a.iDevs:hover span {
	background-color: #D2D5A8;
	background: #D2D5A8 url(/assets/images/id64trans-b.gif) no-repeat 5px center;
	position: absolute;
	left: -4px;
	top: -18px;
	z-index: 500;
	display: block;
	color: #0D3C72;
	border: 2px solid #0D3C72;
	padding: 8px 70px;
	width: 616px;
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;	
	cursor: pointer;
	}
/* IE fix - mac hide \*/
* html a.iDevs:hover span {
	width: 760px;
	w\idth: 616px;
	}
/* stop hide */
