/*changes the background color*/
body {
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
	margin-bottom: 10px;
	background-color: #EFE7DE;
	margin-left: auto;
	margin-right: auto;
}

/*changes the inside center bk-grnd color*/
td {
	font-family: Tahoma;
	font-size: 14px;
    background-color: #EFE7DE;
}

/*changes the font Catergory color*/
a {
	color: #967448;/*#967448;*/
	text-decoration: none;
}

/*changes the color when mouse is over a link*/
a:hover {
	color: #6E5C44;
	text-decoration: underline;
}

/*nothing happens*/
h1 {
	font-size: 14pt;
	margin: 0px;
}

/*nothing happens*/
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

/*changes the font size in header example: Welcome to Classified Edition*/
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}
/*nothing happens*/
th {
	font-size: 12px;
	text-align: left;
}

form {
	margin: 0px;
}

/*changes heigth for search & location drop down windows*/
input, textarea, select, optgroup, option {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

/*changes the submit-search button color and outside border*/
button {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: red;
	border: 1px outset #EFE7DE;
	color: white;
}
/*nothing happens*/
pre {
	font-family: "Tahoma";
	font-size: 12px;
	text-align: left;
}

/*changes the warning color if a user makes an error in the posting area*/
.err {
	color: #9E0C0C;
	font-weight: bold;
	margin-bottom: 5px;
}

/*nothing happens*/
.imp {
	color: #EFE7DE;
	font-weight: bold;
	margin-bottom: 5px;
}

/*nothing happens*/
.msg {
	color: #000000;
	margin-bottom: 5px;
}

/*nothing happens*/
.marker {
	color: #006666;
	font-weight: bold;
}
/*changes the font size&color for example: "Maximum filesize: 500KB"*/
.hint {
	font-size: 12px;
	font-style: italic;
        font-weight: bold;
	color: #334433;
}

/*changes the spacing in between the top of the page to the top of the logo*/
#header {
	padding: 10px;
}

/*changes the united states font size on the main page*/

#logo {
	font-size: 14px;
	font-weight: bold;
}

/*changes the Region color under the logo*/
#logo a {
	font-size: 22px;
	font-weight: bold;
	font-style: arial;
        color: #967448;
	text-decoration: none;
}

/*changes the color when mouse is over the word Example: United States under the logo*/
#logo a:hover {
	color: #6E5C44;
	text-decoration: none;
}

/*changes the size & color of the date under the logo*/
#today {
	font-size: 14px;
	color: #6D5a45;
}

#nav {
	text-align: right;
}

/*nothing happens*/
#city {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

/*changes the background color outside the home & the three thin lines- post ad - nothing happens to the #967448*/
#sidebar_left {
	padding-top: 10px;
	background-color: #EFE7DE;
	border-right: 1px solid #6F4F24;
	border-top: 1px solid #6F4F24;
	border-bottom: 1px solid #EFE7DE;
}

/*changes the color around the word home - post*/
.buttons td {
	text-align: center;
	background-color: #C4A484;
}

/*changes the color home - post lettering*/
.buttons a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #EFE7DE;
	padding: 3px;
}

/*changes the color "event" & "callendar" on the main page*/
#sidebar_left .head {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #967448;
}

/*nothing happens*/
#sidebar_left table.linkbox {
	margin-bottom: 15px;
}

/*nothing happens*/
#sidebar_left table.linkbox a {
	display: block;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #EFE7DE;
}

table.sidebox {
	margin-bottom: 10px;
}

table.sidebox td {
	text-align: left;
}

/*this changes colors to the two thin lines up top and lower header*/
#contentcell {
	border-top: 1px solid #EFE7DE;
	border-bottom: 1px solid #EFE7DE;
}

#content {
	padding: 10px;
}

/*this changes colors to the path when selecting a catergory*/
#path {
	background-color: #967448;
	font-size: 16px;
	margin-bottom: 5px;
}

#path td {
	padding: 5px 5px 5px 10px;
}

/*this changes colors to the path names when selecting a catergory*/
#path a {
	color: #967448;
	text-decoration: none;
}

/*this changes colors when mouse is over words in path area*/
#path a:hover {
	color: #6E5C44;
	text-decoration: underline;
}


/*nothing happens*/
table.searchbox {
	background-color: #BD9E77;
	border: 1px solid #BD9E77;
	margin-bottom: 20px;
}

table.searchbox td {
	padding: 10px;
}


/* this changes the color to the the thin line in the events section*/
.eventnav {
	border-bottom: 2px solid #6E5C44;
	margin-bottom: 10px;
}

table.dir {
}

table.dir_cat {
	
}

/*this changes the font size on the main page - catergorie zize*/
table.dir_cat th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding-bottom: 5px;
}

table.dir_cat td {

}

/*assuming that this would change the color of the count next to catergories IF turned on*/
table.dir_cat .count {
	color: #967448;
	font-size: 10px;
}

/*assuming that this would change the color of the count next to catergories IF turned on*/
table.dir_cat th .count {
	color: #8EDA29;
	font-size: 10px;
}

table.adlisting {
}


/*nothing happens*/
table.adlisting tr.ad1 {
	/*background-color: #FAFAFA;*/
}

table.adlisting tr.ad2 {
}

table.adlisting td {
	padding: 4px;
}

/* this changes the background color in events title where it says starts - end - even*/
table.adlisting td.head, table.adlisting tr.head td {
	font-weight: bold;
	background-color: #D2BBA4;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 0px;
}

/*nothing happens*/
table.adlisting td.datehead {
	background-color: #F5F5F5;
	/*border-bottom: 1px solid #CCCCCC;*/
	font-weight: bold;
	border-bottom: 0px;
}

table.adlisting td.icon {
}

table.adlisting td.icon img {
}

table.adlisting .adtitle {
	font-weight: bold;
}

table.adlisting .date {
	font-style: italic;
}

table.adlisting .ad1 {
}

/*nothing happens*/
table.adlisting .ad2 {
	/*background-color: #FAFAFA;*/
}

/*nothing happens*/
.adheader {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
}

.adheader .icon {
	/*vertical-align: top;*/
}

.adheader .adtitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.adheader .adarea {
	font-size: 11px;
	font-weight: normal;
}

.ad {
	margin-bottom: 10px;
}

/*nothing happens*/
.ad .link_marker {
	color: darkorange;
	font-weight: bold;
}

.disclosures {
	padding: 5px;
}

/* changes the color where it says its ok to contact with commercial interest*/

.disclosure_yes {color: #6E5C44;
font-weight: bold;
}

.disclosure_no {
	color: #C01212;
}

.disclosures b {
}

/*nothing happens*/
.adpics {
	margin-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

/* this changes the border line color around the users photo in their ad*/
.adpics img {
	border: 1px solid #6E5C44;
	/*padding: 10px;
	background-color: #FAFAFA;*/
}

.imglisting {
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 12px;
	font-weight: bold;
}

/* this changes the border color around the users picture*/
.imgitem img.img {
	margin-top: 5px;
	border: 1px solid #6E5C44;
}

.imgitem .caption {
}

.imgitem .poster {
	font-weight: bold;
}

.imgitem .time {
	font-weight: bold;
}

.imgitem .desc {
	margin-top: 5px;
}

.linkbox2 {
	background-color: #967448;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: white;
}

.linkbox2 a {
	display: block;
	color: white;
}

.linkbox2 a:hover {
	color: white;
	text-align: center;
}

.imagecredits {
	padding: 5px;
}

.head {
	font-weight: bold;
}

.imagecredits a {
}

.imagecredits .count {
	color: #BBBBBB;
	font-size: 10px;
}

.comments {
}

.comments .head {
	font-size: 12px;
	font-weight: bold;
}

.commentitem {
	margin-bottom: 10px;
}

.commentitem .poster {
	font-weight: bold;
	display: block;
}

.commentitem .time {
	color: gray;
	display: block;
}

.commentitem .comments {
	display: block;
}

/*in the cities area on the main page, on the right side the thin lines change colors & the background as well*/
#sidebar_right_cities {
	background-color: #EFE7DE;
	border-left: 1px solid #EFE7DE;
	border-top: 1px solid #EFE7DE;
	border-bottom: 1px solid #EFE7DE;
	padding: 0px 5px 5px 5px;
}


/*in the post Ad area the thin lines on the right change colors*/
#sidebar_right {
	border-left: 1px solid #EFE7DE;
	border-top: 1px solid #EFE7DE;
	border-bottom: 1px solid #EFE7DE;
	padding: 5px 5px 5px 5px;
}

#sidebar_right a {
}

/* this changes the color to the names right-sidebar united states & canada*/
.citylist_country {
	display: block;
	color: #6E5C44;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 2px;
}

/*changes font size in the right side bar cities - states*/
.citylist_city {
	color: #967448;
	font-size: 12px;
}

/*changes color to the copyright footer area*/
#footer {
	color: #967448;
}

#footer td {
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
}

table.postad {
}

/*changes color to the photo in featured im taking it, no photo yet to test theory*/
img.thumb {
	border: 1px solid #967448;
}

/*in the post area the square long gated box with */
.postpath {
	padding: 5px;
	border: 1px solid #BD9E77;
	background-color: #EFE7DE;
	font-size: 12px;
	color: #967448;
	margin-bottom: 10px;
}

.postpath b {
	color: #6E5C44;
}

.postpath a {
	font-weight: bold;
	color: #003399;
	font-size: 11px;
}

#search_top {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.invoice .empty {
	background-color: white;
	border: 1px solid white;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	/*background-color: #FAFAFA;*/
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.featuredad_first, .featuredad_first td {
	background-color: #FFEEC6;
	border-top: 1px solid #FFDF95;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad, .featuredad td {
	background-color: #FFEEC6;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad a, .featuredad_first a {
	font-weight: bold;
}

.post_note {
	color: #967448;
}

.latestads {
	padding-top: 10px;
	margin-bottom: 10px;
}

/*changes color on the main page Latest Ads - featured - upcoming*/
.latestads .head {
	padding-bottom: 5px;
	color: #BD9E77;
	font-size: 12px;
}

.latestads td {
	border-top: 1px solid #967448;
}

.adcat {
	font-size: 9px;
	color: #444444;
	/*text-decoration: underline;*/
}

table.latestads_table td {
	padding: 1px;
}

table.latestads_table a.featured {
	font-weight: bold;;
}

.catlist .cat {
	padding: 1px;
	display: block;
}

.catlist .cat a {
	font-weight: bold;
}

.catlist .subcat {
	padding: 1px;
	display: block;
}

.catlist .count {
	color: #967448;
}

.adpreview {
	display: block;
	font-size: 14px;
	color: #6E5C44;
}
