/* 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 */
body, img, div, p
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* No Dotted Lines */
a
{
	outline: none;
}
:focus
{
	-moz-outline-style: none;
}

/* Global Text */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	background-color: Yellow;
}

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;
}

body /*#home*/
{
	background: url(images/main-BG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fdeed8;
	font-size: 0.9em;
}

#pagecontainer
{
	position: relative;
	width: 964px;
	margin: 0 auto;
	background-image: url(images/Content-Repeat-BG.gif);
	background-repeat: repeat-y;
}


/*\\\\\\\\ 2. Header/Nav \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

div.header
{
	background-repeat: no-repeat;
	width: 964px;
	height: 185px;
	clear: both;
}

#nav
{
	/* We don't have a XXX-nav.jpg; background: url(images/XXX-nav.jpg); */
	background-repeat: no-repeat;
	width: 732px;
	height: 53px;
	margin-left: 18px;
	clear: both;
	float: left;
}


/*\\\\\\\\ 3. Content Container \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#contentcontainer
{
	margin: 0px;
	padding: 0px;
	width: 964px;
	text-align: left;
	position: relative;
	clear: both;
	float: left;
	background-image: url(images/Content-Repeat-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: 496px;
	float: left;
}

#fullcontent {
	margin: 0;
	padding: 20px 35px 50px 35px;
	width: 700px;
	float: left;
}

#newspost
{
	position: relative;
	margin: 0px 0px 0px 20px;
	padding: 5px;
	font-size: 0.9em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #F6E0C4;
	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;
}



/*\\\\\\\\ 5. Right Column \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#rightcolumn
{
	padding: 0;
	margin: 0;
	width: 378px;
	float: right;
	height: 100%;
}

#video
{
	background-color: #333333;
	padding: 19px 28px 25px 29px;
	margin: 0;
	width: 321px;
	height: 261px;
	background-image: url(images/video-BG.jpg);
}

#buy
{
	padding: 0;
	margin: 0;
	width: 378px;
	height: 157px;
}




/*\\\\\\\\ 6. Footer \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#footercontainer
{
	background: url(images/footer-BG-pattern.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	position: relative;
	clear: both;
}

#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: #CCCCCC;
	font-size: 0.9em;
	text-align: left;
	margin-bottom: 0.5em;
}

#footer p.small
{
	color: #999999;
	margin-bottom: 1em;
	font-size: 0.7em;
	text-transform: uppercase;
}

div.couponPage {
  border:solid 1px #0d6825;
  background-color: #dbebe0;
  margin-bottom:5px;
}

div.couponPageAlternate {
  border:solid 1px #0d6825;
  background-color: #dbebe0;
  margin-bottom:5px;
}

div.couponPage h1, div.couponPageAlternate h1 {
  font-size: 0.8em; 
  margin:1px 1px 0 1px;
  padding:5px;
  background-color: #0d6825;
  color: #ffffff;
}

h1 {
    font-size:1.2em;
}

.informationPanel {
    font-family: Verdana;
    font-size: 9pt;
    border: solid 2px #0d6825;
    margin: 10px 0 10px 0;
    padding: 5px;
    color: #333333;
}