/*global reset*/
span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, tt, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, tbody, tfoot, 
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/*Clearfix*/
.header:after, .ingress:after, .content:after, #nav:after, .toolsWrap:after, .mainArticle:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Basic styles */
html, * {
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	padding:0;
}
body {
	text-align:left !important;
	background:#000;
	font-size:62.5%;
	margin:auto;
}
.accessibility {
	position:absolute;
	left:-9999px;
} 
.headerWrap {
	background:url(../img/header_bg.gif)center center repeat-x;
}
.header {
	background:#000 url(../img/header2.jpg) bottom left no-repeat;
	height:120px;
	width:920px;
}
.logo h1 {
	font-size:4.6em;
	margin:20px 0 0 0;
	color:#cedc1b;
	position:relative;
	left:-9999px;
}
.logo h1 span {
	font-weight:bold;
}
.logo a {
	color:#e8262a;
	font-family:Helvetica, Arial, Helmet, Freesans, sans-serif;
	font-size:1.6em;
	margin:49px 0 0 11px;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.linksCollection ul{
	margin:5px 10px 0 10px;
	clear:both;
}
.linksCollection ul li {
	background:transparent url(../img/module_arrow_bg.png) no-repeat 0 9px;
	padding: 5px 0 0 10px;
	font-size:1.1em;
}
.logo a, .logo h1 {
	float:left;
	display:inline;
}
.logo {
	margin: 0 17px 0 55px;
}
/* END: Basic styles */
/* Navigation and menus */

.navWrap {
	background:#D4D4D4 url(../img/nav_bg_gradient.gif) repeat-x left top;
	margin-bottom:14px;
	border-bottom:1px solid #9E9E9E;
	border-top:1px solid #9E9E9E;
}

#nav,
#nav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
#nav { 
	background:#D4D4D4 url(../img/nav_bg_gradient.gif) repeat-x left top;
	clear:both;
	display:block;
	position:relative;
	width:920px;
	z-index:99;
	margin:auto;
}
#nav li	{ 
	float:left;
	display:inline;
	position: relative;
	background:#d4d4d4 url(../img/nav_bg_gradient.gif) top left repeat-x;
	border-left: 1px solid #fdfdfd;
	border-right: 1px solid #a5a6a6;
}
#nav a { 
	display:block;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	padding:7px 6px 7px 6px;
	text-decoration:none;
}
#nav a:hover,
#nav a:focus { 
	color: #c00; 
	text-decoration:none;
}
#nav ul { 
	background: #f2f2f2; 
	left: 0; 
	position: absolute; 
	width:160px; 
}
#nav ul li { 
	padding:0;
	margin:0;
	width:100%;
	background:#f2f2f2;
	border:none;
	float:none;
}
#nav ul a {
	padding:6px 5px 5px 15px;
	min-height:20px;
	color:#666;
}
#nav ul a:hover,
#nav ul a:focus	{ 
	background: #ccc; 
}
#nav ul .hover>a { 
	background: #ccc; 
}
#nav ul ul {
	padding:10px 0;
	border:1px solid #ccc;
	z-index:100;
	width:150px;
	background:#f2f2f2 url(../img/nav_arrow.png) 40px top no-repeat;
	position:absolute;
}
#nav ul,
#nav :hover ul ul,
#nav .hover ul ul { 
	margin-left: -9999px; 
}
#nav li:hover>ul,
#nav li.hover>ul,
#nav a:focus+ul,
#nav ul ul,
#nav .hover a:focus	{ 
	margin-left: -1px; 
}
#nav ul a:focus	{ 
	margin-left: 9999px; 
}
#nav li.portalLinks {
	float:right;
	border-right:none;
	border-left: 1px solid #a5a6a6;
}
#nav li.portalLinks a{
	background:transparent url(../img/feature_arrow_bg.png) no-repeat left center;
	margin-left:5px;
	padding-left:15px;
}
#nav .current_page_item a, #nav li.current_page_parent a{
	color:#c00;
}
#nav li.current_page_parent ul a{
	color:#666;
}
#nav li.current_page_item ul a {
	color:#666;
}
#nav li.current_page_parent ul li.current_page_item a {
	color:#c00;
}
#nav li.first {
	border-left:none;
}
.toolsWrap {
	float:right;
	display:inline;
	width:167px;
}
ul.toolbar {
	margin:10px 0;
}
ul.toolbar li {
	float:left;
	margin-right:10px;
}
.search {
	margin:30px 20px 0 0;
	background:#000;
	padding-top:5px;
}
.search input#s{
	width:110px;
	border: 1px solid;
	border-color:#9e9e9e #d0d0d0 #9e9e9e #9e9e9e;
	float:left;
	min-height:18px;
}
.search input#searchButton {
	background:#cedc1b;
	border-bottom: 1px solid #a3ad28;
	border-top: 1px solid #a3ad28;
	border-right: 1px solid #cedc1b;
	border-left: 1px solid #cedc1b;
	float:right;
	min-height:18px;
	min-width:29px;
	margin-left:4px;
}
.search label {
	position:absolute;
	left:-9999px;
}
/* END: Navigation and menus */

/* Content */
#content {
	width:920px;
	margin: 0 auto;
}
.feature {
	clear:both;
	float:left;
	display:inline;
	background:#D6D6D6 url(../img/bg_gradient.gif) top left repeat-x;
	border:1px solid #C6C6C6;
	width:248px;
	overflow:hidden;
	min-height:120px;
	margin:0 0 30px 0;
}
.feature a {
	margin:10px 0 0 7px;
	font-size:1.3em;
	font-weight:bold;
	padding:1px 0 15px 15px;
	min-height:20px;
	clear:both;	
	display:block;
	color:#499dfb;
	background:transparent url(../img/feature_arrow_bg.png)top left no-repeat;
}
.feature p {
	font-size:1.3em;
	font-weight:bold;
	padding:10px 0 0 22px;
	color:#499dfb;
	border-top:1px dashed #000;
}
.alignright {
	float:right;
	display:inline;
	margin-left:5px;
}
.alignleft {
	float:left;
	display:inline;
	margin-right:5px;
}
/* sidebar */
.sidebar {
	width:250px;
	float:right;
	display:inline;
	clear:right;
	background:#000;
}
.sidebar h3{
	margin:10px 2px 5px 2px;
}
.youtube {
	margin:14px 0 35px 0;
	clear:both;
}
.youtube h3 {
	background:#fff;
	padding:5px 0 0 0;
	width:250px;
	margin-bottom:0;
}
.sidebar .linksCollection, .sidebar .facebook {
	background:#D6D6D6 url(../img/bg_gradient.gif) top left repeat-x;
	border:1px solid #C6C6C6;
	width:248px;
	margin-top:6px;
	overflow:hidden;
}
.sidebar .facebook {
	padding: 0 0 20px 0;
}
.facebook a {
	font-size:1.3em;
	background:transparent url(../img/media_arrow_bg.png) no-repeat left center;
	display:block;
	min-height:18px;
	padding:0 0 0 20px;
	margin:4px 0 0 5px;
}
.facebook h3 {
	padding:0 4px;
	border-bottom:1px dashed #666;
}
.facebook p {
	font-size:1.3em;
	font-weight:bold;
	color:#666;
	margin:10px 0 12px 7px;
}
.linksCollection h3 {
	font-size:1.4em;
	font-weight:bold;
	padding:0 0 4px 10px;
	border-bottom:1px dashed #666;
}
.linksCollection a {
	color:#000;
}
.linksCollection{
	padding-bottom:60px;
}
/* Footer */
.moreNews, .moreNews table a {
	color:#fff;
}
.moreNews p, .moreNews a {
	font-size:1.1em;
}
.moreNews a {
	color:#cedc1b;
}
.moreNews ul li{
	float:left;
	display:inline;
	margin:4px 45px 0 0;
}
.moreNews {
	float:left;
	display:inline;
	background:#333;
	padding: 12px 0 5px 10px;
	margin:2px 0 100px 0;
	width:630px;
}
.moreNews h4 {
	margin-bottom:5px;
	color:#cedc1b;
	font-size:1.4em;
	font-weight:bold;
}
.moreNews table {
	border-top: 1px dashed #39f;
	border-bottom: 1px dashed #fff;
	width:620px;
	padding:0 0 6px 0;
}
.moreNews table tr th {
	width:80px;
}
/*TSIO projects*/
.mainCol {
	float:left;
	width:640px;
}
/*   Newsfeed   */
.news {
	width:640px;
	float:left;
	display:inline;
}
.news h3, .news h2 {
	font-weight:bold;
	color:#39f;
	font-size:1.3em;
	line-height:1.1em;
	background:#000;
}
.news .imgWrap, .module .imgWrap, .project .imgWrap {
	background:transparent url(../img/img_bg.png) top left no-repeat;
	float:left;
	display:inline;
}
.news .imgWrap {
	margin-top:10px;
}
.news img {
	margin:0 0 0 12px;
}
.news .ingress {
	float:right;
	display:block;
	margin: 10px 0 0 0;
	background:#333;
	color:#fff;
	width:556px;
}
.news .ingress h3, .news .ingress h2{
	padding:0 0 4px 5px;
}
.news .ingress h3 a, .news .ingress h2 a{
	padding:0 0 4px 5px;
	color:#39f;
}
.news .ingress p {
	padding:8px 25px 6px 9px;
	min-height:40px;
}
.news .article {
	border-top: 1px dashed #39f;
	padding: 0 0 5px 0;
	float:none;
	clear:both;
	overflow:hidden;
}
.news .first {
	border-top:none;
}
.news .article a.more {
	font-size:1.3em;
	font-weight:bold;
	color:#39f;
	padding-left:12px;
	background: transparent url(../img/arrow.png) center left no-repeat;
	border-right:2px solid #39F;
	float:left;
	clear:left;
	min-height:17px;
	width:63px;
	display:block;
	margin:8px 0 5px 0;
}
.news .article p {
	font-size:1.1em;
	display:block;
	line-height:1.2em;
}
.news .article p.date {
	margin:10px 0 0 10px;
	color:#999;
	float:left;
	display:inline;
}
.moreNews ul a {
	background:#333 url(../img/yellow_arrow.png) no-repeat scroll left center;
	padding-left:10px;
}
.mainArticle {
	clear:both;
	background:#fff;
	padding:10px 10px 20px 10px;
	width:620px;
}
.mainArticle h1 {
	background:#cedc1b;
	font-size:2.2em;
	font-weight:bold;
	padding:5px 0 2px 7px;
	margin-bottom:10px;

}
.mainArticle p {
	font-size:1.2em;
	margin:0 7px 10px 7px;
}
.mainArticle a {
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0 7px;
	color:#39f;
}
.mainArticle ul ul {
	font-size:1em;
	list-style-type:circle;
	padding-left:15px;
}
.mainArticle p a, .mainArticle ol a, .mainArticle ul a {
	font-size:1em;
	font-weight:normal;
	padding:0;
}
.mainArticle h2 {
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0 7px;
	margin-top:10px;
}
.mainArticle h3 {
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0 7px;
	margin-top:10px;
	clear:both;
}
.mainArticle .imageFeature {
	margin: 0 1px 1px 0;
}
.mainArticle .last {
	margin-right:0;
}
.mainArticle img.right {
	float:right;
	display:inline;
}
ul.bullet {
	list-style-type: disc;
  	font-size:1.2em;
	padding-left:20px;
}
.mainArticle ol {
	list-style-type:decimal;
  	font-size:1.2em;
	padding-left:25px;
	margin-bottom:7px;
}
/*special table */
.mainArticle th, .mainArticle td {
}
.mainArticle td {
	border-bottom:1px solid #666;
}
.mainArticle tr:hover {
	background:#ccc;
}
#fail {
	background:#fff;
}
#fail img {
	
}

/*Text resize styles*/
body.large {
	font-size:67.5%;
}
body.xlarge {
	font-size:72.5%;
}
body.xxlarge {
	font-size:77.5%;
}
body.small {
	font-size:57.5%;
}
body.xsmall {
	font-size:52.5%;
}
body.xxsmall {
	font-size:47.5%;
}
.searchPage h1{
	background:#cedc1b;
	font-size:2.2em;
	font-weight:bold;
	padding:5px 0 2px 7px;
	margin:0 30px 5px 0;
	width:633px;
}
.searchPage .error {
	color:#fff;
	margin:0 30px 5px 0;
}
.sykkelmania {
	margin-bottom:15px;
	float:left;
	width:640px;
}

