/*
Sumo, v1.0

Media: screen
Author: Mike Harding @ Cactuslab
*/


body {
	color: #666;
	background: #E0F0F0;
}

html, body {
	height:100%;
}

h1 {
	font-size: 1.8em;
	color: #366;
	margin: 0 0 1em 0;
	font-weight: normal;
	padding: 4px 0 0 30px;
}

h1.success { background: url(../img/icons/unsub-success.png) left no-repeat; }
h1.fail { background: url(../img/icons/unsub-fail.png) left no-repeat; }

p, li, label { font-size: 1.1em; }

#container {
	min-height: 100%;
	position: relative;
}

#unsub-content {
	padding-bottom: 15px;
	background: url(../img/unsub-footer.png) 50% bottom no-repeat;
	margin-bottom: 20px;
}

.wrap {
	padding: 30px 40px;
	background: #fff;
	border: 1px solid #bcc;
	border-bottom: none;
}

#main {
	padding-top: 50px;
	width: 450px;
	margin: 0 auto;
	overflow: hidden;
}

#main p, 
#main li, 
#main label { font-family: Verdana, "Lucida Grande", Helvetica, Arial, Sans-serif; }

#main p { overflow: hidden; }

#logo {
	margin: 0;
}

#logo a {
	display: block;
	width: 140px;
	height: 45px;
	background: url(../img/sumo-unsub.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 auto;
}

a.btn-basic {
	float: left;
	display: block;
	border: 1px solid #8aa;
	background: #E0F0F0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.91em;
	margin-top: 1.5em;
}

a.btn-basic:hover {
	border-color: #389;
	background-color: #C4D7D7;
}

a.btn-basic strong {
	display: block;
	padding: 6px 7px 7px 25px;
	font-weight: normal;
	border-top: 1px solid #fff;
}

a.btn-site {
	background: #E0F0F0 url(../img/icons/forward-arrow.png) right no-repeat;
}

a.btn-site strong {
	padding: 6px 27px 7px 7px;
}

ul.other-lists {
	margin-top: 5px;
	margin-left: 0;
	padding: 0;
}

ul.other-lists li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

ul.other-lists label {
	font-size: 1em;
}

/* Footer */

#footer {
	background: #fff;
	color: #89a;
	border-top: 1px solid #bcc;
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
}

#footer p {
	font-size: 1em;
	line-height: 30px;
	margin: 0 10px;
}

#footer a {
	color: #89a;
	text-decoration: none;
}

#footer a:hover {
	color: #389;
}
