/*
Theme Name: Luis Molinari
Theme URI: http://www.luismolinari.com/
Description: Custom wordpress theme for Norwegian superstar DJ Luis Molinari. 
Version: 1.6
Author: Christer Vaskinn
Author URI: http://www.delyght.no
Tags: custom header, luis molnari, black, dj, norwegian house dj

Luis Molinari theme 1.6. Written for Norwegian DJ Luis Molinari by Christer Vaskinn. http://www.delyght.no

*/


html, body{
	margin:0px;
	padding:0px;
	height:100%
}

body {
	background: #000000;
	text-align:center;
	font-family:Helvetica;
	color:#FFF;
}
#wrapper {
	width: 800px;
	margin: 15px auto 15px auto;
	padding: 0px;
	text-align: left;
	height:100%;
}
#header {
	background: url(images/header.png) no-repeat;
	width: 800px;
	height: 200px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}
#header h1 {
	text-indent:-5000px;
	float:left;
}
#content {
	padding: 20px;
	text-align:left;
	float:left;
	min-height:100%;
	background: #FFF url(images/background.png) repeat-y;
}
#footer{
	background: #FFF url(images/background.png) repeat-y;
	padding: 1px 10px 1px 10px;
	text-align:center;
	margin: 10px 0px 0px 0px;
}
#left {
	float:left;
	width:530px;
	height:auto;	
}

#right {
	float:right;
	width:210px;
	padding: 20px 10px 5px 10px;
}
#right .sidebar {
	border:1px #382B8C solid;
	margin-top:20px;
	padding: 0px;
}

/* == MENU INFORMATION == */

#menu {
	height:50px; 
	width:100%;
	padding-top:3px;
	text-align:center;
}
#menu li {
	display:inline;
	padding: 5px 10px 10px 10px;
}
#menu ul{
	list-style:none;
	margin: 2px px 10px 0px;
}

#menu a, #menu a:visited,#menu a:hover{ 
	font-weight: bold;
	color: #382B8C;
}

p {
	font-size: 12px;
}

.postinfo{
	font-size:10px;
}

#right .postinfo{
	display:block;
	font-size:9px;
}
#right p {
	font-size:11px;
	padding: 0px 3px 2px 3px;
}

.sectitle {
	color: #382B8C;
	border-bottom: 1px #382B8C solid;
	text-align:center;
	font-weight:bold;
	padding:2px;
	font-size:14px;
}	
	

h2 {
	font-size:14px;
}
h3 {
	font-size:14px;
}
a:visited {
	color:#BDB8D9;
}
a {
	color:#382B8C;
}
	
#footer p{
	font-size:10px;
}

/* Spans */

.GigLists_Even, .GigLists_Odd{
	padding:5px;	
	
}

.GigLists_Even a, .GigLists_Odd a{
	color:#FFFFFF;
	text-decoration:none;
}
.GigLists_Even a:hover, .GigLists_Odd a:hover {
	color:#000000;	
}

.GigLists_Even {
	background:#4C428C;
}

.GigLists_Odd {
	background:#382B8C;
}

/* ThinkTwit - Twitter Widget */

span.thinkTwitPublished {
	font-size:10px;
	padding-top:2px;
	font-style:italic;
}

/* Images */

img.alignright {border:0px; float:right; clear:all;display:inline;}
img.alignleft {border:0px; float:left; clear:right;}
img.aligncenter {border:0px; display: block; margin-left: auto; margin-right: auto}
a img.alignright {border:0px; float:right; margin:0 0 1em 1em}
a img.alignleft {border:0px; float:left; padding:5px;clear:both;margin:0 0 0 1em;}
a img.aligncenter {border:0px; display: block; margin-left: auto; margin-right: auto}