/*
* @copyright 2010 Mike-N-Tosh ALL RIGHTS RESERVED
* @author Mike Knowlton
* @website http://Mike-N-Tosh.com/blog/
* @package part of the Skins template for 68 Classifieds v4.1.x
* @support for help with this css template and the "Skins" template
* visit the support website (http://Mike-N-Tosh.com/support/68/templates/skins/)
*/

/* ##### Main Skins elements ##### */

/* #######################################################
 * ################### Header elements ###################
 * These are the items in the top with the large color area
 * #######################################################
 */

/* Header display colors */
#header
{
	/* Overall header color that goes covers comepletely from left to right at the top */
	background-color: #003399;
	/* This is the small border line at the very top */
	/* Hint: use the same color as the background-color if you don't it */
	border-top: #000000;
}

.head
{
	/* You DO NOT have to set this unless you want to
	have the wrapper width of the header to be a different color.
	The wrapper width is the width of the default white bacground
	for the content area just below the header */
	background-color: ;
}

#head_band
{
	/* This is the border above and below the quick search and Welcome message */
	border-color: #000000;
}

#top_nav ul
{
	/* This is the header navigation */
	/* This is normally not set to a different color than the header */
	/* FYI: This also uses a universal gradient pic to give it the bar affect */
	background-color: ;
}

#top_nav ul li a:hover
{
	/* This is the color of the rollover for the navigation tabs */
	/* FYI: This also uses a universal gradient pic to give it the tab affect */
	background-color: #FF0000;
}

/* Header text colors These will default to white unless you put in your color */
#logo h1 a
{
	/* This is ONLY used if you are using text as your logo */
	/* This is the text in admin Settings/Template Settings/Logo Settings */
	color: ;
}

#logo span a
{
	/* This is ONLY used if you are using text as your logo */
	/* This is the text in admin Settings/Main Settings Description field */
	color: ;
}

#search form span a, #top_info span, #top_info a
{
	/* This is text in the quick search line and welcome messages */
	color: ;
}

#top_nav ul li a
{
	/* This is the nav text */
	color: ;
}

#search form span a:hover, #top_info a:hover
{
	/* This is text in the quick search line and welcome messages */
	color: ;
}

#top_nav ul li a:hover
{
	/* This is the nav text */
	color: ;
}

/* ##### Content Elements below the header ##### */

/* Borders */
.tableborder, table.main, #sidebar .side-box, #sidebar h1, #content fieldset, #form .field input, #form .field textarea, #form input, #form textarea, #form select, .step, #content .continue input, #content .submit input, .listingextras2
{
	border-color: #003399;
}

/* This is the color of the border under your tables headings
 * like the side menus and browse headings */
th
{
	/* This one is separate, because it only has one border */
	/* This should be set to the same color as the other borders */
	border-bottom: #003399;
}

/* Text */
table.main a, #sidebar ul.sidemenu a, #content .breadcrumb a, #content fieldset legend, #footer, #footer a
{
	color: #003399;
}

table.main a:hover, #sidebar ul.sidemenu a:hover, #content .breadcrumb a:hover, #footer a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color: #999999;
}

#footer a
{
	color: ;
}

#footer a:hover
{
	color: ;
}

#copyright, #copyright a
{
	/* Remember that this is below the wrapper, so it is against the body background */
	color: ;
}

#copyright a:hover
{
	color: #999999;
}

/* Background colors */
th, #sidebar h1
{
	/* This is for the headers over the menus */
	background-color: #003399;
}

/* ##### Base elements colors ##### */
/* YOU DO NOT NEED TO CHANGE THESE */
/* Only provided if you really feel frisky */
body
{
	/* overall color of the background */
	background-color: #000000;
	/* overall text color if not defined elsewhere */
	color: #003399;
}

h1, h2, h3, h4, h5, h6
{
	/* These are the color of your text headings */
	color: #003399;
}

a
{
	/* This is the color of standard text links */
	color: #003399;
}

a:hover
{
	/* This the text color of a standard link when hovered over */
	color: #999999;
}
