/*
Theme Name: Emergent
Author: Ryan Gomba
*/


/* Global Styles */

html {
	height:100%;
	}
body {
	height:100%;
	margin:0px;
	color: #555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#container {
   	min-height: 100%;
   	margin-bottom: -86px;
  	position: relative;
	}
.page {
	margin:auto;
	width:810px;
	}
.widepage {
	margin:auto;
	width:960px;
	}
.fl { float:left; }
.fr { float:right; }
.clear {
	clear:both;
	height:0px;
	}
form {
	padding:0px;
	margin:0px;
	}
p { margin-top:0px; }
a img { border:none; }
img.border { padding:1px; border:solid 1px #ddd; }


/* Link Styles */

a {
	color:#4d89a2;
	text-decoration:none;
	}
a:hover {
	color:#b5382c;
	text-decoration:none;
	}
a.gray {
	color:#777;
	text-decoration:none;
	}
a.gray:hover {
	color:#b5382c;
	text-decoration:none;
	}
a.red {
	color:#b5382c;
	text-decoration:none;
	}
a.red:hover {
	color:#4d89a2;
	text-decoration:none;
	}
a.title {
	color:#333;
	text-decoration:none;
	}
a.title:hover {
	color:#b5382c;
	text-decoration:none;
	}
	
	
/* Text Styles */

.red {
	color:#b5382c;
	}
.blue {
	color:#4d89a2;
	}
.lightgray {
	color:#888;
	}
h1 {
	font-family:Helvetica, Verdana, Arial;
	font-size:36px;
	color:#b5382c;
	margin-top:0px;
	margin-bottom:15px;
	padding:0px;
	font-weight:normal;
	}
h2 {
	font-family:Helvetica, Verdana, Arial;
	margin-top:-12px;
	margin-bottom:10px;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	color:#999;
	}
h3 {
	font-family:Helvetica, Verdana, Arial;
	font-size:20px;
	font-weight:bold;
	color:#4d89a2;
	margin-top:20px;
	margin-bottom:5px;
	padding:0px;
	line-height:26px;
	}
h4 {
	font-family:Helvetica, Verdana, Arial;
	margin-top:0px;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	color:#666;
	margin-bottom:15px;
	}
h5 {
	font-family:Helvetica, Verdana, Arial;
	margin-top:0px;
	margin-bottom:5px;
	font-size:17px;
	line-height:26px;
	font-weight:normal;
	font-style:normal;
	color:#989898;
	}
h6 {
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
	color:#555;
	font-size:15px;
	}

/* Header */
	
#header {
	height:315px;
	background-image:url(/wp-content/images/bg.png);
	background-repeat:repeat-x;
	}
#landscape {
	height:315px;
	background-image:url(/wp-content/images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
#navbar {
	width:630px;
	margin:auto;
	height:108px;
	font-size:12px;
	font-weight:bold;
	}
#navbar ul {
	margin:0px;
	padding:0px;
	}
#navleft {
	width:230px;
	}
#navleft li {
	display: inline;
	line-height:33px;
	padding-right:15px;
	padding-left:17px;
	border-left:solid 1px #457d97;
	}
#logo {
	margin-top:5px;
	margin-left:4px;
	}
#navright li {
	display: inline;
	line-height:33px;
	padding-right:17px;
	padding-left:13px;
	border-right:solid 1px #457d97;
	}
a.navbar {
	color:#c9f0fc;
	text-decoration: none;
	}
a.navbar:hover {
	color:#fff;
	text-decoration: none;
	}
#clients {
	margin:auto;
	width:960px;
	height:176px;
	}
	
	
/* Standard Formatting */

#top {
	background-image:url(/wp-content/images/dots.png);
	height:33px;
	margin-top:-15px;
	}
#right {
	width:250px;
	}
#left {
	width:500px;
	margin-right:60px;
	}
.content {
	line-height:22px;
	margin-top:-3px;
	}
	
	
/* Blog Pages */

.post-image img {
	width:120px;
	height:120px;
	border:solid 2px #d0d0d0;
	margin-bottom:20px;
	}
.post {
	margin-bottom:40px;
	}
.post-meta {
	font-family:Helvetica, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	margin-bottom:12px;
	}
.post-content {
	font-size:13px;
	line-height:20px;
	}
.post-content img {
	display:none;
	}
.more {
	font-weight:bold;
	}
#error {
	height:300px;
	}
	
	
/* Single Page */

.post-title h1 {
	font-family:Helvetica, Verdana, Arial;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	text-transform: none;
	margin: 0px;
	color: #333;
	margin-bottom: 5px;
	}
.post-meta {
	font-family:Helvetica, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
	color:#999;
	line-height:16px;
	}
.single-content {
	line-height:20px;
	font-size:13px;
	margin-top:10px;
	}
.single-content img {
	margin-right:10px;
	margin-bottom:10px;
	padding:1px;
	border:solid 1px #ddd;
	}
blockquote {
	font-style:italic;
	border-left:1px solid #dcdcdc;
	padding-left:10px;
	padding-right:40px;
	color:#777;
	}
.sociable {	
	margin-top:30px;
	}
.sociable img {
	margin-right:2px;
	margin-top:0px;
	margin-bottom:0px;
	border:none;
	}
.sociable ul {
	margin-top:5px;
	margin-left:0px;
	padding:0px;
	}
.sociable li {
	display:inline;
	}
	

/* Sidebars */

.sidebar h5 { line-height:22px; }
.graycaps {
	font-weight:bold;
	text-transform:uppercase;
	}
#search {
	width:236px;
	margin-top:4px;
	padding-top:0px;
	padding-left:22px;
	height:24px;
	}
.sidebar-list {
	margin-top:12px;
	font-size:12px;
	line-height:30px;
	padding-top:0px;
	}
.sidebar-list ul {
	margin:0px;
	padding:0px;
	}
.sidebar-list li {
	list-style-type:none;
	border-top:solid 1px #dcdcdc;
	background-image: url(/wp-content/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:12px;
	line-height:15px;
	margin-top:7px;
	padding-top:9px;
	}
.sidebar {
	margin-top: -5px;
	line-height:22px;
	}
#sidebar-about img {
	margin-right:12px;
	margin-top:2px;
	margin-bottom:10px;
	}
.sidebar-list a.current_page_item, .sidebar-list li.current-cat a {
	color:#999;
	}
	
	
/* Sidebars */
	
.chart {
	width:155px;
	background-image:url(/wp-content/images/chart-bg.png);
	background-position:top;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:18px;
	text-align:center;
	margin-right:13px;
	float:left;
	margin-top:13px;
	margin-bottom:25px;
	}
.chart-title {
	padding:20px 20px 15px 20px;
	}
.step {
	margin-left:20px;
	width:100px;
	border:solid 1px #d18683;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	line-height:12px;
	padding:7px;
	background-image:url(/wp-content/images/chart-repeat.png);
	background-position:center;
	margin-bottom:6px;
	}
.step a {
	color:#fff;
	}
.step a:hover {
	color:#333;
	}
.arrow {
	height:20px;
	background-image:url(/wp-content/images/chart-arrow.png);
	background-position:top center;
	background-repeat:no-repeat;
	}
.end-chart {
	height:19px;
	background-image:url(/wp-content/images/chart-bottom.png);
	}
.chart-instruction {
	width:127px;
	height:54px;
	background-image:url(/wp-content/images/chart-instruction.png);
	background-position:top;
	font-size:14px;
	font-weight:bold;
	color:#555;
	line-height:18px;
	text-align:center;
	padding:18px 18px 0px 18px;
	margin-top:13px;
	}
.chart-header {
	margin-top:25px;
	height:52px;
	width:500px;
	background-image:url(/wp-content/images/chart-header.png);
	background-position:top left;
	background-repeat:no-repeat;
	}
#chart-header-title {
	width:324px;
	padding-top:7px;
	text-align:center;
	}
#chart-header-title a {
	color:#fff;
	font-weight:bold;
	}
#chart-header-title a:hover {
	color:#333;
	}
#qTip {
	position: absolute;
	font-family:Veranda, Arial, Helvetica;
	display: none;
	padding: 10px 10px;
	font-size: 11px;
	text-align:left;
	color: #fff;
	z-index: 1000;
	background: url(/wp-content/images/tooltip.png) repeat;
	border:solid 1px #343434;
	max-width:220px;
	line-height:16px;
	}

	
/* Home Page */

#home {
	width:960px;
	margin:auto;
	}
#home-upper {
	height:330px;
	margin-top:10px;
	color:#f5d0d0;
	}
#home-left {
	width:70px;
	height:300px;
	}
#home-right {
	width:745px;
	}
#home-tagline {
	height:50px;
	font-family:Helvetica, Verdana, Arial;
	font-size:32px;
	letter-spacing:1px;
	color:#fff;
	}
#home-blurb {
	font-size:16px;
	line-height:27px;
	}
#home-blurb a {
	font-weight:bold;
	color:#95e6ff;
	}
#home-blurb a:hover {
	font-weight:bold;
	color:#95e6ff;
	border-bottom:dotted 1px #95e6ff;
	}
#home-lower {
	min-height:80px;
	color:#f5d0d0;
	}	
	
/* Slider */

.slider {
	position: relative;
	overflow: hidden;
	width: 290px;
	float: left;
	margin-right: 45px;
	height: 240px;
}
#twitter {
	background-image: url(/wp-content/images/twitter.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#testimonials {
	margin-right: 0px;
}
.slider-title {
	font-size:12px;
	padding-bottom:7px;	
	}
.home-posttitle {
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 1px #e6817a;
	line-height:22px;
	}
.home-postcontent {
	font-size:13px;
	line-height:20px;
	margin-top:7px;
	}
.slider li {
	float: left;
	display: inline;
	width: 290px;
}
.slider li.tweet p {
	margin-top: 31px;
	width: 250px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #f6c1be;
}
.slider li.testimonial {
	font-size: 14px;
	color:#e6817a;
	line-height: 19px;
	font-style: italic;
}
.slider li p {
	margin-bottom: 8px;
}
.slider a {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	font-size: 16px;
}
.slider a:hover {
	color:#95e6ff;
	text-decoration: none;
	font-weight:bold;
	}
.slider .javascript_css {
	position: relative;
}
.slider .header {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 2;
	color:#f5d0d0;
	font-weight: normal;
	font-style: normal;
}
.slider-nav {
	position: absolute;
	bottom: 0px;
	width: 290px;
	height: 30px;
	z-index: 2;
}
.slider-nav .back {
	float: left;
}
.slider-nav .back a,
.slider-nav .next a {
	font-weight: normal;
	display: none;
	font-size: 18px;
}
.slider-nav .next {
	float: right;
	margin-right: 25px;
}
.slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

		
/* Footer */

.clearfooter {
   	height: 86px;
   	clear: both;
	}
#footer {
	position:relative;
	height:25px;
	padding-top:11px;
	background-color:#181818;
	font-size:11px;
	margin-top:50px;
	}