/*** Body ***/

	body {
		background-image: url('/wp-content/uploads/eh-bg.jpg');
		background-size: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		font-size:13px;
		line-height:1.6em;
		font-family: 'Lato', sans-serif;
		}

	body.home #contentcontainer {
		display: none;
		}

	/* wrapper needs to be deprecated */
	#wrapper {
		position:relative;
		max-width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		}


/*** Header ***/

	#header {
		background-image: url('');
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		margin: 0 auto;
		height: 150px;
		}

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

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

	.banner h1 {
		color: #bf401f;
		font-size: 70px;
		text-shadow: 1px 2px 5px #333;
		float:left;
		line-height:.9em;
		opacity: 1;
		padding: 0 20px;
		}

	.banner h2 {
		color: #FFC300;
		font-size: 50px;
		text-shadow:1px 2px 3px #AA8808;
		float:left;
		line-height:1.1em;
		opacity: 1;
		padding: 0 30px;
		}

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



/*** TitleBar ***/

	#titlebar {
		background: #3F88AD;
		/* background: #ECCD35; */
		opacity: .8;
		border-bottom: 0px solid #eee;
		padding: 0 15px;
		box-shadow: 0 0 35px #444;
		}

	#titlebar-alt {
		background: #f5f5f5;
		border-bottom: 0px solid #eee;
		padding: 0;
		margin:0;
		box-shadow: 0 0 35px #888;
		}

	#titlebar h2 {
		margin: 20px 0;
	}

	#titlebar h1 {
		padding: 20px 0;
		margin-bottom: 0;
	}

	.movie {
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
		display: inline-block;
		letter-spacing: 3px;
		transition: color 0.8s ease;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 20px 40px 20px;
		}

	a.movie:hover {
		color: #666;
		}

/*** Footer ***/

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

	#footer  {
		padding: 0;
		margin: 0;
		display: none;
		}

	#fcolumns_container{
		width:100%;
		}

	.fcol{
		float: left;
		display:inline;
		margin-left: 0px;
		}

	.fcol_pad {padding: 25px 5px 25px 22px;}

	#footer_topline{padding: 10px; border-bottom: 0px solid #ddd;}
	#footer h3{color: #999;margin-bottom: .5em;font-size: 1.2em;font-weight: bold; font-family: helvetica,'helvetica neue',arial,sans-serif; }
	#footer a{color: #777; font-family: helvetica,'helvetica neue',arial,sans-serif;}
	#footer ul {list-style-type:none;}
	#footer ul li a{font-size: .9em;}
	#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;
		}



/*** Page Layout ***/

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

	.buffer {
		padding: 20px;
		}

	.shadow	{
		box-shadow: 0 0 25px #777;
	}

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

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

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

	#maincontent {
		float: left;
		width:;
		background: transparent url('') repeat top left;
		border-right: 0px solid #c1c1c1;
		margin-right: -1px;
		padding: 15px 0;
		}

	#maincontent.fullwidth {
		width: 100%;
		border-right: none;
		}

	#widgets{
		border-top: 0px solid #aaa;
		border-right: 0px solid #fff;
		border-left: 0px solid #eaeaea;
		color: #fff;
		}

	.affix {
		position: fixed;
		}

	.social-sidebar.affix {
		top: 107px;
		}

	.social-sidebar {
		width: 170px;
		padding-left: 20px;
		}

	.floater.affix {
		background: #fff;
		top: 80px;
		}

	.floater {width: 350px;}

	.navfloater.affix {
		top: 8px;
		width: 100%;
		z-index: 4000;
		background: #222e54 !important;

		}


/*** Sidebar ***/

	#sidebar {
	 	background: transparent url('');
		width:;
		float: left;
		border-left: 0px solid #c1c1c1;
		z-index: 0;
		padding: 25px 0;
		position:relative;
		color:#424242;
		}

	.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 ***/

	#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;
		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 ***/

	.blog #maincontent,
	.single #maincontent {
		background: #FAFAFA;
		box-shadow: 0 0 45px #bbb;
		}

	.blog .postwrap,
	.single .postwrap {
		background: #fff;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
		margin-bottom: 10px;
		overflow: visible;
		}


/*** 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;
		}




/*** 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;
	}



Theme URI: http://fiatinsight.com
Version: 1.1
Author: Andrew Haines & Ben Zumdahl
Description: Body, header, footer, sidebars, widgets, etc
*/



/*** Body ***/

	body {
		background: #f4f7f7 url('') top center no-repeat fixed;
		font-size:13px;
		line-height:1.6em;
		border-bottom: 10px solid #ECBE13;
		font-family: 'Lato', sans-serif;
		}

	/* wrapper needs to be deprecated */
	#wrapper {
		position:relative;
		max-width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		}


/*** Header ***/

	#header {
		background-image: url('/wp-content/uploads/bgs/pitt-map.jpg');
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		margin: 0 auto;
		height: 500px;
		border-bottom: 3px solid #555;
		}

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

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

	.headline h1 {
		color: #bf401f;
		font-size: 105px;
		text-shadow: 1px 2px 5px #333;
		float:left;
		line-height:1em;
		opacity: 1;
		}

	.headline h2 {
		color: #FFC300;
		font-size: 48px;
		text-shadow:1px 2px 3px #AA8808;
		float:left;
		padding-top: 30px;
		line-height:1.3em;
		opacity: 1;
		}

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



/*** TitleBar ***/

	#titlebar {
		background: #3F88AD;
		/* background: #ECCD35; */
		opacity: .8;
		border-bottom: 0px solid #eee;
		padding: 0 15px;
		box-shadow: 0 0 35px #444;
		}

	#titlebar-alt {
		background: #f5f5f5;
		border-bottom: 0px solid #eee;
		padding: 0;
		margin:0;
		box-shadow: 0 0 35px #888;
		}

	#titlebar h2 {
		margin: 20px 0;
	}

	#titlebar h1 {
		padding: 20px 0;
		margin-bottom: 0;
	}

/*** Footer ***/

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

	#footer  {
		background: transparent;
		padding: 10px 0 1.5em;
		}

	#fcolumns_container{
		width:100%;
		}

	.fcol{
		float: left;
		display:inline;
		margin-left: 0px;
		}

	.fcol_pad {padding: 25px 5px 25px 22px;}

	#footer_topline{padding: 10px; border-bottom: 0px solid #ddd;}
	#footer h3{color: #999;margin-bottom: .5em;font-size: 1.2em;font-weight: bold; font-family: helvetica,'helvetica neue',arial,sans-serif; }
	#footer a{color: #777; font-family: helvetica,'helvetica neue',arial,sans-serif;}
	#footer ul {list-style-type:none;}
	#footer ul li a{font-size: .9em;}
	#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;
		}



/*** Page Layout ***/

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

	.buffer {
		padding: 20px;
		}

	.shadow	{
		box-shadow: 0 0 25px #777;
	}

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

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

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

	#maincontent {
		float: left;
		width:;
		background: transparent url('') repeat top left;
		border-right: 0px solid #c1c1c1;
		margin-right: -1px;
		padding: 15px 0;
		}

	#maincontent.fullwidth {
		width: 100%;
		border-right: none;
		}

	#widgets{
		border-top: 0px solid #aaa;
		border-right: 0px solid #fff;
		border-left: 0px solid #eaeaea;
		color: #fff;
		}

	.affix {
		position: fixed;
		}

	.social-sidebar.affix {
		top: 107px;
		}

	.social-sidebar {
		width: 170px;
		padding-left: 20px;
		}

	.floater.affix {
		background: #fff;
		top: 80px;
		}

	.floater {width: 350px;}

	.navfloater.affix {
		top: 0px;
		width: 100%;
		z-index: 4000;
		}


/*** Sidebar ***/

	#sidebar {
	 	background: transparent url('');
		width:;
		float: left;
		border-left: 0px solid #c1c1c1;
		z-index: 0;
		padding: 25px 0;
		position:relative;
		color:#424242;
		}

	.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 ***/

	#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;
		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 ***/

	.blog #maincontent,
	.single #maincontent {
		background: #FAFAFA;
		box-shadow: 0 0 45px #bbb;
		}

	.blog .postwrap,
	.single .postwrap {
		background: #fff;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
		margin-bottom: 10px;
		overflow: visible;
		}


/*** 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;
		}




/*** Login Page ***/

body.login {
	border-top: none;
	border-bottom: none;
	}

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