/**
 * Clean, Classy Web Design Template  - By Design Instruct
 *
 * This is an accompanying source file for the tutorial on Design Instruct
 * called Create a Clean and Classy Web Design in Photoshop 
 * http://designinstruct.com/web-design/clean-classy-web-design-photoshop/
 *
 * LICENSE: Creative Commons Attribution 2.5 - http://creativecommons.org/licenses/by/2.5/
 * Attribution requirement: You can use the files in this package in any manner you choose so long as you
 * retain this comment block.
 *
 * @author     Jacob Gube <jacob@sixrevisions.com>
 * @author     Matthew Heidenreich <heidenreich12@gmail.com>
 * @copyright  2010-Present Design Instruct
 * @license    http://creativecommons.org/licenses/by/2.5/ Creative Commons Attribution 2.5
 * @link       http://designinstruct.com/web-design/clean-classy-web-design-photoshop/
 */
/* Basic */
* {
	margin:0;
	padding:0;
}
body {
	background:#d6ccb7 url(../img/bg_body.jpg) repeat-x top left;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#663333;
}
p {
	margin-top:9px;
	margin-bottom:4px;
	line-height:18px;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
#container {
	width:960px;
	margin:0 auto;
}
/* End Basic */
/* Header */
p#header-logo {
	float:left;
	display:block;
	width:285px;
	height:62px;
	margin-top:4px;
	background:url(../img/bg_logo.jpg) no-repeat top right;
	color:#fff;
}
p#header-logo a {
	float:left;
	display:block;
	width:285px;
	height:62px;
	text-indent:-9999px;
}
p#header-logo span {
	color:#ffffff;
	float:left;
	display:block;
	width:285px;
}
ul#header-nav {
	display:block;
	margin-top:30px;
	float:right;
	width:650px;
	text-align:center;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:20px;
}
ul#header-nav li {
	display:block;
	margin:0 0 3px 3px;
	padding-left:5px;
	float:right;
	width:65px;
	height:20px;
	background-color:#d6ccb7;
}
ul#header-nav li a {
	text-decoration: none;
	color:#663333;
}
ul#header-nav li a:hover {
	text-decoration: none;
	color:#ffffff;
	display:block;
	margin:0 0 3px 3px;
	padding-left:5px;
	float:right;
	width:65px;
	height:20px;
	background-color:#663333;
}
/* End Header */
/* Featured */
#featured {
	float:left;
	width:100%;
	clear:both;
}
#feature-description {
	float:left;
	width:390px;
	padding-left:20px;
	font-size:14px;
}
#welcome {
	width:352px;
	height:52px;
	display:block;
	background:url(../img/bg_welcome.png) no-repeat left top;
	margin-top:85px;
	margin-bottom:25px;
	text-indent:-9999px;
}
#about-us-button {
	display:block;
	width:139px;
	height:34px;
	margin-top:30px;
	float:left;
	background:url(../img/bg_about_us_button.png) no-repeat left top;
}
#about-us-button a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
/* End Featured */
/* Slider */
#slider-container { 
	float:right;
	width: 532px;  
	height: 381px;  
	margin-top:20px;
	padding: 0px 0;
}
#slider {
	margin: 0 0px;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
		}
#slider li { 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
	width: 532px;
	height: 381px;
	overflow: hidden; 
}
span#prevBtn { 
	display: none; 
}
span#nextBtn { 
	display: none; 
}
/* End Slider */
/* Main */
#main {
	float:left;
	clear:both;
	width:100%;
	margin-top:20px;
}
#main h1 {
	font:normal 14px Arial, Helvetica, sans-serif;
	color: #663333;
}
#main h3 {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
h.red {
	font:normal 14px Arial, Helvetica, sans-serif;
	color: #663333;
}
#left, #mid, #right {
	width:310px;
	float:left;
	margin-right:10px;
}
#mid { margin-bottom:30px; }
#left-heading, #mid-heading, #right-heading {
	display:block;
	width:100%;
	height:60px;
	margin-top:30px;
	text-indent:-9999px;
	background:url(../img/bg_sprite_main_headings.png) no-repeat;
}
#left-heading { background-position: 0 0; }
#mid-heading { background-position: -323px 0; }
#right-heading { background-position: -649px 0; }
a.read-more {
	display:block;
	padding-bottom:25px;
	width:100%;
	height:26px;
	background:url(../img/bg_divider.png) no-repeat top left;
	text-indent:-9999px;
}
a.read-more2 {
	display:block;
	padding-bottom:25px;
	width:100%;
	height:26px;
	background:url(../img/bg_divider2.png) no-repeat top left;
	text-indent:-9999px;
}
a.read-more3 {
	display:block;
	padding-bottom:25px;
	margin-left:45px;
	width:100%;
	height:26px;
	background:url(../img/bg_divider3.png) no-repeat top left;
	text-indent:-9999px;
}
/* Recent Entries */
ul#recent-entries {
	font-size:10px;
	font-style: normal;
	list-style:none;
	padding-bottom:25px;
}
ul#recent-entries li {
	width:250px;
	height:25px;
	display:block;
	line-height:25px;
	margin-left:45px;
	background:url(../img/bg_sprite_list_bullets.png) no-repeat top left;
}
ul#recent-entries li a {
	padding-left:25px;
	color:#663333;
	text-decoration:none;
}
ul#recent-entries li a:hover {
	display:block;
	width:100%;
	height:100%;
	color:#d6ccb7;
	background:url(../img/bg_active.png) no-repeat left top;
}
/* End Main */
/* Footer */
#footer {
	clear:both;
	width:100%;
	height:77px;
	background:url(../img/bg_footer.png) repeat-x 0 0;
	text-align:center;
}
#footer-inside {
	width:960px;
	margin:0 auto;
}
ul#foot-nav {
	clear:both;
	display:block;
	margin-top:30px;
	float:left;
	width:650px;
	font:normal 9px Arial, Helvetica, sans-serif;
	line-height:20px;
}
ul#foot-nav li {
	display:block;
	margin:0 0 3px 3px;
	padding-left:5px;
	float:left;
	width:45px;
	height:20px;
	background-color:#d6ccb7;
}
ul#foot-nav li a {
	text-decoration: none;
	color:#663333;
}
ul#foot-nav li a:hover {
	text-decoration: none;
	color:#ffffff;
	display:block;
	margin:0 0 3px 3px;
	padding-left:5px;
	float:right;
	width:45px;
	height:20px;
	background-color:#663333;
}
p#footer-logo {
	float:right;
	display:block;
	width:285px;
	height:62px;
	margin-top:10px;
	background:url(../img/bg_logo.jpg) no-repeat top right;
	color:#fff;
}
p#footer-logo a {
	float:left;
	display:block;
	width:285px;
	height:62px;
	text-indent:-9999px;
}
p#footer-logo span {
	color:#ffffff;
	float:left;
	display:block;
	width:285px;
}
/* End Footer */

