/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

body{
	margin:0;
	color:#231f20;
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#fff;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#231f20;
}
a:hover{text-decoration:underline;}

/*input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}*/
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#page{
	margin:0 auto;
	width: 970px;
}
#header{
	overflow: hidden;
	height: 1%;
	padding: 98px 0 37px;
	margin-bottom:20px;
	background: url(images/bg-header.gif) no-repeat;
	background-color: #7fe3fd;
}
#header div{
	overflow: hidden;
	height: 1%;
	padding-bottom: 7px;
}
#header h1{
	margin: 0 0 0 171px;
	overflow: hidden;
	text-indent: -9999px;
	width: 232px;
	float: left;
	display: inline;
}
#header h1 a{
	display: block;
	height: 35px;
	background: url(images/logo.gif) no-repeat;
}
.swedish, .english{
	float: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	/*background: url(images/flag.gif) no-repeat 50% 0;*/
	margin: 18px 10px 0 0;
	display: inline;
	padding-top: 21px;
}
.swedish{
	background: url(images/swedishflag.gif) no-repeat 50% 0;
}
.english{
	background: url(images/flag.gif) no-repeat 50% 0;
}

/*mainmenu*/
#nav{
	height: 1%;
	position: relative;
	padding: 0 0 0 13px;
	list-style: none;
	margin: 0;
	background: url(images/bg-nav.gif) no-repeat;
}
#nav:after{
	clear: both;
	display: block;
	content: "";
}
#nav li{
	float: left;
	padding: 1px 1px 0 0;
}
#nav a{
	float: left;
	font: bold 10px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 15px 7px;
}
#nav a.long{
	padding-top: 4px;
}
/*#nav a:hover,*/
#nav .current_page_parent a,  #nav .current_page_ancestor a{
	color: #383838;
	background: #7fe3fd;
	text-decoration: none;
}

#nav .current_page_item a{
	color: #383838;
	background: #7fe3fd;
	text-decoration: underline;
}

#nav .current_page_item ul li a{
	text-decoration:none;
}



#nav .current_page_item ul, #nav .current_page_parent ul,  #nav .current_page_ancestor ul{
	display: block;
}

#nav ul{
	padding: 9px 0 10px;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 42px;
	left: 0;
	width: 970px;
	background: #7fe3fd;
	display: none;
}
#nav ul li{
	/*display: inline;
	float: none;
	float:left;*/
	padding-left: 29px;
}
#nav ul a{
	/*float: none;*/
	color: #000;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}
#nav ul a:hover{
	text-decoration: underline;
}

/*submenu*/
/*#subnav{
	position: relative;
	margin:0;
	padding: 0 0 0 13px;
	list-style: none;
	height:38px;
	background: #7fe3fd;
}
#subnav:after{
	clear: both;
	display: block;
	content: "";
}
#subnav li{
	float: left;
	padding: 1px 1px 0 0;
}
#subnav a{
	float: left;
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 12px 15px 7px;
}

#subnav a:hover,
#subnav .current_page_item a{
	color: #383838;
	background: #7fe3fd;
	text-decoration: none;
	text-decoration:underline;
}
*/

#content{
	overflow: hidden;
	height: 1%;
	padding-bottom: 50px;
}
.main-content{
	float: left;
	overflow: hidden;
	width: 621px;
}
.main-content img{
	display: block;
}
.main-content .holder{
	overflow: hidden;
	height: 1%;
	/*border-bottom: 1px solid #cecfcf;*/
	padding: 30px 0 12px;
}
.main-content .top-holder{
	padding: 0px 0 16px;
}
.main-content .holder img{
	float: left;
	margin-bottom:10px;
	margin-right:8px;
}
	.main-content .holder img.alignnone{
		float: none;
	}

.main-content .holder .txt{
	float: right;
	width: 398px;
	padding-top: 10px;
}
.main-content .holder p{
	clear:both;
	margin-bottom:10px;
}
.inner-content .holder .txt{
	width: 404px;
}
.main-content .holder h2,
.main-content .double h3,
.main-content .holder fieldset h3,
.main-content .holder #searchresult_div h3{
	float: left;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #231f20;
	background: #7fe3fd;
	line-height: 21px;
	padding: 0 12px 0 1px;
}

.main-content .holder h2 a,
.main-content .double h3 a,
.main-content .holder fieldset h3 a{
	color: #231f20;
}

.main-content #search h3 a{
	color: #58b7dd;
	font-size: 14px;
}

.main-content .holder .title{
	overflow: hidden;
	height: 1%;
	padding-bottom: 8px;
}
.inner-content .holder .title{
	padding-bottom: 6px;
}
.main-content .holder fieldset h3{
	line-height: 19px;
}
.main-content .double h3{
	line-height: 22px;
	padding-right: 7px;
}
.main-content .double .title{
	padding: 20px 0 6px;
}
.main-content .holder p{
	margin: 0;
}
.main-content .holder a{
	color: #58b7dd;
}
.container{
	overflow: hidden;
	margin-left: 0px;
	width: 621px;
	padding-top: 39px;
}
.container #table_home_bottom td{
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	color: #000;
}
.container #table_home_bottom td img{
	border: 3px solid #7fe3fd;
}
.container #table_home_bottom td h3, .main-content table td h3{
	margin: 10px 0 0px;
	background: #7fe3fd;
	font-size: 18px;
	font-weight:normal;
	line-height: 16px;
	padding: 0 4px 0 1px;
	color: #000;
	float:left;
	margin-bottom:5px;
	padding:3px 0px;
}

/*box-film-result*/
.box-film-result{
	position:relative;
	width:621px;
	padding-bottom:10px;
	margin-top:40px;
}
.main-content .holder .box-film-result p.time{
	float: left;
	background-color: #7fe3fd;
	padding:1px;
	margin-bottom:2px;
	font-weight:bold;
}
.box-film-result .box-img-result{
	position:relative;
	float: left;
	margin-bottom:3px;
	margin-right:15px;
}
.box-film-result div.box-p-result p{
	clear:none;
	float:none;
}
.box-film-result h3.box-title-result{
	float: left;
	margin:0px;
	padding:0px;
	font-size: 18px;
	font-weight: normal;
	color: #231f20;
	background: #7fe3fd;
	line-height: 21px;
	text-transform:uppercase;
}
.box-film-result .box-title-result{
	overflow: hidden;
	/*height: 1%;
	padding-bottom: 0px;*/
}
.box-film-result .box-title-result{
	/*padding-bottom: 0px;*/
}
/*slut box-film-result*/


/*.container .box{
	float: left;
	width: 140px;
	padding-left: 20px;
}
.container .box img{
	border: 3px solid #7fe3fd;
}
.container .box h3{
	margin: 13px 0 8px;
	background: #7fe3fd;
	font-size: 14px;
	line-height: 16px;
	padding: 0 4px 0 1px;
	color: #000;
	float: left;
}
.container .box p{
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	clear: both;
}*/
/* inner-content start*/
.inner-content .holder{
	padding: 38px 0 16px;
}
.inner-content .holder img{
	padding: 0;
}
.inner-content .holder .txt{
	padding-top: 0;
}
.main-content .double{
	padding: 0 0 16px;
}
.double .box{
	float: left;
	width: 298px;
}
.double .right{
	float: right;
}
.main-content .double img{
	float: none;
}
.main-content .double h3 a{
	color: #000;
	background: url(images/arrow.gif) no-repeat 100% 7px;
	padding-right: 33px;
}
.main-content .holder fieldset{
	padding: 2px 0 0 217px;
}
.main-content .holder fieldset .form-holder{
	overflow: hidden;
	height: 1%;
	clear: both;
	padding: 6px 0 3px 4px;
}
.main-content .holder select{
	color: #404041;
	font-size: 10px;
	width: 117px;
	float: left;
}
/*.main-content .holder input{
	float: left;
	margin-left: 0px;
	margin-bottom:10px;
	display: inline;
}*/
.main-content .holder .post{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #cecfcf;
}

.main-content .holder .post p.time{
	float: left;
	background-color: #7fe3fd;
	padding:1px;
	margin-bottom:2px;
	font-weight:bold;
}
/* inner-content end*/
.side-bar{
	float: right;
	width: 280px;
}
.form{
	border: 1px solid #000;
	background: #000 url(images/bg-form.gif) no-repeat;
	padding: 19px 26px 16px 18px;
	overflow: hidden;
	height: 1%;
}
.form label{
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.form div{
	overflow: hidden;
	height: 1%;
	margin: -6px 0 7px;
}
.form input{
	float: right;
}
.form input.txt{
	float: left;
	width: 171px;
	padding: 1px 5px;
	background: #fff;
	border: 1px solid #d5d6d7;
	border-width: 0 0 1px;
	font-size: 12px;
	color: #000;
	margin-top: 8px;
}
.side-bar #puff_container{
	margin:0px;
	padding:0px;
	padding: 20px 0 0;
	
}
.side-bar #puff_container p{
	margin:0px;
	padding:0px;
	padding-bottom: 20px;
}
/*.side-bar ul img,
.side-bar ul a{
	display: block;
}*/

/*mailpress*/
#mailpress, #MailPress, #mp-contianer, #mp-formdiv, #mp-message, #mp-loading, #mp-form{margin:0px; padding:0px;}
#mp-form{margin-top:1px;}
#mp-message{margin-top:-10px; height:20px; border:#FFFFFF 1px solid; background-color:#7fe3fd; width:230px; padding-left:2px; padding-right:2px;}
#mp-loading{margin-top:-10px; height:20px;}
#mp-message .error{color: #000000; font-size:10px; font-weight:bold;}
#mp-message .success{color:#000000; font-size:10px; font-weight:bold;}

/*the-excerpt-reloaded*/
.more-link{}

/*sökformulär*/
#searchresult_div {position:relative; margin:0px; padding:0px;}
#searchresult_form {margin:0px; padding:0px; clear:both;}
#searchresult_form .searchform_input {margin:0px; padding:0px; margin-right:10px;}
#searchresult_table {margin:0px; padding:0px;}


/*sökresultat*/
/*#searchresult-table{width:621px; padding-bottom:10px; margin-top:40px; border-bottom: 1px solid #cecfcf;}
#searchresult-table td{vertical-align:top;}
#searchresult-table td.img-container{width:220px;}
#searchresult-table td.text-container{width:401px;}*/

/*share this*/
.sharethis{margin-top:10px; padding-bottom:10px;}

.clear{clear:both; padding-bottom:10px; border-bottom: 1px solid #cecfcf;}

#newsfeed{
	height:220px;
	margin-bottom:10px;
}