/*
RadiSys - Global Styles
*/

/* -- reset -- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, col { background: transparent no-repeat 0 0; border: 0; font-size: 100%; margin: 0; outline: none; padding: 0; vertical-align: baseline; }
em { font-style: italic; }
input, textarea { margin: 0; padding: 0; }
object { display: block; }
ol, ul { list-style: none; }
table {	border-collapse: collapse; border-spacing: 0; width: 100%; }


/* -- defaults -- */
html { background-color: #fff; color: #444; font: 12px/1.5em Arial, sans-serif; }
body {  margin: 10px auto 3em; width: 1000px; }
a { color: #e96419; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
h1, h3 { color: #695d54; }
h1 { font-size: 24px; line-height: 1.25; margin: 0 0 0.5em; }
h2 {
	color: #084887;
	font-size: 16px;
	margin: 0 0 0.375em;
	}
	
h2 a{
	color: #084887;
	font-size: 16px;
	margin: 0 0 0.375em;
	}

h3 { 
	font-size: 12px; font-family: Arial, sans-serif;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	}
	
h3 a{ 
	color:#695d54;
	font-size: 12px; font-family: Arial, sans-serif;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	}

p { margin: 0 0 1em; }


/* -- structure -- */
.col { float: left; margin-right: 30px; width: 220px; }
.main { float: left; width: 660px; }
.sub { float: right; width: 320px; }
#content { width: 100%; margin:40px 0 0 0}

/* -- forms -- */
input, textarea, select { font: 12px/normal Arial, sans-serif; }
button { cursor: pointer; }


.intro {
	color: #084887;
	font-size: 16px; font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0.75em;
	}
a.more { background: url(../img/icons/arrow.gif) no-repeat 0 50%; padding-left: 12px; }

/* cms */
.cms { width: 100%; }
.cms img { float: left; margin: 0 20px 0 0; }
.cms a { color:#e96419; }

/* posts */
.posts a { color: #084887; }
.posts li { margin: 0 0 1em; width: 100%; }

/* meta */
.meta { color: #695d54; font-size: 11px; margin: 0; }
.meta a { color: #e96419; }
.meta li {
	border-left: 1px solid #e3e9ef;
	display: inline;
	margin: 0 0 0 3px;
	padding: 0 0 0 7px;
	}
.meta li:first-child, .meta li.alt { border: 0; margin: 0; padding: 0; }

/* stats */
.stats li { 
	background: url(../img/icons/arrow.gif) no-repeat 0 0.3636em;
	color: #695d54;
	font-size: 11px;
	line-height: 1.3636;
	margin: 0 0 0.5454em;
	padding-left: 12px;	
	}
	
/* - entries - */
.entries { clear: both; width: 100% }
.entries h3, .entries p { margin: 0 0 0.25em; }
.entries img { float: left; margin: 0.25em 0 0; }
.entries div { margin: 0 0 0 110px; }
.entries li {
	margin-top: 1.5em; margin-bottom: 1.5em;
	overflow: auto;
	width: 100%;
	}
.entries li li { margin-top: 0; margin-bottom: 0; }

/* - announcements - */
.announce h2 { 
	background: #e96419;
	color: #fff;
	font-size: 14px;
	margin: 0 0 0.8571em;
	padding: 6px 8px;
	}
.announce h2 span { color: #fff2ba; }
.announce li { 
	border-bottom: 1px solid #e3e9ef;
	padding-bottom: 1.5em;
	}
.announce li li { border-bottom: 0; padding-bottom: 0; }

/* -- sidebar -- */
.sub ol { margin: 0 0 1.5em; }
.sub ol li { margin: 0.5em 0 0; }
.sub .contact {
	background: #f8f8f8;
	border: 1px solid #8696a4;
	margin: 0 0 1.5em;
	}
.sub .contact h3 {
	background: #9aacbd;
	border-bottom: 1px solid #8696a4;
	color: #fff;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 3px 8px;
	text-transform: none;
	}
.sub .contact a {
	background: url(../img/icons/contact.png) no-repeat 8px 8px;
	display: block;
	min-height: 50px;
	padding: 8px 8px 8px 68px;
	}

/* -- xtra footer -- */
#xtra {
	border-top: 1px solid #a5b8c9;
	margin: 20px 0 5px;
	padding: 20px 0 0;
	width: 100%;
	}
#xtra div { width: 490px; }
#xtra .support { float: left; }
#xtra .about { float: right; }

/* -- contain floats -- */
.nav:after, .cms:after, #header:after, #content:after, #footer:after, #xtra:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }