/* screen.css */

/* MASTER RESET */
html, body, div, span, applet, object, iframe,
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, 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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

a img { border: 0; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END MASTER RESET */

html {
	background-color: #333;
}

body {
	background: #333 url(../../images/body-background.gif) repeat-x top left;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* 1em == 10px */
	text-align: center;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a, a:visited {
	color: #004d99;
}

a:hover {
	color: #000;
}

#page {
	margin: 0 auto 30px;
	width: 960px;
	background-color: #fff;
	text-align: left;
}

#header {
	width: 960px;
	height: 105px;
	background: #7ba0d4 url(../../images/home-mosaic.jpg) no-repeat -240px 0;
}

#header h1, #header h2, #header h3, #header h4, #header h5, #header h6,
#header div, #header p, #header ul, #header ol, #header span {
	display: none;
}

#content {
	background-color: #fff;
}

#main {
	padding: 42px 45px 30px;
	width: 629px;
	min-height: 1100px;
	float: right;
	border-left: 1px solid #a6a6a6;
	background-color: #e4edf8;
	font-size: 1.3em;
	line-height: 1.385;
}

#main h2 {
	margin: 0 0 .5em 0;
	font-size: 1.846em;
	line-height: 1.5;
}

#main h2 a, #main h2 a:visited {
	color: #202020;
	font-weight: bold;
	text-decoration: none;
}

#main h2 a:hover {
	color: #004d99;
}

#main .dateheader {
	margin: 0 0 2.077em 0;
	font-family: Palatino, Georgia, serif;
	font-style: italic;
}

#main .article {
	margin: 0 0 2.770em 0;
	padding-bottom: 1.385em;
	border-bottom: 1px solid #a6a6a6;
}

#main .article div, #main .article p {
	margin: 1.385em 0;
}

#main .article ul, #main .article ol, #main .article blockquote {
	margin: 1.385em 1.385em;
}

#main.single .article {
	padding-bottom: 0;
	border-bottom: none;
}

#main li {
	list-style-type: disc;
	list-style-position: inside;
}

#main hr.separator {
	display: none;
}

#main .navigation {
	font-weight: bold;
}

#main .navigation .next {
	float: right;
}

#main .navigation .previous {
	float: left;
}

#side {
	padding: 36px 30px 30px;
	width: 179px;
	float: right;
	position: relative;
	top: 0;
	right: -1px;
	border-right: 1px solid #a6a6a6;
	background: #fff url(../../images/home-mosaic.jpg) no-repeat -1201px 0;
	font-size: 1.2em;
	line-height: 1.5;
}

#side h2 {
	margin-top: 1.5em;
	font-size: 1.083em;
	font-weight: bold;
	line-height: 1.846;
}

#side a.feed {
	padding-left: 20px;
	background: url(../../images/feed-icon.png) no-repeat 0% 50%;
}

/* google search input field */
#side #sbi {
	margin: 4px 0;
	padding: 2px 3px;
	width: 178px;
	background-color: #e4edf8;
	border: 1px solid #a6a6a6;
}

/* google search submit button */
#side #sbb {
	margin: 6px 0;
}

#side .search label {
	font-size: .833em;
	vertical-align: top;
}

#navigation {
	margin-bottom: 3em;
	font-size: 1.083em;
	font-weight: bold;
	line-height: 1.846;
	text-align: right;
}

#navigation a, #navigation a:visited {
	padding-right: 30px;
	width: 150px;
	position: relative;
	top: 0;
	right: -30px;
	display: block;
	color: #333;
}

#navigation a:hover {
	color: #004d99;
	background: url(../../images/home-mosaic.jpg) no-repeat -60px 0;
}

#footer {
	padding: 9px 15px;
	width: 930px;
	height: 12px;
	clear: both;
	background: #a6a6a6 url(../../images/home-mosaic.jpg) no-repeat -240px -105px;
	color: #fff;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1;
}


#downTable img {
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
}

div.osName {
	font-size: 18px;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.boxOrange {
	margin-top: 6px;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 94%;
	background: #FFC166;
	margin-left: auto;
	margin-right: auto;
}