html{
	height:100%;
	max-height: 100%;
	overflow-y: scroll;
}

*{margin:0; padding:0;}

body{
	height:100%;
	width:100%;
	max-width:100%;
	padding:0;
	margin:0;
	border:0;
	text-align: center;
	font: normal 12px 'arial';
	background: black url('http://stockholmclassic.se/img/bg_rosor_inner_ny.jpg') repeat-y center top;
	text-align: center;
}
#outer{
	min-height: 100%;
	padding: 0;
	margin: 0;
	background: transparent url('http://stockholmclassic.se/img/bg_ny_top_inner2.jpg') no-repeat center top;
	border: 0px solid red;
}
* html #outer{
	height: 100%;
	padding: 0;
	margin: 0;
	background: transparent url('http://stockholmclassic.se/img/bg_ny_top_inner2.jpg') no-repeat center top;
	border: 0px solid red;
}
#container{
	position: relative;
	min-height:100%;
	height: 100%;
	top: 0px;
	width: 800px;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid green;
}
/* header */

#header {
	background: transparent url('') no-repeat center top;
  	width: 800px; 
  	height: 160px;
	color: #000; 
	border: 0px solid yellow;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


h2{
	font: small-caps 18px times;
	color:#333;
	padding: 0;
	margin:0;	
	}
h4{
	font:small-caps 14px times;
	color:#333;
	padding: 0;
	margin:0;	
	}
/* main menu */


#menu {
	font: bold small-caps 12px 'times new roman';
	padding: 125px 0 0 0;
	border: 0px solid red;
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: center;
	border: 0px solid red;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	padding: 0;
	margin: 0;
	color: #000;
}

#menu ul li a:hover {
	color:#ccc;
	text-decoration: none;
}

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 solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

/* content */


#content {
	float: right;
	height: 100%;
	padding: 10px 33px 60px 0;
	width: 560px;
	overflow: auto;
	margin:5px;
	border: 0px solid red;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font: bold small-caps 18px 'times new roman';
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.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;}



/* sidebar */

#sidebar {
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	min-height:100%;
	height: 100%;
	padding: 15px 10px 55px 35px;
	width:143px;
	float:left;
	margin: 0;
	border: 0px solid red;
	text-align: left;
	}
#sidebar p{
	line-height: 1.4em;
}
#sidebar h2{
	line-height: 1.4em;
	font-weight: bold;
	font-size: 11px;
}
#sidebar ul li{
	list-style-type: none;
	font:small-caps 14px times;
}
#sidebar hr{
	margin: 6px 0 6px 0;
}

/* 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:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

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{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	font: normal small-caps 12px 'times new roman';
}
#center_footer { 
	text-align: center;
	width: 800px;	
	margin: 0 auto;
	height: 57px;
	background: transparent url('http://stockholmclassic.se/img/foot_bg.jpg') no-repeat fixed bottom;
}
#footer_text{
	padding-top: 6px;
	line-height: 0.9em;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
	
#footer p{padding:14px 0;margin: 0; color: #000; text-align:center;}
#footer a{color: #000;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/**********Lasse extras*********************/
.left{
	width: 100%;
	text-align: left;
}
#multi{
	border: 0px solid red; 
	background: transparent; 
	display: none; 
	opacity: 0.9999;
	padding: 0px;
	margin: 0px;
}
/******************sidor**************/
.the-shop{
	background: transparent url('http://stockholmclassic.se/img/the-shop.jpg') no-repeat center top;
	border: 0px solid red;
}
.the-shop img{
	border: 1px solid #000;
}
.galleries{
	background: transparent url('http://stockholmclassic.se/img/gallery.jpg') no-repeat center top;
	border: 0px solid red;
}
.about{
	background: transparent url('http://stockholmclassic.se/img/about.jpg') no-repeat center top;
	height: 500px;
	border: 0px solid red;
}
.after-care{
	background: transparent url('http://stockholmclassic.se/img/after-care.jpg') no-repeat center top;
	height: 500px;
}
.links{
	background: transparent url('http://stockholmclassic.se/img/links.jpg') no-repeat center top;
	min-height: 400px;
}
.links h4{
	margin: 3px 0 0px 0;
}
.contact{
	background: transparent url('http://stockholmclassic.se/img/contact.jpg') no-repeat center top;
	min-height: 400px;
}
.max{
	background: transparent url('http://stockholmclassic.se/img/max_stor.jpg') no-repeat left 20px;
	min-height: 500px;
}
.johan{
	background: transparent url('http://stockholmclassic.se/img/johan_stor.jpg') no-repeat left 20px;
	min-height: 500px;
}
.ian{
	background: transparent url('http://stockholmclassic.se/img/ian_stor.jpg') no-repeat left 20px;
	min-height: 500px;
}
.guest{
	background: transparent url('http://stockholmclassic.se/img/guest_stor.jpg') no-repeat left 20px;
	min-height: 500px;
}
.news{
	font:small-caps 14px times;
}
#links{
	float: left;
	clear: both;
	width: 100%;
	line-height: 1em;
	font-size: 11px;
	text-align: left;
	margin: 0;
	border: 0px solid green;
}
#gallery_intro_holder{
	border: 0px solid red;
}
#gallery_intro{
	float: left;
	width: 200px;
	line-height: 1em;
	font-size: 11px;
	text-align: left;
	margin: 5px;
	border: 0px solid green;
}
#gallery_intro a:hover{
	color:#333;
	text-decoration: none;
}
#gallery_intro img{
	float: left;
	margin: 0;
	padding: 2px;
}
.directions{
	font-weight: bold;
}
#open_hours{
	position: relative;
	margin: 0 auto;
	width: 250px;
	overflow:auto;
	padding: 3px;
}
#open_hours h4{
	border-bottom: 1px solid black;
}
.day{
	display: block;
	float: left;
	clear: left;
	font-weight:bold;
}
.time{
	display: block;
	float: right;
	clear: right;
	color:red;
}
.spacer{
	clear: both;
	height: 50px;
}
/*---------------------old galleri---------------*/

.gallery_text{
	float: right;
	font-weight: bold; 
	text-align: right;
	width: 250px;
	padding: 10px 0 0 0;
}
#loadarea{ 
	float: left;
	margin: 0;
	padding: 0;
}
#loadarea img{
	border: 6px solid #fff; 
}
.loadarea_inner{
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border:1px solid #000;
}
#img_clear{
	margin: 3px 0 0 0;
	width: 124px;
	text-align: center;
	border:1px solid black;
}
#gallery_thumbholder{
	margin: 20px 0;
	border: 0px solid #000;

}
/*-------------lightbox-------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://stockholmclassic.se/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://stockholmclassic.se/img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*-------------stat smiley remove-------------*/
img#wpstats{display:none}