/*

File:			custom.css

Description:	Custom styles for Thesis

*/

.custom #header {
border-bottom:none;
height:100px;
padding-top:0;
padding-bottom:0;
background:url(/images/love-one-day-sales-header.jpg) bottom right no-repeat; }

/* reset hyperlinks to default colours */
.custom #content_box a {text-decoration: underline;}
.custom #content_box a:link {color: #0000FF;}
.custom #content_box a:visited { color: #800080; }
.custom #content_box a:hover { color: #3366ff; }
.custom #content_box a:active { color: #FF0000; }

/* search box in navigation*/
.custom .search{
width:21em;
margin-left:77em;
margin-top:-3.5em;
border:2px solid #ddd;
background-color: #2F65C2;
}


.custom .nav_container {
width: 78%; 
}

.custom div.nav_container #s {
font-size:1.3em;
padding:0.308em;
width:15.385em;
}

body {
background: url(/images/bg.jpg) repeat-x top left #dabc73;
}


.featured_week {
border: 1px solid #b1861c;
background-color: #f4ecd6;
padding: 5px 10px;
margin-bottom: 20px;
}

.featured_week h3 {
margin-top: 0;
padding-top: 0;
color: #b1861c;
}

.featured_week p {
margin-bottom: 5px;
}

.wp-polls-ul input {
width: auto;
}

.ad_at_top_of_page {
border-bottom: 1px solid #ff0000;
background-color: #eee;
padding: 5px;
font-family: Verdana;
font-size: 11px;
text-align: center;
}

.ad_at_top_of_page .ad_container {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.ad_at_top_of_page .intro_to_ad {
font-weight: bold;
color: #ff0000;
/* Gold: color: #b1861c; */
padding-right: 5px;
font-size: 12px;
}

/* reset hyperlinks to default colours */
.ad_at_top_of_page a {text-decoration: underline;}
.ad_at_top_of_page a:link {color: #0000FF;}
.ad_at_top_of_page a:visited { color: #800080; }
.ad_at_top_of_page a:hover { color: #3366ff; }
.ad_at_top_of_page a:active { color: #FF0000; }

.custom .menu li a { text-transform: capitalize; }

/* ALL LISTS STYLES */
.all_lists h3 {
margin-top: 0;
}

.all_lists ol {
border-top: 1px solid #DDD;
}

.all_lists ol li {
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 1px solid #DDD;
}

.fivehot li {
background: url(/ads/hot.gif) no-repeat top right;
padding: 2px 4px;
margin-bottom: 2px;
}

.hot_site {
border: 1px solid #b1861c;
background: url(/ads/hot.gif) no-repeat top right #f4ecd6;
padding: 2px 4px;
margin-bottom: 2px;
}