@import "layout.css";
@import "forms.css";
@import "nav.css";
@import "thickbox.css";

/* 
	---------------------------------------------
	Title:	Chux screen styles
	Author: drew.walker@bluearcgroup.com
	---------------------------------------------
*/ 
/*
	Pixels to ems (based on 12px):
		10px = .83em, 11px = .91em, 13px = 1.08em, 14px = 1.16em, 15px = 1.25em
		16px = 1.3em, 17px = 1.41em, 18px = 1.5em, 19px = 1.58em, 20px = 1.6em
/*

/****************************************************************************************	
	[RESET]
*****************************************************************************************/

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,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #3d3d3d;
	background: #0078c9 url(../images/template/bg-body.png) repeat-x top left;
	margin-bottom: 30px;
	font: 62.5%/1.5 Arial, Helvetica, sans-serif; /* Set to 10px */
}
a:link, a:visited {
	color: #dc291e;
	text-decoration: none;
}
a:visited {color: #dc291e;}
a:hover, a:focus {text-decoration: underline;}
a:active {outline: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {text-align: left;}
td, th {vertical-align: top;}
caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	padding-bottom: .5em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-size: 2em; /* 22px */
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.3;
	color:#1c3f95;
}
h1 { margin-bottom: 0.6em; }
h2 {
	font-size: 1.5em; /* 18px */
	margin-bottom: .6em;
	font-weight:normal;
}
h3, h4, h5, h6 {
	font-size: 1.3em; /* 16px */
	margin-bottom: .5em;
	font-weight:normal;
}
h4 {font-size: 1.16em;} /* 14px */
h5, h6 {font-size: 1.08em;} /* 13px */
h2 a:link, h2 a:visited { color:#1C3F95; }
/* Margins */
p, ul, ol, dl, table {margin-bottom: 1em;} /* 12px */
table table, table p {margin: 0;}
p { line-height:1.3em } /* 16px */
/* Lists */
ol {
    margin-left: 2em;
    list-style: decimal;
}
ul li {
    background:url(../images/template/bg-list.gif) no-repeat 0 5px;
    padding-left:1em;
}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: .75em 0 .75em 2em;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}
