﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a {
	color: #673524;
}

body {
    line-height: 1;
    background-color: #ccc;
    font-family: Myriad Pro, Arial, Trebuchet MS, Sans-Serif;
    font-size: 90%;
}

#page {
    width: 906px;
    margin: 10px auto;  
}

#header {
    background: url(Images/header.gif) no-repeat;
    width: 906px;
    height: 65px;
}

h1 {
    padding: 19px 0 0 23px;
    float: left;
}

#headerlinks {
    float: right;
    color: #673524;
    padding: 42px 23px 0 0;
    font-size: 1.1em;
    font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
}

#headerlinks a {
    color: #673524;
    text-decoration: none;
    font-weight: bold;
    padding: 0 2px;
}

#main {
    clear: both;
    background: url(Images/main-back.gif) repeat-y;
    padding: 0 3px;
    width: 900px;
}

#menu {
    height: 35px;
    padding: 5px 20px 0 20px;
    background: #ff9900;
}

#menu ul {
    list-style: none;
    float: left;
}

#menu li {
    text-indent: -9000px;
    float: left;
    margin-right: 10px;
}

#menu li a, #menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 31px;
	background-repeat: no-repeat;
}


.homeButton {
    background-image: url(Images/home-button.gif);
    width: 80px;
}

.homeButton:hover, .homeSelected {
    background-image: url(Images/home-button-hover.gif);
    width: 80px;
}

.freebieButton {
    background-image: url(Images/browsefreebies-button.gif);
    width: 155px;
}

.freebieButton:hover, .freebieSelected {
    background-image: url(Images/browsefreebies-button-hover.gif);
    width: 155px;
}

.sitesButton {
    background-image: url(Images/freebiesites-button.gif);
    width: 127px;
}

.sitesButton:hover, .sitesSelected {
    background-image: url(Images/freebiesites-button-hover.gif);
    width: 127px;
}

.searchButton {
    display: block;
    height: 31px;
    width: 83px;
    background-image: url(Images/search-button.gif);
    float: right;
    text-indent: -9000px;
    cursor: pointer;
    margin-left: 10px;
}

.searchButton:hover {
    background-image: url(Images/search-button-hover.gif);
}

#search {
    float: right;
    height: 31px;
}

#searchTextBox {
    background: url(Images/searchbox.gif) no-repeat;
    width: 147px;
    height: 31px;
    border: 0;
    padding: 5px 10px 0 10px;
    font-size: 16px;
    float: right;
}

#searchButton {
    cursor: pointer;
    height: 31px;
    float: right;
    margin-left: 5px;
}

#content {
    padding: 20px;
}

#freebies {
    float: right;
    width: 590px;
    margin-left: 10px;
}

#sidebar {
    width: 259px;
    float: left;
}

.sidebarHeader {
    background: url(Images/sidebar-header.gif);
    width: 259px;
    height: 33px;
    text-align: center;
    padding-top: 12px;
}

.sidebarContent {
    background: url(Images/sidebar-back.gif) repeat-y;
    width: 219px;
    padding: 0 20px;
    line-height: 1.4em;
    font-size: 105%;
}

.sidebarContent ul {
    list-style: none;
}

.sidebarContent li {
    background: url(Images/ListBullet.gif) no-repeat;
    background-position: left 5px;
    padding-left: 18px;
}

.sidebarContent a {
    font-weight: bold;
}

.sidebarFooter {
    background: url(Images/sidebar-footer.gif);
    width: 259px;
    height: 30px; 
    margin: 0 0 20px 0;
}

#footer {
    background: url(Images/footer.gif) no-repeat;
    height: 65px;
    clear: both;
}

.freebieVoteBlock
{
    float: right; 
    height: 20px; 
    width: 60px; 
    text-align: right;
}

.freebieVoteArrows
{
    float: right;
}

.freebieVoteNum
{
    padding-top: 8px; 
    font-weight: bold;
    color: #673524;
    font-family: Calibri;
    font-size: 1.2em;
    float:left;
}

.item-small
{
    margin-top: 7px;
    font-size: 12px;
}

.item-small span
{
    margin-left: 10px;
}

.item-small a
{
    color: #ff9900;
}

.homeFreebieItem
{
    clear: both;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 7px 10px;
}

.freebieItem
{
    clear: both;
    width: 550px;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 7px 0;
}

.freebieTitle
{
    font-weight: bold; 
    text-transform: capitalize;
    color: #673524;
}

.freebieTitle:visited
{
    color: #999;
    font-weight: normal;
}

.uppic, .downpic {
    width: 16px;
	height: 16px;
    float: left;
    margin-top: 8px;
}

.up-pic, .up-pic-gray:hover
{
	background-image: url(/Content/Images/up-arrow.gif);
}

.up-pic-gray
{
	background-image: url(/Content/Images/up-arrow-gray.gif);
}

.down-pic, .down-pic-gray:hover
{
	background-image: url(/Content/Images/down-arrow.gif);
}

.down-pic-gray
{
	background-image: url(/Content/Images/down-arrow-gray.gif);
}

#content ul
{
    list-style: none;
}

.contentContent ul {
    padding-top: 20px;
    clear: both;
}

#content p
{
    margin: 5px 20px 0 20px;
}

.freebieLabel
{
    clear:both;
    float:left;
    text-align: right;
    width: 200px;
    font-weight: bold;
    margin-right: 20px;
}

.clear {
    clear: both;
    line-height: 0;
}

.freebieDetails
{
    width: 400px;
    margin: 0 auto;
}

#freebieDetail
{
    background: #eee;
    border: 1px solid #ddd;
    padding: 20px;
}

#latestFreebies {
    float: left;
}

#popularFreebies {
    float: right;
}

.homeHeader {
    width: 289px;
    height: 35px;
    background: url(Images/home-header.gif);
    text-align: center;
    padding-top: 10px;
}

.homeContent {
    background: url(Images/home-back.gif) repeat-y;
    width: 289px;
}

.homeFooter {
   background: url(Images/home-footer.gif); 
   width: 289px;
   height: 28px;
}

.moreLink {
    text-align: center;
}

.contentHeader {
    width: 585px;
    height: 35px;
    background: url(Images/content-header.gif);
    text-align: center;
    padding-top: 10px;
}

.contentContent {
    background: url(Images/content-back.gif) repeat-y;
    padding: 0 20px;
    width: 545px;
}

.contentFooter {
   background: url(Images/content-footer.gif); 
   width: 585px;
   height: 35px;
}

.subTitle {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 25px;
    font-size: 1.2em;
}

.pager 
{
	margin:0 3px 0 3px;
	padding: 5px 0;
	text-align: center;
}

.pager .disabled, .pager .current
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #ff9900;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
	color: #ff9900;
	background: #673524;
}

img {
    border: none;
}

h2.FatWalletFreebies {
    background: url(Images/FatWalletFreebies.gif) no-repeat;
    width: 247px;
    height: 27px;
    margin: 0 auto;
    text-indent: -9000px;
}

h2.SlickDealsFreebies {
    background: url(Images/SlickDealsFreebies.gif) no-repeat;
    width: 247px;
    height: 31px;
    margin: 0 auto;
    text-indent: -9000px;
}

h2.SpoofeeFreebies {
    background: url(Images/SpoofeeFreebies.gif) no-repeat;
    width: 202px;
    height: 30px;
    margin: 0 auto;
    text-indent: -9000px;
}

h2.AboutFreebies {
    background: url(Images/AboutFreebies.gif) no-repeat;
    width: 189px;
    height: 27px;
    margin: 0 auto;
    text-indent: -9000px;
}

h2.BensBargainsFreebies {
    background: url(Images/BensBargainsFreebies.gif) no-repeat;
    width: 288px;
    height: 31px;
    margin: 0 auto;
    text-indent: -9000px;
}

h2.AbsurdlyCoolFreebies {
    background: url(Images/AbsurdlyCoolFreebies.gif) no-repeat;
    width: 279px;
    height: 31px;
    margin: 0 auto;
    text-indent: -9000px;
}

h2.SearchResults {
    background: url(Images/SearchResults.gif) no-repeat;
    width: 180px;
    height: 28px;
    margin: 0 auto;
    text-indent: -9000px;
}

h2.FreebieList {
    background: url(Images/OurFreebieList.gif) no-repeat;
    width: 205px;
    height: 31px;
    margin: 0 auto;
    text-indent: -9000px;
}
