/*
*******************************************************************

Title:			resources.css
Browser(s):		Safari, Firefox, IE7+

Author:			Andy Davis (www.raddsigns.com)
Created:		04.07.2009
Last modified:	04.07.2009

Don't steal, yo!

*******************************************************************
*/

.searchbox {
	width: 590px;
	background-color: #e0dfcf;
	display: block;
	margin-top: 25px;
}

.searchbox .form {
	margin: 8px 15px 15px 15px;
}

.searchbox form span {
	font: normal 18px "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
	color: #a3a294;
}

.search-input-long {
	width: 475px;
	background-color: #fff;
	border: 1px solid #707070;
	padding: 8px;
	font: bold 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #676650;
}

.search-input-med {
	width: 276px;
	background-color: #fff;
	border: 1px solid #707070;
	padding: 8px;
	font: bold 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #676650;
}

.search-input-short {
	width: 141px;
	background-color: #fff;
	border: 1px solid #707070;
	padding: 8px;
	font: bold 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #676650;
}

a.go-btn {
	width: 23px;
	height: 30px;
	background: url(../images/go-btn.gif) no-repeat;
	padding: 10px 11px 11px 10px;
	color: #FFF;
	text-decoration: none;
	font: bold 16px "Georgia", "Times New Roman", Times, serif;
	margin-left: 8px;
}

a.go-btn:hover {
	background-position: -47px 0;
}

p.resource-title {
	font-size: 24px;
	color: #680067;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
}

.resource-overview {
	width: 600px;
	padding: 10px;
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
	margin: 15px 0;
}

/************************** SUB CONTENT GRID ON DETAILS PAGE ***/

.grid620 {
	width: 620px;
	display: block;
}

.grid620 a {
	color: #6a9f19;
	text-decoration: none;
}

.grid620 a:hover {
	color: #333;
	text-decoration: underline;
}

.grid220 {
	width: 220px;
	display: block;
	float: left;
}

.grid140 {
	width: 140px;
	display: block;
	float: left;
}

.grid20 {
	width: 20px;
	display: block;
	float: left;
}


.resource-subtitle {
	font: bold 12px "Georgia", "Times New Roman", Times, serif;
}

.gray {
	color: #b2b2b1;
	margin-bottom: -10px;
}

.purple {
	color: #995e98;
}

/************************** SUB BOX INFO ON DETAILS PAGE ***/

.info-box {
	width: 620px;
	display: block;
	background-color: #e3e8d3;
	margin-top: 25px;
}

.info-padding {
	width: 580px;
	padding: 10px 20px;
}
