/* 
Theme Name: Auction Frogs Theme
Theme URL: http://whiteboard.plainbeta.com/
Description: Auction Frogs theme Based on WhiteBoard 2.0
Author: Nathan Cook
Author URI: http://auctionfrogs.org
Version: 1.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* Start Basic Elements */
html {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
body {
	font: 10pt/12pt tahoma;
	text-align:left;
	color: #446;
	margin: 0 auto;
	background: url(./images/background.jpg) repeat-y #b2d586 top center;	
	}
a:link {
	color: #555;
	}
a:visited {
	color: #555;
	}
a:hover, a:active { 
	color: #AAA;
	}

a.green:link {
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
	color: #163;
	}
a.green:visited {
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
	color: #163;
	}
a.green:hover, a.green:active { 
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
	color: #284;
	}
/* End Basic Elements */

/* Start Specific Divs */
#container {
	margin: 0 auto;
	width: 850px;
	}
#header-txt {
	margin: 0 auto;
	height: 21px;
	text-align:right;
	color:#000;
	padding-right:10px;
	}
#header {
	margin: 0 auto;
	height: 245px;
	}
#content {
	margin: 0 auto;
	padding-left: 4px;
	padding-right: 4px;
	margin-top:10px;
	}
#std-left {
	margin: 0 auto;
	width: 330px;
	float: left;
	padding-left:15px;
	padding-right:5px;
	text-align:justify;
	}
#std-right {
	margin: 0 auto;
	width: 385px;
	float: right;
	margin-right:12px;
	}
h1 {
	color:#333;
	margin:0;
	padding:0;
	margin-bottom:2pt;
}
h2 {
	color:#333;
	margin:0;
	padding:0;
	margin-bottom:2pt;
}
h3 {
	color:#333;
	margin:0;
	padding:0;
	margin-bottom:2pt;
}
h4 {
	color:#333;
	margin:0;
	padding:0;
	margin-bottom:2pt;
}

.orange {
	color:#f47518;
}

.auc_title {
	color:#f47518;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
        margin-bottom: 0px;
}

.auc_date {
	font-family: arial;
	font-weight: normal;
	font-size: 13px;
	color: #595c5c;
}
	
a:link.auc_link,a:visited.auc_link, .auc_link {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #aaa;
        text-decoration: none;
}
	
.green {
	color:#75a935;
}

.one-three {
	color:#006f3a;
	margin:0;
	padding:0;
	margin-bottom:-12px;
	padding-top:10px;
	padding-left:10px;
	width:215px;
	height:52px;
	font:normal normal 500 22px/24px arial;
	background: url(images/1-3-header.gif) no-repeat top left;
}

.two-three {
	color:#006f3a;
	margin:0;
	padding:0;
	margin-bottom:-12px;
	padding-top:10px;
	padding-left:10px;
	width:344px;
	height:52px;
	font:normal normal 500 22px/24px arial;
	background: url(images/2-3-header.gif) no-repeat top left;
}

.three-three {
	color:#006f3a;
	margin:0;
	padding:0;
	margin-bottom:-25px;

	padding-top:10px;
	padding-left:10px;
	width:587px;
	height:52px;
	font:normal normal 500 22px/24px arial;
	background: url(images/3-3-header.gif) no-repeat top left;
}

#footer a:link {
        text-decoration: none;
	color: #888;
	}
#footer a:visited {
        text-decoration: none;
	color: #888;
	}
#footer a:hover, a:active { 
        text-decoration: none;
	color: #AAA;
	}

#footer p {
	margin:0;
	margin-top:83px;
	font-weight:bold;
}
#footer {
	width:850px;
	height:110px;
	padding-top:12px;
	background: url(images/footer.gif) no-repeat top center;	
	font: 8pt/10pt tahoma;
	color:#999;
	text-align:center;
	clear:both;
}

.nav-link {
	width:165px;
	height:39px;
	padding:0;
	margin:0;
	padding-top:12px;
	padding-left:12px;
	margin-left:-9px;
	margin-top:-11px;
	background: url(images/left-bar.gif) no-repeat top center;	
	font: 9pt/13pt tahoma bold;
	color:#FFF;
	text-align:left;
	clear:both;
	text-decoration:none;
}

.nav-link-hi {
	width:165px;
	height:39px;
	padding:0;
	margin:0;
	padding-top:12px;
	padding-left:12px;
	margin-left:-9px;
	margin-top:-11px;
	background: url(images/left-bar-hi.gif) no-repeat top center;	
	font: 9pt/13pt tahoma bold;
	color:#FFF;
	text-align:left;
	clear:both;
	text-decoration:none;
	cursor:pointer;
}

.nav-link:hover {
	background: url(images/left-bar-hi.gif) no-repeat top center;	
	cursor:pointer;
	text-decoration:none;
}

ul {
	margin:0;
}

li {
	margin:0;
}


legend {
  color: #000;
  font-weight: bold;
  border: 1px solid #888;
  margin:0;
  padding-top:1px;
  padding-left:5px;
  width:220px;
  background-color:#eee;
  
}

fieldset {
  border: 1px inset #753206;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding:4px;
  width:550px;
}

input {
 margin: 2px;
 border: 1px solid #999;
 /* border-bottom: 1px solid #999;
 border-right: 1px solid #999;
 border-left: 1px solid #EEE;
 border-top: 1px solid #EEE; */
}

fieldset > label, li > label {
	border-bottom: 1px dotted #753206;
	float: left;
	width: 170px;
	color: #000;
	text-align:right;
	padding-top:2px;
	padding-right:5px;
}

ul, li {
	list-style: none;
	margin:0;
	padding:0;
}

.title {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.auc_button {
	float: left; 
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 14px;
        border: 0px;
}

#quote_text {
	font-family: arial;
	font-size: 13px;
	font-style: italic;
	color: #666;
}
#quote_name {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;	
	color: #666;
}

#quote_title1, #quote_title2 {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
	color: #666;
}

#quote_img {}

/* End Specific Divs */
