/* @override http://localhost/jads/css/jads.css */

/* @group CSS Undo */
html { height: 100%; margin-bottom: 1px; }  body {min-height:101%}/* forces a scrollbar so page doesn't jump */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,span,img,tr,td,th
{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol { list-style:none; }
:link,:visited { text-decoration:none; }
img { border:none; }

/* @end */

body {
	background: #f9f9f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#container {
	width: 960px;
	margin: 10px auto;
}

#header {
	width: 960px;
	height: 135px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: left;
}

a {
	color: black;
	font-weight: bold;
	font-size: .90em;
	padding: 0 10px 0 10px;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:focus{
	outline: none;	
}

.clearer {
	clear: both;
}

.alert {
	color: red;
	font-size: 0.9em;
}


/* @Header Sub-divs */

h1 span {
	display:block;
	height:100px;
	margin:0;
	padding: 0;
	background: url(../images/header_new.jpg) no-repeat left top;
	z-index:2;
}
h1 {
	width: 693px;
	height:90px;
	overflow:hidden;
	margin:0;
	padding:0 0 0 5px;
	z-index:1;
}

h1 a {
	border: none;
	padding: 0;
}

h1 a:hover {
	background: none;
	border: none;
}

#members_area{
	float: right;
	height: 110px;
	width: 235px;
	margin: 5px 5px 0 0;
	background: #ccc;
	font-size: 0.65em;
	padding: 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: left;
}

	/* @group top nav */
#top_nav {
	margin: 8px 0 10px 10px;
	height: 26px;
	width: 685px;
	background: #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: left;
}

#top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_nav li{
	float: left;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}

#top_nav a, #top_nav a:visited {
	display: block;
	padding: 3px 2px;
	margin: 0 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

#top_nav a:hover{
	color: white;
	border: none;
}
	/* @group top nav end */

/* End Header Sub-divs */



/* @group main_table */
#main_table {
	margin-top: 10px;
}
#main_table td{
    vertical-align: top;
}
#main_table td h2{
    margin-bottom: 5px;
}
#main_table td#left_col{
    width: 210px;
}
#main_table td#center_col{
    padding-left: 10px;
    width: 500px; /* padding from all columns subtracted from width of 585px */ 
}
#main_table td#right_col{
    padding-left: 10px;
    width: 230px;
}

/* @end */

/* @group left_col */

.status{
    color: green;
    font-size: 0.8em;
    font-weight: bold;
	padding-left: 5px;
}

p.status{
    margin-bottom: 3px;
	font-size: 0.60em;
	padding: 0;
}

#category_list {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	line-height: 1.15em;
	padding-left: 10px;
	margin-right: 10px;
}

#category_list h3{
	margin: 7px 0 0 0;
	padding-left: 3px;
	background: white;
}

#category_list h4{
	border-top: 3px double black;
	border-bottom: 1px solid black;
	font-size: 0.9em;
	margin: 2px 0;
	padding-left: 3px;
	background: #ccc;
	color: black;
	height: 20px;
}

#category_list a {
 font-weight: normal;
	font-size: 0.75em;
	display: block;
	text-decoration: none;
}

/* @end */

/* @group center_col */

.status_new, .status_reduced, .status_updated {
    color: green;
    font-size: .8em;
    padding-left: 22px;
}

.status_sold, .status_rented, .status_found {
    color: red;
    font-size: .8em;
    padding-left: 22px;
}

#category_ads {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0 0 0 10px;
	line-height: 1em;
	min-height: 500px;
}

#category_ads h2 {
	font-size: 1em;
	margin: 2px 0 5px 0;
}

#category_ads ul {
	padding: 0 10px 0 20px;
	margin: 0;
	list-style-image:  url(images/arrow.gif);
 	font-size: 0.9em;
	}

#category_ads li {
	margin-bottom: 5px;
	font-size: .95em;
	}

#category_ads a {
 	font-weight: normal;
	font-size: 1em;
 	padding: 0;
	text-decoration: underline;
}
/* @end */

/* @group right_col */
td#right_col {
	text-align: center;
}

td#right_col h2 {
	margin-bottom: 5px;
}

td#right_col ul {
	margin-left: 50px;
}

td#right_col img {
	margin: 10px 0 0 0;
	border: none;
}

td#right_col a {
	border: none;
	padding: 0;
	margin: 2px 0;
}

td#right_col a img {
	display: block;
}
/* @end */

/* @group ad page */

#ad_content {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/*#ad_photo {
	float: left;
	max-width: 660px;
	padding-right: 30px;
}*/

/*#tn_list {
	padding-left: 10px;
}*/

#ad_text {
	margin-top: 20px;
}

#ad_text h2 {
	margin: 10px 0;
	font-size: 1.2em;
	color: #900
}

#ad_text p {
	margin: 10px 0;
}

#ad_text ul {
	list-style: disc;
	margin-left: 30px;
}

#ad_text ol {
	margin-left: 30px;
	list-style: decimal;
}

#photo_gallery_table{
	width: 920px;
}
#lcol{
	width: 650px;
	vertical-align: top;
}
#rcol{
	vertical-align: top;
	padding-left: 30px;
}
#thumbnails li{
	margin-bottom: 10px;
}
#thumbnails img{
	border: 1px solid black;
	/*border: none;*/
}
#selected_photo{
	border: 1px solid black;
}
/* @end */


/* @group howto page, mailinglist_signup, #garagesale_info */
#howto, #mailinglist_signup, #contact_info, #garagesale_info, .gs_ad {
	margin-top: 10px;
	padding: 5px 20px 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#howto h2, #mailing_listform h2, #contact_info h2, #garagesale_info h2 {
	font-size: 1em;
	margin: 0 0 5px 0;
}

#new_offering {
	margin-top: 7px;
	font-weight: normal;
}

#howto h3 {
	font-size: 0.9em;
	margin: 20px 0 5px 0;
}

#howto p, #mailinglist_signup p, #contact_info p, #garagesale_info p, .gs_ad p {
	font-size: 0.9em;
	margin: 5px 0 10px 0;
}

#howto ul {
	list-style: disc;
}

#howto li {
	font-size: 0.9em;
	margin: 5px 0 5px 20px;
}

#mailinglist_signup table {
	margin-bottom: 10px;
	margin-top: 15px;
}

#mailinglist_signup table td {
	padding-bottom: 5px;
}

#garagesale_form span.label_col {
	font-style: italic;
}
.gs_info{
	width: 480px;
	background: #E8E8E8;
}

h3.area {
	margin-top: 10px;
}
	
	

/* @end */




