/*
Theme Name: swedock
Description: Det här är ett WordPress tema för SweDock
Version: 0.1
Author: Daniel Elfving
Author URI: http://www.reklamresultat.se
Tags: :: två kolumner, fast bredd, widgets
*/

/* Begin basics */
	html{
		-webkit-text-size-adjust: none;
		background: url(images/top_bg.gif) repeat-x top;
	}
	body {
		background: url(images/bottom_bg.gif) repeat-x bottom;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #444;
		padding: 0px;
		margin: 0px auto auto auto;
	}
/* End basics */

/* Begin fundamental elements */
	#container {
			position: relative;
			overflow: hidden;
		}
	
	#header {
			height: 86px;
		}
	
	#footer {
			height: 40px;
			margin: 5px 0 40px 0;
		}
		
	#top_menu {
			height: 42px;
			width: 732px;
			margin: 0 0 0 20px;
			float: left;
		}
		
	#sidebar_menu {
			min-height: 350px;
		}
	
	#column1 {
			padding-top: 40px;
			min-height: 500px;
			background: url(images/column1_bg.jpg) no-repeat top left;
		}
	
	#column2 {
		padding-top: 30px;
		background: url(images/column1_bg.jpg) no-repeat top left;
		min-height: 500px;
		}
	
	#sidebar {
		width: 100%;
		float: left;
		margin: 0;
		}
	
	#startpage_sq_1 {
			min-height: 243px;
			margin: 0;
			width: 220px;
			float: left;
			background: #ccc;
			-moz-border-radius-topright: 20px;
			border-top-right-radius: 20px;
			-webkit-border-top-right-radius: 20px;
			-khtml-border-top-right-radius: 20px;
			border-radius: 0 20px 0 0 0;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */
			border-bottom: 2px solid #ccc; 
		}
	
	#startpage_sq_2 {
			min-height: 243px;
			margin: 0 0 0 20px;
			width: 220px;
			float: left;
			background: #9d0c15;
			-moz-border-radius-topright: 20px;
			border-top-right-radius: 20px;
			-webkit-border-top-right-radius: 20px;
			-khtml-border-top-right-radius: 20px;
			border-radius: 0 20px 0 0 0;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d0c15', endColorstr='#bf2e37'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#9d0c15), to(#cf3f48)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #9d0c15, #bf2e37); /* for firefox 3.6+ */ 
			border-bottom: 2px solid #9d0c15;
		}
		
	#startpage_sq_3 {
			min-height: 243px;
			margin: 0 0 0 20px;
			width: 220px;
			float: left;
			background: #9d0c15;
			-moz-border-radius-topright: 20px;
			border-top-right-radius: 20px;
			-webkit-border-top-right-radius: 20px;
			-khtml-border-top-right-radius: 20px;
			border-radius: 0 20px 0 0 0;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d0c15', endColorstr='#bf2e37'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#9d0c15), to(#cf3f48)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #9d0c15, #bf2e37); /* for firefox 3.6+ */
			border-bottom: 2px solid #9d0c15; 
		}
		
	#startpage_sq_4 {
			min-height: 243px;
			margin: 0 0 0 20px;
			width: 220px;
			float: left;
			background: #ccc;
			-moz-border-radius-topright: 20px;
			border-top-right-radius: 20px;
			-webkit-border-top-right-radius: 20px;
			-khtml-border-top-right-radius: 20px;
			border-radius: 0 20px 0 0 0;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */
			border-bottom: 2px solid #ccc; 
		}
	
	#bigImage {
		margin: 15px 0 20px 0;
		} /* Stor bild etc för startsidan */
		
	#creator {
		background: url(images/RR.gif) no-repeat top right;
		border: 0px;
		position:absolute;
		width: 16px;
		height: 72px;
		left: auto;
		bottom: auto;
		right: 4px;
		top: 150px;
		font-size: 60px;
	}
	
	#logotype {
		float: left;
		margin: 33px 20px 0 0;
		}
	
	#search_container {
		width: 333px;
		float: right;
		margin: 4px 10px 0 0;
		height: 33px;
		background: url(images/search_sq_bg.gif) no-repeat bottom;
		}
		
	#search {
		float: left;
		}
		
	#fullWidth {
		}
		
	#fullWidthColumn {
		margin: 0;
		float: left;
		}
		
	#language {
		float: right;
		margin: 10px 25px 0 0;
		}
/* End fundamental elements */

/* WP specific aligning etc */

	.aligncenter, div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.alignleft {
		float: left;
	}
	.alignright {
		float: right;
	}
	.wp-caption {
		background-color: #eee;
		border: 1px solid #ddd;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		margin: 10px;
		padding-top: 4px;
		text-align: center;
	}
	.wp-caption img {
		border: 0 none;
		margin: 0;
		padding: 0;
	}
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 0;
		padding: 0 4px 5px;
	}
	#column2 .wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 5px 0 0 0;
		padding: 0 4px 5px;
		text-align: left;
		font-style: italic;
	}
	
/* End WP specific aligning etc */

/* Begin Typography */
	p,
	dl,
	hr,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	ol,
	ul,
	pre,
	table,
	address,
	fieldset {
		margin-bottom: 20px;
		}
		
	p {
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		font-size: 12px;
		line-height: 16px;
		}
	
	#footer p {
			color: #333;
			float: right;
			font-size: 11px;
		}
		
	a {
		text-decoration: none;
		color: #9d0c15;
		}
		
	a:hover {
		text-decoration: underline;
		}
	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 34px;
		font-weight: normal;
		}
	
	h2 {
		font-family: "Arial Black", Gadget, sans-serif;
		font-size: 14px;
		line-height: 18px;
		}
	
	h3 {
		font-family: "Arial Black", Gadget, sans-serif;
		font-size: 12px;
		line-height: 16px;
		}
	
	h4 {
		font-size: 12px;
		}
	
	h5 {
		font-size: 12px;
		}
	
	h6 {
		font-size: 12px;
		font-style: italic;
		}
	
	small {
		font-size: small;
	}

	#column1 h2 {
		margin: 0;
		padding: 6px 20px 0 20px;
		height: 27px;
		display: block;
		background-color: #fad7ab;
		font-size: 20px;
		font-weight: bold;
		color: #eb6909;
		width: 260px;
		}
		
	#column1 h3 {
		margin: 20px 20px 0 20px;
		font-size: 14px;
		font-weight: bold;
		color: #eb6909;
		}
		
	#column1 h3.second {
		margin-top: -10px;
		}
		
	#column1 p {
		margin: 10px 20px 15px 20px;
		font-size: 12px;
		}
	
	#column1 a {
		font-weight: bold;
		}
		
	#column1 a:hover {
		}
		
	#column1 a.more {
		font-weight: bold;
		line-height: 30px;
		}
		
	#column1 a.more:hover {
		text-decoration: underline;
		}
	
	#column2 a {
		}
		
	#column2 a:hover {
		}
		
	#column2 h1 {
			margin: 30px 50px 30px 50px;
			color: #333;
		}
		
	#column2 h2 {
			margin: 30px 50px 5px 50px;
			color: #444;
		}
        
    #column2 h2 a {
			color: #444;
		}
		
	#column2 h3 {
			margin: 20px 50px 5px 50px;
			font-weight: bold;
			color: #333;
		}
		
	#column2 h4 {
			margin: 20px 50px 5px 50px;
			font-weight: bold;
			color: #333;
			font-size: 16px;
			line-height: 16px;
		}
		
	#column2 h5 {
			margin: 20px 50px 5px 50px;
			font-weight: bold;
			color: #333;
			line-height: 16px;
		}
		
	#column2 h6 {
			margin: 0 50px 5px 50px;
			font-weight: bold;
			color: #333;
			line-height: 16px;
		}
		
	#column2 p {
			margin: 0 30px 10px 50px;
			font-size: 12px;
			line-height: 16px;
		}
		
	#column2 p.show_date {
			font-size: 10p;
			font-style: italic;
			color: #999;
		}
		
	#startpage_sq_2 p,
	#startpage_sq_3 p
		{
			margin: 0 30px 10px 30px;
			font-size: 12px;
			color: #fff;
		}
		
	#startpage_sq_1 p,
	#startpage_sq_4 p
		{
			margin: 0 30px 10px 30px;
			font-size: 12px;
			color: #333;
		}
		
	#startpage_sq_2 h3,
	#startpage_sq_3 h3
		{
			margin: 12px 30px 10px 30px;
			font-size: 16px;
			line-height: 20px;
			color: #e9b2b4;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
		}
		
	#startpage_sq_4 h3
		{
			margin: 20px 30px 10px 30px;
			color: #666666;
		}
		
	#startpage_sq_1 h3
		{
			margin: 20px 30px 10px 30px;
			color: #666666;
			font-size: 18px;
			line-height: 20px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}
		
	#startpage_sq_2 a,
	#startpage_sq_3 a {
		color: #e9b2b4;
		}
		
	#startpage_sq_2 a:hover,
	#startpage_sq_3 a:hover {
		color: #ebd4d6;
		text-decoration: NONE;
		}
	
	#startpage_sq_1 a,
	#startpage_sq_4 a {
		color: #666666;
		}
		
	#startpage_sq_1 a.more,
	#startpage_sq_2 a.more,
	#startpage_sq_3 a.more,
	#startpage_sq_4 a.more {
		font-weight: bold;
		}
		
	#footer a {
		color: #333;
		}
		
	#fullWidthColumn p {
			
		}
		
	#fullWidthColumn h2 {
			font-family: Arial, Helvetica, sans-serif;
			color: #eb6909;
			margin-bottom: 4px;
			text-transform:uppercase;
			font-weight: normal;
			}
	
/* End Typography */

/* Begin Lists */
	ul {
		list-style: square;
		margin: 0 0 18px 1.5em;
		list-style-position: inside;
	}
	ol {
		list-style: decimal;
		margin: 0 0 18px 1.5em;
		list-style-position: inside;
	}
	ol ol {
		list-style: upper-alpha;
	}
	ol ol ol {
		list-style: lower-roman;
	}
	ol ol ol ol {
		list-style: lower-alpha;
	}
	ul ul,
	ol ol,
	ul ol,
	ol ul {
		margin-bottom: 0;
	}
	dl {
		margin: 0 0 24px 0;
	}
	dt {
		font-weight: bold;
	}
	dd {
		margin-bottom: 18px;
	}
	#column2 ul, ol, dl {
		margin: 0 50px 10px 65px;
		list-style-position: outside;
		line-height: 18px;
	}
	#column2 li {
		margin-bottom: 10px;
	}
/* End Lists */

/* Begin tables */

/* Begin Form Elements */
	#search form {
		background: url(images/search-bg-1.gif) no-repeat top left;
		border-top: 1px solid #ddd;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
		border-left: 1px solid #ddd;
		height: 19px;
		margin-left: 30px;
		margin-top: 4px;
	}
	
	#search form:hover {
		background: url(images/search-bg.gif) no-repeat top left;
	}
	
	#search form input {
		float: left;
		font-size: 10px;
		}
	
	#search form input#s {
		border: none;
		background: none;
		height: 15px;
		margin: 2px 0 0 20px;
		width: 100px;
		}
		
	#search form input#searchsubmit {
		height: 19px;
		margin: 0 0 0 5px;
		background: url(images/search-btn-bg.gif) top left repeat-x;
		color: #666666;
		font-weight: bold;
		border-top: 1px solid #fff;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
		border-left: 1px solid #fff;
		width: 50px;
		}
		
	#search form input#searchsubmit:hover {
		color: #000;
		}
	/*
	#search form {
		background: url(images/search-bg-1.gif) no-repeat top left;
		border-top: 1px solid #dddddd;
		border-right: 1px solid #888888;
		border-bottom: 1px solid #888888;
		border-left: 1px solid #dddddd;
		height: 19px;
	}
	
	#search form:hover {
		background: url(images/search-bg.gif) no-repeat top left;
	}
	
	#search form input {
		float: left;
		font-size: 10px;
		}
	
	#search form input#s {
		border: none;
		background: none;
		height: 15px;
		margin: 2px 0 0 20px;
		width: 100px;
		}
		
	#search form input#searchsubmit {
		height: 19px;
		margin: 0 0 0 5px;
		background: url(images/search-btn-bg.gif) top left repeat-x;
		color: #eb6909;
		font-weight: bold;
		border-top: 1px solid #fff;
		border-right: 1px solid #f9c79e;
		border-bottom: 1px solid #f9c79e;
		border-left: 1px solid #fff;
		}
		
	#search form input#searchsubmit:hover {
		color: #555;
		}
	*/
	
	
	
	#column2 form {
		margin: 0 50px 10px 50px;
		}
	
	#column2 form input,
	#column2 form textarea
		{
		background-color: #eee;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		color: #666666;
		margin-bottom: 10px;
		padding: 3px 10px 3px 10px;
		}
		
	#column2 form textarea
		{
			padding: 10px;
		}
		
	#column2 form input#submit {
		margin: 0;
		background: #ddd url(images/search-btn-bg.gif) top left repeat-x;
		color: #666666;
		font-weight: bold;
		border-top: 1px solid #fff;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
		border-left: 1px solid #fff;
		width: 50px;
		}
		
	#column2 form input#submit:hover {
		color: #000;
		}
	
	#submit:hover {
			background-color: #999;
			color: #000;
			border-color: #666666;
		}
		
	#respond form {
		margin-top: 10px;
		}
		
	#respond p {
		margin: 10px 0 10px 0;
		}
		
	#respond textarea {
		width: 100%;
		}

/* End Form Elements */

/* Begin Top Menu */
	#top_menu .menu {
		margin: 3px;
		max-width: 745px;
		float: left;
		}
		
	#top_menu .menu ul {
		padding:0;
		margin:0px;
		display:block;
		list-style:none;
		}
		
	#top_menu .menu ul li {
		float: left;
		}
		
	#top_menu .menu ul li:first-child a {
		color: #000;
		font-size: 12px;
		float: left;
		height: 36px;
		line-height: 36px;
		padding: 0 10px 0 10px;
		margin: 0;
		display: block;
		text-decoration: none;
		font-weight: normal;
		background: none;
		}
	
	#top_menu .menu ul li:first-child.current_page_item a,
	#top_menu .menu ul li:first-child.current_page_parent a,
	#top_menu .menu ul li:first-child.current_page_ancestor a,
	#top_menu .menu ul li.current-cat a,
	#top_menu .menu ul li:first-child.current-cat-parent a,
	#top_menu .menu ul li:first-child a.active_category
		{
		color:#333;
		font-size:12px;
		float:left;
		height: 36px;
		line-height: 36px;
		padding:0 10px 0 10px;
		margin:0;
		display:block;
		text-decoration:none;
		font-weight:normal;
		background: #eee;
		}
		
	#top_menu .menu ul li:first-child a:hover {
		background: #eee;
		color:#333;
		}
		
	#top_menu .menu ul li a {
		color: #000;
		font-size: 12px;
		float: left;
		height: 36px;
		line-height: 36px;
		padding: 0 10px 0 10px;
		margin: 0;
		display: block;
		text-decoration: none;
		font-weight: normal;
		background: url(images/top_menu_delimiter.gif) repeat-y top left;
		}
		
	#top_menu .menu ul li.current_page_item a,
	#top_menu .menu ul li.current_page_parent a,
	#top_menu .menu ul li.current_page_ancestor a,
	#top_menu .menu ul li.current-cat a,
	#top_menu .menu ul li.current-cat-parent a,
	#top_menu .menu ul li a.active_category
		{
		color:#333;
		font-size:12px;
		float:left;
		height: 36px;
		line-height: 36px;
		padding:0 10px 0 10px;
		margin:0;
		display:block;
		text-decoration:none;
		font-weight:normal;
		background: #eee url(images/top_menu_delimiter.gif) repeat-y top left;
		}
		
	#top_menu .menu ul li a:hover {
		background: #eee url(images/top_menu_delimiter.gif) repeat-y top left;
		color:#333;
		}
/* End Top Menu */
	
/* Begin Side Menu */
	
	#sidebar_menu ul li {
		width: 100%;
		line-height: 40px;
		border-top: 1px #ddd solid;
		}
	#sidebar_menu ul li:first-child {
			border: none;
	}
		
	/* SIDEMENU */
	
	#sidebar_menu a {
		display: block;
	}
	
	#sidebar_menu ul {
		margin: 20px 10px 20px 30px;
		list-style-type: none;
		padding: 0px;
	}
	
	#sidebar_menu li {
		background: url(images/sq-1.gif) no-repeat 6px 16px;
		padding-left: 20px;
	}
	
	#sidebar_menu li:hover {
		background: #eee url(images/sq.gif) no-repeat 6px 16px;
		padding-left: 20px;
		}
		
	#sidebar_menu ul li ul li {
		line-height: 20px;
		border: none;
		background-position: 0 6px;
		}
		
	#sidebar_menu ul li ul li:hover {
		background-position: 0 6px;
		}
		
	#sidebar_menu ul ul {
		margin: 0px;
	}
	
	#sidebar_menu li.closed {
		
		}
		
	#sidebar_menu li.open {
		
		}
		
	#sidebar_menu li.leaf {
		
		}
	
	#sidebar_menu ul.branch {
		
	}
	
	#sidebar_menu .branch li {
		
	}
	
	#sidebar_menu a:link, #sidebar_menu a:visited {
		color: #333;
	}
	
	#sidebar_menu a:hover, #sidebar_menu a:active {
		text-decoration: none;
	}
	
	#sidebar_menu ul li.current_page_item,
	#sidebar_menu ul li.current_page_parent,
	#sidebar_menu ul li.current_page_ancestor,
	#sidebar_menu ul li.current-cat,
	#sidebar_menu ul li.current-cat-parent {
		background: #eee url(images/sq.gif) no-repeat 6px 16px;
		padding-left: 20px;
	}
	
	#sidebar_menu ul li.current_page_item a,
	#sidebar_menu ul li.current_page_parent a,
	#sidebar_menu ul li.current_page_ancestor a,
	#sidebar_menu ul li.current-cat a,
	#sidebar_menu ul li.current-cat-parent a {
		color: #9d0c15;
	}
	
	#sidebar_menu ul li ul li.current_page_item,
	#sidebar_menu ul li ul li.current_page_parent,
	#sidebar_menu ul li ul li.current_page_ancestor,
	#sidebar_menu ul li ul li.current-cat,
	#sidebar_menu ul li ul li.current-cat-parent {
		background-position: 0px 6px;
	}
	
	#sidebar_menu ul li ul li a {
		color: #666666;
		font-weight: normal;
	}
	
	#sidebar_menu ul li ul li a:hover {
		color: #000;
	}
	
	/* slut SIDEMENU */	
		
		
		
		
		
		
		

/* Begin Post Entry Style */
	
	#column2 
		.post, 
		.entry {
			width: 100%;
			float: left;
			margin-bottom: 20px;
		}
        
    #column2
        .hentry h2 {
            margin-top: 0px;
        }
		
	
/* End Post Style */

/* Begin Comments */
	#column2 .commentlist p {
		margin: 5px 0 5px 0;
	}
	
	.comment {
		margin: 10px 0 20px 0;
	}
	
	.reply {
	}
	
	.cancel-comment-reply {
		margin: 10px 50px 10px 50px;
	} /* WP specific */
	
/* End Comments */

/* Begin footer */
	#footer .contact {
		padding-top: 50px;
		width: 100%; 
		float: right;
		text-align: center;
		}
	#footer .contact .textwidget p {
		width: 100%;
		text-align: center;
		}
/* End footer */

/* Begin Images */
	#column2 img.alignright {
		margin: 20px 0 20px 20px;
		}
		
	#column2 img.alignright:first-child {
		margin: 0 0 20px 20px;
		}
		
	#column2 img.alignright.beta {
		clear: right;
		}
		
	#column2 img.alignleft {
		margin: 20px 20px 20px 0;
		}
		
	#column2 img.alignleft:first-child {
		margin: 0 20px 20px 0;
		}
		
	#column2 img.alignleft.beta {
		clear: left;
		}
		
	#startpage_sq_1 img,
	#startpage_sq_2 img,
	#startpage_sq_3 img,
	#startpage_sq_4 img {
		margin: 20px 0 0 0;
		clear: both;
		}

	#footer img {
		margin-right: 3px;
		}
		
	#startpage_sq_1 img.alignleft {
		float: leeft;
		margin: 0 8px 0 25px;
		padding: 2px;
		border: 1px solid #aaa;
		}
		
/* End Images */



/* Captions */

/* Begin Miscellaneous Tags & Classes */
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	}

.widget-container {
	}
	
.more {
	line-height: 35px;
	}
	
#column2 .entry {
	margin-bottom: 30px;
	}
	
#meteor-slideshow,
#meteor-slideshowstartsidan-bildspel {
	margin: 0 0 10px 0;
	}
	
#meltwaterdiv {
		margin: 0 50px 10px 50px;
		/*height: 330px;*/
	}
	
#column2 .addtoany_share_save_container {
	margin: 0 50px 0 40px;
	}
	
#bigImage h2 {
	display:none;
}

#startpage_sq_2 h2 {
	display: none;
	}
	
.qtrans_language_chooser .active {
	 display: none;
	}

.qtrans_language_chooser a span {
	 margin-left: 3px;
	}
	
.qtrans_language_chooser a {
	 color: #bbb;
	}
	
.qtrans_language_chooser a:hover {
	 color: #ddd;
	 text-decoration: none;
	}
ul.qtrans_language_chooser li {
	list-style:none;
	}
	
/* End Miscellaneous Tags & Classes */