/* CSS Document */
/*  
Theme Name: The Beautiful Few
Theme URI: http://wordpress.org/
Description: A WordPress theme for Melbounre band The Beautiful Few DIY heartbreak album
Author: Michelle Koen
Author URI: http://www.mkgd.net/

*/    
img {
	border:none;
}
body {
	font-family: Geneva, Tahoma, sans-serif;
	line-height: 12pt;
	font-size: 8pt;
	margin: 0%;
	background-color: #F4BC27;
	color: #000000;
	text-align: center;
		}
	
	/* ---[ top ]------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width: 750px;
  	background: #FFF;
	border-left: 2px solid #CC3399;
  	border-right: 2px solid #CC3399;	}
#logo {
	background: URL('diy-banner.jpg') no-repeat top left;
	height: 125px;
	padding: 0;
	margin: 0;
	border:none; 
	}
#logo a  {
	border-style: none;
	border-width: 0;
	display: block;
	color:transparent;
	}

#logo h1 {
	display:none;
	height:0;
	width:0;
	}
}
#title {
	clear: left;
	padding: 0%;
	padding-left: 2%;
	margin: 0px;
	background-color: #F4BC27;
	}
		

		
/* ---[ main column ]----------------------------- */


#main-body {
	float: left;
	width: 521px;

	}
#content {
	margin: 25px 0;
	padding: 5px 25px;
	line-height: 1.5em;

	}
		
		
		

/* ---[ links ]------------------------------- */

a:link {
	color: #CC3399  ;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0066;
}
a:hover {
	text-decoration: underline;
	color: #999933;
}
a:active {
	text-decoration: none;
	color: #006600;
}


/* navigation */

#nav {
	float: left;
	width: 99%;
	margin: 0;
	padding-left: 8px;
	padding-right: -1px;
	list-style: none;
	font-family: Eurostile, Geneva, Tahoma, sans-serif;
	font-weight: 100;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #cc3399;
	letter-spacing: 0.15em;
	background: #FCE3F0;
	border-bottom: 1px #AAA solid;
	border-top: 1px #AAA solid;

	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	color: #138400;

	}
#nav a:hover, #nav a.active {
	color: #CC3399;
	background: #F5C1E7;
	}
#nav a.active {
	font-weight: bold;
	background: #f5c1e7;
	}

/* lists */

#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
#content ul li {
	padding: 0 0 4px 13px;
	line-height: 1.3em;
	}
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dt span {
	font-weight: normal;
	}


/*---sidebar----- */

#sidebar {
	width: 219px;
	float: right;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: 222;
	
	}
	#sidebar h3.sub {
	background: #138400;
	}
		#sidebar a {
	color: #CC3399;
font-weight: bold;	}
	
	#sidebar h3 {
	margin: 30px 0 12px -5px;
	padding: 5px 10px;
	color: #138400;
	text-transform: uppercase;
	Font-weight: Bold;
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	background-color: #F4BC27;

	}
	
	
	
/* footer */	
#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0.5ex;
	font-size: 90%;
	line-height: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	background-color: #cc3399;
	border-bottom: 1px #355A10 solid; 
	}
#footer a {
	text-decoration: none;
	color: #FFF;
	}
#footer a:hover, #nav a.active {
	color: #FFFF;
	text-decoration: underline;

	}
#footer a.active {
	font-weight: bold;
	}
	
	/* ---[ common elements ]--------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}
	
 h1 {
	display: none;
	width: 0;
	height: 0;
	visibility:collapse;

}
 
h2 {
	margin-top: 2em;
	color: #138400;
	font-family:  Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h2#archives {
	padding-top: 10px;
	border-top-width: 1px;
	margin-top: 40px;
	border-top-color: #999999;
	border-top-style: dotted;
}
h3 {
	margin-bottom: 0px;
	color: #138400;
	font-family: Eurostile, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	color: #CC3399;
	}
h3 a:hover {
	color: #999933;
	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family:  Georgia, "Times New Roman", serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}

