/*  
    Ultimate Backyard Challenge
    Main stylesheet
    ubc-style.css
    Benjamin Bertrand, Marshall Crosby and Karla Santi of Blend Interactive, Inc.
    Copyright © 2009 Watkins Concrete Block Company, Inc.
 */

body 
{
    background: #fff url(../images/bg_body.jpg) top left repeat-x;
    font-family: Helvetica, Arial, sans;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
}

html>body 
{
    font-size: 12px;
}

a 
{
    color: #000;
}

a:hover
{
    color: #F7961C;
}

img, 
a img
{
    border: none;
}

h1
{
    margin: 0;
    padding: 0.67em 0;
}


/***** LAYOUT ***********************************/

#Page
{
    background: transparent url(../images/bg_shadow.png) top center repeat-y;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

div.Inner
{
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;
}

#Header
{
    background: transparent url(../images/bg_header_09.jpg) top center no-repeat;
}

#Header .Inner 
{
    height: 207px;
}

#Header h1
{
    text-indent: -9999px; 
}

p.tagline
{
    font-size: 2.175em;
    left: 216px;
    position: absolute;
    top: 90px;
}

#Entries 
{
    display: inline;
    float:left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width:692px;
}

#Voting 
{
    background: transparent url(../images/vote_section_09.gif) top left no-repeat;
    display: inline;
    float: right;
    margin: 0;
    min-height: 369px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 268px;
}

#Voting h3 
{
    font-size: 2em;
    height: 297px;
    line-height: 63px;
    margin: 0 16px;
    text-indent: -9999px;
    padding: 20px 0 8px 0;
}

#Voting li
{
    list-style-type: none;
    padding:12px 0;
}

#Voting p.copy
{
    margin: 0 20px;
    padding: 0.5em 0;
    position: relative;
    width: 230px;
}

#Voting p.vote
{
    margin: 0 18px;
    padding: 0.5em 0;
    width: 230px;
}

#Footer
{
    background: #000;
    clear: both;
}

#Top .Inner, 
#Footer .Inner
{
    height:26px;
    padding:10px 0 0 0;
}

#Footer .Inner
{
    text-align: center;
}

div.clear 
{
    clear: both;
}

span.spamfilter 
{
    display: none;
}


/***** ENTRIES **********************************/

.Entry 
{
    border-bottom: #F5F4F4 7px solid;
    margin: 0 30px 0 24px;
    padding:2em 0 0.25em 0;
}

.Entry.Last
{
    margin-bottom: 2em;
}

.Entry h2 
{
    color: #79220E;
    font-size: 2.1667em;
    font-weight: normal;
}

.Entry h2 span 
{
    background: black url(../images/bg_number.gif) top left no-repeat;
    color: #FFF;
    display: block;
    float: left;
    font-size: 0.70em;
    font-weight: normal;
    height: 22px;
    line-height: 26px;
    margin:0 10px 0 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    top: -3px;
    width:42px;
}

.Entry .shot a 
{
    font-size: 1.333em;
    text-decoration: none;
}

.Entry p 
{
    display: inline;
    float:left;
    margin: 0 36px 0 0;
    position: relative;
    width:300px;
}

.Entry p.after 
{
    margin:0;
}

.Entry p a img 
{
    border: #FFF 1px solid;
}

.Entry p a:hover img 
{
    border: #F7961C 1px solid;
}

.Entry p.view-more 
{
    clear: both; 
    display: block;
    float: none;
    margin: 0 70px;
    padding:6px 0 0;
    text-align: right;
    width:500px;
}

p.view-more a 
{
    color: #79220E;
    font-size:0.8333em;
    font-weight: bold;
    text-transform: uppercase;
}

p.view-more a:hover  
{
    color: #F7961C;
}

p.view-more a img 
{
    border: none;
    text-decoration: none;
    vertical-align: middle; 
}

p.view-more a:hover img 
{
    border: none;
}

#VoteBanner
{
    background: transparent url(../images/vote_flag.png) top right no-repeat;
    display: block;
    height: 172px;
    right: 10px;
    position: absolute;
    top: 0;
    width: 277px;
}

#VoteBanner p 
{
    margin:0;
    padding: 0;
    text-indent: -9999px;
    text-transform: uppercase;
}