/* CSS stylesheet */



/*** GENERAL ***/


body {
    
    background: #000 url(images/background.jpg) no-repeat;
    
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
}

h1 {
   
    color: #fff;
    
    background: url(images/boolean_name_vertical.png) no-repeat;
    width: 83px;
    height: 450px;
    
    position: absolute;
    margin: 20px;
}

    h1 span {  
        display: none;
    }
    
h2 {

    text-transform: uppercase;
    
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    
    margin-bottom: 35px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
		
}

p {

    margin: 14px 0;
    
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: justify;
}

img {
    
    margin: 15px 0;
}

ul {
    
    position: absolute;
    
    margin: 60px 0 0 222px;
    
    list-decoration: none;
    
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

li {
    
    background: #000;
    padding: 4px 15px;
}

a {
    
    color: #fff;
    text-decoration: none;
}

a:hover {
    
    border-bottom: 1px dashed #888;
    margin-bottom: -1px;
}


.current_page_item a {
	
	border-bottom: 1px dashed #888;
    margin-bottom: -1px;
}


#content {
    
    position: absolute;
    margin: 250px 0 0 300px;
    
    width: 450px;
}

#content a {	
	border-bottom: 1px dashed #888;
	margin-bottom: -1px;
}

#content a:hover {
	border-bottom: 1px dashed #fff;
	margin-bottom: -1px;
}

#content h2 a {
	
	border: none;
}

#content .post, #content .album {
	
	margin: 30px 0;
}

#content #comment {
	
	background: #000;
	border: 1px dashed #888;
}

#content small {
	
	font-size: 14px;
	font-weight: normal;
}

.icon img {
	
	margin: 0;
}

.quote {
    
    display: block;
    
    font-style: italic;
    margin: 30px 40px 10px 40px;
    text-indent: -20px;
    
    font-family: Georgia, Georgia, serif;
    font-size: 16px;
    text-align: center;
}

	.quoter {
	    
	    display:block;
	    margin: 10px 30px;
	    text-align: right;
	    
	    font-family: Tahoma, Geneva, sans-serif;
	    font-style: normal;
	    font-size: 12px;
	}

.navigation {
	
	font-size: 12px;
}

#footer {
	
	position: relative;
	width: 100%;
	
	margin-top: 150px;
}

#footer p {
	
	text-align: center;
	color: #999;
}



/*** GIGS CALENDAR ***/

table caption {
	
	color: #fff;
	
	font-size: 12px;
	
	margin-bottom: 10px;
}


tbody .gig {
	border: none;
}	


td {
	padding: 10px;
}

#content td {
	
	font-size: 12px;
}


#content td a {
	
	border: none;
}

#content caption {
	
	font-size: 15px;
}

#content table {
	
	border: none;
}

.gigs-calendar {
	
	margin: 30px 0;
}

.no-gigs {
	
	font-size: 12px;
}

