/* Body */
body {
	margin: 0;
	background: #e6e7e8 url(http://www.nardwuar.com/rad/wp-content/themes/nardwuar-hybrid-1/images/nardBGyellow.png);
	font-size: 90%;
} 

/* Body container */
#body-container {
	margin: 0 auto 0 auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow: hidden;
	width: 980px;
	border-left: 4px solid #688da5;
	border-right: 4px solid #688da5;
	padding: 0 10px;
	background: white;
}
.taxonomy-category-video #body-container {
	background: white url(http://www.nardwuar.com/rad/wp-content/themes/nardwuar-hybrid-1/images/containerBgVideo.png) repeat-x;
}
/* Links */
a {
	color: navy;
	text-decoration: none;
	}
a:visited {
	color: #21759b;
	}
a:hover, a:active {
	color: #d54e21;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {

}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
ul {
	margin-top: 5px;
	margin-bottom: 15px;
}
li {

}
/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	padding-left: 1px;
}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 600px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	background-color: white;
}
.mejs-container {
margin-top: 80px;
}
.gallery {
display: block;
text-align: center;
margin-bottom: 21px
}
.alignleft,.left {
float: left;
margin-right: 15px
}
.alignright,.right {
float: right;
margin-left: 15px
}
.aligncenter,.center {
display: block;
margin: 0 auto 21px auto
}
.alignnone,.block {
clear: both;
margin: 0 0 21px 0
}
.clear {
clear: both
}
img.alignleft,img.alignright {
display: inline
}
blockquote.alignleft,blockquote.alignright {
width: 33%
}
/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	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 #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
#header .podcasting a, #header .citr a {
	position: absolute;
	font-size: 1px;
	text-indent: -1000px;
}
#header .citr a {
	left: 505px;
	width: 220px;
	height: 65px;
	top: 234px;
}
#header .podcasting a {
	left: 830px;
	width: 100px;
	height: 120px;
	top: 100px;
}
#header .podcasting a:hover, #header .citr a:hover {
	background-color: white;
	opacity: 0.5;
}
/* Blog title */
#site-title {
	font: italic normal normal 1px Georgia, Times, "Times New Roman", serif;
	margin-left: -1000px;
}

/* Navigation */
#primary-menu, #navigation {
	font: normal bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow: visible;
	z-index: 100;
	text-transform: uppercase;	
	padding-left: 7px;
	margin-top: 5px;
}
#primary-menu li, #page-nav li {

	}

#primary-menu li a, #page-nav li a {
	padding: 15px 8px;
	margin-bottom: 5px;
}
#primary-menu li a:hover, #page-nav li a:hover {
		color: #d54e21;
		text-decoration: none;
	background: url(images/primaryMenuBg.png) repeat-x;
}
/* Container (wraps content, primary, and secondary) */
#container {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 21px;
	padding: 0 10px;
}

/* Main content */
.content {
	margin: 0 0 21px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	margin: 0 0 20px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.single .post, .attachment .post, .page .post {
	margin: 0;
}

.category-video {
	padding-top: 100px;
	background: url(images/postBgVideo.png) no-repeat #30357a top;
}

.category-radio {
		background: url(images/postBgRadio.png) 10px 10px no-repeat #f48241;
		padding-top: 120px;
}

.category-transcribed {
	background: #eaf1ef url(images/postBgTranscribed.png) no-repeat top;
	padding-top: 160px;
}

/* Archive information */
.author-info, .search-info {
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title, .archive-title {
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 6px;
	border-bottom: 2px solid white;
}

.category-video a, .category-video .archive-title {
	color: white;
}

#reply-title {
		font-weight: normal;
	font-style: italic;
}

.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a:hover {
	color: #d54e21;
	}

/* Byline */
.byline {
	font-style: italic;
	color: #666;
	}
#container p.byline {
	margin-top: 5px;
margin-bottom: 10px;
}

.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	margin: 0 0 10px 0;
	}
.entry-content h2{

	}
.entry-content p, .entry-summary p {
	font: 14px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
/* Entry metadata */
.entry-meta {
	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;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 10px;
	margin-top: 60px;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	color: #464646;
	}
.widget-search {
	border: 1px solid black;
	padding-left: 30px;
	background-color: white;
}
.widget ul {
}
.blogroll li, .widget li, .content li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -14px;
}
.blogroll a, .widget li a {
	color: #464646;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	padding-left: 25px;
	padding-bottom: 3px;
	margin-left: -25px;
	padding-top: 2px;
	font-size: 12px;
}
.blogroll a:hover, .widget a:hover {
	color: #d54e21;
	background-color: white;
}

/* Widget & links titles */
.widget-inside {
margin: 12px 0 12px 0;
}
#likebox-frame {

}
.entry-content h2, h3.widget-title, h3.widget-title a {
	color: #4d5e5e;
	border-bottom: 2px solid silver;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	padding-left: 2px;
	margin-top: 0;
	margin-bottom: 0;
}
.socialmedia-buttons {
	margin-left: 6px;
}
/* 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;
	}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 2px 10px 2px 10px;
	background: #fff;
	border: 1px solid #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	color: #d54e21;
	}

/* Footer container */
#footer-container {
	clear: both;
	margin: 0;
}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #444;
	height: 150px;
	font-size: 13px;
}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}
#footer img {
	float: right;
	}
/* Post Layouts */
.layout-1c .content {
	width: 960px;
	}
.layout-1c #primary {
	clear: left;
	float: left;
	width: 470px;
	}
.layout-1c #secondary {
	clear: none;
	float: right;
	width: 470px;
	}
.layout-2c-r .content {
	float: right;
	width: 620px;
	}
.layout-2c-r #primary {
	float: left;
	width: 300px;
	}
.layout-2c-r #secondary {
	clear: left;
	float: left;
	width: 300px;
	}
.layout-2c-l .content {
	float: left;
	width: 620px;
	}
.layout-2c-l #primary {
	float: right;
	width: 300px;
	}
.layout-2c-l #secondary {
	clear: right;
	float: right;
	width: 300px;
	}
.layout-3c-r .content {
	float: right !important;
	width: 520px !important;
	}
.layout-3c-r #primary {
	float: left !important;
	width: 190px !important;
	}
.layout-3c-r #secondary {
	clear: none;
	float: left !important;
	width: 190px !important;
	margin-left: 20px;
	}
.layout-3c-l .content {
	float: left;
	width: 520px;
	}
.layout-3c-l #primary {
	float: right;
	width: 190px;
	}
.layout-3c-l #secondary {
	clear: none;
	float: right;
	width: 190px;
	margin-right: 20px;
	}
.layout-3c-c #container {
	padding-left: 240px;
	padding-right: 240px;
	}
.layout-3c-c .content {
	width: 480px;
	float: left;
	}
.layout-3c-c #primary {
	float: left;
	width: 220px;
	position: relative;
	right: 720px;
	}
.layout-3c-c #secondary {
	float: left;
	width: 220px;
	position: relative;
	margin-left: -220px;
	}

#spaceman {
	display: none;
}
.home #spaceman, .taxonomy-category-transcribed #spaceman, .page-template-archives #spaceman {
	display: inline;
}
#vault {
	display: inline;
}
.home #vault, .taxonomy-category-transcribed #vault, .page-template-archives #vault {
	display: none;
}
.archive #videovault {
	display: none;
}

.multi-column-alpha-group {
	border-bottom: 2px solid #333;
}
