/*   
Theme Name: Trio Quinta 01
Theme URI: www.eprima.se
Description: Theme for Trio Quinta
Author: David/Eprima
Author URI: www.eprima.se
Version: 0.1
.
.
*/







html, body
{
	background: url(images/bg_white.png) #fff; 
	margin: 0;
	padding: 0;
	text-align: center;
	
	font-family: Trebuchet MS; Arial;
	font-size: 11pt;
	height: 100%;
}

.clearer
{
	clear: both;
}

h2
{
	clear: both;
}


/* 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;
	}
/* End Images */


#outer_container
{
	border: 0px #000 solid;
	width: 100%;
	height: 100%;
	/* background: url(images/bg_white_fiol.png) no-repeat; */
	background-position: bottom right;
}

.piano
{
	background: url(images/bg_white_piano.png) no-repeat;
}

.fiol
{
	background: url(images/bg_white_fiol.png) no-repeat;
}

.cello
{
	background: url(images/bg_white_cello2.png) no-repeat;
}

#container
{
	margin: 0 auto;
	text-align: left;
	border: 0px #000 solid;
	width: 900px;	
	background: url(images/bg_content.png);
}


#footer
{
	margin: 0 auto;
	text-align: left;
	
	border: 0px #000 solid;
	width: 900px;	
	height: 35px;
	background: url(images/bg_footer.png) no-repeat;
}


#content
{
	border: 0px #000 solid;
	
	width: 800px;
	margin-left: 44px;	
}



.top
{
	background: #000;
	height: 382px;
}

.header
{
	height: 132px; 
}

.navigation
{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #000;
	text-align: center;
	padding: 15px 0 5px 0;	
}

.navigation li
{
	display: inline;
	padding: 15px 0 5px 0;	
}

.navigation a
{
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.navigation li.current_page_item a
{
	/* color: #800000; */
	text-decoration: underline;
}

.navigation a:hover
{
	text-decoration: underline;
}


.language_selector
{
	float: right;
	padding: 2px;
	z-index: 1000;
}



#inner_content
{
	padding: 0 40px;
}


.member 
{
	margin: 1em 0 2em 0;
}

.member h2
{
	padding: 0;
	margin: 0;
}

.member p
{
	padding: 0 0 1em 0;
	margin: 0;
}

.member img
{
/*
	padding: 0;
	margin: 0;
*/
	margin-bottom: 1em;
}

.aligncenter {
	display: block; margin-left: auto; 
	margin-right: auto;
	}
	
.wp-caption
{
	padding: 5px;
	border: 0px #aaa solid;
	background: #fff;
	text-align: center;
}

.wp-caption-text
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0.8em;
	color: #696969;
}


