/*

Theme Name: ThreeChords

Theme URI: http://threechords.co.uk/

Description: The Three Chords theme

Version: 1.1

Author: Chris Lowry

Author URI: http://saltandlightsolutions.com

Tags: white, ficed image header, fixed width, two columns



	This theme was designed and built by Chris Lowry,

	whose blog you will find at http://saltandlightsolutions.co.uk/



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/

body {

	font-family:arial,sans-serif;

}



h2 {

 	font-size:20px; 

}





div#wrapper {

	position:relative; /* needed for footer positioning*/

	margin:0 auto; /* center, not in IE5 */

	width:949px;

	background-color:#FFF;

	

	height:auto !important; /* real browsers */

	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	

}



div#header {

	background-image: url(images/title.jpg); 

	min-width:949px;

	height:199px;

}



#header a {

text-decoration: none;

display: block;

height: 199px;

width: 949px;

}



div#content {

  	background:#fff;

	background-image:url(images/contentedge2.jpg);

	background-repeat: no-repeat; 

   float:right;

    width:550px;

	margin: 0 130px 0 0;

	padding: 30px 0 0 30px;

}



div#menu {

	background:#fff;

    float:left;

    width:100px;

	margin: 0 0 0 100px;

}



#menu ul, #menu li {

	list-style-type: none;

	margin: 0;

	padding: 0;

	font-family:arial,sans-serif;

	font-size:30px;

	color:#006;

	}

	

#menu a:link, #menu a:visited { 

	color: #006;

	text-decoration: none;

	}



#menu a:hover { 

	color: #00F;

	text-decoration: none;

	}



#menu a:active { 

	color: #A7B6FE;

	text-decoration: none;

	}



li.cat-item{line-height:1px;}



li.cat-item a{
	font-size:20px;
	line-height:25px;
	}


div#footer {
	clear:both;
	background-image:url(images/contentedgebottom.jpg);
	background-repeat: no-repeat; 
	background-position: 400px 0;
}



#footer p{
	padding: 180px 0 0 440px;
	font-family:arial,sans-serif;
	font-size:10px;
}

div#radio {
   width: 651px;
   margin: 0 auto;
   background-color:#FFF;
}
#radio h3 {
	text-align: center;
}



.postmetadata {

	font-size:10px;

	text-align: center;

	color:#666666;

	}



.entry {

	font-size:14px;

}



.alt {

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	background-color: #f8f8f8;

}



img.alignright {float:right; margin:0 0 1em 1em}

img.alignleft {float:left; margin:0 1em 1em 0}

img.aligncenter {display: block; margin-left: auto; margin-right: auto}

a img.alignright {float:right; margin:0 0 1em 1em}

a img.alignleft {float:left; margin:0 1em 1em 0}

a img.aligncenter {display: block; margin-left: auto; margin-right: auto}










