/*----------------------------------------------------------------------------------------------------
Theme Name: Teknikcollege Sydost
Theme URI: http://www.highgraphics.se
Description: Teknikcollege Sydost webbsida.
Version: 1.0
Author: Johan H&ouml;&ouml;g
Author URI: http://www.highgraphics.se/
Tags: 

	Teknikcollege Sydost v1.0
	http://www.highgraphics.se

	This theme was designed and built by Johan H&ouml;&ouml;g,
	whose website you will find at http://www.highgraphics.se

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

----------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------
	Global settnings
----------------------------------------------------------------------------------------------------*/

body {
	background: url(css/bg_body.png) repeat-y top center #eeeeee;
}

.container_head {
	float: left;
	width: 100%;
}

.container {
	margin: 0 auto;
	width: 960px;
}

.container_footer {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	background: url(css/bg_footer.png) repeat-x top center #29568f;
}

/*----------------------------------------------------------------------------------------------------
	Global grid
----------------------------------------------------------------------------------------------------*/

.column_1, .column_2, .column_3, .column_4, .column_5, .column_6, .column_7, .column_8, .column_8_2, .column_9, .column_10, .column_11, .column_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container .column_2 {
	width: 140px;
}

.container .column_3 {
	width: 220px;
}

.container .column_4 {
	width: 300px;
}

.container .column_5 {
	width: 380px;
}

.container .column_6 {
	width: 460px;
}

.container .column_8 {
	width: 620px;
}

.container .column_8_2 {
	width: 640px;
}

.container .column_9 {
	width: 700px;
}

.container .column_12 {
	width: 940px;
}

/*----------------------------------------------------------------------------------------------------
	Extras
----------------------------------------------------------------------------------------------------*/

.no_margin {
	margin-left: 0px;
	margin-right: 0px;
}

.no_left {
	margin-left: 0px;
}

.tb_10 {
	margin: 10px 0 10px 0;
}

.bildspel {
	float: left;
	background: url(css/header_bildspel.png) no-repeat top right;
	height: 255px;
	width: 680px;
	padding-top: 25px;
}

.left30 {
	margin: 0 0 0 30px;
}

.top20 {
	margin-top: 20px;
}

#bildspel_box {
	width: 590px;
	height: 230px;
	margin: 25px 0 0 25px;
}

.column_3_box, .column_5_box, .column_8_box {
	float: left;
	margin: 0 0 15px 0;
	background: #fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.column_3_box {
	width: 220px;
	w\idth: 190px;
	padding: 5px 15px;
}

.column_5_box {
	width: 380px;
	w\idth: 350px;
	padding: 15px;
}

.column_8_box {
	width: 620px;
	w\idth: 590px;
	padding: 15px;
}

.column_3_box img, .column_3_box object {
	max-width: 190px;
	max-height: 130px;
}

.column_5_box img {
	display: block;
}

.single_img {
	width: 590px;
}

.single_bonus {
	float: left;
	width: 125px;
	margin: 0;
}

.single_content, .single_content_page {
	float: left;
	overflow: hidden;
	width: 425px;
	w\idth: 445px;
	margin: 0 0 0 20px;
}

.article_image {
	margin: 0 0 10px 0;
}

.footer_logo {
	height: 160px;
	background: url(css/footer_logo.png) no-repeat top center;
}

.main_logo {
	height: 140px;
	display: block;
	margin: 40px 0 40px 0;
	background: url(css/main_logo.png) no-repeat top center;
}

.main_logo a {
	display: block;
	height: 140px;
	border: 0px;
}

/*----------------------------------------------------------------------------------------------------
	Image placement and dividers
----------------------------------------------------------------------------------------------------*/

.alignleft { float: left; display: inline; margin: 3px 8px 8px 0; }
.alignright { float: right; display: inline; margin: 3px 0 5px 10px; }
.aligncenter { text-align: center; margin: 5px 0; }
.alignnone { float: left; display: block; margin: 3px 0 6px 0; }

.single_content_page hr {
	/*float: left;*/
	width: 425px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border: 0px;
	border-bottom: 1px solid #e3e2e1;
}

.wp-caption {
	float: right;
	width: 150px;
}

/*----------------------------------------------------------------------------------------------------
	Forms and Select Elements
----------------------------------------------------------------------------------------------------*/

select {
	width: 170px;
	height: 20px;
	padding: 2px 0px 0 2px;
	margin: 0 0 15px 25px;
	border: 1px solid #b9b0ad;
	color: #333;
	overflow: hidden;
	background-color: #fff;
}

option { 
	background-color: #fff;
	border: 0px;
}

option.level-0 {
	font-weight: bold;
	cursor: text;
}

submit {
	margin: 0 0 0 15px;
}

#searchform {
	margin: 0 0 0 25px;
}

.column_5_box #searchform {
	margin: 10px 0 35px 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #e3e2e1;
}

#searchform label {
	visibility: hidden;
	overflow: hidden;
}

#searchform input {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 11px;
}

#s {
	float: left;
	width: 190px;
	margin: 0 0 10px 0px;
	padding: 3px;
	color: #444;
	background: #f7f6f5;
	border: 1px solid #b9b0ad;
}

.column_5_box #s {
	width: 285px;
}

#searchsubmit {
	float: left;
	width: 45px;
	margin: 0 0 10px 10px;
	padding: 2px;
	font-weight: bold;
	color: #fff;
	background: #d39100;
	border: 1px solid #b9b0ad;
	cursor: pointer;
}

/*----------------------------------------------------------------------------------------------------
	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
