/*
Theme Name: Base
Theme URI: http://mediaanalys.se
Description: MediaAnalys webbplats
Version: 1.0
Author: MediaAnalys
Author URI: http://www.mediaanalys.se
Tags: blue, custom header, fixed width, two columns, widgets

*/

* {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	font-family: Arial;
	text-decoration: none;
}

body {
	background: #dddddd;
}

h1 {
	font-size: 24px;
	color: #0066cc;
	font-style: italic;
	margin-bottom: 10px;
}

h2 {
	color: #555;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

.address {
	width: 264px;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

#content .entry .address p {
	padding: 0;
	margin: 0;
}

#content .entry .address h2 {
	
}

#content .entry .address h3 {
	color: #555;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#page {
	width: 900px;
	margin: 0 auto 0 auto;
	background: #fff;
}

#header {
	height: 170px;
	border-bottom: 1px solid #bababa;
	padding-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

#header #logo {
	width: 278px;
	float: left;
}

#header #logo a {
	background: url('images/logga.gif');
	display: block;
	height: 143px;
	width: 178px;
}

#header #quote {
	float: left;
	width: 224px;
	height: 50px;
	padding-top: 70px;
	text-align: center;
	font-style: italic;
	color: #555;
}

#header #quote p {
	font-size: 14px;
}

#header #logo2 {
	height: 123px;
	padding-top: 20px;
	
	
	width: 338px;
	float: left;
}

#header #logo2 img {
	float: right;
}

#sidebar {
	width: 210px;
	float: left;
	padding: 30px;
	padding-top: 20px;
	padding-left: 20px;
}

#sidebar li a {
	font-size: 14px;
	color: #0066cc;
	font-style: italic;
	display: block;
	line-height: 22px;
	
	border: 1px solid #fff;
	padding-left: 10px;
}

#sidebar li.current_page_item a {
	background: url('images/arrow.gif') no-repeat 2px center;
}

#sidebar a:hover {
	border: 1px solid #cce0f5;
}

#sidebar ul.qtrans_language_chooser {
	margin-left: 10px;
	margin-top: 10px;
}

#sidebar ul.qtrans_language_chooser li {
	float: left;
}

#sidebar ul.qtrans_language_chooser li a {
	width: 10px;
	
}

#sidebar ul.qtrans_language_chooser li.active a.qtrans_flag_en {
	background: url('images/en.gif') center no-repeat;
	width: 40px;
	height: 20px;
	padding: 0;
	padding: 2px;
}

#sidebar ul.qtrans_language_chooser li a.qtrans_flag_en {
	background: url('images/en_hidden.gif') center no-repeat;
	width: 40px;
	height: 20px;
	padding: 0;
	padding: 2px;
}

#sidebar ul.qtrans_language_chooser li a.qtrans_flag_se {
	background: url('images/se_hidden.gif') center no-repeat;
	width: 40px;
	height: 20px;
	padding: 0;
	padding: 2px;
}

#sidebar ul.qtrans_language_chooser li.active a.qtrans_flag_se {
	background: url('images/se.gif') center no-repeat;
	width: 40px;
	height: 20px;
	padding: 0;
	padding: 2px;
}

#shadow {
	background: url('images/main_bkg.gif') repeat-y;
	width: 920px;
	margin: 0 auto 0 auto;
}

#content {
	width: 549px;
	padding: 30px;
	padding-top: 20px;
	float: left;
	border-right: 1px solid #bababa;
	
}

#content ul {
	margin-bottom: 20px;
}

#content ul.pdf li {
	list-style: none;
	background: url('images/pdficon_small.gif') no-repeat;
}

#content ul.pdf li a {
	padding-left: 22px;
	line-height: 24px;
}

#content ul li {
	color: #555;
	list-style-type: disc;
	list-style: inside;
	line-height: 18px;
}

#content img.alignleft {
	float: left;
	display: block;
	border: 1px solid #ccc;
	margin-right: 4px;
	padding: 5px;
}

#content img.alignright {
	float: right;
	display: block;
}

#content a {
	color: #0066cc;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	margin-bottom: 10px;
	color: #555;
	line-height: 18px;
}

p.edit a {
	color: #0066cc;
	margin-top: 10px;
	display: block;
}

#footer {
	background: #5b5b5b;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

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