@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Tharaldson
Theme URI:
Description: 
Version: 1.0
Author: Allan Collins
Author URI: 
*/
/* Main Elements */
body {
background:url(images/bodybg.gif) repeat-x #F0DDB6;
margin:0 auto;
text-align:center;
font-family:Arial;
font-size:12px;
padding: 0px;
}
#page {
margin:0 auto;
text-align:left;
background:url(images/bg.jpg) no-repeat #4a5235;
width:890px;
margin-bottom:10px;
}
#header {
width:890px;
height:90px;
}
#logo {
background:url(images/logo.png) no-repeat;
width:200px;
height:173px;
position:absolute;
margin-left:50px;
margin-top:20px;
}
#logo a {
display:block;
width:100%;
height:100%;
text-decoration:none;
}
#footertext {
text-align:center;

margin-top:5px;
margin-bottom:5px;

clear:both;
}

h1,h2 {
margin:0;
padding:0;
padding-top:7px;
padding-left:10px;
padding-bottom:7px;
color:#3a4127;
font-family:Arial;
font-size:17px;
font-weight:normal;
} 

a:link {
	color:#495235;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444b31;
}
a:hover {
	color:#990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
a:visited {
	color:#495235;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #495235;
}
/* Navigation */
#navigation {
float:right;
background:url(images/navline.gif) no-repeat bottom;
width:570px;
margin-right:15px;
margin-top:20px;
padding-bottom:10px;
}

#toplinks {
float:right;
color:#ffffff;
margin-right:50px;
padding-top:10px;
}
#toplinks a {
color:#ffffff;
text-decoration:none;
}
#toplinks a:hover {
text-decoration:none;
}
/* Sidebar */
#sidebar1 {
float:left;
width:265px;
margin-top:120px;
margin-left:20px;
}
#spotlights {
margin-top:23px;
width:263px;
}
div.smallboxtop {
background:url(images/smallboxtop.gif) no-repeat;
height:33px;
}
div.smallboxbottom {
background:url(images/boxbottom1px.gif) no-repeat;
height:1px;
}
div.smallboxcontent {
background:#f1dfb9;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
}
#spotlights ul {
list-style:none;
margin:0;
padding:0;
margin-bottom:6px;
padding-top:10px;
}
#spotlights ul li {
color:#000000;
font-size:12px;
line-height: 18px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}
#spotlights a {
color:#3f462d;
font-weight:bold;
}
#spotlights a.learnlink {
color:#ffffff;
text-decoration:none;
font-weight:bold;
margin-left:5px;
}
#spotlights a:hover {
color:#990000;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #990000;
}

/* Listing Search Form */
#listingsearch strong {
float:left;
margin-right:20px;
color:#ffffff;
font-size:10px;
margin-bottom:5px;
}
#listingsearch select  {
margin-right:10px;
font-size:10px;
}



#listingsearch input {
margin-top:10px;
margin-left:30px;
width:120px;
color:#3a4127;
font-weight:bold;

}


#listingform {
margin-left:0px;
margin-bottom:17px;

}
#listingsearch {
margin:0;
padding:0;
}


#page_id2{
width:80px;
}
#allBrands {
width:160px;
}

div.sidecontain {clear:both; }

/* Home and Interior Content Area */
#content {
width:605px;
margin:0 auto;
text-align:center;
float:left;
margin:0 auto 10px;
overflow:hidden;
}

div.boxtop {
background:url(images/boxtop.gif) no-repeat;
height:33px;
width:565px;
}
div.boxbottom {
background:url(images/boxbottom.gif) no-repeat;
width:565px;
height:24px;
}
div.boxcontent {
background:url(images/boxcontent.gif) repeat-y right #f0ddb6;
padding:10px;
padding-top:6px;
padding-right:20px;
padding-left:20px;
min-height:350px;

}
#contentbox {
margin:0 auto;
text-align:left;
width:565px;
line-height:20px;
margin-top:10px;

}
.tablestyle  {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 3px;
border: 1px solid #d2c096;
background-color: #faf0d7;
}

.buttonstyle {
font-family: arial;
font-size: 11px;
padding: 2px 8px 0px;
background-color: #4a5235;
color: #faf0d7;
margin-left: 57px; margin-top: 6px;
text-transform: uppercase;
border: thin solid #4a5235;
}

.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* Listing Page Content Area */
#content.listing {
width:850px;
text-align:left;
margin-top:100px;
}

#content.listing #contentbox {
width:850px;
margin-left:30px;
}
#content.listing div.boxcontent {
background:url(images/boxcontentlisting.gif) repeat-y right #f0ddb6;
width:790px;
margin-left:0px;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

#content.listing div.boxtop {
background:url(images/boxtoplisting.jpg) no-repeat;
height:38px;
width:850px;
}

#content.listing div.boxbottom {
background:url(images/boxbottomlisting.gif) no-repeat;
height:31px;
width:850px;
clear:both;
}

/* Wordpress Image CSS */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Misc. */
textarea {
width:350px;
}

.post-date{
float: left;
display: inline;
margin: 0 10px 0 0;
background: url(images/date_button_template.gif) no-repeat;
width:54px;
height:62px;
text-align:center;
font-weight:normal;
}
.day {
padding-top:2px;
color:#000000;
font-size:17px;
font-weight:bold;
text-align:center;
}

.month {
padding-top:13px;
padding-left:7px;
font-weight:bold;
color:#ffffff;
font-size:10px;
font-variant: small-caps;
text-align:left;
}

.dropShadow {
background:#000000;
}


div.showcontain {
width:555px; 
height:240px;
border:1px solid #c0c0c0;
margin-left:20px; 
}

.hiddenfield{
display:none;
}