/* @group CSS Reset */

body {
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
padding: 0;
margin: 0;
line-height: 1em;
font-size: 100%;
font-weight: normal;
font-style: normal;
}
table {
font-size: inherit;
font: 100%;
}
ul {
list-style: none;
}
img {
border: 0;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* @end */

body,div,input,textarea, ol li, .textdoc ul li {
	font: 14px/130% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

div,a,ul,li,span {
	border-color: #dadada;
	border-width: 1px;
}

/* @group Main Layout */

#header {
	height: 95px;
	background-color: #f6f6f6;
}


#headerwrap , #main , #footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#main {
	border-left-style: solid;
	border-right-style: solid;
	margin-top: 20px;
	border-bottom-style: solid;
}

#left {
	float: left;
	width: 240px;
	border-right-style: solid;
	padding-right: 10px;
	padding-bottom: 40px;
}

#right {
	float: right;
	width: 240px;
	border-left-style: solid;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	clear: both;
	background-color: #eaf4fb;
	padding-top: 30px;
	border-right-style: solid;
	border-left-style: solid;
}
#footerwrap {
	background-color: #fefeff;
	border-top-style: solid;
}


#content {
	margin-left: 239px;
	margin-right: 239px;
	border-left-style: solid;
	border-right-style: solid;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}

#content.fullsize {
	margin-right: 0px;
	border-right-style: none;
}

.bottom {
	clear: both;
	background-color: #84ff63;
	height: 0px;
}

/* @end */


/* colors */

.intro, a {
	color: #3496db;
}
a:hover {
	color: black;
}

a#home {
	width: 154px;
	height: 38px;
	text-indent: -9999px;
	display: block;
	background-image: url(../global/logo.png);
	position: absolute;
	top: 41px;
}

img.full-size {
	width: 100%;
}

/* @group Main Navigation */

#mainnav li a {
	display: block;
	text-decoration: none;
	color: #000;
	min-height: 70px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 10px;
}
#mainnav > li > a {
	border-bottom-style: solid;
}
#mainnav li a:hover {
	background-color: #f6f6f6;
}

#mainnav li .title {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
#mainnav li .desc {
	font-size: 85%;
	color: #838383;
}
#mainnav li.selected .desc {
	display: none;
}

#mainnav > li.selected {
	margin-left: -1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
	border-left: 2px solid #3496db;
}

#mainnav li ul {
	margin-top: 10px;
}

#mainnav li.selected > a {
	color: #3496db;
	border-bottom-style: none;
}

#mainnav li.selected a {
	min-height: 0;
}

#mainnav li li a {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */

/* @group Member Nav */

#membernav {
	width: 240px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 10px 15px 5px;
	border-left-style: solid;
	border-right-style: solid;
}
#membernav li {
	float: left;
}
#membernav li a {
	color: #000;
	text-decoration: none;
	display: block;
	margin-right: 1em;
	padding-bottom: 7px;
	white-space: nowrap;
}
#membernav li a:hover {
	color: #3496db;
}
#membernav li:nth-child(1) a {
	font-weight: bold;
}
#membernav label {
	display: none;
}
#membernav input {
	width: 100%;
	display: none;
	clear: both;
}
#membernav:hover {
	padding-bottom: 10px;
}
#membernav:hover input {
	display: block;
}

#membernav #minilogin {
	clear: both;
	float: none;
}

/* @end */

.intro {
	font-weight: lighter;
	font-size: 24px;
	line-height: 32px;
	width: 80%;
	margin-bottom: 15px;
}

.box {
	background-color: #f6f6f6;
	border-bottom-style: solid;
	border-top-style: solid;
	display: block;
	margin-bottom: 15px;
	padding: 12px 15px 13px;
}

h1 {
	font-size: 20pt;
	line-height: 22pt;
	margin-bottom: 12pt;
	color: #0098dc;
}

h2 {
	font-size: 14pt;
	line-height: 22pt;
	margin-bottom: 20pt;
	font-weight: bold;
	margin-top: 25pt;
}

h3 {
	font-weight: bold;
	margin-bottom: 10pt;
	margin-top: 20pt;
}

.box > h3 {
	margin-top: 0px;
	margin-bottom: 18px;
	text-shadow: #fff 0px 1px 0px;
}

ol {
	margin: 0;
	padding: 0;
}

ol li , .textdoc ul li {
	padding-left: 0;
	margin-left: 20px;
	margin-bottom: 10px;
}

.textdoc ul li {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
}

strong {
	font-weight: normal;
	background-color: #f8ffbc;
	font-style: normal;
}

/* @group Link List */

a.link {
	background: #f6f6f6 url(../icons/arrow-fill-right-margin.png) no-repeat right center;
	padding-right: 50px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
}
a.link .title {
	display: block;
}

ul.linklist a {
	display: block;
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
}
ul.linklist a:hover {
	color: #3496db;
}

ul.linklist li {
	margin-bottom: 1em;
}

ul.linklist .title {
	display: block;
	font-size: 100%;
	line-height: 120%;
}

ul.linklist .desc {
	font-size: 85%;
	color: #838383;
}

ul.links a {
	padding-left: 25px;
	background: url(../icons/arrow-right.png) no-repeat 3px 0.35em;
}


ul.links li.single a {
	color: #3496db;
	background: none;
	font-size: 85%;
	margin-top: 20px;
}

span.count {
	background-color: #3496db;
	border-radius: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	text-align: center;
	min-width: 20px;
	height: 20px;
	color: white;
	line-height: 10px;
	padding-top: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

ul.count span.count {
	left: -32px;
	top: -2px;
}

ul.count li {
	padding-left: 32px;
}

/* @end */

/* @group col2 , col3 */

.col2 > * , .col3 > * {
	margin-right: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.col2 , .col3 {
	margin-right: -10px;
}

.col2 > * {
	width: 212px;
}

.col3 > * {
	width: 136px;
}

.fullsize .col2 > * {
	width: 332px;
}

.fullsize .col3 > * {
	width: 216px;
}

/* @end */

/* @group Forum Thread */

.thread {
	padding-bottom: 30pt;
	position: relative;
}

.thread .count {
	padding-right: 10px;
	padding-left: 10px;
	right: 0;
	left: auto;
}

.thread > .message {
	color: #3496db;
	font-size: 12pt;
}

.thread .message > p {
	margin-bottom: 6pt;
}

.thread .info , .thread .info a {
	color: #999;
	text-decoration: none;
	font-size: 10pt;
	position: relative;
}
.thread .info a:hover {
	color: #3496db;
}

.thread .answers li {
	position: relative;
	border-top-style: solid;
	margin-top: 12pt;
}

.thread .answers li li {
	padding-left: 25px;
	background: url(../icons/subnode-arrow.png) no-repeat 3px 16px;
}

.thread a.answerbutton {
	display: block;
	position: absolute;
	right: 0;
	padding-left: 16px;
	bottom: 0;
}
.thread a.answerbutton:hover {
	color: #3496db;
	background: url(../icons/subnode-arrow.png) no-repeat 0 1px;
}

.threads li {
	border-bottom-style: solid;
	padding-bottom: 12px;
}

.answerform textarea {
	width: 100%;
	min-height: 12em;
	margin-bottom: 10px;
}

.answerform textarea , .answerform input {
	border: 1px solid #888;
	margin: 0 0 10pt;
	width: 100%;
	padding: 4px;
}

input[type="submit"] , input[type="button"] {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: auto;
	padding-right: 10pt;	
	padding-left: 10pt;	
	text-shadow: #fff 0px 1px 0px;
	background-color: #d8d8d8;
	cursor: pointer;
}
input[type="submit"]:hover , input[type="button"]:active {
	color: white;
	border-color: #3496db;
	background-color: #3496db;
	text-shadow: #000 0px -1px 0px;
}

/* @end */

/* @group Footer */

#footerwrap > div {
	width: 239px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	margin-right: -3px;
	padding: 12px 9px 9px;
	border-right-style: solid;
	margin-left: 0;
	min-height: 180px;
}

#footer a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom-style: solid;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#footer .copyright {
	display: block;
	color: #7f7f7f;
	margin-top: 8px;
}
#footer .copyright a {
	color: #7f7f7f;
}
#footer a.top-page {
	background: url(../icons/arrow-border-up.png) no-repeat 0;
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 31px;
}

#footer a:hover , #footer .selected a {
	color: #3496db;
}

div.centered {
	text-align: center;
}

#wstime {
	background-color: #eaf4fb;
	border-width: 1px;
	border-color: #dadada;
}

#wsheader {
	background-color: #f6f6f6;
	border-width: 1px;
	border-color: #dadada;
}

/* @end */


