@import 'reset.css';

/* 
	Brayton Graphics 2010 redo..
	Page bkg: bad989
	- bright green font
	
	Content border: d1dac3

	Block bkg light: 454b3b
	Block bkg dark: 2e2f2c

	Image stroke: 454b3b
	Hover nav: 878787
*/


html, body {
	height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	background-color: #bad989;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 100%;
}

hr {
	height:1px;
	background-color:#c9c9c9;
	color:#c9c9c9;
	border:0;
}


a {
	color: #bad989;
}

a:hover {
	color: #292929;
}

.clear {
	clear: both;
	padding-bottom:20px;
}

.green {
	color: #bad989;
}

#header-wrapper {
	width:100%;
	height: 146px;
	background: transparent url('../images/bkg-header.jpg') repeat-x;
}
	#header {
		width: 935px;
		height: 146px;
		margin: 0 auto;
	}
	#logo {
		float: left;
		margin-left: 74px;
		margin-top: 15px;
	}
	
	ul#navigation {
		float: right;
		display: inline;
	}
	
	#navigation li {
		float: left;
		margin-top:110px;
		margin-right: 60px;
	}
	
	#navigation a, #navigation a:visited {
		color: #ffffff;
		font-size: 75%;
		text-decoration: none;
	}
	
	#navigation a:hover, #navigation a.current {
		color: #878787;

	}

#content-wrapper {
	clear: both;
	width: 965px;
	margin: 0 auto;
	background: transparent url('../images/bkg-main-content.png') repeat-y;
}
#content-top {
	clear: both;
	width: 965px;
	height: 35px;
	margin: 0 auto;
	background: transparent url('../images/bkg-main-content-top.png') no-repeat;
}

#content-base {
	clear: both;
	width: 965px;
	height: 35px;
	margin: 0 auto;
	background: transparent url('../images/bkg-main-content-base.png') no-repeat;
}
	
	.intro-home {
		float:left;
		margin-top: 20px;
		margin-left: 83px;
		width: 365px;
		font-size: 175%;
		line-height: 2.2;
		font-family: "HelveticaNeue LT 33 ThinEx","HelveticaNeue Light","Helvetica Neue", Arial, sans-serif;
	}
	.intro-home-image {
		float: right;
		margin-right: 83px;
		padding:15px;
		border: 1px solid #2e2f2c;
	}
	
	.intro-home-long {
		float:left;
		width: 365px;
		margin-top: 20px;
		margin-left: 83px;
		font-size:10pt;
		color: #686868;
		line-height:1.2;
	}
	.schenectady {
		clear:both;
		padding-top:20px;
		font-size: 18pt;
		display: block;
		color: #2e2f2c;
		text-align:center;
	}
	
	
	.intro-about-content-wrap {
		float:left;
		margin-top: 20px;
		margin-left: 83px;
		width: 400px;
		font-family: "Helvetica Neue", Arial, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #454b3b;
		line-height: 2.2;
	}
	
	.intro-news-content-wrap {
		float:left;
		margin-top: 20px;
		margin-left: 83px;
		width: 795px;
		font-family: "Helvetica Neue", Arial, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #454b3b;
		line-height: 2.2;
	}
	
	.news-photo {float:right;padding: 5px;
	border: 1px solid #2e2f2c;margin-left:20px;}
	
	h3 {
		font-family: "Helvetica Neue", Arial, sans-serif;
		font-size: 20pt;
		margin:0;
		line-height:1;
		font-weight:normal;
	}
	
	h4{
		margin:0;
		font-weight:normal;
		font-style:italic;
		line-height:1;
	}
	
	.intro-about-content-wrap p {
		margin-bottom: 20px;
		
	}

	.bio {
		width: 395px;
		float: left;
		margin-top:40px;
		margin-left: 130px;
		font-family: "Helvetica Neue", Arial, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #454b3b;
		line-height: 2.2;
	}

	.bio a, .bio a:visited {
		line-height:1;
		color:#454b3b;
	}
	
	.bio a:hover {
		color:#bad989;
	}

	.bio p {
		margin-top:20px;
	}

	.bio-image {
		float: left;
		margin-left: 75px;
		margin-top: 40px;
		padding:15px;
		border: 1px solid #2e2f2c;
	}
	
	
	
#news-wrapper {
	width: 965px;
	margin: 0 auto;
}
	#news {
		background-color: #454b3b;
		width: 530px;
		height: 207px;
		float: left;
		margin-right: 50px;
		margin-left: 30px;
		font-size:10pt;
	}
	
	#news b {
		color:#282828;
	}
	
	#news p {
		color:#fff;
	}
	
	.news-content {
		margin-top:30px;
		margin-left:25px;
		width: 475px;
	}
	
		#news img {
			padding-left: 20px;
		}
	
	#twitter {
		background-color: #454b3b;
		width: 325px;
		height: 207px;
		float: left;
	}
		#twitter img {
			padding-left: 20px;
		}

#footer-wrapper {
	clear: both;
	height: 50px;
	margin-top:50px;
	text-align:center;
	color:#282828;
	font-size:9pt;
}

form {
	line-height: 1;
	width:395px;
}

label {
	clear:left;
	float:left;
	width: 100px;
	margin-bottom: 15px;
}

input {
	width:250px;
	border:1px solid #bad989;
	color: #454b3b;
	margin-bottom: 15px;
	padding:3px;
}
textarea {
	width:250px;
	border:1px solid #bad989;
	color: #454b3b;
	margin-bottom: 15px;
	padding:3px;
}

input .left{
	float:left;
	
	
}

form p {
	clear:both;
}
p input {
	margin-left: 15px;
	width:20px;
}

#submit {
	float:right;
	width: 160px;
	height: 60px;
	border:0;
	background-color:#535353;
	color:#282828;
	font-size:20px;
}


.port_image {
	float: left;
	margin-left: 15px;
	padding:5px;
	border: 1px solid #2e2f2c;
}

#slider-container {
	float: right;
	margin-right: 83px;
	padding:15px;
	border: 1px solid #2e2f2c;
}
#slider{z-index:97;position:relative;}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	width:323px;
	height:288px;
	overflow:hidden; 
	}
	
	#awards_slider li, #slider2 li{ 
		width:295px;
		height:359px;
		overflow:hidden; 
		}	
	#about_slider li, #slider2 li{ 
		width:323px;
		height:230px;
		overflow:hidden; 
		}
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	

/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

.portfolio_wrapper {
	width:600px;
	float: right;
	margin-right: 53px;
}

.portfolio_image {
	background-color:#fff;
	padding: 5px;
	border: 1px solid #2e2f2c;
	width:113px;
	height:113px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.portfolio-nav {
	float:left;
	margin-left: 83px;
	width: 200px;
	line-height: 2.2;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

	.portfolio-nav a {
		font-size:140%;
		color: #bad989;
		text-decoration:none;
	}
	
	.portfolio-nav a:hover, .portfolio-nav a.current {
		color: #292929;
		text-decoration:none;
	}


#tweets {
	margin-top:40px;
	width: 290px;
	margin-left:20px;
	color:#fff;
	font-size:10pt;
}
#win_tickets {
	position:absolute;
	margin-left:607px;
	float:right;
}
.follow_us {
	color:#b9d989;
	font-size:10pt;
	text-align:center;
	margin-top:15px;
}

.follow_us a {

	text-decoration:none;
}

.testimonial {
	background: transparent url('../images/quote.png') no-repeat;
	margin-top:80px;
	font-size:9pt;
	color: #686868;
}

.portfolio-flavor {
	color: #686868;
	font-family: "HelveticaNeue LT 33 ThinEx","HelveticaNeue Light","Helvetica Neue", Arial, sans-serif;
	font-size:14pt;
	margin-left:-30px;
	font-weight: bold;
	margin-bottom:10px;
}
#wrapper_contest {
	width:800px;
	padding:20px;
}


	#wrapper_contest p {
		padding-bottom:20px;
		line-height:1.2;
	}
	
	#wrapper_contest ul {
		list-style-type: disc;
		margin-left:20px;
		margin-bottom:20px;
	}
		#wrapper_contest li {
			padding-bottom:10px;
		}
