/**
@desc CSS for Fly Fishing Giveaway
*/

/* Tag Declarations */
body {
    font: 0.75em/160% Arial, Verdana, sans-serif;
    color: #000;
    background: url(../images/background.jpg) top center repeat-y #8d9255;    
}
h1 {
    font-size: 1.8em;
    line-height: 1.6em;
    padding: 0 0 10px 0;
}
h2 {
    color: #000;
    font-size: 1.8em;
    line-height: 1.6em;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
h3 {
    color: #454824;
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
p {
    font-size: 1.2em;
    line-height: 1.6em;
}
a {
    color: #0000ff;
    text-decoration: none;
}
a:hover {
    color: #000;
}
hr {
    width: 701px;
    height: 4px;
    background: #eef1cd;
}
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    width: 690px;
    height: 350px;
    overflow-x: none !important;
}

/* Forms */
form p {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}
form p label {
    clear: both;
    float: left;
    width: 35%;
    font-weight: bold;
    line-height: 1.6em;
}
form p input.text {
    float: left;
    width: 60%;
    height: 1.4em;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    padding: 2px 3px;
}
form p textarea {
    float: left;
    width: 70%;
    height: 100px;
    margin: 0 0 5px 0;
    font: inherit;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    padding: 3px 5px;
}

/* Helper Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center { text-align: center; }
.description { color: #a09d9d }
.italic { font-style: italic; }
.green { color: #4b4d36; }
.bold { font-weight: bold; }

/* Layout */
#container {
    width: 701px;
    margin: 0 auto;
    background: #fff;
}
#logo {
    width: 701px;
    height: 125px;
    background: url(../images/logo.gif) top center no-repeat #edf0c9;
}
#logo h1 {
    text-indent: -9999px;
}
#currentGiveaway {
    width: 586px;
    height: 32px;     
    padding: 12px 57px;
}

#intro {
    float: left;
    width: 335px;
    height: 162px;
    padding: 0 15px;
    background: url(../images/yes-shot-winning.gif) top center no-repeat;
}
#featherCraftLogo {
    clear: both;
    float: left;
    width: 250px;
    height: 147px;
    padding: 10px 55px 30px 55px;
    background: url(../images/feather-craft-logo.gif) top center no-repeat; 
}

/* aWeber Opt In Form - Right Hand Side */
#optin {
    float: right;
    width: 267px;
    height: 168px;
    margin: 30px 15px 10px 0;
    padding: 20px 15px;
    background: url(../images/optin-background.gif) top center no-repeat;    
}
#entry {
    float: left;
    width: 256px;
    height: 63px;
    background: url(../images/optin-entry.gif) top center no-repeat;      
}
#optin form {
    float: left;
    width: 256px;
    margin: 20px 0 0 0;
}
#optin form p {
    line-height: 2.6em;
}
#optin form p label {
    color: #fff;
}

#optinNote {
    clear: both;
    float: right;
    width: 290px;
    margin: 0 20px 0 0;
}
#optinNote p {
    color: #666;
    line-height: 1.4em;
    font-size: 0.9em;
}

/* Logos Horizontal List */
#logos {
    width: 701px;
    height: 85px;
    background: url(../images/logos.jpg) center no-repeat;
}

/* Content Entries */
div.content {
    width: 540px;
    text-align: center;
    margin: 15px auto;
}
div.content p {
    color: #454824;
    font-size: 1.5em;
}

/* Content Wide Entries */
div.contentWide {
    width: 680px;
    margin: 15px auto;
}
div.contentWide p {
    color: #454824;
    font-size: 1.4em;
    margin: 0 0 1em 0;
}

/* aWeber Opt In Form - Wide (contain in div.content for centering) */
#optinWide {
    width: 510px;
    height: 168px;
    margin: 0 0 10px 0;
    padding: 20px 15px;
    background: url(../images/optin-wide-background.gif) top center no-repeat;    
}
#entryWide {
    width: 540px;
    height: 63px;
    background: url(../images/optin-entry.gif) top center no-repeat;      
}
#optinWide form {
    width: 300px;
    margin: 20px auto 0 auto;
}
#optinWide form p label {
    color: #fff;
}
#optinWide form p input.text {
    margin: 3px 0 0 0;
}
#optinWideNote {
    width: 540px;
}
#optinWideNote p {
    color: #666;
    line-height: 1.4em;
    font-size: 0.9em;
}

