/**
 * Theme Name: Hybrid-NABF
 * Theme URI: http://www.vividpix.com
 * Description: North Atlantic Blues Fest
 * Version: 0.1
 * Author: Jen Taylor, VividPix & Design
 * Author URI: http://www.vividpix.com
 * Tags: Add, Whatever, Tags, You, Want
 * Template: hybrid
 */


/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('css/tabs.css'); */


body {
	background: #ffa800; 
	background-repeat:repeat-y;
	background-position:center; 
	font: 15px/20px Helvetica, Arial, sans-serif;
	color: #333333;
	}
	
#body-container {
	overflow: hidden;
	margin: 0 auto;
	background: url(images/nabf-bg.jpg) no-repeat 0 0;  
	background-position:center top;	
	}
		
	
/* Links */
a, a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover, a:active {
	color: #2f7eb1;
	text-decoration: none;
	}

.more-link { 
	float:right;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px solid #000000;	
	margin-top: 0px;
	padding: 0px 8px 0px 10px;
	}

a.more-link { 
	color: #000000;
	}
a:hover.more-link { 
	color: #ffffff;
	background-color: #ffa800;
	}

.category-lineup .more-link  { 
	display: none;
	}

#primary .widget li {
    border-bottom: 1px solid #000000;
	}

#image_slideshow .img_next, #image_slideshow .img_prev  {display: none;}
	
/* Header */
#header-container {
	overflow: visible;
	height: 182px;
	background: url(images/nabf-header.png) no-repeat 0 0;  
	background-position:center top;	
	}
#header {
	overflow: visible;
	height: 0px;
	}
	
/* Blog title */
#site-title {
	display: none;
	}
#site-title a {
	color: #000000;
	}

/* Blog description */
#site-description {
	display: none;
	}	
	
/* Elements */
span.smtxt { font-size: 7pt; letter-spacing: 1px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; }
span.subhead { font-size: 10pt; font-family: Helvetica, Arial, sans-serif; font-weight: normal; }
span.head { color: #000000; font-size: 16px; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
span.head2 { color: #000000; font-size: 16px; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif; font-weight: bold; border-bottom: 1px solid #000000; margin: 12px 0 0 0; }
span.head3 { color: #000000; font-size: 24px; font-family: Helvetica, Arial, sans-serif; font-style: normal; }
span.head4 { color: #000000; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; }
span.head5 { color: #000000; font-size: 18px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; }



h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	}
h1 {
	border-bottom: 1px solid #000000;
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
	}
h2 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-style: normal;
	}
h3 {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	letter-spacing: -1px;
	}
h4 {
	font-size: 22px;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	letter-spacing: -1px;
	}
h5 {
	font-size: 14px;
	text-transform: uppercase;
	}
h6 {
	font-size: 36px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 10px 0px 5px 0px;
	}

/* Entry title */

.archive .entry-title, .search .entry-title {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
	}
.page-title, .attachment-title, .category-title {
	display: none;
	margin: 0 0 21px 0;
	}
.entry-title a {
	color: #000000;
	}
	
/* Lists */
	.widget ul {		
		margin: 0 0 12px 0;
		list-style: none;
		background: #transparent;
		}
	.widget li {
		list-style: none;
		background: #transparent;
		margin: 0px;
		text-align: center;
		}

	#category-posts-2-internal .cat-post-item, #secondary .widget li {
		border-bottom: 1px solid #000000;
		}

	#subsidiary .widget ul {
		}
	#subsidiary .widget li {
		}

	#primary .widget ul {
		}
	#primary .widget li {
		}

	#secondary .widget ul {
		}
	#secondary .widget li {
		}
	ul {
		}

	li {
		}

	
/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: none;
	border-left: none;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: none;
	border-right: none;
	}
th {
	background: none;
	}	
	
/* Container (wraps content, primary, and secondary) */
#container {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	}
.no-widgets #container, .no-default-widgets #container {
	width: 960px;
	padding-left: 0;
	padding-right: 0;
	}
.content {
	background: #ffffff; 
	overflow: hidden;
	float: left;
	width: 575px;
	min-height: 1150px;
	padding: 10px 15px 0px 20px;
	}
.no-widgets .content, .no-default-widgets .content {
	width: 960px;
	}
	
#primary {
	overflow: hidden;
	float: right;
	width: 330px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 15px;
	font-size: 12px;
	}	
#secondary {
	overflow: hidden;
	clear: right;
	float: right;
	width: 185px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}
	
#tertiary {
	overflow: hidden;
	float: right;
	width: 125px;
	padding: 0px 20px 0px 0px;
	font-size: 12px;
	}	

#subsidiary {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 15px 15px 15px 15px;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	color: #ffffff;
	margin: 0 0 10px 0;
	text-align: center;
	width: 960px;
	}
#subsidiary ul {
	margin-left: 0;
	}
#subsidiary ul li {
	display: inline;
	list-style-type: none;
	padding: 10px;
	background: transparent;
	border-right: 1px solid #606060;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	}

#subsidiary a {
	color: #ffffff;
	text-decoration: none;
	}

#subsidiary a:hover {
	color: #ffa800;
	text-decoration: none;
	font-style: normal;
	}



#footer-container {
	background: #000000;
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}

#footer {
	clear: both;
	font-style: italic;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
	}
	
#footer a {
	color: #ffffff;
	}
#footer a:hover {
	color: #2f7eb1;
	}

#footer .copyright {
	display: inline;
	}
	
/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 0 0;
	color: #000000;
	}
.widget a {
	color: #000000;
	text-decoration: none;
	}
.widget a:hover {
	color: #ffffff;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
	background: #000000;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 8px 0px 5px 0px;
	}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}
	
/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	background: #fff;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}
	

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

	
/* Byline */
.byline, .author-profile {
	display: none;
	margin: 0 0 20px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	display: none;
	clear: both;
	font-style: italic;
	color: #666;
	}
	
/* Page links (multiple-paged posts) */
p.page-links a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}
	
	
/* Breadcrumb */
.breadcrumb, .breadcrumb-trail {
	display: none;
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Gallery [gallery] */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 85%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	}
.gallery-caption {
	margin-left: 0;
	}


/* Images */

.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #000000;
	}

.thumbnail {
	float: left;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 15px;
    	margin-top: 5px;
	border: 2px solid #000000;
	padding: 3px;
	height: 100px;
	width: 100px;
	}

.band, .post img.band {
	width: 273px;
	height: 215px;
	border: 0px solid #000000;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}

.sponsor {
	float: left;
	width: 130px;
	height: 130px;
	margin: 5px;
	border: 1px solid #000000;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #000000;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000000;
	}
	

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #000000;
	}	
	
/* Navigation 
************************************************/
#primary-menu, #navigation {
	width: 960px;
	height: 30px;
	margin: 5px auto;
	}

#primary-menu li, #page-nav li {
	margin: 0 2px 0 0;
	float: left;
	}

#primary-menu li li, #page-nav li li {
	margin-right: 0;
	}

#primary-menu li a, #page-nav li a {
	padding: 6px 13px 5px 13px;
	color: #ffffff;
	background: #000000;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border: none;
	font-size: 20px;
	font-weight: bold;
	}

#primary-menu li a:hover {
	color: #2eb6c4;
	text-decoration: none;
	}



/* Drop-downs style 
************************************************/
#primary-menu li:hover ul, #primary-menu li.sfHover ul, #page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 15px;
	}
#primary-menu li li a, #page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#primary-menu li ul, #page-nav li ul {
	background: #000000;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul, #page-nav li li:hover ul, #page-nav li li.sfHover ul , #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu li li li, #page-nav li li li {
	margin-left: -1px;
	}