body { 
	background: url(/img/site/bg-site.png) #1D8F69 repeat-x;
}

#container { 
	color: #333;
	font-family: Georgia, serif
	margin: 10px 0;
}

/*
 * Lets put in the generic stuff here
 */
h2 { 
	color: #336699;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-shadow:0 0 1px #999999;
}

h3 { 
	color: #FF910D;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-shadow:0 0 1px #999999;
}

h4 { 
	color: #FF910D;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-shadow:0 0 1px #999999;
}
#loginBox h4 { 
	color: #FFF;
	font-family: Arial, Arial, Helvetica, sans-serif
}
p { 
}

ul { 
}

ul > li { 
	margin-bottom: 10px;
}

a, a:visited, a:active { 
	color: #336699;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

a:active { 
	color: #393;
	text-decoration: underline;
}

/* Some Form styles */

div.input {
margin-bottom:20px;
position:relative;
}

#searchForm label {
color:#1D8F69;
text-shadow:0 0 4px #FFFFFF;
}

div.input label {
display:block;
font-size:125%;
font-weight:bold;
}

/* Layout Styles */

#social {
	float: left;	
}

.navigation {
	height:20px;
	margin: 0;
	padding: 0;
	text-align: right;
		
}

div.navigation ul li {
	height:30px;
	background-color: #fff;
	width: 50px;
	display: inline;
	padding: 10px;
	margin: 0px 0px 0px 5px;
	-moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; border-top-left-radius:10px;
	-moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px;	border-top-right-radius:10px;
}

div.headerStrip { 
	background-color:#FFFFFF;
	height:108px;
	margin: 0 auto;
	padding-top:5px;
	-moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; border-top-left-radius:10px;
	-moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; border-top-right-radius:10px;
}

#content { 
	background:#FFFFFF none repeat scroll 0 0;
	padding: 10px 0;
	-moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; border-bottom-right-radius:10px;
}
#leftCol {
	background: #EFEFEF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: relative;
}
#leftCol h3 {
	margin-bottom: 0px;
}
.padding {
	padding: 10px;
}
.me {
	font-size: 10px;
	text-align: right;
}
input {
	box-shadow:inset 0 0 4px #bbb;
   -moz-box-shadow:inset 0 0 4px #bbb;
   -webkit-box-shadow:inset 0 0 4px #bbb;
   -moz-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
div.nav { 
	text-align: center;
}

div.nav li { 
	display: inline;
}

div.nav a { 
	color: white;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
}

div.nav a:hover { 
	color: #ffffff;
	background: #6283c4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.nav-footer { 
	text-align: right;
}

div.nav-footer a { 
	color: white;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	font-size: 10px;
}

div.nav-footer a:hover { 
	color: #ffffff;
}
div.align-right { 
	text-align: right;
}

div.flashMessage a,
#flashMessage a { 
	font-weight: bold;
	text-decoration: underline;
}

div.flashMessage div.ui-corner-all,
#flashMessage div.ui-corner-all { 
	margin: 20px 0;
	padding: 0pt 0.7em; 
}

div.flashMessage span.ui-icon,
#flashMessage span.ui-icon { 
	float: left; 
	margin-right: 0.3em;
}

div.flashMessage p,
#flashMessage p { 
	margin: 5px;
}

div.headerNav { 
	color:#333333;
	font-size: small;
	text-align: right;
	margin-top: 3px;
}

div.headerNav a { 
	color: white;
	margin: 5px;
	padding: 5px;
}

#topLayout { 
	margin-bottom:25px;
	position: relative;
}

#loginBox { 
	display: none;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 200px;
	z-index: 2;
}

#loginBox div.right { 
	float: right;
}

#loginBox #MemberLoginClose { 
	cursor: pointer;
}

#memberDashBoardLink { 
	float: right;
	padding: 10px;
	text-size: 125%;
}

/*
 * here is the stuff for the boxes
 */
div.box { 
background: #f3f3f3;
padding: 10px;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
div.box li { 
list-style: none;
}

div.box div.boxTitle { 
}

div.dim { 
	color: #777;
	font-size: 10px;
	margin-left:23px;
}

div.float-right { 
	float: right;
}

div.float-left { 
	float: left;
}

span.button { 
	cursor: pointer;
	padding: 5px;
}
.item {
background: #ddd;
padding: 5px;
margin: 5px 0px 5px 0px;
border:1px solid #CCCCCC;
-moz-border-radius: 5px; 	-webkit-border-radius: 5px; border-radius: 5px;
}
.title {
text-shadow:0 0 1px #999999;
}
.basic, .upload, .additional, .selectCats, .view {
width: 22px;
height: 16px;
float: left;
}
.basic {
background: url('/img/site/icons.png') no-repeat 0 0px;
}
.upload {
background: url('/img/site/icons.png') no-repeat 0 -16px;
}
.additional {
background: url('/img/site/icons.png') no-repeat 0 -32px;
}
.selectCats {
background: url('/img/site/icons.png') no-repeat 0 -48px;
}
.view {
background: url('/img/site/icons.png') no-repeat 0 -64px;
}
#logo {
	background:url('/img/site/ms-logo.jpg') top left no-repeat;
	width:330px;
	height:108px;
	text-align: left;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#logo h1 a {
	display:block;
	height:108px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
	width:330px;
}
.smtxt {
	font-size: 10px;
	color: #FFF;
}
.smtxt a {
	color: #fff;
	text-decoration: none;
}
.smtxt a:hover {
	color: #ccc;
	text-decoration: none;
}

ul.navigation li { 
	margin-left: 0;
}
#adTop {
	text-align: center;
	margin-top: 10px;
}
#adBottom {
	text-align: center;
	margin-top: 10px;
}

#rssScroll{
	height:234px;
	width:280px;
	overflow:hidden;
	position: absolute;
	top:65px;
}
#rssScroll li{
	border:0; margin:0; padding:0; list-style:none;
}

#rssScroll li{
	height:60px;
	padding:5px;
	list-style:none;
	background: url('/img/site/bg-blue-grad.png') top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	border: 1px solid #98b852;
	margin-top: 5px;
	margin-bottom:5px;
	-moz-box-shadow: 0 0 3px #444;
	-webkit-box-shadow: 0 0 3px #444;
}
#rssScroll a{
	color:#FFF;
	font-weight: bold;
	text-shadow:0 0 1px #999999;
	font-size: 12px;
}
#searchBox {
	background: url('/img/site/bg-search.png') top repeat-x;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 0 3px #444;
	-webkit-box-shadow: 0 0 3px #444;
}
.search {
	padding: 5px 0px 5px 0px;
	font-size: 17px;
	width: 500px;
}
.searchInt {
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	width: 200px;
	box-shadow:inset 0 0 4px #bbb;
   -moz-box-shadow:inset 0 0 4px #bbb;
   -webkit-box-shadow:inset 0 0 4px #bbb;
   border: 1px #aaa solid;
   -moz-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;

}
.checkboxes div.boxes {
	float: left;
	width: 25%;
}
button {
	font-size: 14px;
	padding: 5px;
}
#leftAds {
	margin-top: 231px;
	margin-bottom: 20px;
	text-align: center;
}
#intleftAds {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
small {
	font-size: 10px !important;
}

/*
 * featured listing stuff
 */
#randomListing { 
	background-color: #EEE;
	border-color: #DDD;
	border-style: solid;
	border-width: 2px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	padding: 10px;
}	

#randomListing div.title { 
	font-size: 125%;
	font-weight: bold;
}

#randomListing div.title p {
	padding: 10px 0;
}
.randomListingContent {
	width:400px;
	float:left;
}
.listingPhoto {
	background-color: #FFF;
	width: 150px;
	float: left;
	margin: 10px;
	border:1px solid #333333;
	padding: 5px;
}