/*   
Theme Name: Patterns of Light
Theme URI: 
Description: Based on thematic for the development of ecommerce blogs.
Author: Steven Seymour
Author URI: http://www.seymourphoto.co.uk/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/*---------------------------------------

MY CHANGES

----------------------------------------*/

/*GLOBAL*/
body {
	min-width:960px;
}
#wrapper {
border-top: 9px solid #666;
}
#content {
    width:610px;
    overflow:hidden;
}
/*CHANGES TO HEADER & MENU AREA*/
#branding {
    padding:30px 0 30px;
}
#banner {
	width:940px;
	height:250px;
	background-color: #666;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding:0;
}
#banner img {
	margin-top:10px;
	margin-left:10px;
}
#blog-title a {
    color: #554a41;	
	background:transparent url(/img/logo.gif) no-repeat scroll center top;
	display:block;
	height:51px;
	position:absolute;
	text-indent:-9000px;
	top:18px;
	width:295px;	
}
#blog-description {
    color:#554a41;
	left:-9000px;
	position:absolute;
	width:652px;
}
.sf-menu {
	float:right;
}
#main {
    padding:40px 0 22px 0;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	color:#554a41;
	clear:both;
}

/*CHANGE LINK COLOURS*/
.page-title a {
    color:#554a41;
}
.entry-title a {
    color:#554a41;
}

/*WIDEN FORM ENTRY FIELDS IN SIDEBAR*/
#s, .form-field {
margin:0 0 9px;
width:255px;
}
#secondary {
border:1px solid #CCCCCC;
margin-bottom:22px;
padding:18px 0 0;
}
