/*
Theme Name: 5280 Live - Custom
Theme URI: http://5280live.net
Description: A custom WordPress theme for 5280 Live
Version: 1.0
Author: 10 Volt Media - Jeff Couturier
Author URI: http://10voltmedia.com
*/
/* swatch colors
------------------------------

------------------------------ */
* { margin: 0; padding: 0; }

@font-face { /* For IE */
	font-family: Quicksand;
	src: url(fonts/Quicksand_Book.eot);
}

@font-face { /* For Safari, Firefox, Opera */
	font-family: Quicksand;
	src: url(fonts/Quicksand_Book.eot)
	format("opentype");
}


body {	
	font-family: 'Lucida Sans','Helvetica',sans-serif;
	font-size: 100%;
	background: #000 url(img/layout_page_background.jpg) no-repeat center top;
	color: #fff;
}


/* links & type
------------------------------ */
a, li a { color: #abdbaa; text-decoration: none; border: none; }
a:hover, li a:hover { color: #fff; border: none; }

img, a img { border: none !important; }

p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	color: #e0e0e0;
}
p a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #abdbaa;
}


/* main layout
------------------------------ */
#page {
	margin: 172px auto 0 auto;
	width: 820px;
	min-height: 650px;
}

#footer-wrapper {
	margin-top: 2em;
	height: 100px;
	background: #171717;
	border-top: solid 1px #212121;
}
#footer {
	margin: 0 auto;
	width: 800px;
}
#footer p {
	font-size: 11px;
	color: #8b8b8b;
}
#footer-icons {
	width: 100%;
	padding: 10px 20px 0 0;
	height: 40px;
	text-align: right;
}
#footer-icons img {
	float: left;
	margin-left: 20px;
}
#footer-icons p {
	float: left;
	margin: 0;
	padding: 1em 0 0 20px;
}
#byline {
	margin-top: 24px;
	padding-left: 20px;
}
#byline span {
	float: right;
}
#footer-stripe {
	width: auto;
	height: 8px;
	overflow: hidden;
	background: url(img/layout_footer_stripe.jpg) repeat-x left top;
}

#home-link {
	position: absolute;
	z-index: 10;
	top: 70px;
	left: 50%;
	margin-left: -102px;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
#home-link span {
	display: block;
	padding-top: 300px;
}


/* home elements
----------------- */
#home-col-alpha {
	float: left;
	margin-left: 20px;
	padding-top: 75px;
	width: 480px;
}
#home-col-alpha h2 {
	margin: 0 0 0.75em -5px;	
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	background: url(img/txt_helpusmakehistory.png) no-repeat left top;
	font-family: 'Quicksand','Lucida Sans', 'Helvetica', sans-serif;
	font-weight: normal;
}
#home-col-alpha h2 span {
	display: block;
	padding-top: 40px;
}
#home-col-alpha p { font-size: 12px; }
span.separator {
	display: block;
	margin: 1.5em 0 0 0;
	height: 14px;
	overflow: hidden;
	background: url(img/separator_horizontal.png) no-repeat center top;
}
#home-col-alpha span.separator { margin-top: 0.5em; }

#nav-alpha {
	float: right;
	margin: 75px 20px 0 0;
	width: 220px;
	min-height: 300px;
	background: url(img/layout_nav_background.png) no-repeat left top;
}
#nav-alpha ul {
	list-style-type: none;
	margin: 2.125em 0 0 0;
}
#nav-alpha ul li {
	line-height: 2.45em;
	font-family: 'Quicksand','Lucida Sans', 'Helvetica', sans-serif;
	font-weight: normal;	
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
#nav-alpha ul li a { border-bottom: none; }
#nav-alpha ul li a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #abdbaa;
}
#nav-alpha div {
	margin: 10px 0 0 0;
	width: 220px;
	text-align: center;
}

#ribbon {
	position: absolute;
	left: -490px;
	top: 510px;
  margin-left: 50%;
	width: 980px;
	height: 170px;
	overflow: hidden;
	background: url(img/home_photoribbon.png) no-repeat center top;
}
#ribbon ul {
	list-style-type: none;
	padding: 10px 0 0 70px;
}
#ribbon ul li {
	display: inline;
	margin-left: 20px;
}

#home-bottomcontent {
	margin-top: 155px;
	margin-left: 20px;
}

#col-news {
	float: left;
	width: 360px;
}
#col-news h2 {
	margin: 0 0 0.75em -5px;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
	background: url(img/txt_latestnews.png) no-repeat left top;
	font-family: 'Quicksand','Lucida Sans', 'Helvetica', sans-serif;
	font-weight: normal;	
}
#col-news h2 span {
	display: block;
	padding-top: 40px;
}
#col-news .post {}
#col-news .first { margin-bottom: 2.5em; }
#col-news h3 {
	margin: 0 0 0.5em 0;
	padding-left: 30px;
	background: url(img/bullet.png) no-repeat left 3px;
	font-size: 14px;
	font-family: 'Quicksand','Lucida Sans', 'Helvetica', sans-serif;		
	font-weight: normal;	
}
#col-news p {
	margin-left: 30px;
	font-size: 11px;
}
#col-news h3 a:hover, #col-news p a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #abdbaa;
}

#col-events {
	float: right;
	margin-right: 20px;
	width: 360px;
}
#col-events h2 {
	margin: 0 0 0.75em -5px;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
	background: url(img/txt_upcomingevents.png) no-repeat left top;
}
#col-events h2 span {
	display: block;
	padding-top: 40px;
}
#col-events h3 {
	margin: 0 0 0.5em 0;
	padding-left: 30px;
	background: url(img/bullet.png) no-repeat left 3px;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Quicksand','Lucida Sans', 'Helvetica', sans-serif;		
	font-weight: normal;	
}
#col-events p {
	margin: 0 0 2em 30px;
	font-size: 11px;
}
#col-events h3 a:hover, #col-events p a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #abdbaa;
}


/* inside page elements
----------------- */
#col-alpha {
/* 	padding-left: 82px;
	width: 380px;
	float: left;
	margin-left: 20px;
	padding-top: 75px;
 */
	float: left;
	margin-left: 20px;
	padding-top: 75px;
	/* width: 480px; */
	width: 520px;	
}
#col-alpha h2 {
	margin: 0 0 1.25em 0;
	width: 310px;
	text-transform: uppercase;
	font-family: 'Quicksand','Lucida Sans','Helvetica',sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #abdbaa;
}
#col-alpha h3 {
	margin: 0 0 1.25em 0;
	text-transform: uppercase;
	font-family: 'Quicksand','Lucida Sans','Helvetica',sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #abdbaa;
}
#col-alpha p { font-size: 12px; }
#col-alpha p a, ul li a { border-bottom: dotted 1px #777; }
#col-alpha p a:hover, ul li a:hover { border-bottom: dotted 1px #abdbaa; }

.more-link a {
	display: block;
	margin: 1.75em 0 0 30px;
	padding: 5px 4px 3px 4px;
	width: 135px;
	background: #abdbaa;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	font-family: 'Quicksand','Lucida Sans','Helvetica',sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #000;	
}
.more-link a:hover { text-decoration: none; background: #fff; }

.profile {
	margin: 2em 0 0 0 ;
	line-height: 1.5em;
	color: #e0e0e0;
	font-size: 12px;
}
.profile-avatar {
	margin-right: 2em;
	margin-bottom: 1.5em;
	padding: 6px;
	background: #262626;
}
.profile img {
	float: left;
}
.profile h3.title {
	margin-bottom: 0em;
	padding-top: 1em;
	text-transform: uppercase;
	font-family: 'Quicksand','Lucida Sans','Helvetica',sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #abdbaa;
}


div.archive-post {
	margin: 0 0 1.5em 0;

}
.archive-post p {
	margin: 0;
	padding: 0;
}

p.post-date {
	font-style: italic;
	font-size: 11px !important;
}

.post-meta {
 	padding: 0.75em 0.5em 0.5em 0.5em;
	border-top: dashed 1px #222;
	border-bottom: dashed 1px #222;
 	background: #101010;
}

.pagination {
 	padding: 0.75em 0.5em 0.5em 0.5em;
	border-top: dashed 1px #222;
	border-bottom: dashed 1px #222;
 	background: #101010;
	font-size: 11px;
	line-height: 1.5em;
}
.post-meta p, .pagination p {
	margin-bottom: 0.5em;
	font-size: 11px !important;
	color: #999;
}


/* post content elements
------------------------------------ */
#col-alpha p img.alignright {	margin: 0 0 1em 1em; }
#col-alpha p img.alignleft {	margin: 0 1em 1em 0; }

#col-alpha .post-content h1, #col-alpha .post-content h2, #col-alpha .post-content h3, #col-alpha .post-content h4, #col-alpha .post-content h5 {
	font-family: 'Quicksand','Lucida Sans', 'Helvetica', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}
#col-alpha .post-content h1 { font-size: 16px; }
#col-alpha .post-content h2 { font-size: 13px; }
#col-alpha .post-content h3, #col-alpha .post-content h4, #col-alpha .post-content h5, #col-alpha .post-content h6 {
	margin: 2em 0 1em 0;
	font-size: 12px;
}

#col-alpha ul, #col-alpha ol, #col-alpha .post-content ul, #col-alpha .post-content ol {
	margin: 0 0 1.5em 2em;
	line-height: 1.5em;
	font-size: 12px;
	line-height: 1.5em;
	color: #e0e0e0;	
}

#col-alpha .post-content blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding-left: 0.5em;
	border-left: solid 4px #222;
}
#col-alpha .post-content cite {
	margin-left: 3em;
}

#col-alpha #archive-wrapper {}
#col-alpha #archive-wrapper ul {
	margin-left: 1.5em;
	margin-bottom: 2em;
	font-size: 12px;
}


/* contact form elements
------------------------------------ */
#contact-form { font-size: 12px; }
#contact-form ul { margin: 0 0 2em 3em; }
#contact-form fieldset { border: none; }
#contact-form fieldset legend {
	padding: 0.75em 0 0.5em 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Quicksand','Lucida Sans', 'Helvetica', sans-serif;		
	font-weight: bold;
	color: #c4c4c4;
}
#contact-form label { display: block; }
#contact-form input, #contact-form textarea {
	margin-bottom: 1.5em;
	padding: 4px;
	background: #222;
	border: solid 1px #666;
	font-family: 'Lucida Sans','Helvetica',sans-serif;
	font-size: 14px;
	color: #fff;
}
#col-alpha * input.button {
	display: block;
	margin: 1.75em 0 0 0;
	padding: 5px 4px 3px 4px;
	width: 135px;
	background: #abdbaa;
	border: none;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	font-family: 'Quicksand','Lucida Sans','Helvetica',sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	cursor: pointer;
	cursor: hand;
}
#col-alpha * input.button:hover { text-decoration: none; background: #fff; }
#contact-form p.success {
	padding: 1em;
	border: solid 1px #444;
	background: #222;
	text-align: center;
}
#contact-form p.error, #contact-form p.important {
	padding: 1em;
	border: solid 1px #ffee00;
	background: #222;
	text-align: center;
}


#gallery-images {
	margin: 1em auto 0 auto;
	width: 475px;
}
#gallery-images span {
	display: block;
	float: left;
	margin: 5px;
}

#event-cat-list {
	margin-left: 3em;
	font-size: 12px;
	line-height: 1.75em;
	text-transform: uppercase;
}
#event-cat-list li ul {
	margin-left: 1em;
}


#artistform label {
	display: block;
}


#popup {
	position: absolute;
	z-index: 5;
	top: 350px;	
	width: 500px;
	height: 390px;
	text-align: center;
	border: solid 4px #fff;
	background: #cecece;
}
#popup p {
	margin: 1em 0 0 1em;
	text-align: left;
}
#popup p a { color: #000; }


#eventtable {
	width: 100%;
	border: none;
}
#eventtable tr th {
	font-size: 11px;
	text-align: left;
	color: #999;
}
#eventtable tr td {
	margin: 0 4px;
	padding: 0.5em;
	background: #222;
	font-size: 11px;
}
#eventtable tr:hover td {
	background: #343434;
	cursor: pointer;
	cursor: hand;
}

/* misc
------------------------------------ */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

div.editlink {}
.editlink a {
	display: block;
	padding-left: 27px;
	background: url(img/icon_pencil.png) no-repeat 5px center;
	font-size: 12px;	
}
