@import url("pretty-table.css");
@import url("news.css");
@import url("font-faces/museo.css");

table {
	margin: 0 auto;
	font-size: 85%;
}

body {
	background: #eee url('/images/background_texture.png') repeat;
	color: #555;
	text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 120%;
}

div, p, img {
	margin: 0;
	padding: 0;
}


/* Slicing */
#headerNavigation {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	color: #666;
	text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
	height: 60px;
	float: right;
	font-family: Museo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#headerNavigation li {
	display: block;
	float: left;
	margin: 0;
	padding: 20px 0;
}

img {
	border: 0;
}

a {
	border: 0;
}

#headerNavigation li>a {
	margin: 0 0 -1 0;
	padding: 20px 10px 21px 10px;
}

#headerNavigation li:first-child {
	margin-left: 0;
}

#headerNavigation li:last-child {
	margin-right: 0;
}

#headerNavigation li.active a {
/*	text-shadow: rgba(41, 99, 156, 0.8) 0px 0px 5px; */
	background-color: rgba(0, 0, 0, 0.1);
}

.primaryContainer {
	width: 760px;
	padding: 0;
	margin: 0 auto;
	clear: both;
}

#headerSlice {
	background-color: #eee;
	color: #fff;
	background: url('../../images/header_bar.png') repeat-x;
	margin: 0;
	padding: 0;
}

#header {
	padding: 0;
	height: 60px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
	font-size: 16px;
}

#header h1 {
	font-size: 40px;
	margin: 0;
}

#header a, #header a:visited, #header a:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: none;
}

#contentSlice {
	padding: 0 0 30px 0;
	margin: 0;
	background: url('../../images/default_content_border.png') repeat-x;
}

#content {
	padding: 0;
	padding-top: 30px;
}

#content .centered,
#content .centered p,
#content .centered h1,
#content .centered h2 {
	text-align: center;
}

#content p {
	line-height: 135%;
	text-align: justify;
}

#content p+p {
	margin: 0.8em 0 0 0;
}

#content p:first-child {
	margin-top: 0;
}

#content .twoColumn {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content .twoColumn>.left {
	width: 370px;
	float: left;
}

#content .twoColumn>.right {
	width: 370px;
	float: right;
}

#content .threeColumn {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content .threeColumn>.left {
	width: 246px;
	float: left;
}

#content .threeColumn>.middle {
	width: 246px;
	float: left;
}

#content .threeColumn>.right {
	width: 246px;
	float: right;
}

#footerSlice {
	
}

#footer {
	margin: 0 auto 30px auto;
	padding: 0;
	text-align: center;
	text-shadow: #fff 1px 1px 1px;
	font-size: 80%;
}

#footer p {
	margin: 5px 0;
}

/* Design */
h1, h2, h3, h4, h5 {
	font-family: inherit;
	text-align: left;
	line-height: 98%;
	font-family: Museo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.alternateText {
	font-family: Museo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5 {
	font-weight: normal;
}


h1 {
	font-size: 150%;
}


h1:first-child {
	margin-top: 0;
}

h2 {
	font-size: 130%;
}

a[href], a[href]:visited {
	font-size: inherit;
	background-color: inherit;
/*	color: #EB7300;*/
	color: #29639C;
	text-decoration: none;
}

a[href]:hover {
	font-size: inherit;
	text-decoration: none;
	background-color: inherit;
/*	color: #EB7300;*/
	color: #29639C;
}

#content .button-bar {
	text-align: center;
	margin: 1em 0;
	text-align: center;
}

.ajax-progress-indicator {
	text-align: center;
	font-weight: bold;
	display: none;
}

.error-message {
	color: red;
}

#content .slogan {
	text-align: center;
}

#content .info-box {
	font-size: 85%;
}

#content .specsBox {
	font-size: 85%;
	margin: 20px 0 0 0;
	padding: 0;
}

#content .info-box p {
	text-align: center;
}

#content .info-box h1 {
	text-align: center;
	color: #888;
}

#content .specsBox h1 {
	text-align: center;
	color: #888;
	font-size: inherit;
}

#content .specsBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .specsBox li {
	display: list-item;
	width: 135px;
	padding: 0;
	margin: 10px 5px;
	float: left;
}

#content .specsBox li p {
	text-align: left;
}

#content .specsBox li:first-child {
	margin-left: 0;
}

#content .specsBox li:last-child {
	margin-right: 0;
}

#content .contentStrip, #content .alternateContentStrip {
	padding: 2em 1em;
	clear: both;
}

#content .alternateContentStrip {
	background: url('../../images/content_panel_alternate.png') repeat-y;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#content .rubric {
	margin: 0 25px 5px 0;
	float: left;
}

#content img.rubric+p {
	margin-left: 55px;
}

#content .screenshot {
	border: 1px solid #ddd;
	padding: 2px;
}

#content h1+h2, h2+h3, h3+h4, h4+h5 {
	margin-top: 0;
}

hr.clearFloat {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}

form table {
	width: 75%;
}

form td, form th {
	width: 50%;
}

form table th {
	text-align: right;
}

th, td {
	font-family: inherit;
}

form th[rowspan] {
	vertical-align: top;
}

form p.explanation {
	margin: 0;
	font-size: 85%;
	color: #999;
}

noscript>div {
	margin: 1em 2em;
	padding: 1em 2em;
	border: 5px solid red;
}

noscript h1 {
	color: red;
}

/* Form Elements */
input[type=text], input[type=password], textarea {
	font-size: inherit;
}

/* --- WP buttons --- */
button, input[type=button], input[type=submit], select {
	font-size: 11px;
	line-height: 16px;
	padding: 2px 8px !important;
	border: 1px solid #bbb;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
	background: #f2f2f2 url(../../images/white-gradient.png) repeat-x scroll left top;
}

button:hover, input[type=button]:hover, input[type=submit]:hover, select:hover {
	color: #000;
	border-color: #666;
}

button:active, input[type=button]:active, input[type=submit]:active, select:active {
	background: #eee url(../images/white-gradient.png) repeat-x scroll left bottom;
}


input[type=text], input[type=password] {
	width: 30em;
}

input.longTextfield {
}

input.mediumTextfield {
	width: 12em;
}

input.shortTextfield {
	width: 5em;
}

textarea {
	width: 30em;
	height: 10em;
}

.formTable {
	table-layout: fixed;
	border: 0;
	font-family: inherit;
	font-size: 100%;
}

.formTable td {
	padding: 0.3em 0.5em 0.3em 0.5em;
}

.formLabel {
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	width: 30%;
}

.formValue {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

.bigFormLabel {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.bigFormValue {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

#content .details {
	color: #888;
}

table.comparison {
	margin: 20px auto;
	width: 90%;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 10px;
	border-collapse: collapse;
	font-size: 85%;
}

#content table.comparison p {
	text-align: left;
}

table.comparison th, table.comparison td {
	padding: 10px;
}

table.comparison th {
	font-family: Museo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}

table.comparison td {
	vertical-align: top;
}

table.comparison tr.alternate {
}

.comparisonTableFooter {
	margin: 20px auto;
	width: 90%;
	padding: 10px;
	font-size: 85%;
}

#content .fileList {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}


#content .fileList li {
	margin: 10px 0;
	padding: 10px;
	text-indent: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .fileList li:hover {
	background-color: rgba(255, 255, 255, 0.67);
}

#content .fileList .icon {
	width: 32px;
	height: 32px;
	margin: 0;
	float: left;
}

#content .fileList .info {
	margin-left: 42px;
}

#content .fileList .info p {
	text-align: left;
}

#content .fileList .info .filename {
	font-family: Museo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content .fileList .info .description {
	font-size: 85%;
	color: #555;
}

code {
	font-size: 85%;
}
