@charset "utf-8";
/* CSS Document */

/* 
	Theme Name: Lamplight Media
	Theme URL: http://www.lamplightmedia.net
	Description: This custom theme was developed by <a href="http://www.lamplightmedia.net" >Lamplight Media</a>.
	Author: Lamplight Media
	Author URI: http://www.lamplightmedia.net
	Version: 2.0
	
	Changelog:
		v2.0 - 9/13/10
*/

/************  GENERAL SITE RULES  **************/

body {
	min-width:960px;
	margin:0px;	padding:0px;
	border:0px;
	background-color: #e5e5e5;
	font-family:'Droid Sans';
	font-size:13px;
	background-color: #1f3a65;
}

a {text-decoration:none; outline:none;}
a:hover {text-decoration:underline;}

img {outline:none; border:none;}

p {
	color:#2a2a2a;
	font-family:'Droid Sans';
	font-size:13px;
	text-align:justify;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Molengo', sans-serif;
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
	font-weight:normal;
	letter-spacing: -.02em;
	letter-spacing:normal;
}

h1 {
	color:#3868b1;
	border-bottom:2px solid #d6d6d6;
	font-size:25px;
}

h2 {
	color:#3868b1;
	line-height:24px;
	font-size: 24px;
	font-size: 22px;
	border-bottom:2px solid #d6d6d6;
}

h3 {
	font-family: 'Droid Sans', sans-serif;
	font-weight:bold;
	color: #3b3b3b;
	line-height:14px;
	font-size: 18px;
	letter-spacing:normal;
}

h4 {
	font-family: 'Trebuchet MS', 'Molengo', sans-serif;
	color: #3666ad;
	font-weight:normal;
	line-height:20px;
	font-size:20px;
	letter-spacing:normal;
	margin:20px 0px 15px;
}


.contentWrapper {
	width:920px;
	margin:auto;
	padding:0px 20px;
	position:relative;
}

.Molengo {
	font-family: 'Trebuchet MS', 'Molengo', sans-serif !important;
	font-weight:normal;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
	display:none;
}

.DroidSans { 
	font-family: 'Droid Sans', sans-serif !important;
	display:none;
}

.question {
	position:relative;
	background: url('images/faq_q.png') no-repeat 0px 0px;
	padding-left:35px;
	min-height:26px;	
}

.question p {
	color:#2d2d2d;
	font-size:16px;	
	margin:0px;
	line-height:26px;
	width:740px;
}

.faqWrapper {	
	padding-bottom:10px;
	border-bottom:2px solid #D5D5D5;
	margin-bottom:10px
}

.answer {
	margin-top:10px;
	background: url('images/faq_a.png') no-repeat 0px 0px;
	padding-left:35px;
	overflow:visible;
	width:740px;
}

.answer p {
	margin:0px;
	color: #7a7a7a;
	font-size:13px;	
}

.answer a, .answer a:active, .answer a:visited {
	color:#3868b1;
	text-decoration:none;
}

.answer a:hover {
	text-decoration:underline;
}

.last {
	border:0px;
}

ul.subnav {
	height:25px;
	display:block;
	float:right;
	list-style:none;
	padding:0px;
	position:absolute;
	z-index:10;
	right:0px; top:5px;
	margin: 0px 20px;
}

ul.showhide {
	right:0px;
	top:3px;
	margin-right:0px;
	height:20px;
}

ul.showhide li a {
	cursor:pointer;
}

ul.subnav a, a.continueReading, a.more-link, a.paymentButton { 
	background: #EEE;
	color:#666;
	text-shadow:none;
	height:25px; display:block;
	font: 18px "Molengo", sans-serif;
	word-spacing: -.5px;
	padding:0px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.paymentButton {
width:280px;
	color:#666 !important;
}

ul.showhide a {
	height:20px;
	font:14px "Molengo", sans-serif;
	padding:0px 10px
}

a.continueReading, a.more-link {
	width:131px;
	color:#666 !important;
	float:left;
	clear:left;
	margin-top:0px;
}

a.commentsLink {
	margin-left:10px;
	line-height:25px;
}

a.continueReading:hover, a.more-link:hover, a.paymentButton:hover { 
	background:#94C3F5;
	text-decoration:none !important;
	color:white !important;
}

ul.subnav li {
	float:left;
	margin-left: 10px;
	display:block;
	line-height:22px;
	height:25px;
}

ul.subnav li span, a.continueReading span, a.more-link span {
	line-height:1.2em; 
	top:0px;
	position:relative;	
}

ul.showhide li span {
	line-height:1.3em; 
	position:relative;	
}

ul.subnav li.currentPage a, ul.subnav a:hover, ul.subnav li.current_page_item a { 
	background:#94C3F5;
	text-decoration:none;
	color:white;
}

ul.subnav li.page_item a {
	text-transform:lowercase;
}

ul.subnav li.page-item-160 a {
	text-transform:uppercase;
}

#pageContent {
	width:100%;
	padding:20px 0px 25px;
	background:#FFF;
}

#pageContent h2.section {
	color:#ffaa2c;
	font-size:22px;
	border:0px;
	padding:0px;
	margin-top:15px;
	margin-bottom:15px;
}

/************  HEADER RULES  **************/

#header {
	width:100%;
	position:relative;
	display:block;
	background: #0c1939 url(images/header_bg.jpg) top center repeat-x;
}

#header.full { height:375px; }

#header.min { height: 115px;}

#headerBar {
	width:100%;	height:47px;
	display:block;
	position:absolute;
	top:0px;
	margin:auto;
	background:transparent url(images/header_bar.png) top center repeat-x;
	z-index:1;
}

.innerShadow{
	height:9px; width:100%;
	z-index:25;
	position:absolute;
	bottom:0px;
	background:transparent url(images/innerShadow.png) repeat-x;
	margin:auto;
	text-align:center;
	display:inline; /*required for IE7 to display correctly */
}

#headerBar ul.contactLinks{
	padding:0px;
	margin:13px 15px 0px 0px;
	list-style:none;
	float:right;
}

#headerBar ul.contactLinks li { 
	float:left; 
	margin-left:16px; 
	display:block; 
	line-height:15px;
}

#headerBar ul.contactLinks li.contactTitle {
	color:#FFF;
}

#headerBar ul.contactLinks li, #headerBar ul.contactLinks li a { 
	color:#a8d1ff;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

#headerBar ul.contactlinks li a:hover { text-decoration:underline; }

#headerBar ul.contactLinks li img {	
	position:relative;
	width:15px; height:15px;
	float:left;
	margin-right:6px;
}

#headerLogo {
	width:338px; height:60px;
	display:block;
	position:absolute;
	left:20px; top:30px;
	z-index:2;
}

#headerLogo a {
	width:338px; height:60px;
	display:block;
	background-image: url(images/header_logo.png); 
}

#headerLogo a:hover { background-position:0px 60px; }

#headerNav {
	position:absolute;
	top:51px; right:20px;
	list-style:none;
	padding:0px;
	margin:0px;
}

#headerNav a { background: url(images/headerNav_bg1.png) repeat-x; color:white;}
#headerNav li.currentPage a, #headerNav a:hover { 
	background: url(images/headerNav_bg2.png) repeat-x; text-decoration:none;
}

#headerFeature { height: 375px; }

img.homeFeature {
	width:570px; height:270px;
	float:left; 
	position:absolute;
	bottom:0px; left:30px;
}

#headerFeature .tagline {
	position:absolute;
	top:135px; right:50px;
	width:300px; height:135px;
	display:block;	
}

#headerFeature #homeTagline { 	background:url(images/home_tagline2.png) no-repeat; width:315px; }
#headerFeature #portfolioTagline { background:url(images/portfolio_tagline.png) no-repeat; position:absolute; top:120px;}

#headerFeature .button a {
	clear:right;
	width:220px; height:65px;
	display:block;
	position:absolute;
	top:280px; right:85px;
}

#headerFeature #homeBtn a { background: transparent url(images/home_getStarted.png) top; }
#headerFeature #portfolioBtn a { background: transparent url(images/portfolioBtn.png) top; }
#headerFeature #portfolioBtn a { background: transparent url(images/portfolioBtn.png) top; top:265px; }
#headerFeature .button a:hover { background-position: 0px 65px !important; }

#headerShadow {
	height:9px; width:100%;
	z-index:10;
	position:absolute;
	bottom:0px;
	background:transparent url(images/header_shadow.png) repeat-x;
	margin:auto;
	text-align:center;
	display:inline; /*required for IE7 to display correctly */
}

/************  PULL-DOWN DRAWER RULES  **************/

#drawerWrapper {
	width:100%; min-height:30px;
	display:block;
	background:#294d85;
	border-top:1px solid white;
	position:relative;
}

#drawerTop {
	width:100%; height:30px;
	display:block; margin:auto;
	position:relative;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}

#drawerTop span {
	background: url(images/drawerIcon.png) 0px 10px no-repeat;
	padding-left:15px;
	line-height:28px;
	color:white;
}

#drawerTop:hover, #drawerBottom:hover { background-color:#3866ad; }

#drawerHidden { width:100%; clear:both; display:none;}

#drawerMiddle {
	display:block;
	width:100%;
	background-color:#2e5795;
	padding:15px 0px;
}

#drawerMiddle .left { float:left; }

#drawerMiddle .center {
	float:left;
	border-left: 1px dotted #85c3ff;
	border-right: 1px dotted #85c3ff;
	padding:0px 20px; margin-left:2px;
}

#drawerMiddle .right { float:right; }

#drawerMiddle .drawerColumn {
	width:258px;
	padding:0px 24px; margin:0px;
	display:block; position:relative;
}

.drawerColumn ul {
	display:block;
	padding:0px 0px 0px 18px;
	margin: 0px 0px 0px 3px;
	font:13px Tahoma, Geneva, sans-serif;
	text-shadow:none;
	color:#85c3ff; 
}

.drawerColumn li {
	list-style:url(images/drawer_checkmark.png);
	height:18px;
	line-height:18px;
}

.drawerColumn li.last { list-style:none; }
.drawerColumn li.last a { color:white; }

#drawerMiddle h2 {
	font-size:21px;
	margin:0px 0px 5px 0px; padding:0px;
	color:white;
	border:none;
}

#drawerBottom {
	width:100%;
	cursor:pointer;
	color:white;
	height:30px;
	display:block;
}

#drawerBottom span {
	background: url(images/drawerIcon2.png) right no-repeat;
	line-height:25px;
	float:right;
	padding-right:18px;
	padding-bottom:3px;
	color:white;
}

/************  HOME PAGE CONTENT  **************/

#homeSlides {
	width:904px;
	height:203px;
	border: 5px solid #b2b2b2;
	display:block;
	background-color:white;
	padding: 3px;
}

#homeSlides_menu {
	width:282px; height:160px;
	padding:0px;
	margin:0px;
	float:left;
	display:block;
}

#homeSlides_menu li {
	list-style:none;
	height:39px; width:282px;
	display:block;
	border-bottom:1px solid #e4edfa;
}

#homeSlides_menu li a {
	height:39px; width:272px;
	display:block;
	padding-left:10px;
	text-decoration:none;
	line-height:39px;
	font-size:18px;
	color: #3767ae;
	letter-spacing:-1px;
	word-spacing: -1px;
}

#homeSlides_menu li a:hover { background:#ecf1f9; }

#homeSlides_btn {
	float:left;
	clear:left;
	width:282px; height:40px;
	margin-top:3px;
	display:block;
	background:url(images/home_learnMore.png) top center no-repeat;
}

#homeSlides_btn:hover { background-position:0px -40px; }

#homeSlides #slides {
	width:614px; height:203px;
	padding-left:3px;
	border-left: 2px solid #e5e5e5;
	float:right;
	display:none;
}

#homeSlides .ui-tabs-panel {  
	width:614px; height:203px;
    background:white; 
	position:relative;  
    overflow:hidden;
}  
#homeSlides .ui-tabs-hide { display:none; }

#homeSlides li.ui-tabs-selected a {
	background:url(images/homeSlides/homeSlides_arrow.png) top left no-repeat;
	width:299px;
	z-index:10;
	position:relative;
}

.homeColumn {
	width:290px;
	float:left;
	margin:15px 25px 0px 0px;
	position:relative;
}

.homeColumn a.buttonLink {
	margin-top:15px;
	position:absolute;
	top:130px;
	float:left;
	display:block;
	height:17px;
}

#homeColumn_left a.buttonLink {
	width:133px;
	background:url(images/homeBtn_portfolio.png) top left no-repeat;
}

.homeColumn a.buttonLink:hover { background-position:0px -17px !important; }

#homeColumn_left ul, #homeColumn_right ul {
	width:100%;
	display:block;
	padding:0px;
	margin:20px 0px 0px;
	list-style:none;
}

#homeColumn_left li {
	padding:0px;
	display:block;
}

#homeColumn_left a {
	color:#5394e4;
}

#homeColumn_left li a img{
	border: 5px solid #e5e5e5;	
}

#homeColumn_left li a:hover img{
	border: 5px solid #94c3f5;
}

#homeColumn_center #blogSegment { margin-top:20px; }

#homeColumn_center p.subtitle {	margin:3px 0px 0px;	color:#999; }
#homeColumn_center a { color:#5394e4; }
#homeColumn_center p { margin-top:5px; font-size:12px; padding-left:3px;}



#homeColumn_center a.buttonLink {
	width:116px;
	background:url(images/homeBtn_blog.png) top left no-repeat;
}

#homeColumn_right {
	float:right;
	margin-right:0px;
}

#homeColumn_right h4 {
	font-family: 'Trebuchet MS', 'Molengo', sans-serif;
	color: #3666ad;
	font-weight:normal;
	line-height:16px;
	font-size: 16px;
	letter-spacing:normal;
	margin:0px 0px 0px;
	padding:0px;
	position:relative;
	top:-1px;
}

#homeColumn_right li {
	padding:0px;
	margin-bottom:10px;
	width:255px;
	display:block;
}

#homeColumn_right a {
	width:255px;
	height:30px;
	display:block;
	padding-left:35px;
	overflow:hidden;
}

#homeColumn_right li.email a { background:url(images/home_iconBubble.png) top left no-repeat;}
#homeColumn_right li.phone a { background:url(images/home_iconPhone.png) top left no-repeat;}
#homeColumn_right li.facebook a { background:url(images/home_iconFacebook.png) top left no-repeat;}
#homeColumn_right li.twitter a { background:url(images/home_iconTwitter.png) top left no-repeat;}

#homeColumn_right li a:hover {
	text-decoration:none;
	background-position:0px -30px;
}

#homeColumn_right li p {
	margin:0px;
	color:#999;
	line-height:15px;
	top:-2px;
	position:relative;
}
/************  BLOG STYLES  **************/

.postsLeft {
	width:620px;
	background-color:#FFF;
	float:left;
	margin-top:20px;
	padding:0px;
}

.postsLeft a, .postsLeft a:active, .postsLeft a:visited, #portfolioDescription a, #portfolioDescription a:active, #portfolioDescription a:visited  {
	color:#3868b1;
	text-decoration:none;
}

.postsLeft a:hover, #portfolioDescription a:hover {
	text-decoration:underline;
}

.blogDate {
	width:49px;
	height:58px;
	float:left;
	background: url('images/blog_calendarIcon.png') no-repeat;
	position:relative;
	left:5px;
	top:-8px;
}

.blogDate .postMonth {
	width:49px;
	display:block;
	color:#FFF;
	text-transform: uppercase;
	font-size:16px;
	text-align:center;
	position:relative;
	padding:0px;
	margin-top:5px;
	line-height:18px;
}

.blogDate .postDay {
	width:49px;
	display:block;
	color:#444;
	text-transform: uppercase;
	font-size:26px;
	text-align:center;
	position:relative;
	left:0px;
	padding:0px;
	margin:0px;
	line-height:31px;
}

.blogTitle {
	background: url('images/blog_titleBar.png') repeat-x;
	-moz-border-radius:5px;
	border-radius:5px;
	height:38px;
	line-height:38px;
	margin-bottom: 15px;
}

.blogTitle a {
	font-size:24px;
	font-family:'Trebuchet MS', 'Droid Sans';
	color:#FFF !important;
	text-decoration:none !important;
	position:relative;
	left:16px;
}

.blogContent, .blogMeta {
	margin-left:8px;
	clear:left;
	color:#aaa;
}

.comments {
	border-top:2px solid #d6d6d6;
	padding-top:15px;
}

.blogItem {
	border-bottom: 1px dotted #e5e5e5;
	margin-bottom:15px;
	padding-bottom:10px;
}

.blogItem .blogContent p { text-align:left;}

.wp-caption {
	margin:10px auto;
	padding:10px 10px 5px 10px;
	background-color:#eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	width:auto !important;
}

.wp-caption img {
	width:100%;
	height:auto;
}

.blogItem .blogContent p.wp-caption-text { text-align:center; color:#888; font-size:12px; width:100%; margin:5px auto;}

/************  SIDEBAR STYLES  **************/

.sidebarRight {
	margin-top:20px;
	float:right;
	width:280px;
	background-color:#FFF;
}

.sidebarRight a {
	color:#3868b1;
}

.sidebarRight ul, .sidebarRight ul li, .sidebarRight ul li a {
	color:#3868b1;
}

 #twitter-sidebar {
	margin-left:5px;
 }
 
 #twitter-sidebar div:last-child {
	border-bottom:0px !important;
 }

.sidebarRight h2 {
	display:block;
	background: #eee;
	border:0px;
	color:#666;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:20px;
	/*font-family:'Droid Sans';*/
	height:35px;
	line-height:35px;
	padding-left:10px;
}

.sidebarRight .sidebarSocial {
	margin-top:10px;
	border-top: 1px solid #e5e5e5;
	text-align:right;
	padding-top:10px;
	font-size:14px;
	color:#3868b1;
	height:25px;
	line-height:25px;
}

.sidebarRight .sidebarSocial span {
	position:relative;
	top:-5px;
}

.sidebarRight .sidebarSocial a {
	margin-right:1px;
}

.sidebarRight .sidebarSocial a.last {
	margin-right:0px;
}

/************  QUOTE FORM STYLES  **************/

#quoteForm_wrapper {
	width:539px; height:258px;
	display:block;
	position:relative;
	top:95px;
	background:url('images/contact_contactForm.png') no-repeat 0px 0px;
}

#headerFeature .quoteTagline {
	position:absolute;
	top:120px; right:50px;
	width:330px; height:135px;
	display:block;	
}

#portfolioTagline { background:url(images/portfolio_tagline.png) no-repeat;}
#quoteTag { background:url(images/contact_tagline.png) no-repeat;}

input.quoteName, input.quoteEmail, input.quoteWebsite {color:#555; border:0px; padding:2px; width:361px; height:17px; background:transparent;}

input.quoteName {margin:35px 0px 0px 146px;}

input.quoteEmail {margin:10px 0px 0px 146px;}

input.quoteWebsite {margin:10px 0px 0px 146px;}

.quoteMessage {border:0px; color:#555; width:361px; height:96px; margin:10px 0px 0px 146px; background:transparent; font-family:arial, sans-serif; font-size:12px; overflow: auto; padding:2px;}

.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-mail-sent-ng {
	z-index:1500;
	position:absolute;
	background:#FFF;
	border-radius:3px;
	-webkit-border-radius:3px; -moz-border-radius:3px; 
	top:-50px;
	left:25px;
	width:450px;
	margin:auto;
	text-align:center;
	padding:10px !important;
	cursor:pointer;
}

.wpcf7-mail-sent-ok {
	border:2px solid #3868B1 !important;
	border-radius:3px;
	-webkit-border-radius:3px; -moz-border-radius:3px; 	
}

.st_sharethis_custom {
	width:15px;
	height:15px;
	cursor:pointer;
	display:inline-block;
}

.wpcf7-not-valid-tip {
	border-radius:3px;
	-webkit-border-radius:3px; -moz-border-radius:3px; 
	margin-left:50px;
	margin-top:-7px;
	width:auto !important;
	padding:0px 10px !important;
}

#headerFeature .quoteBtn {
	clear:right;
	z-index:10;
	width:220px; height:65px;
	position:absolute;
	top:175px; right:-290px;
	background: transparent url(images/contact_submitBtn.png) top;
	border:0px;
	display:block;
	cursor:pointer;
	text-indent:-9999em;
	outline:none;
	outline:0px;
}

#headerFeature .quoteBtn:hover { background-position: 0px 65px !important; }

#quoteFacebook {
	width:277px;
	height:57px;
	background:url('images/contact_facebookBtn.png') no-repeat 0px 0px;
	text-indent:-9999em;
	display:block;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:45px;
}

#quoteTwitter {
	width:277px;
	height:57px;
	background:url('images/contact_twitterBtn.png') no-repeat 0px 0px;
	text-indent:-9999em;
	display:block;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:44px;
}

#quoteCall {
	display:block;
	width:277px;
	height:57px;
	margin-top:20px;
	margin-bottom:20px;
}

a#quoteFacebook:hover, a#quoteTwitter:hover {background-position:0px -57px;}

/************  END QUOTE FORM STYLES  **************/

/************  OVERVIEW PAGE STYLES  **************/
.topOverview {
	margin-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px solid #cdd9eb;
}

.topOverview h1, .cmsOverview h1, .standardsOverview h1 {
	border:0px;
	margin:0px;
	padding:0px;	
}

.topOverview h2 {
	color:#666666;
	border:0px;
	font-size:20px;
	font-style:italic;
	margin:0px;
	padding:0px;
}

.topOverview .topLeft {
	width:355px;
	float:left;
	padding-right:20px;
	border-right:2px solid #d6d6d6;
	height:300px;
}

.topOverview .topRight {
	width:526x;
	float:right;
	position:relative;
}

.topOverview .topRight h4 {
	font-size:16px;
	margin:0px;
	padding:0px;
	margin-top:3px;
}

.topOverview .topRight img {
	padding:4px;
	background: url('images/about_websiteShadow.png') no-repeat 0px 0px;
}

.topOverview .topRight a.button {
	text-indent:-9999em;
	display:block;
	width:213px;
	height:43px;
	margin:auto;
	overflow:hidden;
	position:absolute;
	bottom:5px;
	margin-left:20px;
}

.topRight .topMinistry a.button {
	background:url('images/about_churchBtn.png') no-repeat 0px 0px;
}

.topRight .topOrganization a.button {
	background:url('images/about_otherBtn.png') no-repeat 0px 0px;
}

.topOverview .topRight a.button:hover {
	background-position:0px -43px;
}

.topRight .topMinistry {
	float:left;
	padding:0px;
	padding-right:15px;
	width:248px;
	border-right:1px dotted #cdd9eb;
	height:300px;
}

.topRight .topOrganization {
	float:left;
	width:248px;
	padding-left:15px;
	height:300px;
}

.overviewSection {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px solid #cdd9eb;
}

.cmsScreenshot {
	float:left;
}

.cmsOverview {
	float:right;
	width:530px;
}

.cmsOverview h2 {
	color:#2a2a2a;
	border:0px;
	font-size:18px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.cmsOverview ul {
	list-style:none;
	padding:0px;
	margin:10px 0px 0px 10px;
}

.cmsOverview ul li {	
	font-size:13px;
	line-height:20px;
	padding-left:30px;
	background:url(images/greenCheckmark.png) 0px 5px no-repeat;
	margin-bottom:3px;
	text-shadow:none;
}

.standardsOverview {
	width:500px;
	float:left;	
}

.standardsScreenshot {
	float:right;
	padding:2px;
	border:2px solid #cdd9eb;
}

.lastOverviewSection .column {
	width:290px;
	margin-right:25px;
	float:left;
}

.lastColumn {
	margin-right:0px;
	float:left;
	width:290px;
}

.lastOverviewSection h2 {
	border:0px;
	font-size:18px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	font-weight:normal;
}

.lastOverviewSection img {
	border:5px solid #E5E5E5;
}


/************  END OVERVIEW PAGE STYLES  **************/

/************  PROCESS PAGE STYLES  *****************/

#process_wrapper {
	width:920px; height:680px;
	display:block;
	background:url(/wp-content/themes/Lamplight/images/process_background.png) no-repeat;
	margin:25px 0px;
	position:relative;
}

.processBlock {position:absolute;}
.processBlock h2 { border:0px; }
.processBlock p { margin:10px 0px;}

#process_1 {
	width:800px;
	top:10px; left:80px;
}

#process_2 {
	width:185px;
	top:148px; left:80px;
}

#process_3 {
	width:215px;
	top:148px; left:670px;
}

#process_4 {
	width:260px;
	top:345px; left:80px;
}

#process_5 {
	width:325px;
	top:540px; left:80px;
}

#process_6 {
	width:315px;
	top:540px; left:565px;
}

/************  END PROCESS PAGE STYLES  *************/

/************  PORTFOLIO PAGE CONTENT  **************/

#portfolioSlides_wrapper {
	width:578px; height:260px;
	display:block;
	position:absolute;
	top:95px;
}

#portfolioSlides {
	width:470px; height:230px;
	padding:15px;
	display:block;
	float:left;
	background:url(images/portfolioSlides.png) no-repeat;
}

#portfolioSlides_wrapper #leftBtn {
	height:39px; width:39px;
	display:block;
	float:left;
	margin-top: 112px;
}

#portfolioSlides_wrapper #leftBtn a {
	height:39px; width:39px;
	display:block;
	background:url(images/portfolioSlides_leftBtn.png) top center no-repeat;	
}

#portfolioSlides_wrapper #rightBtn a {
	height:39px; width:39px;
	display:block;
	float:right;
	margin-top: 112px;
	background:url(images/portfolioSlides_rightBtn.png) top center no-repeat;	
}

#portfolioSlides_wrapper #leftBtn a:hover, #portfolioSlides_wrapper #rightBtn a:hover { background-position: 0px -39px; }

#portfolio_projects {
	padding:0px;
	margin:25px auto 0px;
	width:920px;
	display:block;
}

#portfolio_projects li {
	float:left;
	margin:0px 25px 20px 0px;
	list-style:none;
}

#portfolio_projects li.last {
	float:right;
	margin:0px 0px 20px 0px;
}

#portfolio_projects a {
	width:280px; height:137px;
	display:block;
	padding:5px;
	background-color:#e5e5e5;
}

#portfolio_projects a:hover { background-color:#94c3f5; }

#portfolio_projects img {
	width:280px; height:137px;
	display:block;
}

#portfolio_projects p { margin: 5px 0px 0px 0px;}

#portfolioDescription {
	width:315px;
	display:block;
	float:left;
	margin:25px 0px 0px;
}

#portfolioDescription #visitWebsite_btn {
	height:25px; width:315px;
	display:block;
	background: url(images/visitWebsite_btn.png) top left no-repeat;
	margin-bottom:20px;
}

#portfolioDescription h4 {
	margin-top:0px;
}

#portfolioDescription #visitWebsite_btn:hover { background-position: 0px -25px; }

#portfolioDescription ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 10px;
}

#portfolioDescription ul li {
	height:20px; width:275px;
	font-size:13px;
	line-height:20px;
	display:block;
	padding-left:30px;
	background:url(images/greenCheckmark.png) left no-repeat;
	margin-bottom:3px;
	text-shadow:none;
}

#spacer {
	height:2px; width:100%;
	background:#e5e5e5;
	margin:25px 0px;
}

#portfolio_prevBtn {
	float:left;
	height:29px; width:124px;
	display:block;
	background:url(images/portfolio_prevBtn.png) top no-repeat;
}

#portfolio_prevBtn:hover {background-position:0px -29px;}

#portfolio_nextBtn {
	float:right;
	height:29px; width:124px;
	display:block;
	background:url(images/portfolio_nextBtn.png) top no-repeat;
}

#portfolio_nextBtn:hover {background-position:0px -29px;}

#portfolioImages {
	float:right;
	width:576px;
	display:block;
	margin: 25px 0px 0px;
}

#portfolioImages #largePreview {
	width:560px; height:420px;
	padding:3px;
	border: 5px solid #e5e5e5;
	position:relative;
}

#portfolioImages ul {
	padding:0px; margin:20px 0px;
	list-style:none;
}

#portfolioImages ul li {
	float:left;
	width:100px; height:100px;
	display:block;
	margin-right:19px;
}

#portfolioImages ul li.last { margin:0px; }

#portfolioImages li a {
	height:100%; width:100%;
	display:block;
}

#portfolioImages li a img {
	width:84px; height:84px;
	display:block;
	padding:3px;
	border:5px solid #e5e5e5;
}

#portfolioImages li a:hover img, #portfolioImages li a.active img { border: 5px solid #94c3f5;}

#thumb1, #thumb2, #thumb3, #thumb4, #thumb5 {cursor:pointer;}

#closerLookBtn {position:absolute; right:10px; bottom:10px; cursor:pointer;}

/************  FOOTER CONTENT  **************/

#footerWrapper {
	width:100%; min-height:100px;
	background-color:#e5e5e5;
	display:block;
}

#footer_grayBox {
	background: #cdcdcd url(images/footer_grayBox.png) top center repeat-x;
	width:100%;
	display:block;
	position:relative;
	border-bottom:1px solid white;
	padding:20px 0px 25px;
}

#footer_grayBox .leftCol {
	width:439px; height:120px;
	padding-right:20px;
	border-right:1px solid #b2b2b2;
	float:left;
	display:block;
}

#footer_grayBox .rightCol {
	width:439px; height:80px;
	padding:20px 0px 20px 20px;
	border-left:1px solid #e4e4e4;
	float:right;
	display:block;
}

#footer_grayBox h2 {
	border:0px;
	color:#666;
	text-shadow: #f5f5f5 1px 1px 0px;
	margin-bottom:10px;
}

#footer_grayBox p {
	color:#555;
	text-shadow: #eaeaea 1px 1px 0px;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer_grayBox .rightCol p {
	color:#888;
	text-shadow: #f0f0f0 1px 1px 0px;
	text-align:center;
	margin-top:5px;
}

#footer_grayBox .rightCol p a {
	color:#555;
	font: 14px 'Droid Sans';
}

#footer_grayBox .rightCol p a:hover {
	text-decoration:none;
	color:#4a96e2;
}

a.footer_blueBtn {
	width:439px; height:40px;
	margin-top:15px;
	display:block;
	background: url(images/footer_blueBtn.png) top center no-repeat;
}

a.footer_blueBtn:hover { background-position: 0px -40px; }

#footer_blueBox {
	background: #1f3a65 url(images/footer_blueBox.png) top center repeat-x;
	width:100%;	min-height:20px;
	display:block;
	position:relative;
	padding:15px 0px;
}

#footer_blueBox p {
	color:white; 
	line-height:25px; margin:0px;
}

#footer_blueBox p img {
	position:relative;
	top:3px;
	margin-left:4px;
}

a.footer_lamplightLogo {
	width:143px; height:24px;
	display:block;
	margin:0px auto;
	background: url(images/footer_lamplightLogo.png) no-repeat;
}

/******************* SLIDER CSS **************/

/* CONTAINER */
div.orbit { width: 1px; height: 1px; overflow: hidden; position: relative; background: url('images/orbit/loading.gif') no-repeat center center; }
div.orbit img { position: absolute; top: 10; left: 10; }

/* TIMER */
div.timer { display:none; width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 1000; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; /*background: url('images/orbit/rotator-black.png') no-repeat; */z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; /*background: url('images/orbit/timer-black.png') repeat 0px 0px;*/  }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background: url('images/orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active { opacity: 1; }

/* CAPTIONS */
div.caption { background: rgba(0,0,0,.6); width: 100%; z-index: 1000; position: absolute; bottom:-50px; color: #fff; }
div.caption p { padding: 8px 10px 8px; font-size: 12px; text-shadow: 0px 1px 0px rgba(0,0,0,.8); margin: 0; }

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: block; }
div.slider-nav span { width: 39px; height: 39px; text-indent: -9999px; position: absolute; z-index: 1000; top: 110px; cursor: pointer; }

/*div.slider-nav span.right { background: url('images/orbit/right-arrow.png'); right: 10px; }
div.slider-nav span.left { background: url('images/orbit/left-arrow.png'); left: 10px; } */

div.slider-nav span.right {
	right:0px;
	background:url(images/portfolioSlides_rightBtn.png) top center no-repeat;
}

div.slider-nav span.left {
	left:0px;
	background:url(images/portfolioSlides_leftBtn.png) top center no-repeat;
}

div.slider-nav span.right:hover, div.slider-nav span.left:hover {
	background-position:0px -39px;
}

#portfolioSlides_wrapper { width:578px; }

#portfolioSlides {
background: transparent url(images/portfolioSlides.png) no-repeat center top;
width:570px;
height:260px;
padding:0px;
}

div.orbit img {
  display:block;
  height:230px; width:470px;
  left:50px;
  margin-top:15px;
}

div.slider-nav span.right { right:0px; }

div.slider-nav span.left { left:0px; }

.gc-cs-link { text-decoration:none !important; color: #A8D1FF !important; }

p.ff-meta {display:inline !important;}

small {
	font-size:10px;
	color:#999;
}

.ff-event {
	padding:0px !important;
	margin:0px !important;
	padding-left:15px !important;
	padding-bottom:5px !important;
	padding-top:5px !important;
	background-position:0px 9px !important;
	background-repeat:no-repeat !important;
}

p.title {text-align:left; margin-bottom:2px;}

p.title a {
	color:#2a2a2a !important;
}

p.title a.socialReadMore {
	color:#3868b1 !important;
}

#tagCloud {
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#blogSegment .ff-event-even {
	border-top: 1px dotted #e5e5e5;
	border-bottom: 1px dotted #e5e5e5;
}

/*#twitter-sidebar .ff-event-odd, #twitter-sidebar .ff-event-even  {
	padding-bottom:5px !important;
	padding-top:5px !important;
}*/

#twitter-sidebar .ff-event-even {
	border-top: 1px dotted #e5e5e5;
	border-bottom: 1px dotted #e5e5e5;
}

#latestComments small {font-size:10px;}

.dsq-brlink {
	visibility: hidden;
}

#dsq-comments-title h3, #dsq-new-post h3 {
	padding-bottom:10px;
}

.dsq-postid, .powered-by, .dsq-content-stub img {
	visibility:hidden;
}

#portfolioSlides img {
z-index:-1;
}
