/*   
Theme Name: Used Camper Auctions Thematic Child Theme
Theme URI: http://usedcamperauctions.com
Description: Custom Child Theme for Used Camper Auctions
Author: Dave Badgett
Author URI: http://usedcamperauctions.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-image:url('background.jpg');
}

.sf-menu li a:hover {
	color:#8EC641;
}	

#container a:hover {
	color:#8EC641;
}

a:hover {
	color:#8EC641;
}

#siteinfo a:hover {
	color:#8EC641;
}

.aside a:hover {
	color:#8EC641;
}

#content .aside {
    border: 0;
}

#wrapper {
	width:940px;
	margin:auto;
	border-left:2px solid;
	border-right:2px solid;
	background-color:white;
}

#main {
	width:940px;
}

#content {
	width:600px;
}

#primary {
	border:0;
}

#access {
	width:940px;
	margin:auto;
}

#footer{
	width:940px;
	margin:auto;
}

#bay table {
	border:0 none;
}

#ucasearchform {
	float:right;
	position:relative;
	width:220px;
	border:1px solid black;
	padding:20px 20px 10px 20px;
	font:12px Arial,sans-serif bold;
	margin-right:20px;
}

#ucasearchform h3 {
	font-weight:bold;
	font-size:18px;
}

#ucasearchform label {
	font-weight:bold;
	margin:5px 0 1px;
	padding:0 2px 2px;
	display:block;
}

#ucasearchform select {
	font-size:12px;
	width:200px;
}

input#keywords {
	font-size:11px;
	width:200px;
	font:11px Arial,sans-serif bold;	
}

#zip {
	float:left;
}

input#zip {
	width:60px;
	font-size:11px;
	font:11px Arial,sans-serif bold;	
}

#distance {
	float:right;
}

select#distance {
	width:100px;
	margin-right:50px;
}

#pricerange {
	clear:both;
}

select#minp {
	width:80px;
}

select#maxp {
	width:80px;
}

#button{
	margin:5px 0 1px;
	padding:0 2px 2px;
}	

#primary {
	clear:right;
}

#branding {
padding:10px 0 10px;
}

#siteinfo {
text-align:center;
}

table {
    border-style: none;
}
