/*
Theme Name: BL-Kliniken
Theme URI: http://wordpress.org/
Description: Tema speciellt framtaget till BL-Kliniken
Version: 1.0
Author: MediaAnalys
Author URI: http://www.mediaanalys.se

*/

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: -1px;}
}

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

/* @group Fixes */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
	font-size: 62.5%; /* 1em = 10px */
}

.clear {
	clear: both;
}

:link,:visited {
	text-decoration: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

h1,h2, h4, h5, h6, p, blockquote,
 ul, ol, dl, address {
    margin-bottom: 0.5em;
 /*reset margin */
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

img {
	border-style: none;
}

blockquote {
	margin-left: 2em;
}

p {
	margin-bottom: 1em;
	text-align: left;
}

h1, h2, h3, h4 {
	text-align: left;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-bottom:4px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2 em;

}

a:link, a:visited {
	color: #666;
}

a:hover, a:active {
	color: #000;
}

th, td, li, li li, li p, td p, blockquote p {
	font-size: 1.0em;
}
/* @end */

body {
	background: #eee url('images/bg_body.gif');
	background-repeat: repeat-y;
	background-position: center;
}

#top, #container, #footer {
	width: 770px;
	margin: 0 auto 0 auto;
}

#top {
	height: 95px;
	padding: 15px 30px 30px 15px;
}
	#logo a {
		display: block;
		height: 164px;
	}
	
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0080b9;
	width: 740px;
	padding: 6px 15px 6px 15px;
	font-size: 1.3em;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

		
	#sidebar a {
		text-decoration:none;
	}

#wrapper {
	clear:both;
}
	
#content {
	padding:30px 20px 100px 30px;
	margin:0;
}

	#content p {
		font-family: Verdana,Arial,Helvetica,sans-serif ;
		font-size: 1.0em;
		margin-bottom: 10px;
	}
	
	#content p  a:hover{
		color: #6b94ad;
	}
	
	#content ul {
		font-size: 1.0em;
	}
	
	#content li {
		list-style: disc inside;
		font-size: 1.0em;
	}
	
	#content table {
		font-size:1.0em;
	}
	
#footer {
	height:60px;
	background-color: #666;
	padding: 20px 0 40px 0;
	float: none;
	clear: both;
}
	
#footer p, #footer p{
	font: normal 0.9em/1.8em Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	color: #fff;
}

.clear {
	float: none;
	clear: both;
}

/* Begin Images */
p img {
	padding: 4px;
	max-width: 100%;
	border:1px solid #ccc;
	margin: 0 5px 0 5px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: block;
	float:right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 8px 6px;
	display: block;
	float:left;
	}
	
.wp-caption	{
	padding: 4px;
	max-width: 100%;
	border:1px solid #ccc;
	margin: 5px;
	text-align: center;
	}

.wp-caption	p {
	text-align: center;
}	

.wp-caption img {
	margin: 0 auto;
	display: block;
}
	
.alignright {
	float: right;
	clear: both;
	position:relative;
	}

.alignleft {
	float: left;
	}
/* End Images */

/** MENY **/
#sidebar li{
	background: url('images/menu_btn.gif');
	background-repeat: no-repeat;
	padding: 0 2px 0 2px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}

#sidebar li a {
	color: #fff;
}

#sidebar li ul {
	margin: 5px 0 5px 0;
}

#sidebar li li{
	background:none;
	padding: 0;
	font: normal 0.9em/1.1em Verdana,Arial,Helvetica,sans-serif;
}


#sidebar li:after{
	content: " | ";
	color: #fff;
}

#sidebar li a:hover{
	color: #ccc;
}

/**FORMULÄR **/
input,textarea {
	border:1px solid #ccc;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
}

.text_field {
	background-image: url("images/bg_input.gif");
	background-repeat: repeat-x;
	padding:4px;
}

