/***************************************/
/*      CSS for Biddle-Enterprises
/*        © 2008 Aken Inc
/***************************************/

/***** Cross-Browser Compatibility ********************/

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

ul, ol { list-style: none; }

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, fieldset { border: 0; }

th { text-align: left; }

a, a:visited, a:hover { text-decoration: none; }

/***** Randoms, Common Stuff ********************/

.hidden {
	visibility: hidden;
	font-size: 0.1em;
	position: fixed;
	top: -10000px;
	left: -10000px;
}

.clear_both { clear: both; }

/***** Body ********************/

body {
    background-color: #666666;
    text-align: center;
    font-family: Arial;
}

a, a:visited {
    color: #8C6938;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/***** Top Logo ********************/

#top {
    height: 190px;
    background: #666 url(/images/top.png) repeat-x top left;
    text-align: center;
}

#header {
    position: relative;
    width: 810px;
    height: 190px;
    margin: 0 auto;
    background: transparent url(/images/header.png) no-repeat top left;
}

#homelink {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 450px;
    height: 100px;
}

#homelink a, #homelink a:visited {
    display: block;
    width: 450px;
    height: 100px;
}

#nav {
    position: absolute;
    top: 160px;
    left: 20px;    
    width: 770px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 0.7em;
    color: #999;
}

#nav a, #nav a.visited {
    color: #555;
    text-decoration: underline;
}

#nav a:hover {
    color: #222;
}

/***** Content ********************/

#content_container {
    width: 810px;
    margin: 0 auto;
    background: #fff url(/images/content.png) repeat-y top left;
}

#content_bottom {
    width: 810px;
    height: 20px;
    background: transparent url(/images/bottom.png) no-repeat top left;
}

#content {
    padding: 25px;
    text-align: left;
    font-size: 0.9em;
}

#content h2 {
    font-size: 1.5em;
    font-variant: small-caps;
    margin: 15px 0;
}

#content p {
    margin: 15px 0;
}

/***** Copyright ********************/

#copyright {
    width: 600px;
    margin: 15px auto 0 auto;
    color: #555;
    font-size: 0.7em;
    font-style: italic;
}

#copyright a, #copyright a:visited {
    color: #555;
    text-decoration: underline;
}

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

/***** Homepage Bits ********************/

#welcome {
    padding: 10px;
    background: #eee;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-bottom: 25px;
}

#welcome h4 {
    margin-bottom: 5px;
    font-family: 'Times New Roman';
    font-size: 1.3em;
    font-weight: normal;
    color: #765E3C;
}

#welcome p {
    margin: 0;
    color: #666;
    font-style: italic;
    text-align: justify;
    font-size: 0.9em;
}

#new {
    float: right;
    margin: 0 0 15px 15px;
    width: 330px;
    padding: 10px;
    background-color: #AA9A83;
    color: #fff;
    border-right: 2px solid #867863;
    border-bottom: 2px solid #867863;
}

#new h3 {
    margin-bottom: 5px;
    color: #765E3C;
    font-variant: small-caps;
    font-size: 1.1em;
}

#new ul {
    list-style: circle;
    margin-left: 15px;
}

#new a, #new a:visited {
    color: #000;
}

#home_categories {
    width: 300px;
}

#home_categories li {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

#home_categories li a, #home_categories li a:visited {
    display: block;
    width: 295px;
    border-left: 7px solid #aaa;
    padding-left: 5px;
}

#home_categories li a:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-color: #AA9A83;
}

/***** View Category ********************/

#return {
    float: right;
    width: 200px;
    text-align: center;
    font-size: 0.7em;
}

.item {
    height: 100px;
    padding: 8px;
}

.item img {
    float: left;
    margin-right: 10px;
}

.item a, .item a:visited {
    font-family: 'Times New Roman';
    font-size: 1.4em;
}

.itemtitle {
    margin-top: 15px;
}

/***** View Listing ********************/

#listing_right {
    float: right;
    width: 250px;
    padding: 10px;
    background-color: #eee;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin: -20px 0 20px 20px;
    text-align: center;
}

#listing_right h3 {
    font-variant: small-caps;
    font-size: 1.2em;
    color: #777;    
    text-align: left;
}

#listing_right p {
    margin: 8px 0;
    text-align: left;
}

.price {
    font-family: 'Times New Roman';
    font-weight: normal;
    font-size: 2.2em;
    color: #765E3C;
}

#photos {
    width: 220px;
    margin: 8px auto;
}

#photos img {
    float: left;
    margin: 5px;
}

.inquire {
    width: 233px;
    height: 36px;
    margin-top: 10px;
}

/***** Forms *******************/

label {
    float: left;
    width: 100px;
    height: 22px;
    line-height: 22px;
    text-align: right;
    font-size: 0.8em;
    font-weight: bold;
    color: #A28E53;
    margin-right: 5px;
}

input, select {
    margin: 3px 0;
}

input.text {
    width: 300px;
}

.description {
    width: 100%;
    height: 300px;
}

.textarea {
    width: 400px;
    height: 150px;
}

.note {
    font-size: 0.7em;
    font-style: italic;
    color: #bbb;
}

/***** Warning / Error and Success Boxes *******************/

.error {
  padding: 5px;
  margin: 15px 0;
  background-color: #f8e6e6;
  border: 1px dashed #dd4040;
  color: #A00;
  font-size: 0.9em;
  font-family: Tahoma;
}

.error ul {
	margin-left: 50px;
	list-style-type: disc;
}

.success {
  padding: 5px;
  margin: 15px 0;
  background-color: #d3f2d0;
  border: 1px solid #a0dd99;
  color: #0A0;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
