/**
 * Theme Name: Pop Dakar
 * Theme URI: http://www.popdakar.nu
 * Description: Tema för popdakar.nu
 * Version: 0.1
 * Author: Johan Lindberg
 * Author URI: http://www.rymdapa.com
 * Tags: 
 * Template: hybrid
 */

@import url('../hybrid/library/css/18px.css');
@import url('../hybrid/library/css/2c-l-fixed.css');
@import url('../hybrid/library/css/plugins.css');
@import url('../hybrid/library/css/drop-downs.css');
@import url('../hybrid/library/css/screen.css');

body {
	background: #ed1c24;
	font: normal normal normal 14px/21px "Gill Sans MT", "Gill Sans" Georgia serif;
}
#container {
	background: #fff;
	border: solid #2e2e2e;
	border-width: 0 1px 1px 1px;
	margin: 0px 0 21px 0;
	width: 918px;
}
#body-container {
	width: 920px;
	margin: 21px auto 21px auto;
}

#header {
	margin: 0;
	background: transparent url(pd10-header.png) no-repeat;
	height: 220px;
}
#site-title, #site-description {
	display: none;
}
.primary-active #primary {
	margin: 0 15px 0 0;
	width: 500px;
}
/*
.primary-inactive #primary {
	display: none; 
}
*/
.secondary-active #secondary {
	margin: 0 15px 0 0;
	width: 415px;
}
/*
secondary-inactive #secondary {
	display: none;
}
*/
.primary-active .content {
	margin: 15px 0 0 15px;
	width: 350px;
}
.primary-inactive .content {
	margin: 15px 0 0 15px;
	width: 450px;
}
.primary-inactive.secondary-inactive .content {
	margin: 15px 15px 0 15px;
	width: 886px;
}
#subsidiary {
	padding: 15px 15px 0 15px;
	text-align: justify;
}
#subsidiary .widget {
	margin: 0px 30px 0px 0px;
	width: auto;
}
#subsidiary .widget-inside div {
	text-align: center;
}

#navigation {
	border: solid #2e2e2e;
	border-width: 1px 1px 0 1px;
	background-color: #fff;
	margin: 0;
	padding: 10px 0 10px 0;
}
#page-nav {
	margin: 0 auto 0 auto;
	text-align: center;
}
#page-nav ul {
	margin: 0 auto 0 auto;
	text-align: center;
}
#page-nav li {
	background-color: #ed1c24;
	border: 1px solid #2e2e2e;
	margin: 0 auto 0 10px;
	text-align: center;
}
#page-nav li a {
	font: normal normal normal 12px/12px Verdana, sans-serif;
	border: 0;
	color: #fff;
	background: transparent;
}
#footer-container {
	background-color: #fff;
	border: 1px solid #2e2e2e;
	margin: 0;
}
#footer-container #footer {
	margin: 10px 15px;
}
.breadcrumb {
	display: none;
}

/* SIDEBAR */
#primary .widget_text {
	color: #ed1c24;
	font: normal normal normal 32px/36px "Gill Sans MT", "Gill Sans", sans-serif;
	text-align: justify;
}
#primary .widget_text strong {
	display: block;
	font: normal normal bold 24px/27px "Gill Sans MT", "Gill Sans", sans-serif;
}
#primary .widget_text h3 {
	display: none;
}
.widget {
/*
	background: #ffddb2 repeat-x scroll left bottom;
	color: #000;
	border: 1px solid #2e2e2e;
	font: normal normal normal 14px/18px Georgia;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
*/
}
.widget-inside div {
	text-align: justify;
	padding: 4px 4px;
} 
.widget-title {
/*
	background: url(bg-widget-header.png) repeat-x scroll left bottom;
	color: #fff;
	padding: 4px 2px;
	margin: 0;
	font: normal normal normal 14px/14px Verdana, sans-serif;
*/
}
.widget a {
	color: #ed1c24;
	text-decoration: none;
}
.widget a:hover {
	text-decoration: underline;
}

.entry-content {
	margin: 0;
}
.entry-meta {
	font: normal normal normal 12px/12px "Gill Sans MT", "Gill Sans", sans-serif;
	text-align: right;
}