* {
    padding: 0;
    margin: 0;
}

body, html {
    height: 100%;
}

body {
    background: url("/static/images/peeps/greenblue_background.png") center repeat-y;
	font: 87.5% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #636363;
}

/* ----- base styles --*/

a, a:visited {
    text-decoration: none;
    font-weight: bold;
    outline: none;
    color: #70452d;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

p, ul, ol, form {
    margin-bottom: 20px;
}

h1, h2, h3, h4 {
    color: #555555;
}

h1, h2 {
    line-height: 0;
}

h1 {
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 15px;
}

ul li {
    list-style-type: square;
    margin-bottom: 10px;
}

label {
    font-weight: bold;
}

input {
    border: 1px solid #636363;
    padding: 3px;
}

/* ----- layout --*/

.centerWrapper {
    /* prevent background from sliding off page */
    background: url("/static/images/peeps/greenblue_background.png") center repeat-y;
    width: 900px;
    padding: 0 30px;
    margin: 0 auto;
    min-height: 100%;
}

.whiteRectangle {
    position: relative;
    width: 900px;
    min-height: 60px;
}

.whiteRectangle_top, .whiteRectangle_bottom {
    width: 900px;
    height: 29px;
}

.whiteRectangle_top {
    background: url("/static/images/peeps/white-rectangle_top.png") no-repeat;
}

.whiteRectangle_bottom {
    background: url("/static/images/peeps/white-rectangle_bottom.png") no-repeat;
}

.whiteRectangle_body {
    position: relative;
    width: 834px; /* +6px borders, +60px padding */
    background-color: white;
    border-right: 3px solid #cccccc;
    border-left: 3px solid #cccccc;
    padding: 30px;
}

.leftColumn {
    width: 390px;
}

.rightColumn {
    width: 420px;
    float: right;
    text-align: center;
}

/* ----- header --*/

#header {
    background: url("/static/images/peeps/branches.png") 60px 0 no-repeat;
    width: 900px;
    height: 151px;
}

img.peepsHeader {
    position: absolute;
    top: 43px;
    margin-left: 21px;
}

img#madeBy {
    float: right;
    margin: 125px 30px 0 0;
}

/* ----- gallery --*/

.highslide-gallery {
    margin-bottom: 20px;
}

.highslide-gallery img {
    margin-right: 5px;
}

.highslide-caption {
    text-align: center;
}

/* ----- app store button --*/

img#appStoreButton {
    margin-bottom: 10px;
}

/* ----- page sections --*/

.pageSection {
    margin-top: 30px;
    width: 789px;
    clear: both;
}

.pageSection h2 {
    margin-left: 19px;
    margin-top: 30px;
}

.pageSection p, .pageSection form {
    margin-left: 45px;
}

.pageSection ul, .pageSection ol {
    margin-left: 67px;
}

.pageSection ul li, .pageSection ol li {
    margin-bottom: 10px;
}

/* ----- mailing list --*/

input.submitButton {
    background-color: transparent;
    color: #70452d;
    border: 1px solid #70452d;
    font-weight: bold;
    padding: 2px 5px;
    outline: none;
}

input.submitButton:active {
    background-color: #f1d9c8;
    color: #f47d29;
    border: 1px solid #f47d29;
    outline: none;
}

/* ----- footer --*/

#footer {
    background: url("/static/images/peeps/branches_bottom.png") 60px 0 no-repeat;
    height: 100px;
    padding: 3px 30px;
    text-align: right;
}

#footer p, #footer a {
    font-size: .929em; /* 13px */
    font-weight: bold;
    color: #ffffff;
}
