/*
Theme Name: CommPress
Contributors: Philip M. Hofer, Frumph
Theme URI: http://commpress.org
Description: Communication Press (CommPress) - Publish a Podcast/Videocast site with WordPress.  <a href="http://commpress.org">Visit the CommPress Website.</a>
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net
Tags: White, two-columns, fixed-width, threaded-comments, sticky-post, translation-ready
Version: 1.0.3
License: GNU General Public License, v3 (or newer)
License URI: http://www.opensource.org/licenses/gpl-3.0.html
*/

/* STANDARD TAGS */

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('images/background.jpg') top center no-repeat;
	margin: 0;
	font-family: 'Arial' , sans-serif;
	font-size: 14px;
	color: #000;
}

a {
	color: #003169;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

img {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	margin: 0 0 3px;
	text-shadow: 2px 2px 4px #777;
}

small {
	font-size: 12px;
}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px;
}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	font-family: 'Georgia' , serif;
	font-size: 16px;
	border: dashed 1px #ccc;
	background: #fafafa;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-weight: bold;
	font-family: 'Arial' , sans-serif;
	font-size: 12px;
	background: #efefef;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #000;
}

form {
	margin: 0;
}

.wp-caption {
	text-align: center;
	border: solid 1px #ccc;
	background: #ccc;
	padding: 3px;
}

input, textarea {
	font-family: 'Arial' , sans-serif;
	font-size: 13px;
}

#site {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 105px;
}

	.header-info {
		float: left;
		display: inline-block;
	}

#header h1 {
	font-size: 36px;
	margin-left: 20px;
}

#header h1 a {
	color: #000;
}

#header h1 a:hover {
	color: #f00;
}

#header .description {
	color: #888;
	margin-left: 60px;
}

/* THE MENU */

#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
}

/* THIS SECTION LOADS BEFORE THE JAVASCRIPT */

/* This section makes sure the menubar looks good before loading or jquery disabled
-------------------------------------------------------------- */

#menubar-wrapper .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#menubar-wrapper .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#menubar-wrapper .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#menubar-wrapper a {
	display: block;
	text-decoration: none;
}
#menubar-wrapper ul ul {
/*	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); */
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	z-index: 99999;
}
#menubar-wrapper ul ul li {
	min-width: 160px;
}
#menubar-wrapper ul ul ul {
	left: 100%;
	top: 0;
}
#menubar-wrapper ul ul a {
	height: auto;
}
#menubar-wrapper li:hover > a,
#menubar-wrapper ul ul :hover > a {
/*	background: #333;
	color: #fff; */
}
#menubar-wrapper ul li:hover > ul {
	display: block;
}
#menubar-wrapper ul li.current_page_item > a,
#menubar-wrapper ul li.current-menu-ancestor > a,
#menubar-wrapper ul li.current-menu-item > a,
#menubar-wrapper ul li.current-menu-parent > a {
/*	color: #fff; */
}
* html #menubar-wrapper ul li.current_page_item a,
* html #menubar-wrapper ul li.current-menu-ancestor a,
* html #menubar-wrapper ul li.current-menu-item a,
* html #menubar-wrapper ul li.current-menu-parent a,
* html #menubar-wrapper ul li a:hover {
/*	color: #fff; */
}

.ie #menubar-wrapper {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

.menubar {
/*	font: bold 12px Verdana; */
/*	background: #414141; background of menu bar (default state)*/
	float: left;
}

.menubar ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menubar ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menubar ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.menubar ul li ul li a {
	text-align: left;
	background: #414141; /* background of menu items (default state)*/
}

* html .menubar ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.menubar ul li a:link, .menubar ul li a:visited {
	color: #fff;
}

.menubar ul li ul li a:link, .menubar ul li ul li a:visited {
	color: #fff;
}

.menubar ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #000;
	color: #fff;
}

.menubar ul li a:hover {
	color: #fff;
	background: #132800; /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.menubar ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menubar ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menubar ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.menubar ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
}

.menubar .current_page_item a {
	color: #f00;
}

/* Holly Hack for IE \*/
* html .menubar {
	height: 1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 9px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* classic menubar */

/* THE MENU */

#menubar {
	background: #000;
	text-align: left;
	list-style: none;
}

.ie #menubar {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

#menu {
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 12px;
}

#menu a {
	padding: 0px 10px 0 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu li .rss {
	padding: 5px 0 5px 0;
}

#menu li {
	float: left;
	cursor: pointer;
}

#menu li:hover a, #menu li.sfhover a {
	color: #fff; /* Main menu highlighted text color */
}

#menu li:hover, #menu li.sfhover {
	background: #f00; /* Main menu highlighted background color */
}

.sfhover {
	padding: 0;
	margin: 0;
}

/* For submenu dropdowns - this order must be maintained */

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -9999px;
	width: 195px;
	line-height: 1;
}
#menu li li {
	width: 185px;
	padding: 4px 5px;
	color: #fff;
}
#menu li li a {
	width: 194px;
	padding: 0;
	color: #fff;
	border: none;
}
#menu li ul ul {
	margin: -16px 0 0 190px;
}
#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
	color: #fff; /*Submenu highlighted text color */
}
#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a {
	color: #fff; /*Submenu text color */
	border: none;
	background: none;
}
#menu li li:hover {
	background: #f00; /*Submenu highlighted background color */
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
	left: -9999px;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
	left: auto;
	background: #000; /* Submenu background color */
	text-transform: none;
}

#menu .current_page_item a {
	color: #fff;
	background: #800;
}

/* content */

#content-wrapper, #content {
	clear: both;
}

.narrowcolumn {
	width: 660px;
	float: left;
	padding: 5px 0;
}

#blogheader {
	border-bottom: solid 1px #000;
	margin: 20px;
}

.post-wrap, .cpost-wrap {
	padding: 5px;
	margin-bottom: 15px;
}

.type-post, .type-page {
	padding: 5px;
}

.page-template-archives-php .type-page {
	margin-bottom: 20px;
}

.post-thumbnail img {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.type-post, .type-page, .type-casts {
	background: #fff;
	border: solid 1px #000;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-moz-box-shadow: 2px 2px 2px #555;
	-webkit-box-shadow: 2px 2px 2px #555;
}

.cpost-content {
	padding: 2px;
	width: 460px;
	float: left;
}

.cpost-content-full {
	padding: 2px;
}

.post-info {
	width: 560px;
	float: left;
	min-height: 64px;
	padding: 2px;
	border-bottom: dotted 1px #ccc;
}

.page .post-info {
	min-height: inherit;
}

	.post-cat, .post-author {
		margin-left: 20px;
	}
	
	.post-author-gravatar {
		float: right;
	}

.cpost-info {
	width: 180px;
	float: right;
	font-size: 12px;
}

	.cpost-info ul {
		margin: 0;
		padding: 0;
	}

	.cpost-info ul li {
		list-style: none;
		margin-left: 15px;
	}

	.cpost-info h4 {
		padding: 3px;
		font-size: 16px;
	}
	
		.post-host, .post-guest, .post-audience {
			margin-bottom: 10px;
		}

.entry {
	padding: 5px;
}

.edit-link {
	font-size: 10px;
	margin-left: 5px;
}

.comment-link a {
	float: right;
	padding: 3px;
}

.cast-tags {
	font-size: 10px;
}

.post-author-gravatar {
	float: right;
	width: 64px;
	height: 64px;
}

/* SIDEBARS */

#sidebar-right {
	margin-top: 5px;
	width: 320px;
	float: right;
	padding: 0;
}

.sidebar {
}

.sidebar h2 {
	font-size: 16px;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.sidebar li {
	margin: 0;
	padding: 0 5px;
}

.sidebar ul li ul {
	margin-bottom: 20px;
}

.sidebar h3 {
	margin: 0 0 5px;
}

/* WIDGETS */

.commpress_random_casts_thumbnail ul, .commpress_random_casts_thumbnail li {
	margin: 0;
	padding: 0;
}

/* THE FOOTER */

#footer {
	padding: 5px 0;
	text-align: center;
}

#footer .footer-pipe {
	padding: 0 2px;
}

/* FLOATS */

.clear {
	clear: both;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left;
}


/* Casts Navigation */

.casts_navi {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 44px;
}

.navi {
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	display: inline-block;
	float: left;
/*	overflow: hidden; */
}

a.navi:hover {
	background-position: -44px 0;
}

.navi-first {
	background: url('images/first.png') no-repeat;
}

.navi-prev {
	background: url('images/prev.png') no-repeat;
}

.navi-next {
	background: url('images/next.png') no-repeat;
}

.navi-last {
	background: url('images/last.png') no-repeat;
}

.navi-void {
	background-position: -88px 0;
}

/* Pagination */

#wp-paginav {
	text-align: left;
}

#paginav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
}

#paginav .paginav-pages {
	padding-right: 10px;
}

#paginav a {
	padding: 0px 10px;
	display: block;
}

#paginav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#paginav li {
	float: left;
}

#paginav .paginav-next, #paginav .paginav-previous {
	font-size: 20px;
}

#paginav .paginav-current, #paginav .current {
	padding: 0px 10px;
	font-weight: bold;
}

/* COMMENTS */

#comment-wrapper {
	margin-top: 20px;
}

.nocomments {
	margin-left: 20px;
	font-size: 11px;
}

.comment {
	display: block;
	margin-top: 20px;
}

.comment .comment {
	margin: 10px 0 0 70px;
}

.comment .comment .comment {
	margin-left: 20px;
}

.comment-avatar {
	width: 64px;
	height: 64px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

.comment-content {
	margin-left: 64px;
	margin-bottom: 20px;
}


.comment-author cite {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}

.comment .comment .comment-author cite {
	font-size: 14px;
}

.comment-meta-data {
	font-size: 11px;
}

.comment .comment .comment-permalink {
	display: none;
}

.comment-moderated {
	font-style: italic;
	font-size: 15px;
}

.comment-text {
	padding: 5px;
	font-size: 12px;
}

.comment-text p {
	padding: 5px 5px;
	margin: 0;
}

.comment-note {
	width: 400px;
	display: block;
	font-size: 11px;
}

.comment-meta {
	display: inline;
	border-left: 1px solid #000;
}

.commentsrsslink {
	font-size: 11px;
	float: right;
}

#comment {
	width: 90%;
	height: 80px;
}

.form-submit #submit {
	width: 140px;
	margin: 0;
	padding: 2px;
	color: #000;
	font-family: 'Verdana' , sans-serif;
	font-size: 12px;
	background: #ebf5fc;
	border: 1px solid #888;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 2px #555;
	-webkit-box-shadow: 2px 2px 2px #555;
 }
 
 #searchform button {
 	background: #ebf5fc;
	border: 1px solid #888;
	padding-bottom: 1px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 2px #555;
	-webkit-box-shadow: 2px 2px 2px #555;
}
 
.form-submit #submit:hover, #searchform button:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}

#author, #email, #url {
	width: 50%;
}

.comment-submit, .post-url-back {
	float: right;
}

.commentlist ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style: none;
}

ol.commentlist {
	margin: 0;
	padding: 10px 0 30px 0;
	list-style: none;
}

ol.commentlist p {
	margin-top: 3px;
}

ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.comment {
	margin: 10px 0 0 0;
	padding: 5px;
	border: none;
	background: url('images/whitetrans.png');
}

li.author {
	border: 1px solid #fff;
}


#respond {
	padding: 20px 0 0 0;
}

/* Pingbacks and Trackbacks */

#pingtrackback {
	font-size: 16px;
}

.pingback .comment-content, .trackback .comment-content {
	margin: 0 0 5px 20px;
}

.trackback .comment-author cite, .pingback .comment-author cite {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}


/* Comment fields */

#comment, #author, #email, #url, #s-search {
	padding: 2px;
	color: #000;
	font-family: 'Verdana' , sans-serif;
	font-size: 12px;
	background: #ebf5fc;
	border: 1px solid #888;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 2px #555;
	-webkit-box-shadow: 2px 2px 2px #555;
}

#comment:focus, #comment:hover, #author:hover, #email:hover, #url:hover, #comment:focus, #author:focus, #email:focus, #url:focus, #s-search:focus {
	background: #fff;
}

/* SEARCH */
.searchresults {
	float: right;
	margin-right: 20px;
}

/* Text navigation */

/* NAVIGATION */

.nav, .blognav {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}

.nav-first {
	float: left;
}

.nav-previous {
	float: left;
}

.nav-previous a {
	padding-left: 10px;
}

.nav-next {
	float: left;
}

.nav-next a {
	padding-left: 10px;
}

.nav-last {
	float: left;
}

.nav-last a {
	padding-left: 10px;
}

.pagenav, .commentnav {
	height: 25px;
	color: #000;
	font-weight: bold;
	line-height: 25px;
	padding: 0 5px 0 5px;
	margin-top: 5px;
	clear: both;
}

.pagenav-left, .commentnav-left {
	float: left;
}

.pagenav-right, .commentnav-right {
	float: right;
}

.nav a, .pagenav a, .nav-blog a {
	display: block;
	float: left;
}

/* Archive Year Template */

.archive-date {
	padding: 0 5px 0 0;
	font-size: 12px;
	white-space: nowrap;
}

.month-table {
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

#linkspage, #linkspage ul, #linkspage li, #archivepage, #archivepage url, #archivepage li {
	list-style: none;
}

#linkspage h2 {
	margin-top: 20px;
}

.archive-yearlist, .archivepage {
	clear: both;
	margin-bottom: 10px;
}

/* CALENDAR */

#wp-calendar-wrap {
	margin: 0 auto;
	width: 170px;
	background: #fff;
	padding: 10px;
	border: 1px solid #000;
}

#wp-calendar {
	width: 165px;
	margin: 0 auto;
}

.wp-calendar-thumb {
	width: 178px;
	height: 130px;
	margin: 0 auto;
}

#wp-calendar th {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

#wp-calendar caption {
	font-family: 'Georgia' , sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #fff;
	background: #000;
}

table#wp-calendar {
	border: none;
	background: transparent;
}

table#wp-calendar td {
	border-color: #999;
}

.wp-calendar-download {
	width: 166px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 10px;
	text-align: right;
	color: #777;
	background: #222;
}

.wp-calendar-download-links a {
	padding: 0 3px;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-left: 1px solid #777;
}

.wp-calendar-download-links a:hover {
	background: #800;
}