/*  
Theme Name: Headphones
Theme URI: http://drop-a-heart.com
Description: Headphones
Version: 1
Author: Anna 
Author URI: http://miserylovesme.net
*/

body  {
	font: 12px Palantino;
	background: #666;
	 background-image: url('http://img710.imageshack.us/img710/3688/pat20070204035041.gif');  
	background-repeat:repeat; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: solid #777777 0px;
	border-right: solid #777777 0px;
	margin-bottom: 10px;
}
#navigation {
	background-color:#f0ffc8;
	color:#000;
	width: 780px;
	font: 18px Georgia;
	padding: 10px;
	margin-bottom: 20px;    
	
}
#navigation a {
color: #000; 
text-decoration: none;
padding: 5px;
background-color: #C09;
font-weight: bold;
border: solid #333 2px;}

#navigation a:hover {
color: #000; 
text-decoration: none;
background-color: white;
font-weight: bold;}

#header {
	background-color:#FFF;
	float: left;
	color:#C09;
	width: 100px;
	font: 36px Georgia;
	padding: 10px;
	margin-left: 20px;
	border-left: solid #777777 2px;
	border-right: solid #777777 2px;
	border-bottom: solid #777777 2px;
	line-height: 30px;
	border-radius: 5px;
	
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f0ffc8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	margin:10px;
}

#content { 
float: left;
width: 500px; 
padding: 10px; 
} 


div.com { 
margin: 0 auto;
width: 350px;
height: 10px;
background-color: #f0ffc8; 
padding: 10px; 
text-align: center;
}

A:link, A:visited, A:active {
color: #C09; 
text-decoration: none;
background-color: none;
font-weight: bold;}

A:hover {
color: #000000; 
text-decoration: none;
background-color:#FFFFFF;} 

div.title{
	font: 18px Georgia; 
	font-weight: normal;
	color: #333;
	line-height: 130%;
	text-align: left;
	margin-top:15px;
     }

div.titleOLD{
	font: 14px Georgia; 
	font-weight: bold;
	color: #000000;
	line-height: 150%;
	padding: 4px;
	text-align: left;
	background-color: #FFC;
	margin-top:15px;
     }
	 
div.headline {
	font: 10px Georgia;
	color: #000;
}

div.entrytitle {
	font: 18px Georgia;
	color: #24345c;
}


	 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
