/*  
Layout Stylesheet
Theme Name: Lebenswelt
Theme URI: http://fiatinsight.com
Version: 1.0
Author: Andrew Haines & Ben Zumdahl
Description: Header, body, sidebars, widgets, etc
*/

.engage-form {
	width: 100% !important;
	}

/*** Header ***/

	#header {
		background-color: #2c2c2c;
		background-image: -moz-linear-gradient(top, #025D8C, #222222);
		background-image: -ms-linear-gradient(top, #025D8C, #222222);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#025D8C), to(#222222));
		background-image: -webkit-linear-gradient(top, #025D8C, #083769);
		background-image: -o-linear-gradient(top, #025D8C, #222222);
		background-image: linear-gradient(top, #025D8C, #222222);
		margin: 0 auto;
		border-bottom: 3px solid #444;
		opacity: .93;
		}

	#header2 {
		background-image: linear-gradient(bottom, #820A14 10%, #CF1B2A 67%);
		background-image: -o-linear-gradient(bottom, #820A14 10%, #CF1B2A 67%);
		background-image: -moz-linear-gradient(bottom, #820A14 10%, #CF1B2A 67%);
		background-image: -webkit-linear-gradient(bottom, #820A14 10%, #CF1B2A 67%);
		background-image: -ms-linear-gradient(bottom, #820A14 10%, #CF1B2A 67%);
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.1, #820A14),
			color-stop(0.67, #CF1B2A));
		margin: 0 auto;
		border-bottom: 3px solid #444;
		opacity: .93;
		}

	#header .content, #header2 .content {
		background-image: transparent url('');
		position: relative;
		height: ;
		padding: 45px 0px 0px;
		}

	#header .mainnav, #header2 .mainnav {
		position: relative;
		left: 0px;
		top: 0px;
		padding: 16px 0px 13px; 
		}

	#shadow {
		background: transparent url('/wp-content/themes/SlynetDev/images/shadow.png') top center no-repeat;
		background-size: 100%;
		height: 100px;
		}

	.headline {
		color:#000;
		width:;
		margin:;
		padding: 20px 0px;
		}

	.headline h1 a {
		color:#fff;
		font-size: 45px;
		text-shadow:1px 1px #777;
		float:left;
		line-height:1em;
		}

	.site-description {
		font-size:25px;
		font-family: georgia, sans-serif;
		float:left;
		margin:0px;
		color:#fff;
		}
		
		
		
/*** TitleBar ***/

	#titlebar {
		background: #222;
		/* background: #ECCD35; */
		opacity: .93;
		border-bottom: 3px solid #eee;
		padding: 15px 0;
		}
		
	#titlebar-alt {
		background: #3F88AD;
		/* background: #ECCD35; */
		opacity: .93;
		border-bottom: 3px solid #eee;
		}
		


/*** Dark Strip ***/

	.dark-strip {
		background: #fff;
		padding: 30px;
		box-shadow: 0 8px 30px #999;
		}



/*** Footer ***/
	
	#footer .content{
		font-size: .9em; 
		color: #999;
		}

	#footer  {
		background: transparent url('') top center repeat;
		height: 200px;
		padding: 10px 0 1.5em;
		}

	#fcolumns_container{
		width:100%;
		}

	.fcol{
		width: ;
		float: left;
		display:inline;
		margin-left: 20px;
		}
	
	.fcol_pad {padding: 25px 5px 25px 22px;}

	#footer_topline {padding: 10px; border-bottom: 0px solid #ddd;}
	#footer h3 {color: #bbb; margin-bottom: .5em; font-size: 18px; font-weight: bold; font-family: 'Mate', georgia, serif; text-shadow: 1px 1px #eee; }
	#footer a {color: #888; font-family: 'Mate', georgia, serif;}
	#footer ul {list-style-type:none;}
	#footer ul li a {font-size: 14px;}
	#footer ul li a:hover {text-decoration: underline;}

	#footer .footer-site-title {font-size: 20px;}

	.terms {text-align: right;}

	#subfoot {
		width:967px;
		height:0px;
		margin:0 auto;
		padding-top:10px;	
		}



/*** Page Layout ***/

	.content {
		background-image: #fff url('');
		width:100%;
		margin: 0px auto;
		border-bottom: 0px solid #ddd;
		}

	.effect {
		width: 1000px;
		margin: 0px auto;
		}

	.page-template-page-fullwidth-php #content {background:#fff;}

	#contentcontainer {
		background: transparent url('') bottom right no-repeat;
		}

	#wrapper {
		position:relative;
		max-width: 1200px;
		overflow: visible;
		margin: 0 auto;
		}
	
	#maincontent {
		float: left;
		background: #fff;
		border-right: 0px solid #c1c1c1;
		margin-right: -1px;
		padding: 15px 0;
		}

	#maincontent.fullwidth {
		width: 100%;
		border-right: none;
		}
		
	.page-id-5351 #maincontent, .page-id-5675 #maincontent {
		background: transparent;
		}

	#widgets{
		border-top: 0px solid #aaa;
		border-right: 0px solid #fff;
		border-left: 0px solid #eaeaea;
		color: #fff;
		}
		
	.affix {
		position: fixed;
		width: 100%;
		}

	.nav-stacked.affix {
		top: 430px;
		background: #fff;
		}
	
	.social-sidebar.affix {
		top: 100px;
		background: transparent;
		width: 100px;
		}

	.video-wrapper * {width: 100% !important;}

/*** Sidebar ***/

	#sidebar {
	 	background: transparent url('');
		width:;
		float: left;
		border-left: 0px solid #c1c1c1;
		z-index: 0;
		padding: 25px 0;
		}
	
	.sidebar_left #sidebar {
		border-left:0px;
		border-right:0px solid #c1c1c1;
		width:318px;
		background: url('') repeat; z-index:5;
		}

	.sidebar_left #widgets {
		border-left: 0px solid #fff;
		border-right:0px solid #eaeaea;
		}

	.sidebar_left #maincontent {
		float: right;
		border-left: 0px solid #c1c1c1;
		margin-left: -1px;
		}

	.sidebar_left #sidebar {float: left;}

	.sidebar_left #contentcontainer {
		background:url('') no-repeat scroll bottom center transparent;
		}
	
	#widgets{
		border-top: 0px solid #aaa;
		border-right: 0px solid #fff;
		border-left: 0px solid #eaeaea;
		color: #fff;
		}



/*** Widgets ***/

	#welcome {
		border:1px solid #aaa;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		margin-bottom: 1em;
		background:#0D1E45 url(../images/welcomebg-blue.png) repeat-x top left;
		text-shadow: #000 0 -1px 0;
		}

	#welcome .welcometext {
		color: #fff;
		padding: 13px 14px 15px 15px;
		}

	#welcome .greeting{
		color: #fff;
		border-bottom: 1px solid #93A6BD;
		padding: 2px 0 4px;
		margin-bottom: 5px;
		}
	
	#welcome a {text-decoration: underline; color: #fff;}
	#welcome a:hover {text-decoration: underline;}
	
	#welcome .twitter{font-size: 10px;}

	#sidebar {
		position:relative;
		color:#424242;
		}

	#sidebar #widgets {
		padding:10px 10px 1em 10px;
		margin-bottom: 1em;
		}

	#sidebar .wtitle{	
		background: transparent url(../images/sidebar_title_effectx.png) no-repeat center bottom;
		text-shadow: #fff 0 1px 0;
		text-transform:uppercase;
		letter-spacing:.3em;
		font-size: 1.1em;
		padding:3px 0 20px;
		margin-bottom: 5px;
		text-align:center;
		color: #999;
		}

	#sidebar .wcontent {padding:1em 0;}

	.widget {
		margin-bottom: 1em;
		border:0px solid #bbb;
		border-top:0px solid #ddd;
		border-left:0px solid #DDD;	
		background: transparent;
		}

	#morefoot .widget {border: none;}

	.wtitle{
		font-family: helvetica, 'helvetica neue', arial, sans-serif;
		text-align:left;
		letter-spacing:.2em;
		font-size:1.4em;
		display:none;
		}

	.widget .winner { 
		border:0px solid #fff;
		background: transparent url(../images/box-bgrx.gif) repeat-x 0 0;
		padding: 10px 20px;
		}

	.widget .wcontent{padding: 1em 0;}

	.widget ul li{
		list-style:none;
		/*
		border-top:1px solid #fff;
		border-bottom:1px solid #eee;*/
		display: block;
		padding: 4px;
		}

	.widget ul li a {color: #666;}
	
	.widget ul li a:hover{text-decoration: none;}

	.widget ul li ul li{margin-left: 20px;border:none;font-size: .9em;}

	.page-nav {padding: 15px;}
	.page-nav .previous-entries {float: left;}
	.page-nav .next-entries {float: right;}

	#calendar-wrap {text-align:center;}
	#wp-calendar {text-align:center;margin-top:5px;width:100%;}
	#wp-calendar caption{text-transform:uppercase;letter-spacing:.1em;}
	#wp-calendar td{padding:4px 8px;}
	#wp-calendar #today{font-weight: bold;border:1px solid #ccc;background:#f7f7f7;}
	
	
	
	
/*** Blog Styles ***/

	.category #maincontent,
	.blog #maincontent,
	.single #maincontent {
		background: #FAFAFA;
		box-shadow: 0 0 45px #555;
		}
	
	.category #maincontent,	
	.blog .postwrap,
	.single .postwrap {
		background: #fff;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
		margin-bottom: 10px;
		overflow: visible;
		}
		
		
		
		
/*** BHAM Campaign Styles ***/

	.page-id-974 {
		background: transparent url('/wp-content/uploads/bgs/bham-skyline.jpg') top center no-repeat;
		background-size: 100%;
		}
		
	.page-id-5351 {
		background: transparent url('/wp-content/uploads/bgs/nebraska.jpg');
		background-size: cover;
		background-position: top center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		}	
		
	.page-id-5675 {
		background: transparent url('/wp-content/uploads/lighthouse.jpg');
		background-size: cover;
		background-position: top center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		}		
	
	.page-id-974 #contentcontainer {
		opacity: 0.95;
		}
		
	.page-id-3123 #header {
		background: #FBB829;
	}




/*** Social Media Integration ***/

	.fb-like-box {
		background: #fff;
		}
	
	
/*** Dirty Dozen 2014 ***/
	
	.dozen {
		color: #000;
		padding: 10px;
		border-top: 2px solid #FDDA1C;
		border-bottom: 2px solid #FDDA1C;
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: 200;
		line-height: 32px;
		text-shadow: none;
		}
		
	ul.dirtyd {
 	   list-style: none;
		}

	.dirtyd li {
		color: #000;
		margin-bottom: 30px;
		}
		
/*	.dirtyd li a {
		color: #FDDA1C;
		}	
		
	.dirtyd li a:hover {
		color: #000;
		}	*/

	.dirtyd  > li:before { 
		content: "»";
		margin-right: 10px;
		color: #FDDA1C;
		}	
		
	.spacebelow	li {
		margin-bottom: 10px;
		}
		
/*** Nebraska ***/

.nebraska h2 {
	color: #333;
	font-size: 30px;
	}	
	
.nebraska ul li {
	margin-bottom: 10px;
	color: #222;
	}
	
.nebraska, .nebraska p, .nebraska .lead {
	color: #222;
	}	
	
.nebraska .buffer {
	padding: 20px;
	}	
	
.nebraska h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	}
	
/*** WRAP ***/

.wrap-card {
	padding: 20px;
	margin: 20px 0;
	background: #7D4D91;
	font-size: 20px;
	line-height: 1.4em;
	color: #fff;
	font-family: 'Mate', helvetica, arial, sans-serif;
	}

.wrap-buffer {
	padding: 10px;
	}
	
.wrap-card .when {color: rgba(255,255,255,1);}

.wrap-card .where {color: rgba(255,255,255,0.7);}

.wrap-card .what {color: rgba(255,255,255,0.5);}

.page-id-5597 h2 {
	margin: 20px 0 10px;
	padding: 10px 30px 10px 30px;
	background-color: #c2c2c2;
	display: inline-block;
	color: #fff;
	text-shadow: none;
	border-radius: 30% 5% 30% 5%;
	}

p.wrap-invovled {
	text-align: center;
	padding: 50px 0;
	color: #fff;
	background: #7D4D91;
	cursor: pointer;
	}
	
ul.wrap-nav {
	list-style: none;
	margin: 0;
	text-align: center;
	padding: 10px 20px;
	background-color: #7D4D91;
	}	
	
ul.wrap-nav li {
	display: inline-block;
	margin: 0 15px;
	}
	
ul.wrap-nav li a {
	color: #d4d4d4;
	}
	
ul.wrap-nav li a:hover {
	color: #fff;
	}	
	
.gform_validation_container {display: none;}	