/* Yard Sale Sleuth */


body
{
	position: relative;	
	background: #fff;
	margin: 0;
	padding: 0;
}

div#siteNav
{
	position: fixed; 
	margin-top: 40px; 
	left: 0; 
	width: 166px; 
	height: 700px; 
	font: medium Verdana, sans-serif; 
	z-index: 100;
}

div#siteNav a 
{
   display: block; 
   margin: 0 0 1px; 
   border-width: 0; 
   border-right: 5px solid #505050;
   padding: 5px 10px; 
   background: #009;
   color: #fff; 
   text-align: center; 
   font: bold 1em sans-serif; 
   text-decoration: none; 
}
   
div#siteNav a.search
{
   background: yellow;
   color: #009; 
}
   
div#siteNav a:hover 
{
   border-right: 5px double white;
	color: #411; 
	background: #AAA;
}

div#siteNav a img 
{
	height: 0; 
	width: 0; 
	border-width: 0;
}

div#siteNav a:hover img 
{
	height: 0; 
	width: 0; 
	border-width: 0;
}

div#siteNav a span
{
	display: none;
}

div#siteNav a:hover span
{
	display: block;
   position: absolute; 
   top: 260px; 
   left: 0; 
   width: 125px;
   margin: 10px; 
   padding: 5px; 
   z-index: 100;
   border: 2px double #009;
   background: #fff;
   color: #009; 
   font: medium Verdana, sans-serif; 
   text-align: center;
}

div#login
{
	position: fixed;
	margin: 15px;
	margin-top: 381px;
   border: 2px double #900;
	padding: 5px;
	left: 0; 
	width: 115px; 
	height: 8em; 
	font: medium Verdana, sans-serif; 
   text-align: center;
	z-index: 101;
}

div#content
{
	position: absolute;
	top: 15px;
	left: 161px;
	right: 25px;
   border: double 5px #009;
   padding: 10px; 
   color: #333;
   /* background: #22232F;*/
   background: #fff url(../image/magnifyingGlass01_600soft02.jpg) no-repeat top center; 
   font: medium georgia;
   text-align: center;
}
   
div#popupContent
{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
   border: double 5px #009;
   padding: 10px; 
   color: #333;
   /* background: #22232F;*/
   background: #fff url(../image/magnifyingGlass01_600soft02.jpg) no-repeat top center; 
   font: medium georgia;
}

.button
{
  background: #009;
   color: #fff; 
   text-align: center; 
   font: bold 1em sans-serif; 
   text-decoration: none; 
}

.title 
{
	margin: -9px -9px 0.5em; 
	padding: 15px 10px 25px; 
	text-align: center; 
	background: yellow; 
	color: #009; 
	letter-spacing: 0.25em; 
	text-transform: lowercase; 
	font: bold 1.2em sans-serif; 
	vertical-align: middle; 
	/*white-space: nowrap; */
   text-decoration: none; 
}

#subtitle
{
	margin: -18px -9px 0.5em;
	border-top: 1px solid white;
	padding: 10px 10px 6px;
	background: yellow; 
	color: #009; 
	text-align: center; 
	letter-spacing: 0.5em; 
	text-transform: uppercase; 
	font: italic smaller georgia; 
	vertical-align: middle; 
	/*white-space: nowrap;*/
}	

#columnLeft
{
	float: left;
	clear: right;
/*	width: 45%;*/
	width: 20em;
	text-align: left;
}

#columnRight
{
/*	float: left; */
/*	width: 55%;*/
overflow:hidden;
}

#colleft
{
	width: 69%;
	float: left;
}

#colright
{
	width: 29%;
	float: right;
	padding-left: 1%;
}
   
h1#title
{
	background: transparent;
	color: white;
	font-size: smaller;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.2em;
}

div.section
{
	float: left;
	width: 15em;
	height: 15em;
}

div#content h3
{
	margin-bottom: 0.25em;
	font-style: italic;
	text-align: center;
}

div#content p 
{
	margin: 0 1em 1em;
	text-align: left;
	background: transparent;
	color: #000;
}

div#content p.question
{
	color: #c00;
	font-weight: bold;
	font-style: italic;
}

div#content p.answer
{
	width: 80%;
	margin-left: 3em;
}

div#content ul, #content ol 
{
	margin-left: 3em;
	text-align: left;
	background: transparent;
	color: #000;
}


div#content hr
{
	margin-top: 2.4em;
	margin-bottom: 2.4em;
	width: 75%;
}

div#content hr.small
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.announcementRight
{
	width: 75%; 
   margin-left: auto;
   margin-right: auto;
   margin-top: 1.4em;
   margin-bottom: 1.4em;
   border: solid #c00 1px; 
   padding: 1em;
	text-align: left; 
   font-style: italic; 
   background: transparent; 
   color: black; 
}

div.announcementRight h3
{
	text-align: center;
	color: #c00;
	font-size: 1em;
}
   
div.announcement1
{
	width: 75%; 
   margin-left: auto;
   margin-right: auto;
   margin-top: 1.4em;
   margin-bottom: 1.4em;
   border: solid #c00 1px; 
   padding: 1em;
	text-align: center; 
   font-weight: bold; 
   font-style: italic; 
   background: transparent; 
   color: black; 
}

div.announcement1 h3
{
	text-align: center;
	color: #c00;
}
   
.announcement2
{
   margin: 0.2em;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1em;
   border: solid gray 1px;
   padding: 1em; 
	text-align: center; 
   font-weight: bold; 
   font-style: italic; 
   background: silver; 
   color: black; 
}

.announcement2 h3
{
	text-align: center;
	color: #c00;
}
   
.announcement2 p
{
	text-align: center;
	color: red;
}

div#content .note
{
	clear: both;
	width: 75%;
	margin-top: 2em;
	margin-left: 12%;
	margin-right: auto;
	margin-bottom: 2em;
   border: solid #c00 1px;
   padding: 1em; 
	background: transparent;
	color: #c00;
	text-align: center; 
   font-weight: bold; 
   font-style: italic; 
}

div#content .note h3
{
	margin: 0;
	text-align: center;
}

div#content .note .p1
{
	width: 75%;
	margin: 0;
	text-align: left;
}

div#content .note .p2
{
	width: 75%;
	margin: 0;
	text-align: right;
}

div#content .error
{
	clear: both;
	width: 75%;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	background: transparent;
	color: #c00;
	text-align: left; 
   font-weight: bold; 
}

div#content .success
{
	clear: both;
	width: 75%;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	background: transparent;
	color: #0c0;
	text-align: left; 
   font-weight: bold; 
}

div#content a:link {color: #c00;}

div#content a:visited {color: #900;}

div#content a:link:hover {color: #000;}

div#content a:visited:hover {color: #000;}

div#content table
{
   margin-left: auto;
   margin-right: auto;
}

div#content tr
{
	vertical-align: top;
}

div#content tr th
{
	background: yellow;
}

div#content td
{
	width: 13em;
   padding: 0; 
   padding-left: 1em; 
   padding-right: 1em; 
	text-align: left; 
}

table#listing
{
	width: 600px;
}

.comment
{
	padding-left: 2em;
	padding-right: 2em;
	font-size: smaller;
}

.picture
{
	margin: 1em;
	float: right;
}

.draft
{
	color: #009;
	font-weight: bold;
	text-transform: uppercase;
}

.live
{
	color: #090;
	font-weight: bold;
	text-transform: uppercase;
}

.cancelled
{
	color: #900;
	font-weight: bold;
	text-transform: uppercase;
}

.red
{
	color: #900;
	font-weight: bold;
	font-size: smaller;
}

div#footerNav
{
	margin-top: 2em;
	margin-left: 10em;
	margin-right: 10em;
	border-top: solid 2px #009;
	clear: both;
	text-align: center; 
}

div#footerNav a:link, #footerNav a:visited, #footerNav a:link:hover, #footerNav a:visited:hover
{ 
	margin: 0px 10px 0px 10px;
	color: #009;
}

div#version
{
	margin: 20px 0 0 0;
	clear: both;
	font-size: smaller;
	text-align: center;
	color: #009;
   font-style: italic;
}

div#copyright
{
	margin: 20px 0 0 0;
	clear: both;
	font-size: smaller;
	text-align: center; 
}

div#bizrc
{
	margin: 20px 0 0 0;
	clear: both;
	font-size: smaller;
	text-align: center; 
}

.clear
{
/*	position: absolute; */
	clear: both;
}
