/*
Sumo v1.5
*/

body {
	background: #E0E7EF url("../../img/public/background.jpg") 0 100px repeat-x;
	text-align: center;
	color: #333;
}

h1, h2, h3 { color: #2b707f; }

h2 { margin: 0 0 0.7em 0; }

h4 {
	font-size: 1.3em;
	color: #678;
	margin: 0 0 1em 0;
}

h1.replace, h2.replace {
	width: 260px;
	height: 20px;
	overflow: hidden;
	text-indent: -999em;
	background: url("../../img/public/headings.png") no-repeat;
}

h1.replace {
	margin: 10px 0 1.5em 0;
}

h2.narrow { width: 230px; }

h2.t-praise-for			{ background-position: 0 0; }
h2.t-example-screens	{ background-position: 0 -20px; }
h1.t-sumo-features		{ background-position: 0 -40px; width: 154px; }
h1.t-usage-policy		{ background-position: 0 -70px; height: 25px; width: 154px; }

#header {
	position: relative;
	height: 100px;
	overflow: hidden;
	background: #2A707F url("../../img/public/header-bg.jpg") bottom repeat-x;
}

#header .wrap {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#logo {
	margin: 0;
	float: left;
}

#logo a {
	display: block;
	width: 460px;
	height: 99px;
	background: url("../../img/public/sumo.jpg") 0 0 no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

#login {
	float: right;
	padding-top: 8px;
	margin-right: 45px;
}

#login h3 {
	margin: 6px 0 0 0;
}

#login h3 a {
	display: block;
	width: 77px;
	height: 35px;
	background: url("../../img/public/sign-in.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

#login h3 a:hover {
	background-position: -77px 0;
}

#login form {
	background: #216777;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 8px 5px 8px;
	display: none;
}

#login label {
	display: none;
}

#login .field {
	float: left;
	margin-right: 6px;
	margin-top: 3px;
	padding: 4px;
	font-size: 1.4em;
	width: 120px;
	color: #094957;
	background: #D6E3E6 url("../../img/public/field-bg.png") top repeat-x;
	border: 1px solid #093842;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#login input.empty {
	color: #6B929F;
}

#login .go-button {
	float: left;
	display: block;
	width: 42px;
	height: 35px;
	padding: 35px 0 0 0;
	background: url("../../img/public/go-button.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
	border: none;
	margin: 0;
}

#login .go-button:hover {
	background-position: -42px 0;
	cursor: pointer;
}


#nav {
	position: absolute;
	right: 45px;
	bottom: 0;
}

#nav ul, #nav li {
	margin: 0; padding: 0;
	list-style: none;
}

#nav li {
	overflow: hidden;
	float: left;
	display: inline;
	margin-left: 2px;
}

#nav a {
	float: left;
	display: block;
	background: #246 url("../../img/public/tabs.png") 0 0 no-repeat;
	padding-left: 15px;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
}

#nav a strong {
	display: block;
	padding: 7px 15px 7px 0;
	background: #246 url("../../img/public/tabs.png") right 0 no-repeat;
	font-weight: normal;
	cursor: pointer;
}

#nav a:hover { background-position: 0 -40px; }
#nav a:hover strong { background-position: right -40px; }

#nav .selected a, #nav .selected a:hover { background-position: 0 -80px; color: #246; }
#nav .selected a strong, #nav .selected a:hover strong { background-position: right -80px; }

#main {
	margin: 0 auto;
	padding: 45px 0 55px 0;
	overflow: hidden;
	width: 900px;
	text-align: left;
}

#main a {
	color: #789;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#main a:hover {
	color: #567;
	border-bottom: 1px solid #999;
}

#content {
	width: 550px;
	float: left;
	display: inline;
	margin-left: 25px;
}

#sidebar {
	width: 250px;
	float: right;
	display: inline;
	margin-right: 25px;
	margin-bottom: 1.5em;
}

#sidebar.sidebar-wide { width: 260px; }

#intro {
	width: 550px;
	height: 81px;
	margin-bottom: 2em;
	background: url("../../img/public/intro.png") 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: relative;
}

#intro a {
	display: block;
	width: 90px;
	height: 25px;
	position: absolute;
	top: 37px;
	left: 130px;
	border: none;
}

#intro a:hover { border: none; }

.intro-text {
	color: #666;
	margin-bottom: 0;
	padding: 0 15px;
}

.divider {
	background: url("../../img/public/divider.png") bottom repeat-x;
	height: 1px;
	font-size: 1px;
	line-height: 1;
}

.two-col {
	overflow: hidden;
	border-top: 1px solid #C2CDD4;
	border-bottom: 1px solid #C2CDD4;
	margin-top: 2em;
	margin-bottom: 2em;
}

.left-col, .right-col {
	float: left;
	display: inline;
	padding: 25px 0;
}

.left-col {
	width: 260px;
}

.right-col {
	float:right;
	width: 260px;
	padding-top: 45px;
/* 	margin-right: 10px; */
}

blockquote {
	background: none;
	padding: 0;
	margin-top: 0;
}

blockquote p {
	font-family: Georgia, "Palatino", "Hoefler Text", Times, Serif;
	font-size: 1.3em;
	font-style: italic;
	color: #333;
	line-height: 1.5;
	margin: 0 0 0.5em 12px;
}

blockquote span.bqstart,
blockquote span.bqend {
	font-size: 500%;
	color: #B8CFD6;
	font-family: Georgia, "Palatino", "Hoefler Text", Times, Serif;
	height: 24px;
}

blockquote span.bqstart {
	float: left;
	width: 25px;
	margin-top: -5px;
	margin-bottom: -10px;
}

blockquote span.bqend {
	float: right;
	margin-top: -24px;
}

cite {
	display: block;
	font-size: 1.1em;
	color: #666;
	font-weight: normal;
	margin: 1em 0;
	text-align: right;
}

#showcase .site-image {
	padding-bottom: 5px;
	background: url("../../img/public/image-shadow.png") center bottom no-repeat;
}

#showcase img {
	border: 1px solid #ccc;
}

#showcase p {
	font-size: 1.1em;
}

.website {
	padding: 1px 0 2px 20px;
	background: url("../../img/public/icon-website.png") left no-repeat;
}

.case-study {
	padding: 2px 0 2px 20px;
	margin-bottom: 0.5em;
	background: url("../../img/public/icon-case-study.png") left no-repeat;
}


.panel-dark {
	background: #437F88 url("../../img/public/panel-dark-top.png") top no-repeat;
}

.panel-dark .footer {
	height: 11px;
	background: url("../../img/public/panel-dark-base.png") bottom no-repeat;	
}

#demos {
	padding: 20px 0 0 0;
	zoom: 1;
}

#demos h2 {
	margin-left: 15px;
	background: url("../../img/public/demos-title.png") 0 0 no-repeat;
	width: 150px;
}

#demos p {
	color: #E7F0F8;
	padding: 0 15px;
	text-shadow: 0px 1px 0px #3E474F;
}

#demos a, #demos a:visited {
	color: #fff;
}

#demos a:hover {
	color: #fff;
	border-color: #fff;
}

#examples {
	clear: both;
	padding: 0 40px;
	padding-bottom: 25px;
	overflow: hidden;
}

#examples h2 { margin-top: 0; }

#examples ul {
	overflow: hidden;
}

#examples ul, #examples li {
	margin: 0; padding: 0;
	list-style: none;
}

#examples li {
	width: 150px;
	background: #ccc;
	float: left;
	display: inline;
	margin-left: 15px;
}

#examples li img { border: 1px solid #ccc; }

#examples li a:hover img { border: 1px solid #999; }

#examples li.first { margin-left: 0; }

.example-image { display: none; }

#large_box { width:800; height:600; }

/* Sidebar */

#sidebar .panel {
	padding: 0 0 0 25px;
}

#sidebar p { font-size: 1.1em; }

#features {
	background: #D2D9E1 url("../../img/public/panel-features-top.png") top no-repeat;
	overflow: hidden;
}

#features h2 {
	height: 40px;
	overflow: hidden;
	text-indent: -999em;
}

#features ul, #features li {
	margin: 0; padding: 0;
	list-style: none;
}

#features ul {
	margin-bottom: 1.5em;
	margin-left: 22px;
}

#features li {
	font-size: 1.2em;
	color: #4B4F54;
	margin-bottom: 1.5em;
	padding: 0 10px 0 40px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 32px;
	line-height: 1.3;
	text-shadow: 0px 1px 0px #fff;
}

#features .more-features {
	margin: 0;
}

#features .more-features a {
	display: block;
	width: 250px;
	height: 42px;
	background: url("../../img/public/panel-features-base.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
	border: none;
}

#features .more-features a:hover {
	background-position: 0 -42px;
	border: none;
}

#main .more {
	margin: 0; padding: 0;
	zoom: 1;
}

#main .more a {
	float: right;
	display: block;
	background: url("../../img/public/arrow.png") right no-repeat;
	padding: 5px 17px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #678;
	font-size: 0.83em;
	letter-spacing: 1px;
	border: none;
}

#main .more a:hover {
	color: #456;
	background: #D2D9E1 url("../../img/public/arrow.png") right no-repeat;
}

#users h2 {
	margin-top: 25px;
	margin-bottom: 5px;
}

#users ul, #users li {
	margin: 0; padding: 0;
	list-style: none;
}

#users li {
	font-size: 1.1em;
	color: #468;
	margin-bottom: 1em;
	padding: 1px 0 2px 20px;
	background: url("../../img/public/icon-website.png") left top no-repeat;
	line-height: 1.3;
}

.feature {
	padding-left: 50px;
	background-position: left top;
}

.ft-campaigns { background: url("../../img/public/features/campaigns.png") no-repeat; }
.ft-users { background: url("../../img/public/features/users.png") no-repeat; }
.ft-templates { background: url("../../img/public/features/templates.png") no-repeat; }
.ft-stats { background: url("../../img/public/features/stats.png") no-repeat; }
.ft-bounces { background: url("../../img/public/features/bounces.png") no-repeat; }
.ft-tools { background: url("../../img/public/features/tools.png") no-repeat; }
.ft-admin { background: url("../../img/public/features/admin.png") no-repeat; }
.ft-pricing { background: url("../../img/public/features/pricing.png") no-repeat; }

.feature h2 {
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}

.feature ul {
	margin-top: 1em;
	margin-bottom: 3em;
}

#footer {
	clear: both;
	border-top: 1px solid #C2CDD4;
	margin: 0 25px;
	text-align: center;
}

#footer p {
	font-size: 1em;
	color: #678;
	padding: 10px 0;
}

#footer a {
	color: #246;
	text-decoration: none;
	border-bottom: 1px solid #AAC0CD;
}

#footer a:hover {
	color: #000;
	border-bottom: 1px solid #246;
}

