/*  
Universals Stylesheet
Theme Name: Lebenswelt
Theme URI: http://fiatinsight.com
Version: 1.0
Author: Andrew Haines & Ben Zumdahl
Description: Styling for universal elements: typography, links, comments, etc
*/



/*** Body ***/

	body {
		background: #fff url('') top left repeat scroll;
		font-size:13px;
		line-height:1.6em;
		font-family:georgia, times, serif;
		}

	hr {
		margin: 18px 0;
		border: 0;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #ffffff;
		}

	ol {list-style:decimal}
	ul {list-style:square;}

	.hentry ul, ol{ margin-left:25px; margin-bottom: 1em;}

	.hide {display:none;}
	
	strong {color: #000;}



/*** Typography ***/

	::selection {background: #fff2a8;}
	::-moz-selection {background: #fff2a8;}

	h1 {font-size: 75px;
		padding: 10px 0px;
		color: #999;
		text-shadow: 1px 1px #bbb;
		font-family: 'Droid Serif', helvetica, sans-serif;
		line-height: 1.2em;
		}

	h2 {
		font-size: 40px;
		padding: 10px 0px;
		color: #aaa;
		text-shadow: 1px -1px #eee;
		font-family: 'Droid Serif', helvetica, sans-serif;
		font-weight: 200;
		line-height: 1.2em;
		}

	h3 {
		font-size: 30px;
		font-family: 'Droid Serif', helvetica, sans-serif;
		color: #666;
		font-weight: 200;
		line-height: 1.2em;
		}
	
	h3 a {color: #556270;}
		
	h4 {
		font-size: 22px;
		font-family: 'Comfortaa', helvetica, sans-serif;
		color: #999;
		font-weight: 200;
		line-height: 1.2em;
		}
		
	h5 {font-size: 1.1em;}
	
	h6 {font-size: 18px;
		padding: 10px 20px;
		color: #777;
		font-family: 'Mate', georgia, serif;
		font-weight: 200;
		border-left: 1px solid #ccc;
		}

	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		font-family: 'Mate', serif;
		font-weight: normal;
		color: #999999;
		}

	h1 a, h2 a, h3 a, h4 a, h5 a{}
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {}

	p,.p {
		margin-bottom: 1em;
		font-size: 18px;
		line-height: 1.5em;
		color: #777;
		font-family: 'Mate', helvetica, arial, sans-serif;
		}

	p small {
		font-size: 16px;
		color: #888;
		}
		
	.btn p {margin: 0;}
		
	.lead {
		color: #556270;
		margin-bottom: 18px;
		font-size: 24px;
		font-weight: 200;
		line-height: 32px;
		text-shadow: none;
		}

	.whiteout {
		color: #fff;
		text-shadow: none;
		}

	.blackout {
		color: #444;
		text-shadow: none;
		}
		
	.subtle {
		font-size: 18px;
		color: #aaa;
		}

	.emphasis {
		color: #333;
		}
		
	.feature {
		color: #0088cc;
		border-bottom: 3px solid #ECBE13;
		margin-bottom: 10px; 
		}
		
	ul.styled {
		list-style: circle;
		font-family: 'Mate', georgia, serif;
		color: #999;
		line-height: 1.4em;
		font-size: 18px;
		font-weight: 200;
		}
		
	.checklist {
		font-family: 'Mate', georgia, serif;
		font-size: 16px;
		color: #444;
		padding-left: 5px;
		padding-right: 15px;
		vertical-align: middle;
		}



/*** Links ***/

	a {
		text-decoration:none;
		color: #0088cc;
		}

	#maincontent a:active {
		background: #fff2a8;
		text-shadow: none;
		}
	
	.hentry a:hover{text-decoration: none;}

	.transparent a:hover {opacity: 0.5;}

	.inline-link {
		display: inline-block;
		margin: 0 0.2em;
		padding: 3px;
		background: #97CAF2;
		border-radius: 2px;
		transition: all 0.3s ease-out;

		/* Font styles */
		text-decoration: none;
		font-weight: bold;
		color: white;
		}

	.inline-link:hover   { background: #53A7EA; }
	.inline-link:active  { background: #C4E1F8; }
	
	
	
/* Table */

	th {
		font-size: 150%;
		padding: 15px;
		}
	
	tr, td {
		border: 0px solid #000;
		padding-left: 5px;
		vertical-align: middle;
		}
	
	
	
/*** Alignment ***/

	.aligncenter,.alignnone {display: block;margin-left: auto;margin-right: auto;}
	.center, .textcenter {text-align: center;}
	.alignleft {float: left;margin:0 1.4em .4em 0;}
	.left {	float: left; }
	.textleft {text-align: left;}
	
	.alignright {float: right;margin:0 0 .4em 1.4em;}
	.right { float: right; }
	.textright {text-align:right;}
	
	.clear {clear:both;}
	
	.block{display:block;}
	
	img.center, img[align="center"] {display: block;margin-left: auto;margin-right: auto;}
	img.left, img[align="left"] { float:left;margin: 2px 10px 5px 0px;}
	img.right, img[align="right"] {	float:right;margin: 2px 0px 5px 10px;}

	.pad_small{padding: 8px;}
	.pad_big {padding: 15px 20px;}
	
	
	
/*** Search Form ***/

	#searchform {
		padding: 6px 12px 0 0;
		width: 300px;
		float: right;
		position: relative;
		}
	
	#searchform input {font-size: 100%;}
		
	#searchform input.submit {
		position:absolute;
		top: 10px;
		right:39px;
		padding:0px;
		border:none;
		}
		
	#sub_head #searchform {}

	#sidebar #sidesearch {
		font-style: italic;
		font-size: 12px;
		height: 30px;
		padding:3px 0 8px;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #fff;
		background: #f1f1f1 url(../images/subheadbg.png) repeat-x 0 0;
		border-left:1px solid #fff;
		display: block;
		}

	.center #searchform {
		float: none;
		margin: 0px auto;
		}

	#morefoot #searchform {
		float: left;
		margin-bottom: 1em;
		width:270px;
		}
		
	#morefoot #s {width:220px;}
	
	#s {
		margin-left: 20px;
		padding:4px 5px 4px 8px;
		width:245px;
		border-right: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		-webkit-border-radius: 5px;

		-moz-border-radius: 5px;

		border-radius: 5px;
		}
		
	.widget_search #s{width: 170px;padding:3px 5px 2px 8px;vertical-align: middle;}
	.widget_search #searchform {width: 100%;text-align: left;}
	.screen-reader-text {display:none;}

	#searchsubmit{cursor:pointer;}
	
	textarea {
		border-color:#DEDEDE #bbb #bbb #DEDEDE;
		border-style:solid;
		border-width:1px;
		font: 110% Arial, Helvetica, sans-serif;
		background:url(../images/form-field-bg.gif) no-repeat;
		padding: 5px 3px 3px 7px;
		}

	textarea:focus{
		border: solid 1px #999;
		}

	
/*** Comments ***/	
	
/* Comment Area */

	.page .nocomments {display:none;}
	
	h3 #comments-title {
		background: url(../images/icons/comment.png) no-repeat 0px 3px;
		padding-left: 20px;
		clear: both;
		}
		
	#respond h3 {
		background: url(../images/icons/edit.png) no-repeat 0px 6px;
		padding-left: 22px;
		clear: both;
		}



/* Comment Form */

	#commentform { margin-top: 10px; }
	
	#commentform label {
		font-weight: bold;
		color:#666;
		font-size: 100%;
		padding-left: 5px;
		}
		
	#commentform small {
		font-size: 90%;
		}

	#commentform input {
		padding: 5px;
		display: block;
		}
		
	#commentform textarea {
		background: #FFF;
		width: 95%;
		height: 140px;
		}
		
	#respond {margin: 20px 0;}
	
	ol ul #commentform textarea {width: 90%;}

	#commentform textarea:focus, #commentform input[type="text"]:focus {
		border: solid 1px #999;
		}
	
	#commentform .form-submit{margin-bottom: 2em;}
	#commentform #submit {display: inline;}
	
	.form-allowed-tags {font-size: .85em;}
	.form-allowed-tags code {color: #777;display: block;font-size:10px;}

	.nocommentform {display:none}



/* List of Comments */
		
		.commentlist {
		list-style-type:none;
		margin: 10px 0px 10px 18px;
		line-height: 130%;
		padding-left:45px;
		font-family: helvetica, arial, sans-serif;
		}
			
		.commentlist li{
		padding: 10px;
		}
			
		.commentlist ul.children {list-style-type: none;margin: .7em;}
		.commentlist ul.children .even {background:#fff;}
		.commentlist .alt {
		background: #F4F4F4;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		}
			
		.commentlist cite {
		font-family:georgia, times;
		font-weight: bold;
		font-style: normal;
		font-size: 110%;
		}

		.commentlist img.avatar {  float: left;  margin: 0 5px 5px -53px;  position: relative; }
		.commentlist .children img.avatar {  float: left;  margin: 0 10px 5px 0;  position: relative; }
		.commentlist .comment-meta {
		margin-bottom: 5px;
		display: block;
		font-size: 87%;
		}
		
		.commentlist .comment-meta  a{
		color: #999999;
		}



/*** Credits ***/

	#cred {
		position:relative;
		bottom:0px;
		left:50%;
		margin-left:-55px;
		width: 150px;
		}
	
	#cred small{font-size:8px;}
	#cred a{margin-right:10px;}

	a.plimage {
		display: block;
		float: left;
		text-indent:-3330em;
		height: 55px;
		width:90px;
		font-size: 8px;
		color: #eee;
		background: url(../images/pagelines.png) no-repeat center center;
		}

	#cred a:hover {text-decoration: underline;}

	.shadowbottom {
		background: url(../images/bcontentshadow.png) no-repeat center bottom;
		clear: both;
		height: 4px;
		overflow: hidden;
		width: 980px;
		}

	.shadowtop {
		background: url(../images/tcontentshadow.png) no-repeat center bottom;
		clear: both;
		height: 8px;
		overflow: hidden;
		width: 980px;
		}

	.billboard {padding: 100px 15px;}



/*** WP Caption ***/

.wp-caption {
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 4px;
	margin-bottom: 1em;
	}

.wp-caption-text {font-size: 11px; text-align: center; margin:0;padding:6px 3px 2px;line-height: 16px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;margin-top: 5px;}
.wp-caption-dd {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
	
	

/*** WP stats ***/

#wpstats{width:0px;height:0px;overflow:hidden;}
	
	
	
/*** CLEARFIX -- fixes clearing issue for floated elements ***/

.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{display:inline-block;} 
* html .fix{height:1%;}
.fix{display:block;}


	
/*** Login Page ***/
	
body.login {
	border-top: 50px solid #ECBE13;
	border-bottom: 50px solid #ECBE13;
	}

#login h1 a { 
	background-image: url('../images/fiat-circle-logo.png') !important;
	background-size: 100% 100%;
	height: 300px; 
	margin-bottom: -60px;
	}
    