/* 
CSS for GreenCarAlbum.com
Copyright 2009 Benjamin Jones
*/

/* Begin site structure */

#page {
	border: 4px solid #aaa;
	width: 920px;
	margin: 20px auto;
	}
.headerimg {
	width: 600px;
	height: 160px;
	margin: 0px 0px 0;
	background: url('images/header.jpg') no-repeat bottom center;
	border: 1px solid #ccc;
	border-style: none solid solid none;
	float: left;
	}
.feature {
	width: 318px;
	height: 160px;
	border: 1px solid #ccc;
	border-style: none none solid none;
	margin-left: 601px;
	}
.homepage {
	width: 600px;
	border: 1px solid #ccc;
	border-style: none solid none none;
	float: left;
}
#sidebar {
	width: 318px;
	margin-left: 601px;
}
.join {
	height: 100px;
	border: 1px solid #ccc;
	border-style: none none solid none;
}
.tips {
	border: 1px solid #ccc;
	border-style: none none solid none;
	background: #C5FCCE;
}
.adrect {
	height: 260px;
	border: 1px solid #ccc;
	border-style: none none solid none;
}
.newsletter {
	height: 120px;
	background: #C5FCCE;
}
	
#navbar {
	width: 100%;
	test-align:left;
	border: 1px solid #ccc;
	border-style: none none solid none;
	padding: 2px;
	}
#commentbox {
	width: 600px;
}
textarea {
	width: 300px;
}
	
#footer {
	width: 100%;
	text-align: right;
	border: 1px solid #ccc;
	border-style: solid none none none;
	clear: both;
	}
img {
	max-width: 915px;
	}
img.narrow{
	max-width: 595px;
}

/* End site structure */
	
/* Begin typography and colours */

body {
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
	background: #ccc;
	}
#page {
	background: #fff;	
}
#commentbox {
	background: #eee;
}
#comment_single {
	border: 1px solid #000000;
	border-style: solid solid solid solid;
	margin-bottom: 5px;
}
tr.#graycolumn {
	background: #C5FCCE;
}
a img {
	border-style: none;
	}
a:hover img {
	// figure out how to put something here
	}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.green {
	background-color: #C5FCCE;
}

/* End typography and colours */
