@import url("reset.css");

/* =====================
	BASE STYLES
======================== */

body {
	font-size: 62.5%;
	line-height: 1.4;
	background: #7b7b7b;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, 'Helvetica Neue', sans-serif;
	color: #5b5b5b;
	}

#wrapper {
	font-size: 1.4em;
	margin: 0 auto;
	background: white;
	}

a,a:visited {
	color: #2194cd;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

#wrapper a:active {
	background: #fff !important;
	color: #333333 !important;
	}

#wrapper a:focus {
	outline: 1px dotted #333333;
	}

.group {
	display: block;
	float: left;
	}

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

/* =====================
	BLOCKS
======================== */

#wrapper,
#header,
#content,
#footer {
	width: 940px;
	}

#header,
#content,
#themeimage {
	margin-bottom: 35px;
	}

#content-left {
	width: 200px;
	margin: 0 70px 0 20px;
	}

#content-middle {
	width: 610px;
	}

.with_right {
	width: 400px !important;
	margin: 0 50px 0 0 !important;
	}

#content-right {
	width: 180px;
	margin-right: 20px;
	}

#footer {
	padding: 25px 20px 40px 20px;
	font-size: 0.8em;
	text-align: right;
	width: 900px;
	}

/* =====================
	HEADER
======================== */

#header {
	height: 340px;
	position: relative;
}

#header div.divThemeImage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


/* =====================
	LOGO
======================== */

#logo {
	margin: 42px 0 0 0;
	font-size: 28px;
	line-height: 28px;
	width: 655px;
	letter-spacing: 0;
	font-family: Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-serif;
	text-shadow: 1px 1px #CCCCCC;
	letter-spacing: -1px;
	font-weight: bold;
	z-index: 2;
	position: absolute;
	bottom: 84px;
	left: 10px;
	}

#logo a {
	text-decoration: none;
	color: #333333;
	z-index: 2;
	}

#slogan {
	position: absolute;
	left: 12px;
	bottom: 52px;
	z-index: 2;
	font-size: 11px;
}

/* =====================
	NAVIGATION
======================== */

#header #nav {
	position: absolute;
	bottom: 31px;
	z-index: 2;
	background: transparent;
	width: 940px;
	}

#nav li {
	display: block;
	float: left;
	}

#nav li a {
	display: block;
	background: transparent;
	padding: 9px 12px 8px;
	text-decoration: none;
	border-right: 1px solid #f1f1f1;
	color: white;
	font-size: 0.9em;
	}

#nav li a.level1-onpath,
#nav li a.level1-onpath:hover {
	background: #333333;
	color: #fff;
	}

#nav li a:hover {
	background: #9f9f9f;
	color: #fff;
	}

#header #vokmenu {
	position: absolute;
	bottom: 66px;
	right: 0px;
	z-index: 3;
	background: #EB7F01;
}

#vokmenu a {
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px 12px;
}

#vokmenu a.active {
	background-color: white;
	color: black;
}

/* =====================
	SIDE MENU
======================== */

#sidemenu {
	display: block;
	margin-bottom: 40px;
	}

#sidemenu li {
	display: block;
	}

#sidemenu li a {
	text-decoration: none;
	color: #333333;
	font-size: 0.9em;
	line-height: 17px;
	padding: 5px 0;
	display: block;
	border-bottom: 1px dotted #ababac;
	}

#sidemenu li.level1-onpath a,
#sidemenu li.level1-onpath a:hover {
	border-bottom: 1px dotted #ababac;
	background: #333333;
	color: #fff;
	}

#sidemenu li a:hover {
	color: #333333;
	background: #cccccc;
	}

#sidemenu li.level2 a,
#sidemenu li.level3 a,
#sidemenu li.level4 a {
	display: block;
	padding: 2px 0;
	border-bottom: 0 !important;
	background: none !important;
	font-size: 0.8em;
	}

#sidemenu li.level2-last a {
	margin-bottom: 20px;
	}

#sidemenu li.level2-first a {
	margin-top: 10px;
	}

#sidemenu li.level2-here a,
#sidemenu li.level3-here a,
#sidemenu li.level4-here a {
	font-weight: bold;
	}

/* =====================
	SEARCH
======================== */

#search {
	margin: 43px 0 10px 0;
	float: right;
	width: 230px;
	height: 22px;
	}

#search .go,
#search .q {
	float: right;
	margin: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

#search .go {
	margin-left: 5px;
	height: 28px;
	padding: 0 10px;
	color: #fff;
	background: #9f9f9f;
	border: 0;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px rgba(255, 255, 255, 0.9);
	}

#search .go:hover {
	background: #333333;
	cursor: pointer;
	}

#search .q {
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #b2b2b2;
	width: 130px;
	color: #5b5b5b;
	}

#search .q:focus {
	border: 1px solid #333333;
	}

/* =====================
	TYPOGRAPHY
======================== */

p {
	margin-bottom: 18px;
	}

.app-News div.row p, div.row {
	margin-bottom: 8px;
}

.app-News div.row {
	margin-bottom: 18px;
}

h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-family: Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px #CCCCCC;
	}

h1 { font-size: 28px; line-height: 30px; margin-bottom: 20px; }
h2 { font-size: 24px }
h3 { font-size: 20px }
h4 { font-size: 16px }
h1,h2 { letter-spacing: -1px }
h2,h3,h4 { margin-bottom: 10px }

#wrapper #content .token-Content .content-container ul {
	margin: 20px 18px;
	list-style-type: disc;
	}

#wrapper #content .token-Content .content-container ol {
	margin: 20px 24px;
	list-style-type: decimal;
	}

#wrapper #content .token-Content .content-container ul ul,
#wrapper #content .token-Content .content-container ol ul {
	margin: 0;
	list-style-type: circle;
	}

#wrapper #content .token-Content .content-container li {
	padding-left: 5px;
	line-height: 1.4;
	}

#wrapper #content .token-Content .content-container ul ul li,
#wrapper #content .token-Content .content-container ol ul li {
	margin-left: 20px;
	}

#footer a {
	text-decoration: none;
	color: #333333;
	}

#footer #poweredby {
	margin-left: 20px;
	}
