﻿/* ----------------------------------------
Smokefree eCards
Baseline styles

Version: 1.0
Author: Lewellyn Belber
E-mail: lbelber@mmgct.com 

Colors:
light blue: #3ca9ec
orange: #d5541a
dark blue: #184c7c
---------------------------------------- */

* {  /* Clears all margins and paddings to eliminate discrepencies between IE and FF */
  	margin: 0px;
  	padding: 0px;
}

html, body {  /* Sets font face, size, and full page background */
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	background-color: #ffffff;
	text-align: center;  /* IE hack */
	height: 100%;
}

* html #pageWrapper { /* IE6 hack */
	height: 100%;
}

/* =Layout
---------------------------------------- */
#pageWrapper {  /* sets width of page and centers */
	min-height: 100%;
	border-left: solid 1px #184c7c;
	border-right: solid 1px #184c7c;
	width: 1000px;
	position: relative;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 0px;
  	margin-bottom: 0px;
	text-align: left; /* to realign text */
}

#content {
    position: relative;
	width: 1000px;
	background-color: #ffffff;
}

#content a {
	color: #2e88bf;
}

#footer {
	clear: both;
	position: relative;
	width: 1000px;
	font-size: .9em;
}

#footer a {
	color: #0e2d4a;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #0e2d4a;
	text-decoration: none;
}

#footer a:hover {
	color: #0e4b83;
	text-decoration: underline;
}

#footer-left {
	width: 450px;
	float: left;
	margin-top: 5px;
	margin-left: 30px;
}

#footer-right {
	width: 450px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 25px;
}

#content h1, #content h2, #content h3, #content h4, #content p, #content table {
	padding-left: 30px;
	padding-right: 25px;
	margin-bottom: .8em;
}

#content h1{
    padding-top: 35px;
}

#content ul, #content ol {
	padding-left: 45px;
	padding-right: 25px;
    margin-bottom: .8em;
}
#content ul ul {
	padding-left: 45px;
	padding-right: 25px;
}

#content ol ul {
	padding-left: 45px;
	padding-right: 25px;
}

#content td ul {
	padding-left: 20px;
	padding-right: 25px;
}

#content ul.nobullet {
	padding-left: 25px;
	padding-right: 25px;
	list-style-type: none;
    margin-bottom: .8em;
}

#content dl {
	padding-left: 35px;
	padding-right: 25px;
    margin-bottom: .8em;
}

h1 {
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: normal;
	color: #d5541a;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

.big {
    font-size: 1.5em;
    color: #3aa9ee;
}

.big a {
    color: #3aa9ee;
    text-decoration: none;
}

.center {
	text-align: center;
}

#sharing {
    position: absolute;
    top: 132px;
    right: 60px;
    z-index: 100;
}
