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

css{
	site: sidejobtrader.com;
	author: morganknutson;
	company: wiredhat;
	date: december 06;
	}

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



#pat{

position: absolute;
top: 115px;
left: 810px;
}

#pat img{
border: 1px solid #555;
}

/* HTML Elements ---------------------------------*/


body{
	background: #988675; 
	padding: 0; 
	margin: 0;
	color: #333;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	}


h1{
	
width: 298px;
margin: 0;
padding: 0;
height: 59px;
background: url("/images/logo.gif");
float: left;
}


h1 a{

margin: 0;
	padding: 59px 0 0 0;
	border: none;
	width: 298px;
	height: 0px;
	overflow: hidden;
	display: block;

	background: none;
	cursor: pointer;
}


h2{
	padding: 12px 10px 11px;
	margin: 0px 0px 0px 0px;
	background: #7b8a7f;
	color: #fff;
	clear: both;
	font-size: 16px;
	}


h3{
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #b1bab3;
	line-height: 40px;
	font-size: 15px;
	text-transform: uppercase;
	}





p{
	line-height: 1.6em;
	font-size: 14px;
	color: #444;	
	padding: 0;
	margin: 0 0 10px;
	}


a{ color: #000; }



textarea{
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px;
	font-size: 13px;
	line-height: 1.4em;
	}


#splash_image{
border-bottom: 1px solid #000;
}



legend{

color: #000;
}


.main ul li{
margin: 15px 0px;
line-height: 1.6em;
}




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

Common Classes

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


.form{
	padding: 3px 3px 3px 4px;
	border: 1px solid #999;
	
	}



.black{
color: #000;

}

.orange{
color: #CC6600 !important;
}


.normal{
font-weight: normal;
}

.info_button{
	display: block;
	background: url("/images/info.gif");
	width: 58px;
	height: 23px;
	overflow: hidden;
	border: none !important;
	cursor: pointer;
	}



.modify_button{
	display: block;
	background: url("/images/modify.gif");
	width: 68px;
	height: 23px;
	overflow: hidden;
	border: none !important;
	cursor: pointer;
	}

.delete_button{
	display: block;
	background: url("/images/delete.gif");
	width: 68px;
	height: 23px;
	overflow: hidden;
	border: none !important;
	cursor: pointer;
	}

.add_button{
	display: block;
	background: url("/images/add.gif");
	width: 58px;
	height: 23px;
	overflow: hidden;
	border: none !important;
	cursor: pointer;
	}

.go_button{

	background: url("/images/go.gif");
	width: 39px;
	height: 23px;
	overflow: hidden;
	border: none !important;
	cursor: pointer;
	}


.update_button{
	display: block;
	background: url("/images/update.gif");
	width: 68px;
	height: 23px;
	overflow: hidden;
	border: none !important;
	cursor: pointer;
	}

.borders{
	padding: 4px !important;
	border: 1px solid #ccc;
	background: #efefef;
	
	
	}


.center{
	text-align: center;
	}


.small{
	font-size: 10px;
	}


.main{
	padding: 20px;
	}


.green{ color: #39b44a; }

.gray { color:#999; }


.admin{
	padding: 14px;
	}


.admin a{
	font-weight: bold;
	padding: 0 5px;
	}
	

a.topbar{
	text-decoration: none;
	display: block;
	border-bottom: 5px solid #7b1212;
	border-top: 5px solid #7b1212;
	
	}


a.topbar:hover{
	background: #fcffc3;
	}



.submit{
	border: none !important; 
	 
	}

.right{


position: absolute;
top: 390px;
left: 550px;
}


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

Global Layout Styles

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



.no_borders{

border: none !important;

}



/* Site Wrapper ----------------------------------*/


#wrapper{ 
width: 795px;
background: url(/images/background.gif) repeat-y; }



/* Header ----------------------------------------*/


#header{
	background: #e5fbea; 
	border-bottom: 2px solid #000; 
	margin: 0; 

	height: 99px;
	
	}


#header_wrapper{
	width: 790px;

	padding: 20px 0 0 19px;
height: 70px;
	}



#banner{
float: left;
padding: 9px 0 0 20px;
}




#header strong{
	display: none;
	}



/* Top Right First Time Trade Link ---------------*/

#first_time{
	position: absolute;
	display: block;
	border: none;
	top: 20px;
	left: 670px;
	width: 126px;
	height: 0px;
	overflow: hidden;
	padding-top: 76px;
	background: url("/images/first_time.gif");
	}


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

Home Page

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


/* Get Started (when logged out) -----------------*/

#get_started{
	position: absolute;
	background: #e5fbea;
	border-top: 4px solid #988675;
	padding: 4px 0 0 0;
	top: 250px;
	left: 590px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
	border-bottom: 2px solid #988675;
	}

#get_started fieldset{
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 34px;
	}

#get_started select{
	display: block;
	margin: 10px 0;
	width: 165px;
	}




/* Get Started (when logged in) -------------------*/

#get_started2{
	background: #e5fbea;
	border-top: 4px solid #988675;
	padding: 4px 0 0 0;
	}

#get_started2 fieldset{
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 34px;
	}

#get_started2 select{
	display: block;
	margin: 10px 0;
	width: 160px;
	}



/* Login Box -------------------------------------*/

a#register {
	margin: 0 0 0 10px;
	border: none;
	}

a#register img{
	margin: 0;
	border: none;
	}

#submit { 
	margin: 3px 0 0 0;
	border: none;
	}




/* Yellow Highlighted Subtitles --------------------------------------*/

.hey{
	font-size: 14px;
	text-align: center;
	padding: 13px;
	background: #feffe9;
	font-weight: bold;
	color: #666;
	margin: 0;
	border: 1px solid #eef1bf;
	}


/* Buttons --------------------------------------*/


.continue{
	margin:  0 5px -6px;
	}



/* Global Forms ----------------------------------------*/


.formright input, #searchtext, textarea, .formright textarea{
	padding: 3px 3px 3px 4px;
	border: 1px solid #999;
	}


select, .formright select{
	padding: 3px 3px 3px 0;
	border: 1px solid #999;
	}


.formleft{
	padding: 0 0 10px 20px;
	width: 200px;
	}

.formright{
	padding: 0 0 10px 60px;
	text-align: left;
	}

.characters{
	font-size: 11px;
	line-height: 2em;
	}






.icon a{
	width: 120px;
	text-align: center;
	float: left;
	padding: 20px 10px;
	display: block;
	margin: 20px 0px 35px;
	}


.stats{
	text-align: center;
	padding: 10px 170px 0 100px;
	}


.stats dt{
	padding: 0 0 15px;
	float: left;
	font-weight: bold;
	clear: both;
	}


.stats dd{
	float: right;
	}


.cat_display table{
	padding: 0 0 0 4px;
	border: none !important;
	}

.cat_display td{
	height: 35px;
	font-size: 11px;
	border: none !important;
	}


.cat_display td a{
	height: 24px;
	font-size: 11px;
	border: 1px solid #efefef;
	background: #fff url("/images/folder.gif") 10px 10px no-repeat;
	display: block;
	margin: 3px 0 3px 10px;
	padding: 12px 0 0 35px;
	width: 244px;
	text-decoration: none;
	color: #333;
	}


.cat_display td a:hover{
	background: #efefef url("/images/folder.gif") 10px 10px no-repeat;
	color: #000;
	border-color: #ccc;
	}



#response{
	margin: 10px;
	}


.clear{
	clear: both;
	}





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

Single Listing View

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


.user_details{
	padding: 20px 20px 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	}

.option_nav{
	font-size: 11px;
	}

.description{
	padding: 10px 0;
	}


.description strong{
	display: none;
	}



.information{
	float: left;
	width: 400px;
	}

.heading{
	font-size: 28px;
	color: #65411f;
	}

.location{
	margin:  5px 0 10px;
	}





/* Photo Thumbs -------------------------------------*/


.photos{
	float: right;
	width: 150px;
	text-align: center;
	}


.photos a {
display: block;
padding: 5px;
margin: 3px 0;
color: #333
}


.photos a span{
	font-size: 10px;
	display: block;
	padding: 4px 0 5px;
	}

.photos a:hover{
	background: #fefefe;
	color: #666;
}


.photos img{
	padding: 4px;
	border: 1px solid #ccc;
	background: #efefef;
	}





#option_nav{
	clear: both;
	border-bottom: 1px solid #999;
	height: 35px;
	margin-bottom: 1px;
	}


#option_nav a{
	float: left;
	display: block;
	font-size: 12px;
	padding: 11px 0 10px 29px;
	text-decoration: none;
	}



#option_nav a:hover{
	color: #666;
	}


#option_nav a img{
	display: none;
	}



#add_button{
	width: 110px;
	margin: 0 0 0 13px;
	background: url("/images/favorites.gif") 2px 7px no-repeat;
	}



#print_button{
	width: 140px;
	background: url("/templates/default/images/printer.gif") 2px 10px no-repeat;
	}




#more_button{
	width: 120px;
	background: url("/templates/default/images/moreads.gif") 0px 6px no-repeat;
	}



#email_button{
	padding-left: 33px !important;
	background: url("/templates/default/images/contact.gif") 2px 6px no-repeat;
	}









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

Entries

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


a.entry{
	padding: 10px 10px 8px;
	clear: both;
	margin: 15px 0;
	display: block;
	color: #4f2c0c;
	text-decoration: none;
	font-size: 17px;
	height: 72px;
	cursor: pointer;
	}





.entry:hover{
	background: #f6f6f6;
color: #000 !important;
	}





.highlighted:hover{
	background: #fdffca;
	border: 1px solid #eef1bf;
	}



.date_added{
	font-size: 11px;
	padding: 0;
	display: block;
	color: #999;
	}


.title{
	font-size: 14px;
	padding: 0;
	line-height: 1.2em;
height: 35px;
display: block;
width: 400px;
	}



.experience{
display: block;
font-size: 11px;
margin: 5px 0 0;
color: #333;
}


.specialty{
display: block;
font-size: 11px;
margin: 2px 0 0;
color: #333;
height: 13px;
overflow: hidden;

}




.small_location{
font-size: 11px;
color: #333;
font-weight: normal;
display: block;
}



.small_location strong{
font-weight: normal;
}







.image{
	float: left;
	padding: 0;
	width: 125px;
	}
	
.image img{
	display: block;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}








.meta{
	font-size: 13px;
	padding: 10px 0 3px;
	display: block;
	}





.entry em{
	font-style: normal;
	color: #000;
	padding-right: 4px;
	}



.location{
	font-size: 12px;
	padding: 0;
	display: block;
	}

.date_added em{
	color: #999;
	}


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

Page Links

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


.page_nav{
	border: 1px solid #ddd;
	background: #f7f7f7;
	padding: 0px;
	margin: 0;
	height: 20px;
	padding: 3px 2px 3px 6px;
	}

.page_nav span{
	display: block;
	float: left;
	padding: 3px;
	}

.page_links{
	float: right;
	margin: 0;
	}

.page_links a{
background: url("/images/tiny_gradient.gif"); 
	}

.first_link, .next_link, .last_link, .active_link, .number_link, .first_link, .prev_link{
	padding: 3px 7px;
	height: 12px;
	font-size: 10px;
	text-decoration: none;
	border-top: 1px solid #ddd;
border-bottom: 1px solid #999;
border-left: 1px solid #cdcdcd;
border-right: 1px solid #cdcdcd;
	background: #eee;
	color: #333;
	display: block;
	float: left;
	margin: 0 2px;
	}


.prev_link, .next_link{
font-size: 9px;
	font-weight: bold;
	}


.active_link{
	background: #fff;
	border-top: 1px solid #eee;
border-bottom: 1px solid #999;
border-left: 1px solid #cdcdcd;
border-right: 1px solid #cdcdcd;
	cursor: pointer;
color: #888;
	}


.first_link:hover, .next_link:hover, .last_link:hover, .number_link:hover, .first_link:hover, .prev_link:hover{
	background: #fff;
	border-top: 1px solid #eee;
border-bottom: 1px solid #999;
border-left: 1px solid #cdcdcd;
border-right: 1px solid #cdcdcd;
	}



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

Contact

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

.contact{
	background: #efefef;
	padding: 20px;
	margin: 0;
	}

.contact p{
	margin: 10px 0;
	}

.contact label{
	display: block;
	padding: 5px 0;
	margin-top: 5px;
	font-size: 14px;
	}

.contact input{
	font-size: 14px;
	padding: 5px;
	border: 1px solid #999;
	}

.contact textarea{

	}



#freecap{
	margin: 15px 0;
	border: 1px solid #666;
	padding: 5px;
	background: #fff;
	}




.name_left{
	width: 270px;
	float: left;
	}


.name_left input{
	width: 260px;
	}

.email_right{
	float: left;
	padding-left: 31px;
	
	}

.email_right input{
	width: 255px;
	}

.message{
	clear: both;
	padding: 20px 0 0 0;
	
	}


.message textarea{
	width: 547px;
	height: 150px;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #999;
	padding: 10px;
	font-size: 13px;
	line-height: 1.4em;
	}


.showing{
font-size: 12px;
color: #666;
}



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

Search

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

#search div{
padding: 10px 0 10px 60px;

}

#search h6{
width: 180px;
}

.search_text h6{
  float: left;

	}

.search_text h6{
  float: left;

	}



.search_cat h6{
float: left;
	}


.search_city h6{
float: left;
	}

.search_state h6{
float: left;


	}


.search_state{

	}

.search_state h6{

	}



h6{
	padding: 0;
	margin: 5px 0;
	font-size: 14px;
	width: 250px;
	font-weight: normal;
	}


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

Left Column

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


#left_column{
	width: 182px;
	float: left;
	}



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

Navigation

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


ul#nav{
	margin: 0; 
	padding: 0;
	width: 182px;

	}

ul#nav li{
	margin: 0; 
	padding: 0;
	border-bottom: 1px solid #7c7c7c;
	}

ul#nav li a{
	margin: 0; 
	padding: 17px 16px 0 0;
	height: 29px; 
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; 
	text-transform: uppercase; 
	color: #00d432; 
	text-decoration: none;
	background: #444f46;
	display: block;
	font-size: 13px;
	text-align: right;
border-left: 10px solid #444f49; 
	}
 

ul#nav li a:hover{
	color: #e5fbea; 
	background: #3b473e;
border-left: 10px solid #666; 
	}




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

Login Box

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



#login{
	height: 250px;
	padding: 0 10px;
	margin: 0;
	background: #cee0d2;
	}



#username, #password{
	border: 1px solid #999;
	display: block;
	margin: 0px 0;
width: 152px;
	font-size: 13px;
padding: 4px 4px 4px 4px;
	}


#login_submit{
float: left;

}


#forgot{
clear: both;
padding: 14px 0 10px 0;
text-align: right;
display: block;
}


#register{
float: left;
	margin: 0;
	padding: 0 0 0 12px;
	}


.go{
	margin: 0 0 0 126px; 

	}


#get_started2 .go{
	margin: 0 0 0 121px; 

	}

#remember{
	padding: 0;
	margin: 13px 0;
	}

#remember input{
	padding: 0;
	margin: 0px 4px 2px 0px;
	}


#login_status{
	display: block;
	width: 200px;
	font-size: 13px;
	text-align: right;
	float: right;
	}


#login_status .green{
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	}



#login_status a{
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 0;
	}


#login label{
font-size:  11px;
padding: 0 0 3px;
color: #666;
margin: 10px 0 0;
display: block;
text-transform: uppercase;
}




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

Sub Categories

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

.cat_display{
	padding: 20px 20px 20px 0;
	
	}




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

Right Column

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



#right_column{
	float: left;
	width: 609px;
	padding: 0px;

	}

.content{
	padding: 10px;
	}



#first{
	width: 180px;
	padding: 0 10px 0 15px;
	float: left;
	margin: 0
	}


#second{
	float: left;
	padding: 23px 20px 0 5px;
	width: 180px;
	margin-top: 10px;
	}


#second img{
	border: 0;


	}



#third{
	width: 180px;
	float: left;
	padding: 0 0 0 6px;
	}


#lower{ 
	padding: 0px 0 20px 0;
	height: 200px;
	}



#lower a{
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #0ab722;
	}


#first a:hover{
	color: #0a6817;
	}


#lower ul{
	margin: 0;
	padding: 15px;
	font-size: 12px;
	}

#lower ul li{
	padding: 0px 0 7px;
	}





#footer{
	background: #4c534e;
	border-top: 3px solid #fff;
	font-size: 11px;
	color: #fff;
	padding: 5px 10px;
	clear: both;
	}







#member_options{
	background: #999;
	padding-bottom: 3px;
	border-bottom: 1px solid #333;
	}



#member_options ul{
	margin: 0;
	padding: 17px 0 6px 10px;
	list-style: none;
	display: block;
	background: #e5fbea;
	font-size: 14px;
text-align: center;
height: 24px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #333;
	}


#member_options ul li{
	display: inline;
	}	


#member_options ul li a{
	text-decoration: none;
	display: inline;
	color: #333;
	padding: 0 14px 0 0px;
	}



#member_options ul li a:hover{
	color: #000;
	}






p.breadcrumb{
	padding: 5px 10px;
	margin: 0;
	font-size: 11px;
	color: #fff;
	background: #555;
	border-bottom: 1px solid #000;
	}





 
p.breadcrumb a{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	}






#footer a{
	color: #fff;
	text-decoration: none;
	}




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

Admin Section

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






#admin{
	font-size: 12px;
	background: #fff;
	}


#admin #left_column{
	float: left;
	position: absolute;
	left: 0;
	top: 154px;
	width: 160px;
	border-right: 1px solid #999;
	}



#admin #left_column a{
	display: block;
	line-height: 1.7em;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	margin: 0;
	padding: 5px 10px;
	}



#admin #left_column a:hover{
	background: #eee;
	border: 1px solid #ddd;
	}



#admin #right_column{
	position: absolute;
	right: 0;
	top: 154px;
	width: 160px !important;
	border-left: 1px solid;
	}



#admin #right_column a{
	display: block;
	line-height: 1.7em;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	margin: 0;
	padding: 5px 10px;
	}



#admin #right_column a:hover{
	background: #eee;
	border: 1px solid #ddd;
	}


#admin #content{
	margin: 0 160px;
	}





#admin #wrapper{

	background-image: none;
	background-color: #fff;
	
	}


#admin #right_column{
	width: 100%;
	}






.navlist a{
	line-height: 1.7em;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	margin: 0;
	padding: 5px 10px;
	}


.navlist img{
	display: none;
	
	}



.navTitle{
	background: #988675;
	color: #000;
	padding: 5px 10px !important;
	margin: 0;
	font-size: 14px;
	}



#admin .navigation td, #admin .navigation tr{

	margin: 0;
	padding: 0;
	
	}


#admin .navigation{
	margin: 10px;
	border: 1px solid;
	
	}


#links{
	
	display: none;
	
	}



#admin #footer{
	display: none;
	
	}



#admin h5{
	margin: 0;
	padding: 12px;
	font-size: 14px;
	background: #eee;
	border-bottom: 1px solid;
	border-top: 1px solid #ccc;
	}




#admin input, #searchtext, textarea, .formright textarea{
	padding: 3px 3px 3px 4px;
	border: 1px solid #999;
	}


select, .formright select{
	padding: 3px 3px 3px 0;
	border: 1px solid #999;
	}


.formstrip{
	
	font-weight: bold;
	
	}


#freecap{
	float: left;
	margin-right: 15px;
	}


#captcha div{
	padding-top: 12px;
	}

#captcha div input{
	margin: 12px 0;
	}



.totals{
	border: 1px solid;
	position: absolute;
	top: 380px;
	padding: 10px;
	width: 150px;
	left: 590px;
	color: #333;
	font-size: 12px;
	background: #e5fbea;
	border-top: 4px solid #988675;
	text-align: center;
	}



.totals span{
	text-transform: uppercase;
	font-size: 14px;
	}

.friend{ 
padding: 20px;
background: #fff;

}
	
.image{
height: 70px;
}



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

Multiple Listing View

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

.featured{
	border: 1px solid #bbe9c6;
	background: #e5fbea url("/images/featured_star.gif") top right no-repeat
	}




.featured:hover{
	background: #d1f5da url("/images/featured_star.gif") top right no-repeat;
	}
	
	

* html .featured:hover{
	background: #d1f5da url("/images/featured_star.gif") top right no-repeat;
	}
	


.highlighted{
	background: #feffe9;
	border: 1px solid #eef1bf;
	}




#wired img{
display: none;
border: 0;
}



#wired{
position: absolute;
top: 637px;
left: 697px;
display: block;
width: 86px;
height: 34px;
background: url("/images/wiredhat.gif") top no-repeat;
}

#wired:hover{
background-position: 0 -37px;
}



.cat_display td a{
color: green !important;

}



.cat_display td a strong{
color: #333 !important;

}


#third a:hover, #first a:hover{
color: #000 !important;
}



