/**
 * Theme Name: Nardwuar Hybrid
 * Theme URI: http://nardwuar.com
 * Description: Simple child theme for Nardwuar based on Hybrid Framework.
 * Version: 0.1
 * Author: Larry van Kampen
 * Author URI: http://utilitygrade.net
 * Tags: Hybrid, clean
 * Template: hybrid
 */

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Import pre-made styles from Hybrid
************************************************/

/* Layout */
	/* @import url('../hybrid/library/css/2c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */

/* All the rest */
@import url('style-all.css');
	
/* Header for Radio Category and all but categories below */
#header {
	height: 297px;
	background: url(images/wordpressRadioBanner.png) no-repeat;
	position: relative;
}

/* Video */
.taxonomy-category-video #header {
	height: 190px;
	background: url(images/wordpressVideoBanner.png) no-repeat;
	position: relative;
}

/* Transcribed Archives Banner */
.taxonomy-category-transcribed #header {
	height: 297px;
	background: url(images/nardwuar_vs_transcribed.png) no-repeat;
	position: relative;
}

/* Photo Gallery */
.taxonomy-category-photo-galleries #header {
	height: 233px;
	background: url(images/photogalleryBanner.png) no-repeat;
	position: relative;
}

/* Page - vs everyone */
.taxonomy-post_tag #header, .page-template-archives #header {
	height: 328px;
	background: url(images/nardwuar_vs_everyone.png) 0 10px no-repeat;
	position: relative;
}

/* NardGallery Tag */
.taxonomy-post_tag-nardgallery #header {
	height: 233px;
	background: url(images/photogalleryBanner.png) no-repeat;
	position: relative;
}