/* Change the background colour */
body.custom {background: #768065}
.custom #container, .custom #content_box, .custom #content, .custom #sidebar, .custom #footer { background: #ffffff }
.custom ul#nav, .custom ul#nav li, .custom ul#nav li a, .custom ul#nav li a:visited, .custom ul#nav li a:hover, .custom ul#nav li a.current, .custom ul#nav li a.current:visited, .custom ul#nav li a.current:hover, .custom ul#nav li.rss, .custom ul#nav li.rss a { background: #ffffff; }

/* adjust the content width and add some padding */
.custom #content { width: 468px; padding: 15px 15px 0 15px; float: left; background: #fffff }
.custom #footer { width: 770px; padding: 1.2em 0 0 0; border-top: 2px solid #7ca441; float: left; clear: both; background: #fffff }
.custom #sidebar { width: 230px; float: left; padding-top: 15px;}

/* adjust the header text styles */
.custom #masthead h1, .custom #masthead h1 a, .custom #masthead h1 a:visited, .custom #masthead h1 a:hover {color: #7ca441;}
.custom #masthead h1 {font-size: 3.4em;}
.custom #masthead h3 { margin: 0 15px 0 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: #58585a; text-align:right; }
.custom #masthead h1 a {margin-top: 45px;}

/* global link colours */
a { color: #7ca441; text-decoration: underline; }
a:visited { color: #768065; text-decoration: underline; }
a:hover { color: #A44157; text-decoration: underline; }

/* header logo image */
.custom #masthead img {
   margin: 0 0 0 10px;
   float: left;
   width: 165px;
   height: 110px;
}
.custom #header_img {margin-bottom: 0; }
.custom #masthead {padding-bottom: 15px;}

/* Navigation */
.custom ul#nav {margin-top: 0; border-bottom: 3px solid #7ca441;}
.custom ul#nav li { padding: 0.85em 35px 0.7em 0 ; font: bold 1.4em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }

/* Content */
.custom #content {width: 492px;}
.custom	.entry h3 {margin: 0.7em 0 0 0; clear: both; }
.custom .entry h2 {line-height: 120%;}
.custom dt {font-weight: bold; margin-bottom: 0;}
.custom dd {margin: 0 0 10px 60px;}
.custom address {font-style: normal; margin: -10px 0 20px 10px;}

/* Sidebar */
.custom #sidebar {width: 236px;}
.custom ul.sidebar_list li.widget, .custom ul.sidebar_list li.linkcat {
float:left;
font-size:1.3em;
line-height:1.4em;
margin:0pt 0pt 1.8em;
width:230px;
}
.custom li.widget h2, .custom li.linkcat h2 {
background:transparent url(images/hr_dot_green.gif) repeat-x scroll 0pt 100%;
border-top:3px solid #768065;
font-size:1.077em;
font-weight:bold;
letter-spacing:normal;
margin:0pt 0pt 0.8em;
padding:0.4em 2px;
text-transform:uppercase;
}
/* Footer */
.custom #footer p {margin-right: 15px;}
.custom #footer a {font-weight: bold;}

/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/