/* This is a modified version of the default style.css as in the default template */

/*
* @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 Layout elements */

/* header - the top portion of your pages default color #003399 height will auto expand */
#header /* color */
{
	width: 100%;
	border-top: #000;
	border-width: 2px;
	border-style: solid;
}

/* This is top portion containing your header elements
* The width should equal the #wrapper setting for the best look
*/
.head
{
	margin: auto;
	width: 1000px;
}

#logo
{
	padding: 5px 0 0 8px;
	float: left;
	display: inline;
}

#logo img
{
	display: inline-block;
	width: ;
	height: ;
	padding: 5px 0 5px 5px;
	border: none;
	text-decoration: none;
}

#logo h1 a
{
	font-size: 1.4em;
	line-height: 1.4em;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}


#logo span a
{
	padding: 0 0 5px 2px;
	display: inline-block;
	color: #fff;
	font-style: italic;
	font-size: 1.2em;
	background: none;
	text-decoration: none;
}

#head_band
{
	width: 1000px;
	height: 40px;
	padding: 5px 0;
	display: block;
	border-width: thin 0 thin 0;
	border-style: solid;
}

/* Top Search Form */
#search
{
	float: left;
	color: #000000;
	padding: 5px;
	width: 550px;
	height: 30px;
}

#search span
{
	padding: 0 0 8px 0;
	margin: 0;
	height: 30px;
	display: inline;
	line-height: 30px;
}

#search form span a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}

#search a:hover
{
	color: #CCC;
}


#top_info
{
	float: right;
	padding: 5px;
	height: 30px;
	width: 400px;
	text-align: right;
}

#top_info span
{
	padding: 0;
	margin: 0;
	height: 30px;
	display: inline;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
}


#top_info a
{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#top_info a:hover
{
	color: #CCC;
}

/* top nav */
#top_nav ul
{
	margin-top: 2px;
	padding-top: 8px;
	height: 40px;
	list-style: none;
	text-align: center;
	background-image: url(../images/w_grad_top_btm.png);
	background-repeat: repeat-x;
	background-position: left center;
}

#top_nav ul li
{
	padding: 0;
	height: 38px;
	line-height: 30px;
	margin: 6px 0 0 0;
	display: inline;
}

#top_nav ul li a
{
	height: 38px;
	color: #FFF;
	font-weight: bold;
	padding: 12px 20px 5px 20px;
	margin: 0;
	text-decoration: none;
}

#top_nav ul li a:hover
{
	color: #FFF;
	background-image: url(../images/w_grad_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* This is the main wrapper that contains the pages within the body */
/* 
* @margin - the amount of space from the top, right, bottom, left
* @width - the fixed width of the page within the body
* @background - the background-color you want on your pages within the border
*               use this for a background image url(../images/backgroundpicture)
*/

#wrapper
{
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	background-color: #FFF;
	min-height: 100%;
}


/* Side Column */
#side_column
{
	padding: 5px;
	width: 200px;
	height: 100%;
	background: #FFF;
	float: right;
}
#sidebar
{
	padding: 0;
	margin: 0;
}

#sidebar h1
{
	margin-top: 10px;
	padding: 9px 0 10px 10px;
	height: 11px;
	font: bold 1em Verdana, 'Trebuchet MS', Sans-serif;
	line-height: .9em;
	color: #FFF;
	border-width: 1px;
	border-style: solid solid none solid;
	background-image: url(../images/w_grad_top_btm.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#sidebar .side-box
{
	margin: 0 0 5px 0;
	border-width: 1px;
	border-style: solid;
}

#sidebar ul.sidemenu
{
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0;
	padding: 0;
	text-decoration: none;
}

#sidebar ul.sidemenu li
{
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 0 2px 16px;
	margin: 0 2px;
	background-image: url(../images/blue_triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebar ul.sidemenu a
{
	font-weight: bolder;
	text-decoration: none;
	background-image: none;
}

#sidebar ul.sidemenu a:hover
{
	font-weight: bolder;
	text-decoration: none;
	background-image: none;
}


/* End Side Column */

#main_column
{
	padding: 5px;
	width: 780px;
	height: 100%;
	background: #FFF;
	float: left;
}


/* footer  */
#footer
{
	width: 1000px;
	margin: 0 auto;
	height: 20px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	display: block;
}

.footer_btm
{
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	display: block;
	background-color: none;
	background-image: url(../images/copy_l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.footer_btm div
{
	width: 1000px;
	height: 20px;
	display: block;
	background-color: none;
	background-image: url(../images/copy_r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer a
{
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}

#footer a:hover
{
	text-decoration: none;
	color: #333333;
	font-size: 10px;
}

#copyright
{
	width: 1000px;
	height: 40px;
	padding: 0 10px 0 10px;
	margin: 10px auto;
	font-size: 10px;
	line-height: 1.2em;
	display: block;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

#copyright a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

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


.title
{
	color: #808080;
	background: #fff;
}


.key
{
	text-decoration: underline;
}

/* lists and form elements */
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

form
{
	margin: 0;
}

input.search
{
	width: 279px;
	border: none;
	background: #fff url(../images/input.gif) no-repeat;
	padding: 6px 10px;
	font-weight: bold;
}

input.button
{
	padding: 3px;
}

#form h2
{
	background: url(../images/nav_bar.jpg) repeat-x;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #D6D5D6;
	text-indent: 5px;
	padding: 5px;
	font-size: 108%;
	text-align: left;
}

#form .fieldgrp
{
	margin-bottom: 0.5em;
	width: 100%;
}

#form .field
{
	float: left;
	font-size: 95%;
	width: 380px;
}

#form .field input
{
	margin: 0px;
	border-width: 2px;
	border-style: solid;
}

#form .field textarea
{
	margin: 0 0 0px;
	border-width: 2px;
	border-style: solid;
}

#form input
{
	margin: 0 0 5px;
	padding: 2px;
	border-width: 2px;
	border-style: solid;
}

#form textarea
{
	margin: 0 0 10px;
	border-width: 2px;
	border-style: solid;
}

#form select
{
	margin: 0 0 10px;
	padding: 1px;
	border-width: 2px;
	border-style: solid;
}

#form label.top
{
	display: block;
}

#form label
{
	clear: both;
	color: #333333;
	display: block;
	float: left;
	font-size: 102%;
	font-weight: bold;
	line-height: 22px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 200px;
}

#form label.onehpx
{
	width: 120px;
}

#form input.error
{
	background-color: #DEEFFF;
	color: #000000;
	border: 1px solid #EA5200;
}

#form label.error
{
	background: url("../images/cross.png") no-repeat 0px 0px;
	padding-left: 18px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
	float: none;
	display: inline;
}

#form label.checked
{
	background: url("../images/check.png") no-repeat 0px 0px;
	float: none;
	display: inline;
}

/* misc */
.buttons
{
	text-align: right;
	padding: 4px 3px 0 0;
}

.left_articles .buttons
{
	float: right;
	height: 20px;
}

.bluebtn
{
	background: #488EB2 url(../images/bluebtn.gif) no-repeat;
	width: 100px;
	padding: 1px 16px 5px 16px;
	color: #fff;
	text-decoration: none;
}

.greenbtn
{
	background: #488EB2 url(../images/greenbtn.gif) no-repeat;
	padding: 1px 17px 5px 16px;
	color: #fff;
	text-decoration: none;
}

.bluebtn:hover, .greenbtn:hover
{
	background: #488EB2 url(../images/hoverbtn.gif) no-repeat;
	color: #fff;
}

.blueerror
{
	background: #E8EFF5;
	border: 1px solid #2580B2;
	padding: 3px;
}

.total
{
	background-color: #F5F5DC;
}

.clear
{
	clear: both;
}

/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/

table.main
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

/* Table Border
 * This class handles the inside table layout
 *
*/

.tableborder
{
	width: 100%;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
}

/* TH
 * This class handles the appearence of the
 * the first row in all tables in the content. With the default
 * template this is the blue row.
 *
*/

th
{
	height: 20px;
	color: #FFF;
	font-weight: bold;
	text-indent: 5px;
	padding: 5px;
	font-size: 10px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	background-image: url(../images/w_grad_top_btm.png);
	background-repeat: repeat-x;
}

/* Content
 * Main content area
*/

#content
{
	width: 98%;
	padding-left: 5px;
}

#content th a:link, #content th a:visited
{
	color: #FFF;
	text-decoration: none;
}

#content th a:hover
{
	color: #CCC;
	text-decoration: none;
}

/* Checkout Steps */
.step
{
	background-color: #EAEAEA;
	color: #000;
	width: 100%;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
}

.breadcrumbs:link, .breadcrumbs:visited, .breadcrumbs:active, .breadcrumbs:hover
{
	color: #3b67d2;
	font-weight: bold;
	text-decoration: none;
}

span.completed
{
	color: green;
}

span.pending
{
	color: black;
}

span.pendingpayment
{
	background: #FFFF99;
	color: #000;
	padding: 3px;
	display: block;
}

span.notcompleted
{
	color: #CACACA;
}

span.notcompletedred
{
	color: red;
}

/* Characters
 * This class is used when a user is placing an ad
 * It formats the characters remaining
*/

.characters
{
	color: #666666;
	display: inline;
	float: none;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	width: auto;
}

.characters
{
	color: #666666;
	font-size: 9px;
	text-align: right;
}

/* Content Forms */
#content fieldset
{
	margin-bottom: 6px;
	padding: 4px;
	background-color: #FAFAFA;
	border-width: 1px;
	border-style: solid;
}

#content fieldset legend
{
	padding: .1em .3em;
	font-size: 12pt;
	font-weight: bold;
	color: #2b2b2b;
}

#content .continue input
{
	float: right;
	color: #333;
	padding: 0.25em;
	border-width: 3px;
	border-style: double;
}

#content .submit input
{
	color: #333;
	padding: 0.25em;
	border-width: 3px;
	border-style: double;
}

#content fieldset p
{
	clear: both;
	padding: 0px;
	margin: 0px;
}

#content fieldset p label
{
	float: left;
}

/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/

#content .breadcrumb a
{
	color: #3b67d2;
	font-weight: bold;
	text-decoration: none;
}

#content a.breadcrumb:hover
{
	color: #3b67d2;
	font-weight: bold;
	text-decoration: underline;
}

/* Pagination
 * This class handles the appearence of the
 * previous and next section
 *
*/

.pageNav td
{
	padding: 2px 4px 2px 4px;
}

.pageNav a
{
	text-decoration: none;
}

.pagination
{
	text-align: right;
	background-color: #7088b0;
	color: #333333;
}

.paginationNum
{
	background-color: #FFFFFF;
	color: #333333;
}

.navigationBack
{
	background-color: #809ac5;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}

.navigation
{
	font: x-small verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/

td.featured, div.featured
{
	background-color: #F1F1F1;
	background-image: url(../images/w_grad_top.png);
	background-repeat: repeat-x;
}

/* Bold Listings
 * td.bold handles the display of bold listings
 *
*/

td.bold, div.featured
{
	font-weight: bold;
}

/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/

td.highlighted, div.highlighted
{
	background-color: #FFF7D2;
	background-image: url(../images/w_grad_top.png);
	background-repeat: repeat-x;
}

/* row1 & row2
 * This section handles alternating rows
 *
*/

.row1
{
	background-color: #F1F1F1;
}

.row2
{
	background-color: #FFF;
}

.listingextras,
.listingextras a
{
	margin: 5px 0;
	font-size: 1em;
	text-align: center;
}

.listingextras2
{
	margin: 5px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
}

.listingextras2 a
{
	margin: 5px 0;
	font-size: 1em;
}

.favorites
{
	background: url('../images/favorites.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}

.delfavorites
{
	background: url('../images/favorites_delete.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}

.printer
{
	background: url('../images/printer.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}

.moreads
{
	background: url('../images/moreads-seller.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}

.friendmail
{
	background: url('../images/friendmail.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}

.contact
{
	background: url('../images/contact.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}

blockquote
{
	margin: 10px 0;
	padding: 5px;
	color: #666;
	border: 1px inset;
}

.updated
{
	background: #E8EFF5 url(../images/check.png) no-repeat 1em;
	border: 1px solid #2580B2;
	margin: 1em 5% 10px;
	padding: 0 1em 0 3em;
}

.notes
{
	background-color: #FFF5F2;
	border: 1px solid #FFD6CF;
	color: #333333;
	margin-bottom: 2px;
	padding: 1em;
}

/*-------------impromptu---------- */
.cleanbluewarning .cleanblue
{
	background-color: #acb4c4;
}

.cleanbluefade
{
	position: absolute;
	background-color: #aaaaaa;
}

div.cleanblue
{
	font-family: Georgia,"Times New Roman",serif;
	position: absolute;
	background-color: #ffffff;
	width: 300px;
	font-size: 12px;
	text-align: left;
	border: solid 1px #213e80;
}

div.cleanblue .cleanbluecontainer
{
	background-color: #ffffff;
	padding: 0px;
	font-weight: bold;
}

div.cleanblue .cleanblueclose
{
	background: url('../images/nav_bar.jpg');
	text-align: right;
	width: 90%;
	cursor: default;
	padding: 1px 15px;
	color: #ffffff;
	font-weight: bold;
}

div.cleanblue .cleanbluemessage
{
	padding: 10px;
	line-height: 20px;
	font-size: 11px;
	color: #333333;
}

div.cleanblue .cleanbluebuttons
{
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}

div.cleanblue button
{
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #567ebb;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

div.cleanblue button:hover
{
	border: solid 1px #d4d4d4;
}

#content fieldset #price
{
	margin: 0 0 5px;
	padding: 2px;
}
