/*
Theme Name: Daniel Riera
Theme URI: http://danielrieramusic.org/
Description: Custom theme for Daniel Riera
Version: 1
Author: Teresa Watts
Author URI: http://monk.com.au/
Tags: Daniel Riera

*/


/* --------------------------------------
USUAL TAGS 
--------------------------------------*/

body {
	font-size: 11px;	
	font-family: Arial, 'Lucida Grande',  Sans-Serif;
	background: #e5ebdf;
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	}
	
h1, h2, h3 {
	color: #3399ff;
font-weight: normal;
	}

h1 {
	font-size: 4em;
	margin: 10px 0px;
	}	
	
h2 {
	font-size: 2.5em;
	margin: 20px 0px 5px;
letter-spacing: -.03em;
	}
	
h3 {
	font-size: 1.4em;
	margin: 20px 0px 5px;
	}

h3.pagetitle {
	font-size: 1.8em;
	margin-bottom: 0px;
	margin-top: 45px;
	}
	
a, h2 a:hover, h3 a:hover {	color: #3399ff;	}

a:hover {	color: #53a702;	}	
	
code {	font: 1.1em 'Courier New', Courier, Fixed;	}	

acronym, abbr, span.caps
{
	font-size: 0.9em;
	cursor: help;
	}

acronym, abbr {	border-bottom: 1px dashed #999;	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {	border: none;	}

.entry p a:visited {color: #147;}


/* --------------------------------------
SMALL CLASSES
--------------------------------------*/
.postmetadata {	clear: both;}
.clear {clear: both;}	
.center {text-align: center;}
.hidden {display: none;	}
.pink {color: #ff0099;}
.green {color: #66cc00}

/* --------------------------------------
SECTIONS
--------------------------------------*/

#container {
	background: #000 url(http://danielrieramusic.com/wp-content/themes/danielriera/images/container_top.gif) top no-repeat;
width: 887px;
margin: 0px auto;
height: 100%;
padding: 30px 15px;
	}

#content {
width: 425px;
float: left;
margin-left: 15px;
text-align: left;
}


#footer {
	
	}



/* --------------------------------------
SIDEBAR
--------------------------------------*/

#sidebar {
	width: 425px;
	float: left;
	text-align: left;
margin-right: 15px;
	}

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


#sidebar ul li{
	padding-left: 23px;
	}

#sidebar ul li li{
	padding-left: 0px;
	border-bottom: 0px;
	padding-bottom: 4px;
	}

#sidebar h2 {
	color: #ffcc00;
	}


#sidebar h2.pink {color: #ff0099;}

#sidebar a {
	color: #646464;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #6d8312;
	text-decoration: underline;
	}


/* --------------------------------------
BLOG ENTRIES
--------------------------------------*/



.post h3.posttitle a {color: #ffffff; text-decoration: none;
margin: 0px;
font-size: 1.2em;
line-height: 1;
}

.post .date {
margin-bottom: -12px;
clear: left;
}

.post {
	margin: 5px 0px 20px;
	}

.navigation {
margin: 10px 0px 40px;
}

/* --------------------------------------
IMAGES
--------------------------------------*/

.entry img {
	border: 1px solid #d9d9d9;
	padding: 2px;
	}

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,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

