/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#bfbfbf url(images/background.jpg) top left repeat-x;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8.5pt;
	margin:20px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px dotted #A5ABAB;
	margin:15px;
	background:#f7f6f5;
	padding:0 12px 0 12px;
line-height:15px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#3333ff;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding:0;
	background:none;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#bfbfbf url(images/background.jpg) top left repeat-x;/*#DCDADB; /* old e2d5be */
  	width: 760px; 
  	height: 100px;
	color: #fff; 
	}

#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
#header img{
	padding:0px 0px 0px 0px;
	}
#logo{
	float:left;
	width: 150px;
	margin-top:10px;
	}
#nav{}
#nav ul  {
	margin-left: 400px;
	padding-left: 0;
	margin-right:0;
	white-space: nowrap;
width:50%;
	}

#nav ul  li {
	display: inline;
	list-style-type: none;
}
#nav ul li a {
	padding: 0px 15px;
	background:url(images/link_bullet.png) top left no-repeat;
	color:#000;
}
#nav ul li.icon a {padding:0 0 0 20px; margin:0; background:url(http://www.in2shape.se/wp-content/uploads/feed-icon-14x14.png) top left no-repeat;}

#search{
	margin-top:60px;
	margin-right:0px;
	float:right;
	}

/* main menu */


#menu {
	
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	font-weight:bold;
	width:400px;
	margin:50px 0 2px 217px;
	display:block;
	}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	background:url(images/left.png) left top no-repeat;
	margin: 0;
	padding:0 1px 0 6px;
}

#menu ul li a {
	padding:12px 15px 12px 9px;
	margin: 0;
	color: #fff;
	display:block;
	background:url(images/right.png) right top no-repeat;
	}
/*#menu ul li a:hover {
	background: #fff;
	color:#000;
}*/
#menu li.current_page_item a, #menu li.current_page_ancestor a{
	background:url(images/right_active.png) right top no-repeat;
	font-weight: bold;
	color:#333;
	}
#menu li.current_page_item , #menu li.current_page_ancestor{
	background:url(images/left_active.png) left top no-repeat;
	}
#sidebar li.current_page_ancestor a {
	font-weight: bold;
	background:#fff;
	color:#000;
	}

a:active{
	border:none;
	}

/* content */
#main{
	
	background:#fff url(images/topround.png) no-repeat;
	margin:0;
	display:block;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
	}

#content {
	/*background:#dedede;*/
	float: left;
	width:530px;
	overflow: hidden;
	margin:20px 10px 20px 25px;
	}
#utbud{
	vertical-align: bottom;
	width:100%;
	border-bottom:1px solid silver;
	display:inline-block;
	vertical-align:bottom;
	}
#utbud h2.utbud{
	font:normal 15pt georgia,times, serif;
	letter-spacing: .01em;
	font-weight:normal;
	color:ff6633; /*#333;*/
	float:left;
	width:100%;
	display:block;
	vertical-align:bottom;
	border:0;
	padding-bottom:5px;
	
}
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia,times, serif;
	letter-spacing: .01em;
	font-weight:normal;
	color:#ff6633; /*#333;*/
	
	border-bottom:silver 1px solid;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
.post h3{
	font:normal 10pt georgia,times, serif;
	letter-spacing: .01em;
	font-weight:bold;
	color:#ff6633; /*#333;*/
	padding-top:15px;
	border-bottom:silver 1px dotted;
	}
	

.post ul {
	list-style-type:circle;
	padding-left:30px;
	overflow:hidden;
}


.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.postinfo {
	/*border-bottom:silver 1px dotted;*/
	padding:0 0 15px;
        margin:0 0 5px;
	color:silver;
	}

/*pagemenu nav */
.subnav ul  {
	margin:0;
	padding:0;
	padding-left:0;
	overflow:visible;
	}

.subnav ul  li  {
	list-style-type: none;
	float:left;
	margin: 0;
	padding:0 1px 0 6px;
}
.subnav ul li a  {
	padding:5px 15px 2px 5px;
	margin: 0;
	color: #333;
	display:block;
	font-weight:bold;
}
.subnav ul li.current_page_item a  {
	background:url(images/subnav_right.png) right top no-repeat;
	font-weight: bold;
	color:#000;
	}
.subnav ul li.current_page_item  {
	background:url(images/subnav_left.png) left top no-repeat;
	}
	
/* end pagemenu nav */

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:180px;
	float:right;
	margin-top:14px;
	padding-bottom: 50px;
	/*border-left: 1px solid #ddd;*/
	}

#sidebar h2{
	font:normal 10pt georgia,times, serif;
	color: #ff6633;	
	margin: 14px 0 14px 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: .04em;
	border-bottom: 1px silver dotted;
	width:120px;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {
	padding:0 15px 0 15px; 
	margin: 0;
	}

#sidebar ul {
	margin:12px 0 0 0;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	
	}

#sidebar ul ul {
	margin:0;
	padding:0;
	border-bottom:silver 1px solid;
	border-top:silver 1px solid;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* Schema style */
.schemamain {
	width:98%;
	padding-left:5px;
margin-left:2px;
line-height:10pt;
border:1px solid white;
	}
.schematop {
	font-weight: bold;
	color: black;
	}
.schemaeven {
	font-weight: normal;
	color: black;
	background-color: #EAEAEA;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
border:1px solid white;
}
.schemaodd {
	font-weight: normal;
	color: black;
	background-color: #F4F4F4;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
border:1px solid white;

}
.schemastyle1 {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	background-color: #EAEAEA;	
	text-align:left;
margin-left:2px;
}
/* end schema styles */

/* crew listing */
#crew {
	width:100%;
	border:none;
	display:block;
}
#crew .card {
	width:30%;
	height:200px;
	border: 1px dotted #cccccc;
	display:inline-block;
	margin:0 12px 10px 0;
}
#crew .card img{
	border:none;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:5%;
}
#crew .card p.person{
	font-weight:bold;
	border:none;
	text-align:center;
	line-height:0;
}
#crew .card p.description{
	font-style:italic;
	text-align:center;
}

/*end crew listing */

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid silver;
	background:rgba(255,255,255,.4);
	}

	
	
/* misc */
.post img{
	border:1px dotted silver;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#333;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

