﻿/*
Theme Name: Exempel
Theme URI: http://www.mediaanalys.se
Description: Exempel without styles
Version: 1.0
Author: MA
Author URI: http://mediaanalys.se
Tags: none
*/

* {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

img.alignright {
	float: right;
	margin-left: 20px;
}

div.alignright {
	float: right;
	margin-left: 20px;
}

div.wp-caption {
	text-align: center;
	font: normal 12px Verdana;
	/*border-bottom: 1px solid #ccc;*/
	font-style: italic;
	color: #777;
}

body {
	background: #eef0f0 url('images/bkg.jpg') repeat-x;
}

h1 {
	font: normal 20px Arial;
	color: #2984AA;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	color: #777;
	font: normal 17px Georgia;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

#top {
	background: #fff url('images/logo.jpg') no-repeat;
	width: 790px;
	height: 30px;
	margin: 0px auto 5px auto;
	padding-top: 38px;
}

#container {
	width: 790px;
	margin: 0 auto;
	background: #fff;
	padding-top: 5px;
	font: normal 12px/1.5 Verdana;
	color: #333;
}

#outside {
	width: 892px;
	margin: 0 auto;
}

#outside_center {
	background: #fff;
	float: left;
	width: 788px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #abb9c2;
}

#outside_left {
	background: blue url('images/bkg-left-shadow.jpg') no-repeat;
	float: left;
	width: 46px;
	height: 405px;
}
#outside_right {
	background: blue url('images/bkg-right-shadow.jpg') no-repeat;
	float: left;
	width: 46px;
	height: 405px;
}

#slider li {
	list-style: none;
}

#content {
	padding: 40px 40px 40px 40px;
	width: 490px;
	float: left;
}
	#wide-content {
		padding: 40px 40px 40px 40px;
	}
	#content a, #wide-content a {
		color: #2984AA;
		text-decoration: none;
	}
		#content a:hover, #wide-content a:hover {
			color: #174E67;
		}
	#content ul {
		margin-bottom: 10px;
	}
	#content li, #wide-content li {
		margin-left: 15px;
	}

#sidebar {
	width: 200px;
	float: left;
	margin: 40px 0 40px 20px;
}
	#sidebar h3 {
		font: normal 14px Arial;
		text-transform: uppercase;
		color: #2984AA;
		margin-bottom: 10px;
	}
	#sidebar ul {
		border-top: 1px dotted #ccc;
		background: url('images/sidebar-bkg.gif') repeat-y right;
	}
		#sidebar li {
			list-style: none;
		}
			#sidebar li a {
				display: block;
				border-bottom: 1px dotted #ccc;
				border-right: 1px solid #ccc;
				line-height: 32px;
				padding: 0 5px 0 5px;
				color: #333;
				text-decoration: none;
			}
				#sidebar li a:hover {
					background: url('images/sidebar-bkg-hover.gif') repeat-y right;
					border-right: 1px solid #94bdd1;
				}
			#sidebar li.current_page_item a {
				border-right: none;
				background: #fff;
				color: #2984AA;
			}
		#sidebar h2 {
			font: normal 18px Arial;
			color: #333;
			margin-bottom: 5px;
		}
#news {
	width: 200px;
	float: right;
	margin: 40px 20px 40px 0px;
	background: url('images/sidebar-news.jpg') no-repeat;
	padding: 0 0px 10px 0px;
}
	#news h3 {
		color: #fff;
		font: bold 12px Arial;
		background: #8595a2;
		margin: 2px 2px 2px 2px;
		padding: 5px;
	}
	.news-post {
		font: normal 11px/15px Verdana;
		padding: 10px 0 0 0;
		color: #555;
		border-bottom: 1px solid #a3b1bc;
		margin: 0 10px 0 10px;
	}
	
	.news-post small {
		color: #777;
	}
	
	.news-post h2 {
		text-transform: uppercase;
		font: bold 12px/18px Arial;
	}
		.news-post h2 a {
			color: #51657F;
			text-decoration: none;
			display: block;
		}
		.news-post h2 a:hover {
			text-decoration: underline;
		}
		.news-post .readmore {
			float: right;
		}
		.news-post .readmore a {
			color: #51657F;
			text-decoration: none;
		}
		.news-post .readmore a:hover {
			text-decoration: underline;
		}
		
#topmenu {
	
}

#topmenu ul {
	margin-right: 10px;
}
	#topmenu li {
		list-style: none;
		float: right;
	}
		#topmenu li a {
			font: normal 12px/22px Arial;
			background: #fff url('images/topmenu-bkg.gif');
			display: block;
			border: 1px solid #fff;
			color: #333;
			text-decoration: none;
			margin-left: 3px;
			padding: 3px 7px 3px 7px;
			
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;

			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
		}
		
		#topmenu li.current_page_item a, #topmenu li.current_page_ancestor a {
			background: #eee;
		}
		
		#topmenu li a:hover {
			background: #fff;
		}
#slideshow {
	width: 790px;
	height: 180px;
	background: #ccc;
	margin: 0 auto;
}

.clear {
	float: none;
	clear: both;
}

#footer {
	background: url('images/bottom-top.jpg') no-repeat top;
	padding: 15px 40px 10px 40px;
}

#footer table {
	width: 100%;
}

#footer th {
	font: bold 10px Verdana;
	color: #003146;
	text-align: left;
}

#footer td {
	width: 20%;
	font: normal 10px Verdana;
	color: #003146;
	vertical-align: top;
}
	#footer td a {
		color: #2984aa;
		text-decoration: none;
	}
		#footer td a:hover {
			text-decoration: underline;
		}

#bottom {
	background: url('images/bkg-bottom-shadow.jpg') no-repeat;
	margin: 0 auto;
	width: 743px;
	height: 30px;
}

#lang {
	width: 780px;
	padding: 5px 0 0 0;
}
	#lang li {
		float: left;
		list-style: none;
		float: right;
		padding-left: 5px;
	}

#contactform {
	width: 300px;
}
	
#contactform input, #contactform textarea, #contactform select {
	border: 1px solid #ccc;
	padding: 3px;
	font: normal 12px Verdana;
	color: #333;
	width: 300px;
}
#contactform input:hover, #contactform textarea:hover, #contactform select:hover {
	background: #ffffe5;
}
#contactform p {
	
}
#contactform p#submitter input {
	background: #557990;
	border: none;
	color: #fff;
	text-transform: uppercase;
	width: auto;
	font: normal 11px Arial;
	padding: 5px;
}
	#contactform p#submitter input:hover {
		background: #478FBB;
		cursor: pointer;
	}