/*--------------------------------------------
COLORS ::
 * gray   => #383838

FONTS ::
 * font-family: 'Inconsolata', sans-serif;

---------------------------------------------*/

/*--------------------------------------------
MAIN
---------------------------------------------*/
body {
	margin:0;
	padding:0;
	font-family: 'Inconsolata', sans-serif;
	background: url('../images/site/brickwall2X.png') repeat;
}

.page-wrap {
	padding: 65px 0 45px 0;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #dddddd;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-slide {
	margin: 0 auto;
	width: 960px;
	height: 575px;
	background: #f0f0f0;
}

/*--------------------------------------------
HEADER
---------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	background: #383838;
	z-index: 999;
}

#header-container {
	margin: 0 auto;
	width: 960px;
	height: 60px;
}

#top-shadow {
	position: fixed;
	top: 60px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 5px;
	background: url('../images/site/top-shadow.png') repeat top left;
	z-index: 99999;
}

/*--------------------------------------------
LOGO
---------------------------------------------*/
a#logo {
	position: relative;
	top: 6px;
	float: left;
	font-size: 28px;
	line-height: 28px;
}

span.logo {
	position: relative;
	top: -3px;
	left: 8px;
	float: left;
	font-style: italic;
	font-size: 14px;
}

/*--------------------------------------------
MAIN NAV
---------------------------------------------*/
ul#main-nav {
	float: right;
}

ul#main-nav li {
	margin-left: 15px;
	display: inline;
}

ul#main-nav li a, ul#main-nav li a:visited {
	padding-top: 24px;
	width: 65px;
	height: 36px;
	display: inline-block;
	text-align: center;
}

ul#main-nav li a:hover {
	color: #A5E53C;
}

ul#main-nav li a.active {
	height: 22px;
	border-bottom: 3px solid #A5E53C;
}

/*--------------------------------------------
PROJECTS
---------------------------------------------*/

/*--PARENT SLIDER--*/
ul.slides.slides-parent {
	width: 960px;
	height: 575px;
}

ul.slides.slides-parent li h2 {
	position: relative;
	top: 25px;
	font-size: 32px;
	color: #383838;
	text-align: center;
}

/*--NESTED SLIDER--*/
.nested-slider {
	position: relative;
	top: 45px;
	left: 60px;
	float: left;
	width: 450px;
	height: 350px;
}

.nested-slider .flex-direction-nav a:before  { 
	font-family: "flexslider-icon"; 
	font-size: 20px; 
	display: inline-block; 
}

a#demo-link {
	margin: 40px auto;
	padding-top: 8px;
	display: block;
	text-align: center;
	width: 200px;
	height: 27px;
	text-transform: uppercase;
	color: #dddddd;
	background: #383838;
	border: none;
	cursor: pointer;
	outline: none;
}

a#demo-link:hover {
	color: #A5E53C;
	border: 2px solid #A5E53C;
}

/*--PROJECT CONTENT--*/
.project-content {
	position: relative;
	top: 40px;
	right: 70px;
	width: 340px;
	min-height: 300px;
	float: right;
}

.project-content h3 {
	font-size: 20px;
	color: #383838;
}

.project-content p {
	margin: 5px 0;
	color: #555555;
}

.project-content p a, .project-content p a:visited {
	color: #555555;
}

.project-content p a:hover {
	text-decoration: underline;
}

.project-content ul {
	margin: 10px 0;
	list-style: disc;
}

.project-content ul li {
	margin:0 0 3px 23px;
	color: #555555;
}

/*--------------------------------------------
ABOUT
---------------------------------------------*/
#skill-container {
	margin: 0 auto !important;
	padding-top: 10px;
	width: 930px;
	height: 575px;
}

#bio {
 margin-bottom: 30px;	
}

#bio img {
	margin-right: 10px;
}

#bio p {
	color: #383838;
	font-size: 15px;
	width: 900px;
}

.skill-section {
	padding-top: 20px;
	margin-right: 12px;
	float: left;
	width: 300px;
	height: 280px;
	border: 1px solid #dddddd;
}

.skill-section:last-child {
	margin-right: 0;
}

.skill-section h2, .skill-section h4 {
	color: #383838;
	text-align: center;
}

.skill-section ul {
	margin:25px 0 0 0;
	list-style: disc;
} 

.skill-section ul li {
	margin:0 0 3px 28px;
	color: #555555;	
}

.skill-section ul li a, .skill-section ul li a:visited {
	color: #555555;
}

.skill-section ul li a:hover {
	text-decoration: underline;
}

/*--------------------------------------------
CONTACT
---------------------------------------------*/
#hire-content {
	float: left; 
	margin:30px 40px 0 30px;
	width: 350px; 
	min-height: 350px; 
}

#hire-content h2 {
	font-size: 32px;
	color: #383838;
}

#hire-content p {
	color: #555555;	
}

#hire-content p a, #hire-content p a:visited {
	color: #555555;
}

#hire-content p a:hover {
	color: #383838;
	text-decoration: underline !important;
}

/*--PROJECT PLANNER FORM--*/
form#project-planner {
	float: left;
	margin-top: 30px;
	width: 520px;
	height: auto;
}

.form-item {
	float: left;
	margin:0 10px 10px 0;
}

.form-item h4 {
	color: #383838;
	margin-bottom: 3px;
}

.form-item input[type="text"] {
	padding-left: 5px;
	width: 240px;
	height: 30px;
	color: #383838;
	font-size: 12px;
	border: 2px solid #dddddd;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.form-item ul li {
	margin-bottom: 3px;
	color: #383838;
	font-size: 15px;
	outline: none;
}

.form-item textarea {
	padding:5px 0 0 5px;
	width: 500px;
	max-width: 500px;
	height: 140px;
	max-height: 160px;
	color: #383838;
	font-size: 12px;
	border: 2px solid #dddddd;
	outline: none;
	overflow: auto;
	-webkit-appearance: none;
	border-radius: 0;
}

#submit {
	width: 150px;
	height: 35px;
	color: #dddddd;
	font-size: 14px;
	font-weight: bolder;
	background: #383838;
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

#submit:hover {
	color: #A5E53C;
	border: 2px solid #A5E53C;
}

.form-note {
	font-size: 12px;
	font-style: italic;
	color: #383838;
}

.error {
	font-size: 14px;
	font-style: italic;
	color: red;
}

.star {
	position: relative;
	top: -3px;
	left: 3px;
	color: red;
}



/*--------------------------------------------
FOOTER
---------------------------------------------*/
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #dddddd;
	background: #383838;
}

#footer p {
	margin-top: 12px;
}

/*--------------------------------------------
MISC
---------------------------------------------*/
.clear { clear:both; float:none; }
.push { height: 40px; }