/*  
Theme Name: Swedish Qualification Centre
Theme URI: http://www.designstationen.se
Description: A custommade theme.
Author: Designstatinen AB
Author URI: http://www.designstationen.se/
Version: 1.0
Tags:clean, right sidebar, two columns, fixed width
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
 	margin: 0;
	padding: 10px;
	color:#666666;
	font-family:arial;
	font-weight:normal;
	padding:0 10px 4px 10px;
  }

h1 {
	font-size:24px;
	color:#666666;
	}

h2 {
	font-size:19px;
	color:#666666;
	}
	
h3 {
	font-size:14px;
	padding:0 0 0 10px;
	color:#666666;
	text-decoration:underline;
	}	

a {
  color: #0173b2;
  font-weight:bold;
  text-decoration:none;
  }

a:hover {
  color: #4C82A6;
  font-weight:bold;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  margin:15px 0 0 42px;
  }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 5px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {
	margin: 10px 0 10px 10px;
}


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size:76%;
  text-align: center; /* IE Centering Technique */
  background: #e6e6e6;
  width:971px;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  background:#ffffff url(images/shadow.gif) repeat-y top center;
  width:933px;
  padding:0 19px;
  }

#header {
  margin: 0;
  padding: 0;
  }

#header .topright {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #fff;
	}
  
#lanFlag {
	float:right;
	margin:2px 5px 0 0;
}

#lanFlag img {
	padding:2px 10px 0 0;
	margin:0;
}


#searchform {
  margin: 0;
  }

#searchform {
	width:280px;  
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
	height:20px;
	margin:0;
	width:200px;
  }

.button {
	margin: 10px 0 0 20px;
}
  
.reset_button {
	margin: 10px 0 0 40px;
}

#searchbutton {
  width: 50px;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  margin:0;
  padding: 0 0 15px 0;
  background:url(images/topImage.gif) no-repeat top left;
  height:190px;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #4C82A6;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

/* Menu */

#nav {
  clear: both;
  margin:0 12px;
  }

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

#nav li.page_item {
  float: left;
  margin-right: 1px;
  }

* html #nav li.page_item a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li.page_item a { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li.page_item a {
	display: block;
	height: 26px;
	background:transparent url(images/inactiveTabRight.gif) no-repeat scroll right top;
	font-size: 10pt;
	text-decoration: none;
	}


#nav li.page_item a span {
	display: block;
	padding-left: 8px;
	padding-right: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	background:transparent url(images/inactiveTabLeft.gif) repeat-x scroll left top;
	margin-right:12px;
 	text-decoration: none;
	font-family:arial;
	font-size:17px;
 	}

#nav li.page_item a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
 	background:transparent url(images/activeTabRight.gif) no-repeat scroll right top;
	text-decoration: none;
	cursor: pointer; /* For IE6 */
	}

#nav li.page_item a:hover span, #nav li.current_page_item a span, #nav li.current_page_parent a span {
	background:transparent url(images/activeTabLeft.gif) repeat-x scroll left top;
	margin-right:12px;
	}

/* Main content */

#subPages {
	background:#fff;
	border:1px solid #ccc;
	width:907px;
	margin-left:12px;
	}

#subPages ul {
	list-style:none;
	padding:6px 0;
	}
	
	#subPages ul li.page_item {
		display:inline;
		padding:0 20px;
		position:relative;
		left:-1px;
		border-left:1px solid #ccc;
		}
		
		#subPages ul li.page_item a {
			font-family:arial;
			font-size:14px; 
			font-weight:normal;
			color:#666666;
			text-decoration:none;
			}
			
			#subPages ul li.page_item a:active, #subPages ul li.page_item a:focus, #subPages ul li.page_item a:hover, #subPages ul li.current_page_item a {
				text-decoration:underline;
				color:#0173b2;
			}


#main {
  clear: both;
  width: 910px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0 12px;
  background: #EFEFEF url(images/contentBackGround.gif) no-repeat top left;
  }

#contentwrapper {
  float: left;
  width: 592px;
  background-color:#ffffff;
  margin: 17px 10px 30px 10px;
  display:inline;
  clear:left;
  }
  
#singleContentwrapper {
	float: left;
	background-color:#ffffff;
	margin: 17px 10px 30px 10px;
	display:inline;
	clear:left;	
	width:98%;
	}
  
 #contactwrapper {
  float: left;
  width: 885px;
  background-color:#ffffff;
  margin: 17px 9px 30px 12px;
  } 

#content {
	margin-bottom:36px;
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

#topContent {
	margin:20px 0 0 0;
	}
#topContent table {
        margin:0 10px;
        }

#topContent p {
	width:310px;
	margin-left:0;
	}
	#topContent p img {
		float:left;
		margin-top:10px;
		}

.indexSecondContent {
	clear:both;
	}

.homePost {
	margin: 0 0 25px 0;
	width:250px;
	float:right;
	}
	
	.homePost ul {
		list-style:none;
		}
		
		.homePost ul li {
			margin-bottom:10px;
			}
			
			.homePost ul li a {
				color:#666666;
				font-weight:normal;
				}

.post {
  margin: 20px 0 25px 0;
}
/*
h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  }
*/
h2.postTitle a {
  color: #666;
  }

h2.postTitle a:hover {
  color:#0173B2;
  text-decoration:underline;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }


.postMeta a {
  text-decoration: none;
  }

.postContent {
	width:100%;
	}
	
li.postContent {
	margin-bottom:30px;
	list-style:none;
	}	
	
	li.postContent div.postContent p a {
		margin-left:15px;
		color:#666;
		}
		
		li.postContent div.postContent p a.readMore {
		margin-left:0;
		}
	
.postTestBlockContent {
	width:100%;
	}

.postContent img {

  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

			.homePost ul li span.date {
				padding:0 0 0 10px;
				display:block;
				}	

#content .indexAbout{
	float:left;
	width:270px;
	margin-right:17px;
	}
	
	#content .indexAbout p {
		padding:0 0 0 12px;
                margin:0 0 10px 0;
		}
		
		#content .indexAbout p img {
			margin-bottom:10px;
			}

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#content .searchinfo {
	float:left;
	border:grey solid;
	border-width:1px 0;
	margin:24px 0 24px 12px;
	width: 800px;
	padding: 10px 0;
}

#content div.projectmanager_searchform .searchinfo {
	margin-top: 5px;
	}

#content .searchinfo p {
	font-size:11px;
	padding:0 10px;
}

/* Start of sidebar */

#allsidebars {
  width:285px;
  float:left;
  margin-top:2px;
  display:inline;
  }
  
/* Sidebar top welcome box */

.sidebarswrapper {
  margin: 10px 0 24px 0;
  padding:16px 0;
  width: 280px;
  border-right:#e9e8e7 solid 5px;
  border-bottom:#e9e8e7 solid 5px;
  background-color:#ffffff;
  }

.sidebarswrapper h2.widgettitle {
	border-bottom:1px dashed #c6c6c6;
	margin:0 0 9px 6px;
	padding:0 11px;
	width:235px;	
	}

.sidebaritem, .sidebars {
  width: 280px;
  }

/*.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #000;
  letter-spacing: -1px;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }
*/
#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }

#welcome a:hover {
  color:#fff;
  }




#welcome p {
  color: #fff;
  margin:0 5px;
  padding-left: 70px;
  background: url(images/welcome.gif) left top no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
	width: 285px;
	margin-top: 15px;
 	}
	
	.sidebarsB ul{
		margin-top: 0px;
		padding-top: 16px;
		width: 285px;
		}
  
		
		.sidebarsB ul.xoxo {
			background:transparent url(images/LinkListBg.jpg) no-repeat scroll left top;
			height:146px;
			width:280px;
			}
			
			.sidebarsB ul.xoxo li {
				list-style:url(images/linkListArrow.gif) inside;
				position:relative;
				left:85px;
				top:6px;
				}
			
			.sidebarsB ul.xoxo li a {
				color:#ffffff;
				}


.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

/*.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 3px;
  }
 */ 
 
 .sidebarsB form, .sidebarsB p {
 	padding:2px 7px;
	width:235px;
	}

.sidebarsB form.wpcf7-form {
 	padding:0;
	}

.sidebarsB form.wpcf7-form p {
 	padding:3px 1px;
	}

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
	width:240px;
	margin: 0;
  	padding: 2px 7px;
  	}	

.sidebarsB li {
  margin:7px 0 0 0;
  list-style: none;
  font-size: 9pt;
  
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

/*.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #4C82A6;
  text-decoration: underline;
  }
*/
#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  text-align: center; /* IE Centering Technique */
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #000;
  margin-left:15px;
  text-align: left;
  }

#footer a {
  color: #87BBD9;
  }

#footer a:hover {
  text-decoration:underline;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }

.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }
 
.sidebarwrapper h2 {
	font-size:17px;
	background:url(images/line.gif) repeat-x bottom left;
	margin:0 8px;
	padding:0 0 5px;
	}
 
 #sidebar-login p {
	 margin-top:11px;
	 }
 
 #sidebar-login p input{
	 float:right;
	 margin-right:18px;
	 background-color:#fff;
	 border:1px solid #ccc;
	 }
 
#sidebar-login p a {
	line-height:35px;
	}
	
	
.comment #submit {
  width: 118px;
  height: 34px;
  border: none;
 }	

#submit, #sidebar-login .submit input, #searchform div input#searchbutton {
	background-color:#0056E4;
	border:medium none;
	color:#FFFFFF;
	display:inline;
	font-size:1.2em;
	font-weight:bold;
	padding:2px 0;
	margin:5px 0 0 0;
	}

#submit:hover, #sidebar-login .submit input:hover, #searchform div input#searchbutton:hover {
  cursor: pointer;
  background-color:#02ae06;
  }

#approve {
	padding:0 0 0 10px;
	}

#feeds div {
	margin:16px 0;
	}

#feeds p{
	width:200px;
	float:left;
	} 	
	
#feeds a img {
	width:32px;
	margin:0;
	padding:0;
	}	
	
ul.rightLinks {
	float:right;
	}	
	
	ul.rightLinks li{
		display:inline;
		margin:0 6px;
		}
		
/*	Sitemap */
.ddsg-wrapper ul {
	list-style:none;
	margin-left:9px;
	}
.ddsg-wrapper ul li {
	margin-top:6px;
	}

.ddsg-wrapper ul li ul {
	margin-left:20px;
	}

.comment {
	margin-top:25px;
	}
	
.breadCrumb {
	clear:both;
	padding:8px 0 0 13px;
	float:left;
	clear:none;
	}	
	
.currentUser {
	float:right;padding:8px 12px 0 0;
	}	
	
/* TABS */
  /*TABS*/
  /* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 /*margin-top:1em;*/
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin-left:10px;
 padding: 3px 0;
 margin-bottom:22px;
}

ul.tabbernav li
{
color:#99CC33;
display:inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 2px;
 text-decoration: none;
}

ul.tabbernav li a:link { 
	background:url(images/inactiveTabLeft.gif) repeat-x scroll left top transparent;
	color:#FFFFFF;
	float:left;
	font-size:14px;
	margin-left:2px;
	padding:5px 8px 4px;
	text-decoration:none;
	}


ul.tabbernav li a:hover {
	text-decoration:underline;
	}

ul.tabbernav li.tabberactive a {
	background:url(images/activeTabLeft.gif) repeat-x scroll left top transparent;
	color:#FFFFFF;
	float:left;
	text-decoration:none;	
	}

ul.tabbernav li.tabberactive a:hover, ul.tabbernav li a:hover
{
 background: url(images/activeTabLeft.gif) repeat-x top left;
 border-bottom: none;
 text-decoration:none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	border-top:1px solid #3d3d3d;
	margin:10px 0 0 6px;
	width:825px;
}

.tabbertab ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 11px;
	width:246px;
	margin:20px 0 0 4px;
	display:inline;
	}

#comments li {
	display:block;
	float:none;
	}
	
.tabbertab ul li div.postMeta h4.postTitle {
	margin-bottom:12px;}	
	
.tabbertab ul li#news, .tabbertab ul li#contact {
	margin:0;
	padding:0;
	}	
	


	.tabbertab ul li ul li ul li  {
		padding:0;
		}

	.tabbertab ul li ul li {
		margin:12px 0 0 2px;
		}
		
		
	

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}


/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


#tabCont {
	width:860px;
	float:left;
	display:inline;
	margin:10px 0 0 5px;
	}
	
	#tabCont dl dt {
		display:inline; 
		float:left; 
		margin-right:15px;
		font-weight:bold;
		width:15%;
		}

#tabCont h3, #tabCont p {
	padding:0;
	}
	
#tabContent {
	width:818px;
	float:left;
	display:inline;
	margin:10px;
	}
	
#tbContainer {
	width:890px;
	float:left;
	display:inline;
	}
	
.tbInfo {
	width:870px;
	float:left;
	display:inline;
	margin:10px;
	}
	
.sidebarswrapperSearch {
	background-color:#FFFFFF;
	border-bottom:5px solid #E9E8E7;
	border-right:5px solid #E9E8E7;
	margin:10px 0 24px;
	padding:16px 0;
	width:280px;
	}	
	
	.sidebarswrapperSearch li {
		font-size:9pt;
		list-style:none outside none;
		margin:0;
		padding:0 0 0 7px;
		}
		
	.sidebarswrapperSearch h2 {
		border-bottom:1px dashed #C6C6C6;
		margin:0 0 9px 11px;
		padding:0 11px 0 0;
		width:230px;
		display:block;
		}
		
	.sidebarswrapperSearch #searchform  {
		margin:10px 0 0 0;
		padding:0;
		}
	
		.sidebarswrapperSearch #searchform #searchbox {
			height:20px;
			margin:0;
			width:180px;
			}	
		
		.sidebarswrapperSearch #searchform #searchbutton {
			width:50px;
			}
	
		
/* /TABS */
	
	
	
#dsLoggo {
	width:30px;
	height:130px;
	z-index:100; 
	position:fixed;
	top:75%;
	right:38px;
	}	
	
	
.even {
	background-color: #3D3D3D;
}
.odd {
	background-color: #6E6E6E;
}
.highlight {
	font-weight: bold;
}
.header {background:url(images/sort-neutral.png) no-repeat scroll right 10px transparent;}
.headerSortUp {background: url(images/sort-up.png) no-repeat scroll right 10px transparent;}
.headerSortDown {background: url(images/sort-down.png) no-repeat scroll right 10px transparent;}
