/* 
	Title:	Blanco screen styles
	Author: chris.pearce@bluearcgroup.com
*/

@import 'layout.css';
@import 'forms.css';
@import 'nav.css';
@import 'components.css';

/****************************************************************************************	
	[COMMON RULES]
*****************************************************************************************/

/* 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, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
a img {border: 0;}
/* Back to my CSS */
body {
	color: #3b3b3d;
	background: #244B72 url("../images/template/body-bg.jpg") repeat-x 0 0;
	margin-bottom: 30px;
	font: 0.75em/1.4 Arial, Helvetica, sans-serif;
}
font {
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 100% !important;
	color: #3b3b3d !important;
}
a:link, a:visited {
	color: #094fa4;
	text-decoration: none;
}
ul, ol {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	text-align: left;
	padding-bottom: 0.50em;
	font-size: 1.35em;
	font-weight: bold;
	color: #3b3b3d;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote {margin: 0 16px;} 
h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	font-weight: 500;
	color: #162C43;
	margin-bottom: 0.50em;
}
body.page-home h1 {color: #a7afb6;}
h2 {
	font-size: 1.65em;
	color: #3b3b3d;
}
h3, h4, h5, h6 {
	font-size: 1.55em;
	color: #5F86A3;
}
h4, h5, h6 {
	font-size: 1.30em;
	font-weight: bold;
}

/* [CONTENT AREA + OPTIONAL SIDEBAR]
-------------------------------------------------------*/
/* Set font size to 11px if required */
#main-content, #sidebar, .sidebar {font-size: 0.95em;}
/* Links */
#main-content a:link,
#main-content a:visited {border-bottom: 1px dotted #094fa4;}
#main-content a:hover {border-bottom-style: solid;}
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 1.5em;}
#main-content table table {margin: 0;}
/* Lists */
#main-content ul {
	margin-left: 32px;
	list-style: disc;
}
#main-content ol {
	list-style: decimal;
	margin-left: 42px;
}
	#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.4em 0 0.8em 20px;}

/* Sidebar */
.sidebar p, .sidebar ul,
.sidebar ol, .sidebar dl,
.sidebar table {
	margin-bottom: 0.70em;
	color: #666;
}
.sidebar table table {margin: 0;}
.sidebar h1, .sidebar h2, .sidebar h3, 
.sidebar h4, .sidebar h5, .sidebar h6 {
	margin-bottom: 0.20em;
	color: #666;
}
.sidebar ul {
	margin-left: 24px;
	list-style: disc;
}
.sidebar ol {
	list-style: decimal;
	margin-left: 30px;
}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -999em;
}
.hide-fully {display: none;}
/* hide .NET junk */
div.hide-dotnet {
	height: 0;
	font-size: 0;
	overflow: hidden;
}

/* [MISC]
-------------------------------------------------------*/
div.vs-container {display: inline;}
	
