﻿/* CSS Document */

/* Savings Sidekick Coupon Book - Omaha */
/* Created by Ryan Sorensen : helloryan.com */


/*********** TABLE OF CONTENTS START ***********\

	1. Global Styles
	2. Header/Nav
	3. Content Container
	4. Main Text
	5. Right Column
	6. Footer

\*********** TABLE OF CONTENTS END *************/



/*\\\\\\\\ 1. Global Styles \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


/* Set to Zero */
*
{
    margin: 0px;
    padding: 0px; /* border: 0px; */
}

/* Global Text */
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: #000000;
    background: url(images/main-BG.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #383838;
}

a
{
    color: #0B8846;
    text-decoration: underline;
}

a:hover
{
    color: #999999;
    text-decoration: none;
}

a:visted
{
    color: #666666;
    text-decoration: underline;
}

/* Lists */
ul
{
    list-style-position: outside;
    padding-left: 20px;
}

li
{
    list-style-type: disc;
}

img 
{
    border: 0px;
}

#pagecontainer
{
    position: relative;
    width: 964px;
    margin: 0 auto;
    background-image: url(images/Content-Repeat-BG.gif);
    background-repeat: repeat-y;
}


/*\\\\\\\\ 2. Header/Nav \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#header
{
    background: url(images/header.jpg);
    background-repeat: no-repeat;
    width: 964px;
    height: 185px;
    clear: both;
    margin: 0px;
}

#mainheadline
{
    text-indent: -9999px;
}

#nav
{
    width: 732px;
    height: 57px;
    margin-left: 18px;
    padding: 0px;
    clear: both;
    float: left;
}

#nav ul
{
    padding: 0px;
}

#nav ul li
{
    position: relative;
    margin: 0px;
    display: block;
    float: left;
    list-style-type: none;
}

#nav ul li a
{
    background: transparent url(images/nav/nav.jpg) no-repeat 0 0;
    padding: 0px;
    margin: 0px;
    display: block;
}

#nav ul li#navhome a
{
    display: block;
    height: 57px;
    width: 94px;
    background-position: 0px 0px;
    text-indent: -9999px;
}
#nav ul li#navbuy a
{
    display: block;
    height: 57px;
    width: 118px;
    background-position: -94px 0px;
    text-indent: -9999px;
}
#nav ul li#navfund a
{
    display: block;
    height: 57px;
    width: 108px;
    background-position: -212px 0px;
    text-indent: -9999px;
}
#nav ul li#navad a
{
    display: block;
    height: 57px;
    width: 105px;
    background-position: -320px 0px;
    text-indent: -9999px;
}
#nav ul li#navdealers a
{
    display: block;
    height: 57px;
    width: 81px;
    background-position: -425px 0px;
    text-indent: -9999px;
}
#nav ul li#navabout a
{
    display: block;
    height: 57px;
    width: 91px;
    background-position: -506px 0px;
    text-indent: -9999px;
}
#nav ul li#navcontact a
{
    display: block;
    height: 57px;
    width: 135px;
    background-position: -597px 0px;
    text-indent: -9999px;
}

#nav ul li#navhome a:hover
{
    background-position: 0px -57px;
}
#nav ul li#navbuy a:hover
{
    background-position: -94px -57px;
}
#nav ul li#navfund a:hover
{
    background-position: -212px -57px;
}
#nav ul li#navad a:hover
{
    background-position: -320px -57px;
}
#nav ul li#navdealers a:hover
{
    background-position: -425px -57px;
}
#nav ul li#navabout a:hover
{
    background-position: -506px -57px;
}
#nav ul li#navcontact a:hover
{
    background-position: -597px -57px;
}

body#home ul li#navhome a, body#home ul li#navhome a:hover
{
    background-position: 0px -114px;
}
body#buy ul li#navbuy a, body#buy ul li#navbuy a:hover
{
    background-position: -94px -114px;
}
body#fund ul li#navfund a, body#fund ul li#navfund a:hover
{
    background-position: -212px -114px;
}
body#ad ul li#navad a, body#ad ul li#navad a:hover
{
    background-position: -320px -114px;
}
body#dealers ul li#navdealers a, body#dealers ul li#navdealers a:hover
{
    background-position: -425px -114px;
}
body#about ul li#navabout a, body#about ul li#navabout a:hover
{
    background-position: -506px -114px;
}
body#contact ul li#navcontact a, body#contact ul li#navcontact a:hover
{
    background-position: -597px -114px;
}

/*\\\\\\\\ 3. Content Container \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#contentcontainer
{
    margin: 0px;
    padding: 0px;
    width: 964px;
    text-align: left;
    position: relative;
    clear: both;
    float: left;
    background-image: url(images/repeating-BG.gif);
}

#contentcontainer .bgone
{
    background-image: url(images/Content-Repeat-BG.gif);
    background-repeat: repeat-y;
    background-position: top center;
}


/*\\\\\\\\ 4. Main Text \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#leftcolumn
{
    margin: 0;
    padding: 20px 45px 50px 45px;
    width: 514px;
    float: left;
}

#newspost
{
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 5px;
    font-size: 0.9em;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    border-bottom-style: dashed;
}

#newspost h2
{
    margin: .5em 0 0 0 !important;
    margin: .5em 0 -.9em 0;
    color: #0B8846;
    font-size: 0.9em;
    font-weight: lighter;
}

#newspost p
{
    font-size: 0.9em;
    margin-bottom: 0.5em;
    color: #333333;
}

#newspost .date
{
    margin-bottom: 1em;
    font-size: 0.7em;
    color: #828181;
    text-transform: uppercase;
}

/* had to use table model to match small note ... see default.css /*
#largenotecontainer
{
    padding: 0px;
    font-size: 0.9em;
    text-align: left;
    margin: 0px 0px 40px 0px;
    background-image: url(images/notes/large-note-bg.jpg);
    width: 495px;
    background-repeat: repeat-y;
}

#largenote
{
    padding: 20px;
    font-size: 0.9em;
    text-align: left;
    background-image: url(images/notes/large-note-bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#largenote h2
{
    margin: .5em 0 .4em 0;
    color: #0D6826;
    font-size: 1.5em;
    font-weight: lighter;
}

#largenote p
{
    font-size: 0.8em;
    margin-bottom: 0.5em;
    color: #333333;
}
*/

/*\\\\\\\\ 5. Right Column \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#rightcolumn
{
    padding: 0;
    margin: 0;
    width: 360px;
    float: right;
    height: 100%;
    background-image: url(images/sidebar/side-bar-bg.jpg);
    background-repeat: repeat-y;
}

#sidebarsites
{
    font-size: 0.8em;
    margin-bottom: 0.5em;
    color: #999999;
    padding: 0;
    margin: 0;
    width: 315px;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url(images/sidebar/side-bar-sites.jpg);
    background-repeat: no-repeat;
}

#sidebar-fundraising-test
{
    font-size: 0.8em;
    margin-bottom: 0.5em;
    color: #999999;
    padding: 0;
    margin: 0;
    width: 315px;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url(images/sidebar/side-bar-fundraising.jpg);
    background-repeat: no-repeat;
}

#sidebar-advertising-test
{
    font-size: 0.8em;
    margin-bottom: 0.5em;
    color: #999999;
    padding: 0;
    margin: 0;
    width: 315px;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url(images/sidebar/side-bar-advertising.jpg);
    background-repeat: no-repeat;
}

#sidebar-consumer-test
{
    font-size: 0.8em;
    margin-bottom: 0.5em;
    color: #999999;
    padding: 0;
    margin: 0;
    width: 315px;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url(images/sidebar/side-bar-consumer.jpg);
    background-repeat: no-repeat;
}

#sidebarheader
{
    padding: 0;
    margin: 0;
    width: 360px;
    height: 26px;
    background-image: url(images/sidebar/side-bar-video-top.jpg);
    background-repeat: no-repeat;
}

#sidebarvideo
{
    padding: 0;
    margin: 0;
    width: 360px;
    height: 261px;
    background-image: url(images/sidebar/side-bar-video.jpg);
    background-repeat: no-repeat;
}

#sidebarbreak
{
    padding: 0;
    margin: 0;
    width: 360px;
    height: 40px;
    background-image: url(images/sidebar/side-bar-break.jpg);
    background-repeat: no-repeat;
}

#sidebarbuy
{
    padding: 0;
    margin: 0;
    width: 360px;
    height: 184px;
    background-image: url(images/sidebar/side-bar-buy.jpg);
    background-repeat: no-repeat;
}

#sidebarbuy a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


/*\\\\\\\\ 6. Footer \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#footercontainer
{
    background: url(images/footer-BG-pattern.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    position: relative;
    clear: both;
    background-color: #076F38;
}

#footer
{
    background: url(images/footer-BG.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 964px;
    padding-top: 160px;
    padding-bottom: 50px;
    text-align: left;
}

#footertext
{
    position: relative;
    width: 600px;
    text-align: left;
    margin-left: 20px;
    font-size: 0.9em;
}

#footer p
{
    color: #383838;
    font-size: 0.9em;
    text-align: left;
    margin-bottom: 0.5em;
}

#footer p.small
{
    color: #6B9F89;
    margin-bottom: 1em;
    font-size: 0.7em;
    text-transform: uppercase;
}

#footercontainer #footer #footertext a
{
    color: #333333;
    text-decoration: underline;
}

