html {
	overflow-y: scroll;
}

a { color: #2CA996; }
a:visited { color: #155148; }
a:hover { color: #217E71; }
a:active { color: #222; }

/* Header*/

#head-container {
	height: 80px;
	padding: 20px 0 0 0;
}

#head-container h1 a {
	float: left;
	display: block;
	height: 70px;
	width: 210px;
	margin: 0 0 0 178px;
	background: url(../images/artlink-phoenix-site-logo.png) no-repeat center top;
}




/* Sign In */

#signin {
	float: right;
	width: 235px;
	padding: 10px 0 0 10px;
	background-color: #FFF;
}

#signin label {
	float: left;
	width: 50px;
	padding: 3px 5px;
	font-size: 10px;
	color: #777;
}

#signin input {
	margin-left: 5px;
	font-size: 10px;
}

#signin #submit-signin {
	margin: 5px 10px 0 65px;
	background-color: #FFF;
	border: 1px solid #333;
}

#signin a {
	font-size: 10px;
}




/* Navigation */

#nav {
	float: left;
	width: 974px;
	margin: 3px 0;
	background-color: #121212;
}

#nav ul.nav-bar {
	margin: 0 0 0 180px;
}

#nav ul.nav-bar li {
	display: inline;
}

#nav ul.nav-bar li.section a {
	display: block;
	float: left;
	padding: 10px 16px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #000;
	border-right: 2px solid #1B1B1B;
}
#nav ul.nav-bar li.section a:hover {
	color: #FFC52B;
}

#nav ul.nav-bar li.current a,
#nav ul.nav-bar li.current a:hover {
	color: #FFF;
	background-color: #CC2A09;
}




/* Column Lines */
.col2 {
	background: url(../images/col2-lines-bg.png) repeat-y center top;
}

.col3 {
	background: url(../images/col3-lines-bg.png) repeat-y center top;
}



/* Masthead */

#masthead {
	height: 240px;
	width: 535px;
}

#masthead h1 a {
	display: block;
	position: relative;
	top: 140px;
	left: 10px;
	width: 40%;
	padding: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #121212;
	text-decoration: none;
	background-color: #FFF;
}



/* News */

#news ul.news-posts {
	width: 535px;
	height: 170px;
	border-bottom: 1px solid #1B1B1B;
}

#news ul.news-posts li.news-post {
	float: left;
	height: 150px;
	width: 156px;
	margin: 3px 0;
	padding: 10px;
	border-right: 1px solid #CCC;
}

#news ul.news-posts li.news-post h3 a {
	font-size: 17px;
}	

#news ul.news-posts li.news-post p {
	margin-top: 6px;
	font-size: 11px;
}

#news ul.news-posts li.last {
	border: none;
}



/* First Friday */

#first-friday {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #1B1B1B;
}

#first-friday-title {
	padding: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #222;
}

#first-friday p {
	margin: 0 0 10px 0;
	padding: 0 10px;
}



/* Upcoming Events */

#upcoming {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #1B1B1B;
}

#upcoming-title {
	padding: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #222;
}

#upcoming ul.events {
	padding: 0 10px;
}

#upcoming ul.events li.event {
	margin: 0 0 10px 0;
}

#upcoming ul.events li.event p.event-date {
	font-size: 10px;
	color: #666;
}




/* Sponsors */

#sponsors {
}

#sponsors-title {
	padding: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #222;
}

#sponsors table {
	font-size: 11px;
}

#sponsors td {
	width: 30%;
	padding: 10px;
	vertical-align: top;
}



/* Photo Gallery */

#photo-gallery {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #1B1B1B;
}

#photo-gallery-title {
	padding: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #222;
}

#photo-gallery ul.photos {
	padding: 0 10px;
}

#photo-gallery ul.photos li.photo {
	display: inline;
}

#photo-gallery ul.photos li.photo img {
	float: left;
	width: 100px;
	height: 80px;
	margin: 0 5px 5px 0;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
}

#photo-gallery p.credits {
	padding: 0 10px;
	font-size: 11px;
	color: #444;
}



/* Contact Us */

#contact-us {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #1B1B1B;
}

#contact-title {
	padding: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #222;
}

#contact-us p {
	padding: 0 10px;
	margin-bottom: 10px;
}

#contact-us h3 {
	padding: 0 10px;
	font-weight: bold;
}



/* Footer */

#foot-container {
	margin: 3px 0;
	padding: 20px;
	
	color: #999;
	background-color: #121212;
}

#foot-container h3 {
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: normal;
}

#foot-container ul.nav-bar li.section {
	padding: 2px 0;
}

#foot-container ul.nav-bar li.section a {
	color: #999;
	padding-left: 5px;
	border-left: 3px solid #000;
	text-decoration: none;
}

#foot-container ul.nav-bar li.section a:hover {
	color: #FFF;
	padding-left: 5px;
	border-left: 3px solid #000;
}

#foot-container ul.nav-bar li.current a,
#foot-container ul.nav-bar li.current a:hover {
	color: #FFF;
	padding-left: 5px;
	border-left: 3px solid #CC2A09;
}

#foot-container p {
	margin-top: 10px;
}

#foot-container p.copyright {
	padding: 10px;
	font-size: 11px;
	background-color: #000;
}




/* Misc */

span.replace {
	display: none;
}

br.clear {
	clear: both;
}

.yui-b {
	/*background-color: #CCC;*/
}

.yui-u {
	/*background-color: #EEE;*/
}
