/*
Theme Name: GAINSBURY&WHITING
Theme URI: http://www.richardguest.com
Description: Custom theme for GAINSBURY&WHITING.
Version: 1.0
Author: Richard Guest
Author URI: http://www.richardguest.com
*/

/* Typography & Colors */
body {
	font-family: Palatino, serif;
	color: #333;
	}
	
#page {
	font-size: 1em;
	text-align: left;
	padding: 10px;
	}
	
	
	
/* Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	height:100%;
	}

#header a{
	color:#000000;
	text-decoration: none;
	}


#sidebar a{
	color: #999999;
	text-decoration: none;
}
#sidebar a:hover{
	color: #000000;
}


#footer {
	color: #777777;
}
#footer a{
	color: #777777;
	text-decoration: none;	
}