@import "layout.css";
@import "forms.css";
@import "navigation.css";
@import "components.css";

/* 
	Title:	David Lawrence screen styles
	Author: chris.pearce@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* Eric Meyer's Reset Rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, fieldset, a img {border: 0;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Back to my CSS */
body {
	color: #000;
	background-color: #161719;
	font: 0.75em/1.4 Arial, Verdana, sans-serif;
	padding: 20px 0;
}
a:link, a:visited {color: #000;}
a:hover {text-decoration: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.40em;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;} 
h2 {
	font: 500 1.7em Arial, Verdana, sans-serif;
	color: #5a4839;
	margin-bottom: 0.60em;
	text-transform: uppercase;
}
body.item-detail h2 {margin-bottom: 15px;}
h3, h4, h5, h6 {
	font-size: 1.10em;
	font-weight: bold;
	color: #594739;
	margin-bottom: 0.40em;
	text-transform: uppercase;
}
h4, h5, h6 {
	color: #000; 
	text-transform: none;
}
/* Over-ride dodgy font tag rules for CMS */
font {
	font-family: Arial, Verdana, sans-serif !important; 
	font-size: 100% !important;
	color: #000 !important;
}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Set font size to 11px if required */
div.main-content {font-size: 0.90em;}
/* Spacing */
div.main-content p, div.main-content ul,
div.main-content ol, div.main-content dl,
div.main-content table {margin-bottom: 1.2em;}
div.main-content table table {margin: 0;}
div.main-content p + ul,
div.main-content p + ol {margin-top: -1em;}
/* Lists */
div.main-content ul,
div.main-content ol {margin-left: 2px;}
div.main-content ul li {
	padding-left: 11px;
	background: url("../images/template/bullet.gif") no-repeat 0 7px;
}
div.main-content ol {list-style: lower-alpha;}
div.main-content ol li {margin-left: 22px;}
div.main-content ul ul, 
div.main-content ol ol {margin: 0.4em 0;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -999em;
}
.hide-fully {display: none;}
/* hide .NET junk */
div.hide-dotnet {
	height: 0;
	font-size: 0;
}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.clearfix {display: inline-block;}    
/* Hides from IE-mac \*/  
* html .clearfix {height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */

/* [DOWNLOADS]
-------------------------------------------------------*/
/* Single downloads */
div.main-content a.dnld {
	padding: 2px 0 2px 19px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
	/* BG Images (icons) */
	div.main-content a.dnld.pdf {background-image: url("../images/icons/pdf.gif");}

/* [NOTIFICATIONS]
-------------------------------------------------------*/
div.main-content div.errors,
div.main-content div.success {
	padding: 0.6em 0.8em 0.6em 4.3em; 
	margin-bottom: 1.5em; 
	border: 2px solid #ddd;
}
	div.main-content div.errors {
		background: #FEFAEB url("../images/icons/error-lrge.gif") no-repeat 12px 12px; 
		color: #BA624B; 
		border-color: #DBB38B;
		min-height: 36px;
	}
	div.main-content div.success {
		background: #EEF4D5 url("../images/icons/success-lrge.gif") no-repeat 10px 12px; 
		color: #529214; 
		border-color: #ABCD5A;
		min-height: 30px;
	}
	div.main-content div.errors p,
	div.main-content div.success p {margin: 0;}
	div.main-content div.success p {padding-top: 3px;}
	div.main-content div.errors ul,
	div.main-content div.success ul {
		margin-top: 0.40em;
		margin-bottom: 0;
	}
	div.main-content div.errors ul li {
		background-image: url("../images/template/bullet2.gif");
		color: #BA624B !important;
	}
	div.main-content div.errors a {color: #BA624B;}
	div.main-content div.success a {color: #529214;}
	
		/* Date Picker */
		.datepicker .ajax__calendar_container {
			border: 3px solid #333;
			background-color: #5a4839;
			color: #fff;
			z-index: 600;
		}
		.datepicker .ajax__calendar_hover .ajax__calendar_day,
		.datepicker .ajax__calendar_hover .ajax__calendar_month,
		.datepicker .ajax__calendar_hover .ajax__calendar_year {color: #333;}
		.datepicker .ajax__calendar_active .ajax__calendar_day,
		.datepicker .ajax__calendar_active .ajax__calendar_month,
		.datepicker .ajax__calendar_active .ajax__calendar_year {
			color: black;
			font-weight: bold;
		}

/* Simple Error Msg */
#main-content p.error {
	color: #D12F19;
	background: url("../images/icons/error2.gif") no-repeat 0 40%;
	padding-left: 20px; 
}

