/* @override http://knobmag.com/wp-content/themes/Knobmag/style.css */

/* @override http://knobmag.com/wp-content/themes/Knobmag/style.css */

/*
Theme Name: knob
Theme URI: http://knobmag.com
Description: Describe what your child theme should be like.
Version: 0.1
Author: CJ Eder
Author URI: http://knobmag.com
Tags: Add, Whatever, Tags, You, Want
Template: options
*/



* { margin: 0; padding: 0; }



/* Paragraphs */

p { margin: 15px 0;
}



/* Links */

a { text-decoration: none;
	color: #466e42;
}

a:hover {color: #4AA9C2; text-decoration: none;
}

#content a, #full-posts a {
	color: #616161;
}



/* Lists */

ul, ul li {
	list-style-type: none;
}

#content ul { margin: 15px 0 15px 10px;
	list-style-type: square;
}

/* My Comment */

#content ul ul { margin: 0; }

#content li { margin: 0 0 3px 10px; }



/* Code */

pre, code, pre code { font-size: 1.1em; }



/* Left, right, and center alignment */

.left { float: left; margin: 0 10px 10px 0; }

.right { float: right; margin: 0 0 10px 10px; }

.center { margin: 10px auto; display: block; }



/* Headers and how they should look */

h1 { font-size: 2.5em; }

h2 {
	font-size: 2em;
	line-height: 35px;
}

h3 { font-size: 2em;
	line-height: 1em;
}

h4 { font-size: 1.3em; }

h5 { font-size: 1.2em; }

h6 { font-size: 1.1em; }



h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; color: #4a523a; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none;
	color: #466e42;
}



#content h2, #content h3, #content h4, #content h5, #content h6, #full-posts h2, #feature h2, #comments-template h3 {

	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	text-transform: capitalize;
}



/* Body */

body {

	background: #38352E;

	text-align: center;
	font: 11pt/18pt Georgia, "Times New Roman", Times, serif;
	color: #616161;
}

#body-container {

	width: 950px;

	margin: 15px auto 0 auto;

	background: #eee;

	overflow: hidden;

	}

#extra-container { margin: 0 auto;
}



/* Contains content and sidebar */

#container {

	float: left;

	width: 950px;

	text-align: left;
	background-color: #eee;
}



/************************************************

	Header

************************************************/

#header-container { height: 70px; width: 100%;
	background-color: #CF5517;
}

#header {

	float: left;

	width: 600px;

	margin: 0;

	text-align: left;
	bottom: 0;
}

#header h1 {

	float: left;

	margin: 10px 0 0 10px;

	font-weight: bold;

	}

#header h1 a {
	margin: 0 0 0 10px;
	/* Comment out or delete the next 4 lines to delete header image */
	width: 400px;
	height: 60px;
	display: block;
	background: url(../Knobmag/images/headerlogo.png) no-repeat 0 0;
	}
/* Comment out or delete this style rule if not using header image */
#header h1 a span, #header h2 { display: none; }

#header h2 {

	float: left;

	clear: left;

	font-size: 1.1em;

	margin: 3px 0 0 10px;

	}



/************************************************

	Feed

************************************************/

#feed {

	float: right;

	clear: right;

	width: 240px;

	height: 28px;

	margin: 0 5px 0 0;

	padding: 5px 5px 0 0;

	background: url(../blue-danube/images/feed-icon.gif) no-repeat right 35px;

	text-align: right;
	color: #ffffff;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#feed li a {

	font-size: .9em;

	color: #fff;

	}



/************************************************

	Navigation

************************************************/

/* Main navigation bar (#sub-nav is bottom bar) */

#navigation, #sub-navigation {

	float: left;

	letter-spacing: .03em;

	text-align: left;

	color: #333;
}

#navigation {

	width: 940px;

	font-size: 1em;

	background: #CF5517 none 0 0;

	}

#sub-navigation {

	width: 938px;

	font-size: .9em;

	background: #eee;
	border-left-color: #fff;
	padding-left: 12px;
}

#navigation.nav-search { width: 740px; }



/* Nav */

#nav { float: left; padding: 0; }

#nav li { float: left; }

#nav a { color: #ffffff; display: block; padding: 7px 16px 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav a:hover, #nav li.current_page_item a { color: #ffffff;

}

#nav li li { float: left; width: 150px; background: #d1d0c8; border-top: 1px solid #ddd; }

#nav li li a { margin: 0; padding: 10px 10px; }



/* Sub-nav */

#sub-nav { float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 4px;
	text-transform: uppercase;
	font: bold 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sub-nav li { float: left; }

#sub-nav a { color: #CF5517; display: block; padding: 7px 17px; }

#sub-nav li.current-cat a, #sub-nav a:hover { color: #373D2B; text-decoration: none;
	background-color: white;
}

#sub-nav li li { float: left; width: 150px; background: #ffffff; border-top: 1px solid #eee; }

#sub-nav li li a { margin: 0; padding: 7px 5px 7px 17px; }



/* Navigation drop-down positioning */

#nav li ul, #sub-nav li ul { position: absolute; width: 10em; left: -999em; z-index: 999; }

#nav li:hover ul, #sub-nav li:hover ul { left: auto; display: block; }



/************************************************

	Search

************************************************/

#search {

	float: right;

	width: 185px;
	padding-bottom: 10px;
	padding-right: 6px;
}

#search form {

	float: right;

	padding: 0 15px 0 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}

#search input#s {

	color: #ffffff;

	width: 170px;

	padding: 5px;

	background: #e65e1a;
	border: 1px solid #f7661c;
}

#search .search-submit { display: none; }



/************************************************

	Main content

************************************************/

#home, #content { width: 617px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}



#no-sidebar { width: 900px; }



#home.left, #content.left, #sidebar.left { float: left;
	margin: 0 0 0 10px;
}

#home.right, #content.right, #sidebar.right { float: right; margin: 0; }



/************************************************

	Images

************************************************/

/* Images */

#home img, #content img, #sidebar img {

	padding: 3px;

	background: #eee;

	border: 1px solid #ccc;

	}



a img { border: none; }



#author-box .avatar, .author .post .avatar { width: 100px; height: 100px; float: left; margin-right: 10px; }



/* Post images */

.single img, .attachment img { max-width: 98.5%; }



/* Feature images */

#feature img, #features-numbers img { float: left; width: 300px; margin: 0 10px 0 0; }

html>body #feature img, html>body #features-numbers img { max-width: 300px; width: auto; max-height: 233px}



/* Thumbnail images */

img.thumbnail {

	float: left;

	width: 80px;

	height: 80px;

	margin: 0 10px 5px 0;

	}



/* Medium images */

img.medium { max-width: 300px; float: left; margin: 0 10px 5px 0;
}



/* Flickr / gallery stream images */

#home .flickr img, #gallery-stream img { width: 75px; height: 75px; margin: 2px 13px 2px 0; }



/************************************************

	Sections of the site

************************************************/

/* Section headers */

.section-header, .menu h2 {

	margin: 0 0 12px;

	height: 15px;

	background: none no-repeat;
	padding-right: 1.5em;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	color: #616161;
}



/* Sections and posts */

.section, #content .post, #excerpts .post, #full-posts .post, .paged .post {

	width: 595px;

	overflow: hidden;

	margin: 0 0 10px 0;

	padding: 10px 10px 10px 0;

	background: #fff;

	}



/* No sidebar */

#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section { width: 898px; }

#no-sidebar .post { overflow: hidden; margin: 0 0 10px 0; background: #fff; border-bottom: 1px solid #999;
	padding: 10px;
}



/* Posts */

#content .post, #home.paged .post {
	padding: 25px;
	width: 566px;
}

.byline {
	margin-top: 0px;
	color: #cf5517;
	font: bold 10px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

.byline a {
	color: #e65e1a;
}



/* Breadcrumb */

.breadcrumb {
	text-transform: uppercase;
	color: #616161;
	font: bold 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: transparent;
	width: 597px;
	margin-left: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}



/* Author box */

#author-box { padding: 10px; border-bottom: 1px solid #999;
}



/* Navigation links */

.navigation-links { padding: 10px;
	color: #616161;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	background-color: transparent;
	border-top: 1px solid gray;
	width: 577px;
	margin-right: 10px;
	margin-left: 10px;
}

.navigation-links .previous { float: left; width: 50%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.navigation-links .next { float: right; width: 50%; text-align: right; }



/* Navigation image attachment */

.attachment-image { max-width: 99%; margin: 15px auto; display: block; }

.navigation-attachment { float: left; width: 100%; }

.navigation-attachment img { max-width: 150px; max-height: 150px; }

.navigation-attachment .left { float: left; width: 160px; }

.navigation-attachment .right { float: right; width: 160px; text-align: right; }



/* Related posts plugin */

#related { padding: 10px;
}

#related ul { width: 100%; }

#related ul li { list-style-type: none; }



/* Clouds */

div.cloud { padding: 10px; }



/* Excerpts / Full Posts */

#excerpts, #full-posts { width: 617px; padding: 0; margin: 0; background: #fff;
	border: 1px solid #eee;
}

#excerpts .post, #full-posts .post { padding: 10px;  }



/* Features Gallery */

#myGallery { width: 617px; height: 400px; padding: 0; }

#myGallery .imageElement { display: none; }

#myGallery h3, #myGallery h2 { font-size: 1.5em; }





/* Feature */

#feature { padding: 10px;
	border: 1px solid #ddd;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}



/* Flickr photos and Gallery images (home) */

#home .flickr, #gallery-stream { width: 580px; padding: 10px 0 10px 10px; border-bottom: 1px dotted #999; }

#home .flickr .section-header, #gallery-stream .section-header { margin-right: 10px; }



/* Post blocks */

#post-blocks { width: 615px; background: transparent; padding: 0; margin: -10px 0 10px 0; }

#post-blocks .post { width: 280px; margin: 10px 0 0 0; padding: 10px; background: #fff;
	font-size: 9pt;
	line-height: 17px;
	color: #4a523a;
	height: auto;
	border-style: none;
}

#post-blocks .even { float: right; clear: none; }

#post-blocks .odd { float: left; clear: both; }

#post-blocks .post-title { margin: 0 0 5px 0; font-size: 1.5em;
	color: #4a523a;
}



/* Post sections */

#post-sections .section { padding: 10px; border-bottom: 1px dotted #999; }

#post-sections .post-title { font-size: 1em; }



/* All post tabs */

#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size: 1em; }

#post-tabs, #post-block-tabs, #post-list-tabs { background: transparent; width: 590px; padding: 0; }

#home .tab-content { width: 100%; padding: 0; background: #fff; }



#post-block-tabs .post, #post-list-tabs .post { width: 270px; padding: 10px; }

#post-block-tabs .even, #post-list-tabs .even { clear: none; float: right; }

#post-block-tabs .odd, #post-list-tabs .odd { clear: both; float: left; }



/* Post tabs */

#post-tabs .post { margin: 10px; padding: 0; }



/* Post list tabs */

#post-list-tabs .post ul { padding: 5px 2px 5px 7px; }

#post-list-tabs .post li { margin: 3px 0 5px 0; padding: 0; }

#post-list-tabs .post li a { display: inline; margin: 0; padding: 0; }



/* Features and video numbers */

#features-numbers, #video-numbers { background: transparent; width: 590px; padding: 0; border: none;
}

#features-numbers hover, #video-numbers hover {
	color: #f7661c;
}

#features-numbers div.tab-content, #video-numbers div.tab-content { top: 0; width: 570px; padding: 10px; border-bottom: 1px dotted #999;
	border: 1px solid #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#features-numbers ul.tabs, #video-numbers ul.tabs {

	width: 590px;

	display: block; clear: left;

	overflow: hidden;

	}



/* Video tabbed */

#video-tabbed { padding: 10px; 
	width: 597px;
	background-color: #fff;
	margin-bottom: 0;
}

#video-tabbed .video-list { float: right; width: 50%;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#video-tabbed .video-list ul { width: 100%; }

#video-tabbed .video-list li { margin: 0 0 5px 0; border: 1px dotted #ccc; }

#video-tabbed .video-list li a { color: #333; display: block; padding: 10px; background: #EBEAE9; }

#video-tabbed .video-list li a:hover, #video-tabbed .video-list li a.tab-current { text-decoration: none; background: #eee; }

#video-tabbed div.video { clear: none; float: left; width: 50%; }

div.v { display: none; }

div.v1 { display: block; }



/* Home custom sections */

#home-custom-1, #home-custom-2, #home-custom-3 { padding: 10px; border-bottom: 1px dotted #999; }



/************************************************

	Sidebar

************************************************/

#sidebar { width: 320px;
	list-style-type: none;
}



.menu {

	overflow: hidden;

	width: 300px;

	margin-bottom: 10px;

	padding: 10px 10px 5px 10px;

	background: #eee;


	}



/* Sidebar lists and sidebar tab lists */

.menu div li, .menu div li li, #sidebar .tabbed div li, #sidebar .tabbed div li li {

	margin: 0;

	padding: 0;

	float: left;

	width: 100%;

	}

#sidebar .menu ul li a, .tabbed div ul li a { display: block; padding: 3px 5px;
	opacity: 1;
}

#sidebar .menu li li a, .tabbed div li li a { display: block; padding: 2px 0 2px 8px; }



/* Recent comments widget */

#sidebar ul#get-recent-comments li { margin: 5px 0;
}

#sidebar ul#get-recent-comments li a { display: inline; padding: 2px 0; }



/* Sidebar video */

#sidebar .video h3 { font-size: 1em;
	margin: -5px 0 5px;
}



/* Sidebar ads */

#sidebar .ads p { margin: 0; padding: 0; }

#sidebar .ads a img { border: none; padding: 0; }

#sidebar .ads img { width: 125px; height: 125px; margin: 0 9px 5px 11px; border: none; padding: 0; }



/* Sidebar gallery and flickr photos */

#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 3px 9px 3px 7px; }



/* Sidebar search */

#sidebar .search input { width: 96%; padding: 5px; background: #EBEAE9; border: 1px solid #ccc; }

#sidebar .search input.search-submit { display: none; }



/* Sidebar subscribe */

#sidebar .subscribe div { padding-left: 2px; }

#sidebar .subscribe #feed-sidebar { height: 35px; overflow: hidden; background: url(../blue-danube/images/feed-icon.gif) no-repeat left .3em; }

#feed-sidebar li { padding: 0 0 0 36px; }

#feed-sidebar li a { font-size: .9em; padding: 0; margin: 0; }



/* Sidebar recent */

#sidebar .recent .post { float: left; width: 100%; margin: 0 0 10px 0;
	font-size: 13px;
	color: gray;
}

#sidebar .recent a, .post a {
	color: #CF5517;
}

#sidebar .entry { padding: 0;
}

.entry {
}

.entry p {
	margin-top: 0;
	margin-bottom: 20px;
}

#sidebar .recent h3, #sidebar .asides h3 { margin: 0 0 1px 0;
	font-size: .9em;
}

#sidebar .recent h3 a {
	color: #616161;
	font: normal normal 15px/20px Georgia, "Times New Roman", Times, serif;
}

#sidebar .recent h3 a:hover {
	color: #466e42;
}

#sidebar .recent p { font-size: .9em; line-height: 1.4em; margin: 0; padding: 0; }

#recentcomments {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}



/************************************************

	Tabs

************************************************/



/* Tabs (actual tabs) */

.tabbed { background: transparent; border: none; }

#sidebar .tabbed { margin-bottom: 10px;
	padding: 5px;
}

.tabbed ul.tabs {

	position: relative;

	top: 0;

	left: 0;

	z-index: 1;

	list-style-type: none;
	text-transform: uppercase;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.tabbed ul.tabs li { display: inline; }

.tabbed ul.tabs li a {

	color: #616161;

	float: left;

	display: block;

	margin: 0 3px 0 0;

	padding: 6px .6em;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.tabbed ul.tabs li a.t4 { margin-right: 0; }

.tabbed ul.tabs li a:hover { text-decoration: none;
	color: #f7661c;
}

.tabbed ul.tabs li a.tab-current { background: #eee; text-decoration: none;
	color: #CF5517;
}



/* Tab content */

.tabbed div.tab-content {

	height: 100%;

	overflow: hidden;

	display: block;

	position: relative;

	top: 0;

	left: 0;

	z-index: 0;

	clear: left;
	background-color: #fff;
	border: 1px solid #eee;
	width: 100%;
	padding: 10px 3px 5px 5px;
}

* {
	
}

div.t2, div.t3, div.t4, div.t5 { display: none; }

.tabbed div.c { display: none; }

.tabbed div.c1 { display: block; }



/************************************************

	Comments Template

************************************************/

#comments-template {

	padding: 10px;

	margin: 0 0 10px 0;
	font: bold 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

h3#respond {
	color: #f7661c;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#comments-template ol { list-style-type: none; margin-top: 10px; }

#comments-template li {

	width: 97.5%;

	clear: left;

	overflow: hidden;

	margin: 0 0 10px 0;

	padding: 5px 1%;

	background: #dcdfd5;

	border: 1px solid #ccc;

	}

#comments-template .avatar {

	float: left;

	width: 50px; height: 50px;

	margin: 7px 12px 0 0;

	background: #eee;

	padding: 2px;

	}

#comments-template li.alt { background: #EBEAE9; }

#comments-template .comment-meta-data { float: left; font-size: 1em; margin-top: 7px; }

#comments-template li .comment-meta-data a.time { margin-left: 5px; color: #666; }

#comments-template li .comment-text { float: left; width: 87%; padding: 0;
	text-transform: none;
}

#no-sidebar #comments-template li .comment-text { width: 92%; }

#comments-template input {

	color: #000;

	width: 50%;

	padding: 5px;

	margin: 0;

	background: #EBEAE9;

	border: 1px solid #ccc;

	}

#no-sidebar #comments-template input { width: 25%; }

#comments-template textarea {

	color: #000;

	width: 97%;

	padding: 7px;

	background: #EBEAE9;

	border: 1px solid #ccc;

	}

#no-sidebar #comments-template textarea { width: 98%; }

#comments-template input.submit-comment, #comments-template input.reset-comment, .button {

	width: 100px;

	padding: 7px;

	margin-right: 10px;

	}

.comment-text {
	text-transform: capitalize;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}

.commentlist {
	text-transform: none;
}



/************************************************

	Footer

************************************************/



#footer p { margin: 10px;
	text-transform: uppercase;
	font: bold 10px/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-right: 0;
	padding-left: 0;
}

#footer p.left, #footer p.right { width: 50%;
	float: left;
}

#footer {
	background-color: #616161;
}

#footer p.right { text-align: left;
	float: left;
}

div.post-meta-data {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: #dcdfd5;
	float: none;
	clear: left;
}

div#home-insert-2.section {
	background-color: transparent;
	text-align: center;
}

div#home-insert-3.section {
	background-color: transparent;
	text-align: center;
}

blockquote {
	padding-right: 30px;
	padding-left: 30px;
	color: #616161;
	font-style: italic;
}

p.wp-caption-text {
	margin-top: 0;
	color: #606060;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.post-title {
	color: #616161;
	font-size: 40px;
}

.post-title a {
	color: #616161;
}

.entry a {
	color: #466e42;
	border-bottom: 1px dotted #5e5e5e;
}

.entry a {
	color: #466e42;
	border-bottom: 1px dotted #006192;
}

* {
	
}

#features-numbers .post-title {
	font-size: 30px;
}

#features-numbers .byline {
	line-height: 10px;
}

#features-numbers .entry p {
	text-transform: none;
	margin-bottom: 0;
}

.alignright {
	margin: 0 0 0 10px;
	clear: both;
	float: right;
}

.alignleft {
	margin-right: 10px;
	margin: 0;
	float: left;
	clear: left;
}

/* My Comment */

.recent.menu {
	background-color: #ffffff;
	width: 290px;
	border-top: 1px solid #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: 1px solid #dddddd;
}

.recentcomments {
	margin-bottom: 10px;
}

.recentcomments a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Category Page */

.category {
	
}

#content.category.left h2.section-header  {
	background-color: #4a523a;
	color: #fff;
	padding: 10px;
	vertical-align: middle;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
	height: 35px;
}

#content.category.left .post {
	width: 597px;
	padding: 10px;
}

#content.category.left h3.post-title {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: -10px;
}

#content.category.left img.thumbnail {
	width: 170px;
	height: 170px;
	margin-top: 20px;
}

#content.single.left h3.section-header {
	text-transform: uppercase;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	width: 443px;
	color: #aaa;
	border-bottom-color: #aaa;
	margin-bottom: 3px;
}

#content.single.left #author-box.section {
	width: 577px;
	background-color: #616161;
	margin-right: 10px;
	margin-left: 10px;
	color: #eee;
	margin-bottom: 0;
}

#content.single.left #author-box.section h4 a {
	color: #eee;
}



