/* ----------------------------------------------------------- */
/* Copyright 2000-2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* ------------------------------------------------------------*/

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");
@import url("sIFR-screen.css");

/* Elements -------------------------------------------------- */
/* ------------------------------------------------------------*/

body {
	background: #FFF;
	/*color: #8099B2;*/
	color: #00215D;
	font: 62.5% Arial, Helvetica, sans-serif;
	padding-bottom: 3em;
}

a {
	font-weight: 400;
	text-decoration: none;
	color: #7F99B2;
}
.blue {color:#00215D !important}
.blue a{color:#7F99B2 !important}
a:hover,
a:active {
	text-decoration: underline;
}

h1,
h2 {
	font-size: 1.8em;
	font-weight: 400;
	color: #F29719;
}

h3 {
	font-size: 1.6em;
	font-weight: 400;
}

h3,
h3 a { color: #00215D !important; }

h4 {
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #00215D;
}

h5 {
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	color: #00215D;
}

p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

th,
td { line-height: 1.6em; }

ul {
	list-style: disc;
	margin: 1em 2em;
	line-height: 1.6em;
}

ol {
	list-style: decimal;
	margin: 1em 2em;
	line-height: 1.6em;
}

hr {
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEDEE;
	width: 100%;
	height: 1px;
	margin: 1em 0;
	clear: both;
}

/* Shared classes -------------------------------------------- */
/* ------------------------------------------------------------*/

div.canvas {
	background: #EAEDEE;
	padding: 5px;
	margin: 1em 0;
}

div.bg {
	background: #FFF url(../images/canvas/bg-inside.png) repeat-x 0px top;
	padding: 10px 5px;
	border: 1px solid #FFF;
}

body.home img {
	margin-right: 1em;
	margin-bottom: 1em;
}

img.avatar {
	float: left;
	margin-right: .5em;
}

.underline {
	padding-bottom: .2em;
	margin-bottom: .5em;
	border-bottom: 1px solid #C2CBCD;
}

.square { border: 1px solid #C2CBCD; }

a.goto {
	color: #F29719;
	font-size: .9em;
	background: url(../images/goto.gif) no-repeat right center;
	padding-right: 10px;
}

/* Basic structure ------------------------------------------- */
/* ------------------------------------------------------------*/

div#container {
	position: relative;
	width: 930px;
	margin: 0 auto;
}

div#main {
	float: left;
	width: 100%;
	margin-top: 189px;
	margin-bottom: 2em;
}

div#main-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

div#wrap {
	float: right;
	padding: 5px;
	width: 918px;
	border: 1px solid #C2CBCD;
	margin-bottom: 30px;
	margin-top: 10px;	
}

body.two_cols div#wrap {
	width: 678px;		
}

div#poll {
	float: left;
	position: relative;
	font-size: 1.2em;
	width: 240px;
}

div#content {
	float: left;
	position: relative;
	width: 99%;
	padding: 5px;
	font-size: 1.2em;
}

div#sidebar {
	float: left;
	position: relative;
	font-size: 1.2em;
	width: 210px;	
	padding: 10px;
	border: 1px solid #C2CBCD;
	margin-top: 10px;	
}

div#header {
	position: absolute;
	height: 179px;
	top: 0;
	left: 0;
	width: 930px;
	background: url(../images/header/bg.png) repeat-x 0px bottom;
	font-size: 1.1em;
}

div#header-inner {
	position:relative;
	width: 100%;
	height: 179px;
	background: url(../images/header/inner.jpg) no-repeat right top;
}

div#footer {
	clear: both;
	position: relative;
	width: 100%;
	font-size: 1.1em
}

/* Home / Poll ----------------------------------------------- */
/* ------------------------------------------------------------*/

body.home div#poll div.canvas { margin: 0; }

body.home div#poll div.bg {
	background: none;
	padding: 0;
	border: 0;
}

body.home div#poll {
	width: 210px;
	margin-right: 10px;
}

body.home div.forum { width: 100% !important; }

body.home div.forum div.canvas {
	float: left;
	width: 48%;
	margin-right: 1%;
}

body.home div.forum div.last {
	float: right;
	margin-right: 0;
}

body.home div.forum table { margin-top: 1em; }

body.poll div#content,
body.poll div.forum { width: 678px; }

/* Forum ----------------------------------------------------- */
/* ------------------------------------------------------------*/

div.forum {
	float: right;
	position: relative;
	width: 100%;
	font-size: 1.2em;
}

/* Forum table */
div.forum table { width: 100%; }

div.forum table th,
div.forum table td {
	background: url(../images/forum/line.gif) repeat-x 0px bottom;
	padding: .5em 0;
}

div.forum table tr.last td { background: none; }

div.forum table tr.category td { text-transform: uppercase; }

div.forum table tr.category td,
div.forum table tr.category td a { color: #F29719; font-weight: 700; }
div.forum table.home tr.category td { font-weight: normal;}
div.forum table.home tr.category th { color: #00215D; padding: .5em;}
div.forum table.home tr.category th.first { padding-left:0;}

/* Posts */
div.forum table.posts td { vertical-align: top; }

div.forum table.posts td { padding: 2em 0; }

div.forum table tr.category td,
div.forum table tr.actions td {
	text-transform: none;
	padding: .5em;
}

div.forum table tr.actions td { text-align:right; }

div.forum span.date { font-size: .9em; }

/* Buttons --------------------------------------------------- */
/* ------------------------------------------------------------*/

ul.buttons {
	margin: 0;
	list-style: none;
}

ul.buttons li {
	display: inline;
}

a.button {
	display: inline-block;
	height: 24px;
	outline: none;
	background: no-repeat left center;
}

a.button span { display: none; }

a.new-topic {
	background: url(../images/buttons/new-topic.gif);
	width: 168px;
}

a.edit {
	background: url(../images/buttons/edit.gif);
	width: 28px;
}

a.delete {
	background: url(../images/buttons/delete.gif);
	width: 28px;
}

a.status {
	background: url(../images/buttons/status.gif);
	width: 28px;
}

a.new-post {
	background: url(../images/buttons/new-post.gif);
	width: 132px;
}
a.follow-topic {
	background: url(../images/buttons/follow-topic.gif);
	width: 118px;
}

/* Pages ----------------------------------------------------- */
/* ------------------------------------------------------------*/

div.pages {
	float: left;
	width: 100%;
	position: relative;
	font-size: 1.1em;
}

ul.bread {
	list-style: none;
	margin: 0;
	float: left;
}

ul.bread li {
	display: inline;
	margin-right: 5px;
	background: url(../images/bread/splitter.gif) no-repeat right center;
	padding-right: 10px;
}

ul.bread li.last {
	background: none;
}

ul.bread a { color: #F29719; }

ul.paginator {
	list-style: none;
	margin: 0;
	text-align: right;
	float: right;
}

ul.paginator li {
	display: inline;
	margin-right: .5em;
}

/* Sidebar --------------------------------------------------- */
/* ------------------------------------------------------------*/

div#sidebar ul {
	margin: 0;
	list-style: none;
}

div#sidebar ul li.selected a {
	font-weight: 700;
}

/* Header ---------------------------------------------------- */
/* ------------------------------------------------------------*/

div#logo {
	position: absolute;
	top: 23px;
	left: 19px;
}

div#logo a {
	display: block;
	width: 447px;
	height: 65px;
	background: url(../images/header/logo-platform.gif) no-repeat;
	text-indent: -9999em;
	outline: none;
}

div#title {
	position: absolute;
	top: 135px;
	left: 19px;
}

div#nav {
	position: absolute;
	top: 95px;
	right: 12px;
}

div#nav ul {
	list-style: none;
	margin: 0;
}

div#nav ul li {
	float: left;
	margin-right: 5px;
}

div#nav ul li.selected a {
	color: #F29719;
}

div#nav ul li a {
	float: left;
	padding-right: 10px;
	background: url(../images/header/tab.png) no-repeat right 0px;
}

div#nav ul li span {
	float: left;
	display: block;
	height: 19px;
	padding: 3px 5px 0 15px;
	background: #FFF url(../images/header/tab.png) no-repeat left 0px;
	cursor: pointer;
}

form.login {
	position: absolute;
	top: 132px;
	left: 200px;
}

form.login div {
	display: inline;
	margin-right: 1em;
}

form.login a { color: #F29719; }

div#profile {
	position: absolute;
	top: 123px;
	left: 240px;
	width: 400px;
}

div#response {
	position: absolute;
	top: 162px;
	left: 200px;
}

/* Footer ---------------------------------------------------- */
/* ------------------------------------------------------------*/

div#footer { margin-top: 1em; }

div#footer { text-align: right; }

div#footer ul {
	list-style: none;
	margin: 0;
}

div#footer ul li {
	display: inline;
	background: url(../images/footer/li.gif) no-repeat right center;
	padding-right: 1em;
	margin-left: 1em;
}

div#footer ul li.last {
	padding: 0;
	background: none;
}

