@import "layout.css";
@import "forms.css";
@import "nav.css";
@import "classes.css";
@import "components.css";
@import "thickbox.css";

/* 
	Title:	Remoov screen styles
	Author: chris.pearce@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
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, img, 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, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* -------------//Reset everything */

body {
	color: #222b32;
	background-color: #ebecee;
	margin-bottom: 30px;
	font: 0.75em/1.4 Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #FF6300;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}
table td {vertical-align: middle;}
table caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.05em;
	text-transform: uppercase;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #222b32;
}
code {font-family: "Andale Mono", "Courier New", Courier, monospace;}
dfn {font-weight: bold;}
del {color: #666;}
strong, 
dl dt {font-weight: bold;}
em {font-style: italic;}
blockquote {
	color: #796E6A;
	font-weight: bold;
	background: url("../images/css/quotes-r.gif") no-repeat 100% 100%;
	padding-right: 18px;
}
cite {
	font-weight: normal;
	font-style: normal;
	display: block;
	margin-bottom: 1.5em;
	color: #796E6A;
} 
/* Headers */
h2, h3, h4, h5, h6 {
	font-size: 1.10em;
	font-weight: bold;
	color: #FF6300;
	margin-bottom: 0.50em;
	text-transform: uppercase;
}
h3, h4, h5, h6 {
	font-size: 1.05em;
	color: #222b32;
	margin-bottom: 0.20em;
}
h4, h5, h6 {
	color: #5B5C60;
	text-transform: none;
}
	h2 span, h3 span {
		display: block;
		font-size: 0.75em;
		text-transform: none;
	}
	h2 em {
		font-weight: normal;
		font-style: normal;
	}

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
/* Set font size to 11px if required */
#main-content, #sidebar {font-size: 0.95em;}
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #main-content dl {margin-bottom: 1.5em;}
#main-content #primary-content p + ul,
#TB_ajaxContent div#main-content p + ul {margin-top: -1.3em;}
/* Lists */
#main-content ul {margin-left: 2px;}
	#main-content ul li {
		background: url("../images/css/bullet.gif") no-repeat 0 6px;
		padding-left: 10px;
	}
#main-content ol {
	list-style: decimal;
	margin-left: 28px;
}
#main-content ol ol {list-style: lower-alpha;}
#main-content ol ol ol {list-style: lower-roman;}
#main-content ul ul, 
#main-content ol ol {margin: 0.40em 0 0.80em 20px;}
/* Alternative Links */
#main-content a.alt-link {
	color: #222b32;
	border-bottom: 1px dotted #222b32;
}
#main-content a.alt-link:hover {
	text-decoration: none;
	border-bottom-style: solid;
}