/*
Theme Name: Emergent
Description: Emergent Energy Group
Author: Ryan Gomba
Version: 2.0
*/


/* Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/* Links
-------------------------------------------------------------- */

a:link {
	color: #a81a29;
	text-decoration: none;
	}
a:visited {
	color: #a81a29;
	text-decoration: none;
	}
a:hover {
	color: #35b7e0;
	text-decoration: none;
	}
a:active {
	color: #a81a29;
	text-decoration: none;
	}
	

/* Global
-------------------------------------------------------------- */

/*body {
	position: relative;
	background-color: #d1e8ed;
	background-image: url('images/glow.png'), url('images/bg-repeat.png');
	background-position: top center, top;
	background-repeat: no-repeat, repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	color: #555;
}*/
body {
	position: relative;
	background-color: #d1e8ed;
	background-image: url('images/bg-repeat.png');
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	color: #555
	}
#wrapper {
	background-image: url(images/glow.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; height: 0px; }
.hidden {	display: none; }
.center {	width: 960px; margin: auto; }


/* Text Formatting
-------------------------------------------------------------- */

.bright-red { color: #c0291d; }
.red { color: #d23b2f; }
.blue { color: #4fa5c1; }
.white { color: #fff; }
.gray { color: #999; }


/* Home Page
-------------------------------------------------------------- */

#welcome-icon {
	width: 160px;
	height: 60px;
	float: left;
}
#high-upper h1 {
	font-size: 32px;
	font-weight: bold;
	color: #333;
	margin: 10px 0px 14px 30px;
	width: 680px;
}
#high-upper h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin-left: 30px;
	width: 680px;
	margin-bottom: 55px;
}
#low-upper h2 {
	font-size: 18px;
	width: 280px;
	margin-right: 25px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #4fa5c1;
}
#low-upper p {
	line-height: 19px;
	width: 280px;
	margin-right: 25px;
}


/* Page Formatting
-------------------------------------------------------------- */

#main {
	position: relative;
	width: 980px;
	background-image: url(images/upper.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#page {
	position: relative;
	padding: 50px 0px 25px 45px;
	z-index: 2;
}
.page-area {
	position: relative;
	left: -25px;
	top: -30px;
	background-color: #f2f8f9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 850px;
	min-height: 300px;
	padding: 35px 45px 45px 45px;
	margin-bottom: -30px;
}
.page-left {
	width: 524px;
}
.page-right {
	margin: -15px 0px 0px 50px;
	width: 276px;
}


/* Content Formatting
-------------------------------------------------------------- */

.page-area h1 {
	font-size: 29px;
	color: #b53a26;
	margin-bottom: 18px;
	line-height: 40px;
}
.page-area h3 {
	margin-top: 25px;
	font-size: 20px;
	color: #4d88a4;
	margin-bottom: 15px;
}
.page-area h4 {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 24px;
	font-weight: bold;
}
.page-area h5 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 22px;
	color: #4d88a4;
}
.page-area h6 {
	font-size: 11px;
	margin-bottom: 25px;
	line-height: 16px;
	font-style: italic;
	background-color: #eee;
	margin-top: -10px;
	padding: 7px 10px;
}
.page-content h2 {
	border-top: dotted 1px #ccc;
	text-transform: uppercase;
	padding-top: 25px;
	margin-top: 25px;
	margin-bottom: 15px;
	width: auto;
	color: #b53a26;
	font-size: 24px;
}
.page-content p {
	line-height: 20px;
	margin-bottom: 15px;
}
.page-content ul {
	list-style: disc;
	margin: 0px 0px 15px 50px;
}
.page-content ol {
	list-style: decimal;
	margin: 0px 0px 15px 50px;
}
.page-content ul ul, .page-content ol ol {
	margin: 5px 0px 0px 30px;
}
.page-content ol ol { list-style: lower-alpha; }
.page-content ol ol ol { list-style: lower-roman; }
.page-content li {
	line-height: 20px;
	margin-bottom: 5px;
}
.page-content li li {
	margin: 5px 0px 0px 0px;
}
.page-content a {
	border-bottom: dotted 1px;
}
.page-content a.no-underline {
	border: none;
}
.page-content blockquote {
	font-size: 15px;
	color: #999;
	font-style: italic;
	line-height: 26px;
	margin: 20px 50px;
}
.page-content img {
	padding: 1px;
	margin-top: 10px;
	border: solid 1px #ddd;
}
.page-content a img:hover {
	border-color: #aaa;
}
.page-content img.nb { border: solid 1px #fff; }


/* Post List Formatting
-------------------------------------------------------------- */

.post {
	margin-top: 35px;
}
.post h2 a {
	font-size: 26px;
	line-height: 30px;
	color: #333;
}
.post h5 {
	margin: 20px 0px 20px 0px;
	padding: 5px 0px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 14px;
}
a .more {
	font-weight: bold;
}


/* Sidebar Formatting
-------------------------------------------------------------- */

#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(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:12px;
	line-height:15px;
	margin-top:7px;
	padding-top:9px;
	}
.sidebar-list li a {
	border: none;
}
.sidebar-list a.current_page_item, .sidebar-list li.current-cat a {
	color:#999;
	}


/* Footer
-------------------------------------------------------------- */

#footer {
	width: 100%;
	height: auto;
	background-color: #c3493e;
	background-image: url(images/landscape.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #f6c1be;
}
#footer-content {
	min-height: 420px;
}
.community {
	position: relative;
	float: left;
	width: 240px;
	height: 200px;
	background-position: 155px 62px;
	background-repeat: no-repeat;
}
.community:hover {
	cursor: pointer;
	background-image: url(images/tooltip-arrow.png);
}
.tooltip {
	position: absolute;
	top: 30px;
	left: 135px;
	height: 12px;
	padding: 10px;
	background-image: url(images/tooltip-repeat.png);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
	display: none;
}
.footer-item {
	margin-top: 10px;
	width: 290px;
	float: left;
}
#twitter {
	margin-left: 45px;
	background-image: url(images/twitter.png);
	background-position: 0px 8px;
	background-repeat: no-repeat;
}
#tweet {
	background-image: url(images/twitter-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer-content #testimonials, #footer-content #bw {
	margin-left: 0px;
}
#footer-content #contact {
	margin-left: 45px;
}
#footer h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0px 15px 0px;
	line-height: 22px;
}
#footer h3 a { color: #fff; }
#footer h3 a:hover { color: #6dbdd3; }
#footer-content #contact h3 {
	padding-bottom: 25px;
}
#footer h4 {
	margin-bottom: 5px;
}
#footer p {
	font-size:13px;
	line-height:20px;
	}
#footer p a {
	color: #f6c1be;
}
#footer p a:hover {
	color: #fff;
}
#testimonials p {
	font-style: italic;
}
#tweet p {
	padding: 15px 20px 9px 20px;
}
#footer p.bigger {
	font-size: 14px;
	margin-bottom: 3px;
}
#bw img {
	margin: 12px 0px 0px 0px;
}

/* PageNavi
-------------------------------------------------------------- */

.wp-pagenavi {
	margin-top: 60px;
	}
.wp-pagenavi span.pages {
	margin-right: 10px;
	}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding:  4px;
	margin-right: 4px;
	text-decoration:  none;
	border:  1px solid #ccc;
	color: #b53a26;
	}
.wp-pagenavi a:hover {	
	border:  1px solid #a81a29;
	color:  #fff;
	background-color: #b53a26;
	}
.wp-pagenavi span.current {
	padding:  4px; 
	margin-right: 4px;
	border:  1px solid #a81a29;
	color:  #fff;
	background-color: #b53a26;
	}
	
	
	
	
	
	
	
/* Navigation
-------------------------------------------------------------- */

#nav {
	position: relative;
	margin: auto;
	width: 800px;
	height: 50px;
	padding-bottom: 70px;
}
.nav-element {
	position: relative;
	width: 139px;
	height: auto;
}
.nav-element.nav-left {
	float: left;
	border-left: solid 1px #3a8394;
}
.nav-element.nav-right {
	float: right;
	border-right: solid 1px #3a8394;
}
.nav-item {
	height: 13px;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.nav-item a {
	color: #c9f0fc;
}
.nav-item a:hover {
	color: #fff;
}
.nav-element#nav-logo {
	float: left;
	width: 160px;
	height: 50px;
	padding: 0px 40px;
}

.dropdown {
	position: absolute;
	top: 33px;
	z-index: 5000;
	display: none;
}
.dropdown-arrow {
	position: relative;
	height: 15px;
	width: 16px;
	top: 0px;
	left: 60px;
	background-image: url(images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.dropdown-items {
	position: relative;
	background-image: url(images/dropdown-repeat.png);
	background-repeat: repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	min-width: 140px;
	padding: 5px 0px 15px 0px;
}
.dropdown-items li {
	text-transform: none;
	padding: 10px 20px;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	display: block;
	white-space: nowrap;
}
.dropdown-items li:last-child {
	border-bottom: none;
	margin-bottom: -12px;
}
.dropdown-items li a {
	color: #c9f0fc;
}
.dropdown-items li a:hover {
	color: #fff;
	cursor: pointer;
}


#pullquote {
	margin: 20px 0px 50px 0px;
	position: relative;
	left: -10px;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.05em;
	padding: 15px 5px 0px 60px;
	background-image: url(images/twitter-feed.png);
	background-position: top left;
	background-repeat: repeat-y;
	color: #666;
}
#twitter-feed h3 {
	color: #b53a26;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
#twitter-feed h5 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	margin: 15px 17px;
}
#twitter-feed {
	font-family: Georgia, Times, serif;
}
#twitter-feed li {
	list-style: none;
	width: 265px;
	padding: 12px 17px 0px 17px;
}
#twitter-feed li:nth-child(odd) {
	background-color: #fcfdfd;
	border: solid 1px #e8eeef;
}

#gutter {
	height: 25px;
	padding-top: 10px;
	background-color: #222;
	color: #666;
	font-size: 11px;
}
#gutter a {
	color: #888;
}
#gutter a:hover {
	color: #ccc;
}

#name-tt {
	position: absolute;
	background-color: #000;
	color:#fff;
	text-size: 11px;
	padding: 7px 15px;
	display: none;
	opacity: 0;
	z-index:10000;
	-webkit-border-radius: 4px;
	max-width: 200px;
	line-height: 19px;
}

.person {
	height: 120px;
}
img.portrait {
	float: left;
	margin: 0px 15px 20px 0px;
}
.page-content .person h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
	font-size: 18px;
	text-transform: none;
}
.page-content .person h2:hover {
	color: #555;
}
.page-area .person h3 {
	margin: -2px 0px 8px 0px;
	padding: 0px;
	border: none;
	font-size: 15px;
	text-transform: none;
	color: #999;
}
.pinfo {
	width: 420px;
}
