/*
Theme Name: Baila.se
Theme URI: http://baila.se/
Description: Wordpress-tema för Baila.se
Version: 1.0
Author: Simphax
Author URI: http://simphax.com/
*/

@import url('reset.css');

html {
	height: 100%;
}
body {
	background: url('images/content-bg.png') repeat-y center #000;
	width: 100%;
	height: 100%;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 100%;
	min-height: 100%;
}

#container {
	margin: 0 auto;
	width: 716px;
	height: 100%;
	padding-bottom: 100px;
}

#background {
	background-color: white;
}

#header {
	width: 716px;
	background-color: #000;
}

#footer {
	margin: 0 auto;
	width: 100%;
	min-width: 716px;
	height: 92px;
	background: url('images/footer.jpg') repeat-y center #000;
	position: absolute;
	bottom: 0px;
}

#footer-content {
	margin: 0px auto;
	width: 716px;
	height: 20px;
}

/* MENU */
#menu {
	margin: 20px 0px 20px 0px;
	position: relative;
}

#nav {  
	background-color: #000;
	padding: 10px;
	font-size: 14px;
	font-family: Georgia;
	color: #fff;
	text-align: center;
} 
 
#nav li, #nav li ul li{  
	display: inline;
	margin-right: 10px;
}  

#nav li.url {  
    padding-right: 10px;
	background-image: url('images/url.png');
	background-repeat: no-repeat;
	background-position: right top; 
}   
  
  
#nav a, #nav a:visited {  
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
	border: 0px;
}  
  
#nav a:hover, #nav a:active,  
li.current_page_parent a, li.current-cat a,  
li.current_page_parent a:visited, li.current-cat a:visited,  
#nav li.current_page_item a, #nav li.current-cat a,  
#nav li.current_page_item a:visited, #nav li.current-cat a:visited {  
	border-bottom: 2px solid #c83636;
}  
  
#nav li ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 0px;
	height: 22px;
	width: 100%;
	background-color: inherit;
	border-bottom: 2px solid #000;
	font-family: Georgia;
	font-size: 14px;
	color: #000;
	text-align: left;
}

#nav li.current_page_item ul,#nav li.current_page_ancestor ul {
	display: block;
}
  
#nav li ul li {  
	display: inline;
	margin-left: 10px;
} 
    
#nav li ul li a, #nav li.current_page_item ul li a{  
	background: none;
	border: 0px;
}     
  
#nav li ul a, #nav ul li ul li a:visited {  
	color: #000;
	text-decoration: none;
}  
  
#nav li ul a:hover, #nav ul li ul a:active,  
#nav li ul li.current_page_item a,  
#nav li ul li.current_page_item a:visited {  
	border-bottom: 2px solid #c83636;
}

#subnav {  
	background-color: inherit;
	border-bottom: 2px solid #000;
	font-family: Georgia;
	font-size: 12px;
	color: #000;
	padding: 7px;
	text-align: left;
}  
  
#subnav li {  
	display: inline;
	margin-right: 10px;
}     
  
#subnav a, #subnav a:visited {  
	color: #000;
	text-decoration: none;
	border: 0px;
}  
  
#subnav a:hover, #subnav a:active,  
#subnav li.current_page_item a,  
#subnav li.current_page_item a:visited {  
	border-bottom: 2px solid #c83636;
}

/* CONTENT */
#content {
	font-family: Georgia, Serif;
	font-size: 1.3em;
	padding: 0px 20px 0px 20px;
}

.column {
	display: block;
	margin-bottom: 20px;
	clear: both;
}

.column.left {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 420px;
	float: left;
	clear: left;
}
.column.right {
	width: 236px;
	margin-bottom: 20px;
	float: right;
	clear: right;
}

.column h1 {
	display: block;
	background-color: #000;
	padding: 7px 10px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}

.column h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px 10px;
	font-size: 20px;
	font-weight: bold;
}

.column table {
	width: 100%;
}

#content p {
	margin: 1em 0px;
	line-height: 15px;
	padding: 0px 10px;
}

/* LINKS */
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #c83636 dashed;
}
a:hover {
	color: #c83636;
}

a img {
	border: 0px;
}

/* EVENT LIST */
ul.event-list li {
	margin: 10px 0px;
}

.event-date {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 4px;
}

.event-name {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.event-place {
	
}

/* NEWS LIST */
ul.news-list li{
	margin: 10px 0px;
}

.news-date {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 4px;
}

.news-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

/* LINKS LIST */
ul.links-list li{
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px;
}

/* IMAGES */
img.alignright {
	float: right;
	margin-left: 10px;
}
img.alignleft {
	float: left;
	margin-right: 10px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* OTHER */
.column ul {
	padding: 0px 10px;
}
.readmore {
	margin-top: 3px;
	font-size: 10px;
	float: right;
}

.column h1 a {
	color: #fff;
	border: 0px;
}
