/*
Theme Name: Arena evenemang 2008
Theme URI: http://informo.se/
Description: Tema för Arena Evenemang & Catering
Version: 1.0
Author: David Vrensk
Author URI: http://vrensk.com/
*/

body {
	margin: 0;
	padding: 0;
	font: 12px/1.6 "Trebuchet MS", Helvetica, Verdana, sans-serif;
	color: #333;
}
#masthead {
	
}
#nav {
	background-color: #4d4d4d;
	float: left;
	width: 100%;
	padding-bottom: 4px;
}
#nav ul {
	width: 840px;
	margin: 4px auto;
	padding: 0;
}
#nav ul li {
	float: left;
	list-style-type: none;
	padding: 2px 10px;
	border-left: 1px solid #ccc;
}
#nav ul li.first {
	border-left: none;
}
#nav a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 3px;
}
#nav a:hover, #nav a:active {
	background-color: #fff;
	color: #333;
}
/*
#header {
	background: #000 url(images/header.png) repeat-x top center;
	clear: both;
	height: 300px;
}
*/
#logo {
	margin: 0 auto;
	width: 840px;
	position: relative;
}
#logo a {
	position: relative;
	top: 24px;
	left: 11px;
}
/* ======== */
/* = Main = */
/* ======== */
#main {
	clear: both;
	width: 840px;
	margin: 0 auto;
	padding: 15px 0 2em;
}
div.clear {
	clear: both;
}
/* =============== */
/* = Left column = */
/* =============== */
#menu {
	float: left;
	width: 168px;
	line-height: 1.2;
}
#menu ul {
	padding: 0;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}
#menu ul ul {
	margin: 0;
	display: none;
	text-transform: none;
}
#menu li.current_page_item ul, #menu li.current_page_ancestor ul {
	display: block;
}
#menu li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 1px 0 2px;
}
#menu li li {
	border-bottom: none;
}
#menu li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #333;
}
#menu li li a, #menu li.current_page_item li a {
	padding-left: 1.5em;
	background: transparent url(images/menu-submenu-pointer.png) no-repeat  3% 50%;
	color: #333;
}
#menu li a:hover, #menu li.current_page_item a, #menu li.current_page_item li a:hover {
	background: transparent url(images/menu-hover-bg.png) repeat-y  center left;
	color: #fff;
}

/* =========== */
/* = Content = */
/* =========== */
#content {
	float: left;
	width: 450px;
	padding: 0 0px 0 24px;
	font-size: 14px;
	font-family: Georgia, serif;
}
#content h1, #content h2, #content h3, #content h4 {
	color: #fff;
	font: normal normal normal 20px/1.2 "Trebuchet MS", Verdana, sans-serif;
	background: #333 url(images/h1-bg.png) repeat-y top left;
	padding: 6px 9px 4px;
}
#content h1 { margin-top: 0; }
#content h2 { font-size: 16px; }
#content h3 { font-size: 14px; }
#content h4 { font-size: 12px; }
.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}
.alignright {
	float: right;
	padding: 0 0 10px 10px;
}
#content blockquote {
	color: #666;
	font-style: italic;
}
#content a {
	color: #600;
}
#content h2 a {
	color: #fff;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}

/* ================ */
/* = Right column = */
/* ================ */
#teasers {
	float: right;
	width: 149px;
	padding-right: 25px;
	line-height: 1.6;
	font-size: 11px;
}
#teasers h1, #teasers h2, #teasers h3, #teasers h4 {
	line-height: inherit;
}
#teasers h2 {
	color: #fff;
	background: #333 url(images/h2-teaser-bg.png) repeat-y top left;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2;
	padding: 6px 9px 4px;
	letter-spacing: 1px;
	margin-top: 0;
}
#teasers h3, #teasers h3 a {
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	margin: 1em 0 0 0;
}
#teasers p, #teasers p a {
	font-family: Georgia, serif;
	margin: 0;
	color: #666;
}
#teasers .archive-link {
	border-top: 1px solid #999;
	color: #999;
	margin: .3em 0;
	padding: .2em 0;
}
#teasers .archive-link a {
	color: #999;
}
#teasers a, #teasers a:link, #teasers a:visited {
	color: inherit;
}
#teasers a:hover, #teasers a:active {
	color: #600;
	text-decoration: underline;
}

/* ========== */
/* = Footer = */
/* ========== */
#footer {
	float: left;
	width: 100%;
	clear: both;
	background: #333 url(images/footer.png) repeat-x  top center;
	padding-bottom: 40px;
	color: #fff;
}
#footer .wrapper {
	width: 840px;
	margin: 0 auto;
}
#footer address {
	font-style: normal;
	padding-top: 14px;
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	color: #999;
	border: 1px solid #333;
	border-width: 1px 0;
	padding: 5px 0;
	width: 60%;
}
/* ============== */
/* = Typography = */
/* ============== */
a, a:link, a:visited {
	text-decoration: none;
	/*	Funkar inte i IE*/
	color: inherit;
}
a img {
	border: none;
}

/* ====================== */
/* = WordPress specials = */
/* ====================== */
div.post {
	clear: both;
}
.entry div.wp-caption.alignleft a:hover, .entry div.wp-caption.alignright a:hover {
	border: none;
}

