/*
Theme Name: Grimshaw and Associates
Theme URI: http://wordpress.org/
Version: 1.0
Author: Gravitate
Author URI: http://www.gravitate.co.nz/

*/

@import url("/reset.css");
@import url("/grimshaw.css");

body {
	}

hr {
	display: none;
	}
	
small {
	font: 11px Arial, Helvetica, sans-serif;
	display: block;
	color: #ccc;
	width:auto;
	float: right;
	padding: 4px 10px;
	background: #333;
	}	
	
	
	
#page {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	}
	
#respond {
	display: none;
	}




#sidebar {
	overflow: hidden;
	width: 200px;
	padding: 20px;
	background: #00ADE9;
	float: left;
	color: #fff;
	margin: 7px 0 0;
	}


#sidebar ul li, #sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#sidebar ul li {
	padding: 0 0 10px;
	}
	
	
#sidebar a:link, 
#sidebar a:hover, 
#sidebar a:active, 
#sidebar a:visited {
	color: #fff;
	}
#sidebar h2 {
	color: #fff;
	border-bottom: 1px solid #80D6F4;
	display: block;
	margin: 0 0 10px;
	font-size: 20px;
	}

#content {
	overflow: hidden;
	width: 690px;
	float: right;
	}
#searchform {
	width: 200px;
	overflow: hidden;
	}
#searchform input {
	border:medium none;
	height:auto;
	padding:8px;
	width:149px;	
	float: left;

}
#searchform #searchsubmit {
	width: 24px;
	height: 25px;
	cursor: pointer;
	padding: 0;
	border: 0;
	text-indent: -5000px;
	background: url(/images/search.gif);
	float:right;
	margin: 2px 0 0 ;
	text-transform: capitalize;
	}
	

#rss-link {
	display: block;
	background: url(/images/feed-icon-28x28.png) no-repeat;
	height: 28px;
	width: 28px;
	position: absolute;
	text-indent: -5000px;
	margin: 8px 0 0 930px;
	}







	
	
	
	
	
	
/*------------------------------------------- Classes --------------------------*/

.alignleft {
	width: 300px;
	float: left;
	}
.alignright {
	width: 300px;
	float: right;
	text-align: right
	}


.hentry {
	border-bottom: 2px solid #e5e5e5;
	padding: 0;
	margin: 0 0 20px;
	}


.narrowcolumn #searchform {
	width: 359px;
	margin: 10px 0 0;
	}
.narrowcolumn #searchform input {
	border: 2px solid #e5e5e5;
	width: 300px;	
}
.narrowcolumn #searchform #searchsubmit {
	background:url(/images/search.gif) repeat scroll 0 0 #00ADE9;
	border:5px solid #00ADE9;
	height:34px;
	padding:0;
	text-indent:-5000px;
	width:34px;
	margin: 0;
	outline: none;
}






	
.navigation {
	width: 690px;
	overflow: hidden;
	margin: 0 0 20px;
	}

.postmetadata {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	}


.single .hentry {
	border: none;
	}
.single small {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #ccc;
	display: block;
	border-left: 2px solid #e5e5e5;
	padding: 0 0 0 20px;
	margin: 40px 0 0;
	background: none;
	float: none;
	}

