/*
-------------------------------------------
File: 'Pro Slate' styles.css Style Sheet
Created: 29 May, 2005
Last Modified: 21 November, 2005
Author: Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2005 Josh Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


/*********** GLOBAL CSS STYLES - ALL REQUIRED **********/

/* applies to all images in content area of any page */
.imageStyle { border: 0px }

/* use this to make blocks of text 'standout' */
.standout{
font-style: italic;
font-size: 12px;
border-left: 5px solid #555555;
padding-left: 8px;
}

blockquote{
font-style: italic;
font-size: 12px;
border-left: 5px solid #555555;
padding-left: 8px;
}

/* use these tags to style <h1> - used in page header for site title*/
h1 {
color: #555555;
font-size: 24px;
line-height: 1.2em;
}

/* use these tags to style <h2> - used in page header for site slogan, and content header... dave */
h2 {
color: #333;
font-size: 22px;
line-height: 1.2em;
margin: 0px;
padding: 0px;
}

/* use these tags to style <h3> */
h3 {
color: #555555;
font-size: 20px;
line-height: 1.2em;
}

/* use these tags to style <h4> */
h4 {
color: #555555;
font-size: 18px;
line-height: 1.2em;
}

/* use these tags to style <h5> */
h5 {
color: #555555;
font-size: 16px;
line-height: 1.2em;
}

/* use for user-positioned inline images */
.image-right{
float: right;
padding: 8px 0px 8px 8px;
}

/* use for user-positioned inline images */
.image-left{
float: left;
padding: 8px 8px 8px 0px;
}

.image-center /*added by dave*/
{
display: block;
margin-left: auto;
margin-right: auto;
}

.imgborder { border: 1px solid #555555;
}

a img {
border: 0px;
}

.clear {
clear: both;
}

.small {
font-size: 10px
}



/* BODY AND GENERAL ELEMENT CSS STYLES */

body{
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #000;
}


a:link {          /*  sets main content link colors, etc.  */
  color: #0000fa;
  text-decoration: underline;
}

a:visited  {
  color: purple;
}

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


#sidebar a:link {          /*  sets "sidebar" link colors, etc.  */
  color: #0000fa;
  text-decoration: underline;
}

#sidebar a:visited  {
  color: purple;
}

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


#bottom a:link {          /*  sets "bottom" link colors, etc.  */
  color: #999;
  text-decoration: underline;
}

#bottom a:visited  {
  color: #666666;
}

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

ul.inline li {
display: inline;
}

#bottom {
text-align: center;
color: #888;
}

#bottom ul{
list-style: none;
}


/* HEADER CSS STYLES */
#header{
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 160px;
  background-color: #fff;

  
}

#header>h1, #header>h2 {text-align: right;
}

#header h1{
  margin: 0px;
  padding: 13px 15px 0px 15px;
  color: #555555;
  font-size: 20px;
  font-family: Arial;
}

#header h2{
  margin: 0px;
  padding: 0px 15px 0px 15px;
  color: #777777;
  font-size: 11px;
  font-weight: normal;
}

#logo {
  border: 1px solid blue;
  top: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
}

#header img {
padding: 0px 0px 0px 10px;
}




/* CONTENT WRAPPERS */
#outer{
  margin: 0px;
  padding-right: 230px;
  margin-bottom: 25px;
  background: #FFFFFF url('images/sidebar-background.jpg') right repeat-y;
  border-bottom: 1px solid #000000;
}

#inner{
  width: 100%;
  float: right;
}

#inner-padding{
	padding: 20px;
	overflow: hidden;
}

#inner-padding>h2{
	margin-left: -8px; /* this pushes the content header a little left of the content text... dave */
}

#nosidebar{
  margin: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
  background: #FFFFFF;
  /*border-bottom: 1px solid #000000; added by Dave so we could get a no sidebar detail page. need room for big 640x480 pics*/
}
#nosidebar p{
	padding: 7px 10px 7px 10px;
	margin: 0px 10px 0px 10px;
}
#nosidebar p.border{
	border: 1px solid #cacaca;
}

#listingslistdisplay td{
	padding:3px;
}
#listingslistdisplay h1{
	color:blue;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-decoration: underline;
}
#listingslistdisplay td.lightborder{
	border:1px solid #acacac;
}
#listingslistdisplay td.darkborder{
	border:1px solid #777;
}
#listingslistdisplay td.bottomborder{
	border-bottom:1px solid #acacac;
}

.boldgreen{
color:green;
font-weight:bold;
}
.boldred{
color:red;
font-weight:bold;
}

/* SIDEBAR CSS STYLES */
#sidebar{
  float: right;
  width: 230px;
  margin-right: -115px; /* HALVE FOR IE6 FLOAT DOUBLE-MARGIN BUG */
  margin-bottom: 150px; /* Allow room for validation links */
  color: #555555;
}

html>body #sidebar{
  margin-right: -230px; /* RESET FOR NON-IE6 BROWSERS. SEE ABOVE. */
}


/*
#sidebar .sideHeader {
  padding: 3px 10px 0px 15px;
  color: #555555;
  font-size: 13px;
  font-weight: bold;
}

#sidebar ul{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

#sidebar li{
  padding: 15px 15px 15px 15px;
  height: 100px;
}

html>body #sidebar li{
  height: auto;
  min-height: 100px;
}

#sidebar li.links a{
  display: block;
  color: #555555;
}

#validation{
	padding: 18px 0px 0px 18px;
}

#validation a{
	display: inline;
}

#validation a img{
  border: 0px;
}
*/


h1{         /* sets h1 parameters in sidebar */
  margin: 0px;
  padding: 10px 15px 10px 10px;
  color: #555555;
  font-size: 16px;
  font-family: Arial;
}



#sidebar p{         /* sets <p> parameters in sidebar */
  margin: 5px 5px 10px 12px;
}

                    /* sidebar nav styles */
ul.sidebarnav {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.sidebarnav li{
  margin: 0px 0px 0px 18px;
  padding: 0px;
  height: 1.5 em;
}







/* FOOTER CSS STYLES */
#footer{
  margin: 0px;
  padding: 10px 10px 10px 20px;
  font-size: 10px;
  clear: both;
  color:  #000000;
}

#footer a{
	color: #000000;
}

#footer ul, #footer li{
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
}






/* MENU GENERAL CSS STYLES */


#nav-container{
margin: 0px;
width: 100%;
background: #D6D6D6 url('images/navbar-background.jpg') top repeat-x;
border-bottom: 1px solid #7A7A7A;
}

/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */
.clearfix:after{
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

#nav ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 50;
}

#nav li{
  float: left;
  position: relative;
}

#nav a{
  display: block;
  width: 94px; /* THIS WIDTH = TOTAL WIDTH - LEFT/RIGHT PADDING */
  padding: 3px 10px 3px 10px; /* MENU ITEM HEIGHT = PADDING-TOP + PADDING-BOTTOM + FONT-SIZE(in Px) BELOW */
  border-right: 1px solid #555555; /* FOR TOP MENUS ONLY */
  border-bottom: 1px solid #D6D6D6; /* FOR TOP MENUS ONLY */
  color: #555555;
  font-size: 11px;
  text-decoration: none;
}

#nav li:hover a, #nav li.sfhover a{
  color: #000000;
}

#nav li:hover ul a, #nav li.sfhover ul a{
  color: #555555;
}


/* MENUS LEVEL 2 CSS STYLES */
#nav ul ul{
  position: absolute;
  top: 100%;
  left: -1px;
  width: 114px; /* SET TO TOTAL LINK WIDTH; THIS IS TO BREAK <li> FLOATS INTO ONE COLUMN */
  background-color: #F1F0F1;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  display: none;
}

#nav ul ul li{
  border-top: 1px solid #555555;
}

#nav li:hover ul, #nav li.sfhover ul{
  display: block;
}

#nav li:hover ul ul, #nav li.sfhover ul ul{
  display: none;
}

#nav ul ul li:hover, #nav ul ul li.sfhover{
  background-color: #DDDDDD;
}

#nav ul ul a{
  border: none; /* REMOVE BORDERS SET ABOVE */
  width: 94px;
  border: none;
}


/* MENUS LEVEL 3 CSS STYLES */

#nav ul ul ul{
  display: none;
  border-left: 1px solid #555555;
}

#nav ul ul li:hover ul, #nav ul ul li.sfhover ul{
  display: block;
  top: -1px;
  left: 114px; /* SET HORIZ OFFSET */
}

#nav ul ul li:hover ul ul, #nav ul ul li.sfhover ul ul{
  display: none;
}


/* MENUS LEVEL 4 CSS STYLES */
#nav ul ul ul li:hover ul, #nav ul ul ul li.sfhover ul{
  display: block;
}

#nav ul ul ul li:hover ul ul, #nav ul ul ul li.sfhover ul ul{
  display: none;
}


/* MENUS LEVEL 5 CSS STYLES */
#nav ul ul ul ul li:hover ul, #nav ul ul ul ul li.sfhover ul{
  display: block;
}

#nav ul ul ul ul li:hover ul ul, #nav ul ul ul ul li.sfhover ul ul{
  display: none;
}


/* MENUS LEVEL 5 CSS STYLES */
#nav ul ul ul ul ul li:hover ul, #nav ul ul ul ul ul li.sfhover ul{
  display: block;
}

#nav ul ul ul ul ul li:hover ul ul, #nav ul ul ul ul ul li.sfhover ul ul{
  display: none;
}

/* MENUS LEVEL 5 CSS STYLES */
#nav ul ul ul ul ul ul li:hover ul, #nav ul ul ul ul ul ul li.sfhover ul{
  display: block;
}

#nav ul ul ul ul ul ul li:hover ul ul, #nav ul ul ul ul ul ul li.sfhover ul ul{
  display: none;
}






#outer{
  padding-right: 230px;
  background: #FFFFFF url('images/sidebar-background.jpg') right repeat-y;
}


#sidebar{
	float: right;
	width: 230px;
	margin-right: -115px; /* HALVE FOR IE6 FLOAT DOUBLE-MARGIN BUG */
	margin-bottom: 20px; /* Allow room for validation links       dave: was 150  */
}

html>body #sidebar{
	margin-right: -230px; /* RESET FOR NON-IE6 BROWSERS. SEE ABOVE. */
}



/*dave's scabby little stylings*/
.dhilitebox
{float:right; padding:5px 10px 10px 10px; margin:5px 5px 10px 10px; border:1px solid #999; background-color:#ffffcc;}
