@charset "utf-8"; 
@import "layout.css";
@import "forms.css";
@import "nav.css";

/* 
	Title:	ACHSE screen styles
	Author: mark.boere@bluearcgroup.com
*/
/*
	Pixels to ems (based on 12px):
		10px = 0.83em
		11px = 0.916em
		13px = 1.083em
		14px = 1.16em
		15px = 1.25em
		16px = 1.3em
		17px = 1.416em
		18px = 1.5em
		19px = 1.583em
		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: #212121;
	background-color: #d9e5ef;
	margin-bottom: 30px;
	font-size: 62.5%; /* set to 10px */
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #005a63;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
a:active {outline: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {background: #dee9f3;}
th {
	text-align: left;
	color: #002156;
	font-weight: bold;
}
th, td {
	padding: 0.5em;
	border: 1px solid #c1d5e8;
}
caption {
	text-align: left;
	padding-bottom: 0.5em;
	font-size: 1.5em; /* 18px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002156;
}
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: 1.75em; /* 21px */
	margin-bottom: 1em;
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002156;
	font-weight: normal;
}
h1 {
	color: #fff;
	background: #0053a0 url("../images/template/h1-bg.jpg") no-repeat 0 0;
	padding: 1.75em 30px;
	margin-bottom: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 1.6em; /* 20px */
	margin-bottom: 0.5em;
} 
h3 {font-size: 1.5em;} /* 18px */
h4, h5{
	font-size: 1.16em; /* 14px */
	font-weight: bold;
}
h5, h6 {font-size: 1em;} /* 12px */

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#wrapper {font-size: 1.2em;} /* 12px */
/* Margins */
#content-wrapper p, #content-wrapper ul, 
#content-wrapper ol, #content-wrapper dl,
#content-wrapper table {margin-bottom: 1.16em;} /* 14px */
#content-wrapper table table,
#content-wrapper table p,
#content-wrapper fieldset table {margin: 0;}
/* Lists */
#content-wrapper ol {
	margin-left: 1.5em;
	list-style: decimal;
}
#content-wrapper ul {list-style: none;}
	#content-wrapper ul li {
		background: url("../images/template/bullet.gif") no-repeat 0 0.7em;
		padding-left: 10px;
	}
	#content-wrapper li {margin-bottom: 0.3em;}
	/* Nested */
	#content-wrapper ul ul, #content-wrapper ul ol, 
	#content-wrapper ol ol, #content-wrapper ol ul {margin: 0.75em 0 0.75em 2.5em;}
	#content-wrapper ol ol {list-style: lower-alpha;}
	#content-wrapper ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE WIDE CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide, legend span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 0;
}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* [CUSTOM ANCHOR]
-------------------------------------------------------*/
a.return {
	background: url("../images/template/bullet-arrow-back.gif") no-repeat 0 0.4em;
	padding-left: 0.8em;
}
a.read-more {
	background: url("../images/template/bullet-arrow.gif") no-repeat 100% 0.4em;
	padding-right: 0.8em;
}

/* [CUSTOM PARAGRAPH]
-------------------------------------------------------*/
p.intro {
	font: normal 1.16em/1.4 Georgia, "Times New Roman", Times, serif; /* 14px */
	color: #002156;
}
p.journal-specs {font-weight: bold;}
p.date-state, p.date-state span {
	font-size: 0.916em; /* 11px */
	font-weight: bold;
	line-height: 1.3;
	color: #6d6d6d;
}
	p.date-state span {
		display: block;
		font-weight: normal;
	}

/* [FAKE THEAD]
-------------------------------------------------------*/
.table-head {
	background: #dee9f3;
	color: #002156;
	font-weight: bold;
}