/* ==========================================================================
   General
/* ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

a {
	color:#fff;
}

a:hover {
	color:rgb(99,172,163);
}

.placeholder {
  color: #aaa;
}

/* ==========================================================================
   Layout
/* ========================================================================== */

body {
	color:#fff;
	font-family: 'Lato', sans-serif;
	margin:0;
	padding:0;
	background:#201F1E url(../img/bg-new.jpg);
}

#top-wrapper {
}

#photo-container {
	margin-left:280px;
	margin-top:180px;
	min-height:700px;
}
	

/* ==========================================================================
   Header
/* ========================================================================== */



/* ==========================================================================
   Navigation
/* ========================================================================== */

#nav-container {
	position:absolute;
	left:10px;
	top:10px;
	width:291px;
	height:193px;
	background:url(../img/logo.png) center no-repeat;
}

#nav-container-over {
	width:291px;
	height:193px;
	z-index:998;
}

#nav-container-over img {
	float:left;
}

#top-nav,
#bottom-nav {
	position:absolute;
	left:0;
	width:291px;
	height:97px;
	text-align:center;
}

#top-nav a,
#bottom-nav a {
	color:#333 !important;
}

#top-nav {
	top:0;
}

#bottom-nav {
	top:97px;
}

#nav-home {
	position:absolute;
	width:180px;
	height:75px;
	left:60px;
	top:60px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	z-index:999;
}

#nav-home a {
	position:relative;
	display:block;
	width:180px;
	height:75px;
	background:url(../img/ie-bg-fix.png);
}

/* ==========================================================================
   Home
/* ========================================================================== */

#accordion-container-home {
	margin-left:280px;
	margin-top:180px;
}

/* ==========================================================================
   Content / Backend
/* ========================================================================== */

#content-wrapper {
	margin-left:280px;
	margin-top:180px;
	background-color:#F8FCFF;
	min-height:600px;
}

.no-bg {
	background-image:none !important;
}

#content-wrapper.map {
	/*background:#F8FCFF url(../content/page-content/1/profile-bg.jpg) right 40px no-repeat;*/
}

#content {
	max-width:680px;
	padding:40px;
	color:#333;
	font-size:80%;
	line-height:160%;
}

.content-portfolio {
	max-width:1000px !important;
}

#content h1 {
	margin:0 0 40px;
	color:#62ACA3;
}

#content h2, #content h3 {
	color:#62ACA3;
}

#content a {
	color:#333;
}

#content a:hover {
	color:#000;
}


/* Categories */

.category {
	position:relative;
	float:left;
	width:180px;
	height:180px;
	margin-left:20px;
	margin-bottom:20px;
	overflow:hidden;
	-webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 10px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 10px rgba(50, 50, 50, 0.5);
}

.category img {
	position:absolute;
	top:0;
	left:50%;
	min-height:180px;
	width:auto;
}

.category a {
	display:block;
	position:absolute;
	width:180px;
	height:180px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	z-index:999;
}

.category-name {
	position:absolute;
	left:0;
	bottom:10px;
	width:100%;
	padding-left:10px;
	color:#222;
	line-height:30px;
	background:url(../img/category-title-bg.png);
}

/* Location */

#map-canvas {
	width:100%;
	height:400px;
}


/* Poject Details */

.project-container {
}

#accordion-container {
	position:relative;
	max-width:1000px;
}



.project-details {
	position:relative;
	margin-top:20px;
}

.project-left {
	float:left;
	width:48%;
}

.project-right {
	float:right;
	width:48%;
}

.project-description {
	clear:both;
	margin:20px 0;
}

.project-btn {
	position:relative;
	margin-bottom:10px;
	background:#E4E8EE;
	border:1px solid #333;
}

.project-btn a {
	display:block;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
	
/* Press */

.news-entry {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #E0E4E9;
}

.news-photo {
	float:left;
	width:25%;
	height:auto;
	margin:0 5% 0 0;
}

.news-photo img {
	width:100%;
	height:auto;
	border:1px solid #999;
}

.news-entry h2 {
	margin:0 0 10px;
}

.news-content {
	float:left;
	width:70%;
	word-wrap:break-word;
}

.error {
	color:#c00;
}
.success {
	color:#060;
}


#states-map {
	display:none;
	width:100%;
	height:auto;
}


/* ==========================================================================
   Forms
/* ========================================================================== */



/* ==========================================================================
   Footer
/* ========================================================================== */

#bottom-wrapper {
	
	background:#201F1E;
}

#bottom-container {
	max-width:980px;
	padding:10px 20px;
}

#footer {
	font-size:70%;
	font-weight:300;
}

#footer-left {
	float:left;
	width:40%;
}

#footer-right {
	float:left;
	width:60%;
	text-align:right;
}

#footer-right a {
	margin:0 10px;
	color:#62ACA3;
	text-decoration:none;
}

#footer-right a:last-child {
	margin-right:0;
}

#footer-right a:hover {
	background-color:#62ACA3;
	color:#201F1E;
	text-decoration:none;
}

.bottom-nav {
	color:#62ACA3;
}

#social {
	width:auto;
	line-height:24px !important;
}

#social-text {
	float:left;
}

#social-icons {
	float:left;
	margin-left:10px;
}

#social-icons img {
	margin-left:4px;
}

/* ==========================================================================
   Helpers
/* ========================================================================== */


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ==========================================================================
   Responsive
/* ========================================================================== */

@media (max-width: 768px) {
	
	#nav-container {
		position:relative;
		left:0;
		top:0;
		margin:20px auto;
	}
	
	#accordion-container-home {
		margin-left:0;
		margin-top:0;
	}
	
	#content-wrapper {
		margin-left:0;
		margin-top:0;
		background:#F8FCFF;
		min-height:600px;
	}
	
	#content-wrapper.map {
		background:#F8FCFF;
	}
	
	.accordion .title {
		height: 360px !important;
	}
	
	#states-map {
		display:block;
	}
	
}

@media (max-width: 480px) {
	
	#nav-container {
		position:relative;
		left:0;
		top:0;
		margin:20px auto;
	}
	
	#accordion-container-home {
		margin-left:0;
		margin-top:0;
	}
	
	#content-wrapper {
		margin-left:0;
		margin-top:0;
		background:#F8FCFF;
		min-height:600px;
	}
	
	#content-wrapper.map {
		background:#F8FCFF;
	}
	
	#content {
		max-width:100%;
		padding:20px;
	}
	
	.accordion .title {
		height: 200px !important;
	}
	
	.accordion .title h1 {
		font-size:80% !important;
	}
	
	#footer-left {
		float:none;
		width:100%;
		text-align:center;
	}
	
	#footer-right {
		float:none;
		width:100%;
		text-align:center;
	}
	
	#social-text {
		margin-left:40px;
	}
	
	#contact-form input[type=text],
	#contact-form textarea {
		width:95%;
	}
	
	.news-photo {
		float:none;
		width:100%;
		margin:0;
	}
	
	.news-content {
		float:none;
		width:100%;
		word-wrap:break-word;
	}

}