/*   
Theme Name: Violin Violett 01
Theme URI: www.eprima.se
Description: Theme for Violin Violett
Author: David/Eprima
Author URI: www.eprima.se
Version: 1.0
.
.
*/

html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(images/bg.png);
}

h2
{
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 1.2em;
}

h3
{
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1em;
}

a img
{
	border: none;	
}

#main_container
{
	border: 0px #000 solid;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	background: url(images/header.png) no-repeat;
	height: 185px;
	border: 0px #000 solid;
}

#header_twirls
{
	padding: 10px 0 0 0;
	border: 0px #0000ff solid;
	height: 285px;
	width: 750px;
	background: url(images/twirls_top.png) no-repeat;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}

#header_twirls img
{
	margin: 10px 0 0 335px;
}

#header_logo_placeholder
{
	margin: 0px 0 0 335px;
	width: 284px;
	height: 145px;
	border: 0px #ff0000 solid;
	display: block;
	background: url(images/logo.png) no-repeat;
}

#nav_bar
{
	background: url(images/content_bg.png);
	position: relative;
	z-index:100;
}

#nav_bar ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav_bar ul li
{
	display: inline;
}

#nav_bar ul li a
{
	padding: 0 20px 0 20px;
	text-decoration: none;
	color: #880088;
}

#content_container
{
	background: url(images/content_bg.png);
}

.content, .bottom_content
{
	padding: 0 100px 0 100px;
	position: relative;
	z-index: 100;
}

blockquote
{
	padding: 0 50px 0 20px;
	font-style: italics;
	font-size: 0.9em;
	color: #242424;
	display: block;
}

#footer
{
	background: url(images/footer.png) no-repeat;
	height: 85px;
	color: #696969;
	font-size: 0.8em;
	border: 0px #000 dotted;
}

#footer a
{
	color: #696969;
	text-decoration: none;
	position: relative;
	z-index: 100;
}

#footer a:hover
{
	text-decoration: undeline;
}



#footer_twirls
{
	background: url(images/twirls_bottom.png) no-repeat;
	border: 0px #0000ff solid;
	height: 185px;
	position: relative;
	top: -170px;
	z-index: 0;
}


#footer .content
{
	text-align: center;
	padding: 20px 0 0 0;
}



/* Begin Images */

a img
{
	border: 0;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.aligncenter {
	display: block; margin-left: auto; 
	margin-right: auto;
	}
	
/* End Images */





/* GigPress styles */

.gigpress-info .description
{
	background: #eee;
}

li.vevent
{
	padding: 5px 0;
	list-style-type: none;
}

.gigpress-sidebar-date-custom
{
	font-weight: bold;	
	display: inline;
	padding: 0 5px 0 0;	
}


/* Side bar classes for The Events Calendar */

#sidebar ul 
{
	list-style-type: none;
	padding: 0;
	margin: 0 20px;
}

#sidebar
{
	list-style-type: none;
}

#sidebar li
{
	margin: 10px;
}

.dig-in
{
	display: none;
}

#sidebar a
{
	text-decoration: none;
}

.sb_event_head
{
	font-weight: bold;
}

.sb_event_date
{
	color: #880088;
}



