/*
Theme Name: CommPress
Contributors: 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> This is the CommPress Core Framework.   NOTE: This Requires PHP5 and WordPress 3.0
Author: Philip M. Hofer (Frumph)
Tags: White, two-columns, fixed-width, threaded-comments, sticky-post, translation-ready
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
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;
}

input, textarea {
	font-family: 'Arial' , sans-serif;
	font-size: 13px;
}

#site {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 100px;
}

#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;
}

/* Menubar */

.menu {
	width: 100%;
	height: 22px;
	margin: 6px 0 4px;
	padding: 0;
	zoom: 1;
	text-transform: uppercase;
}

.menu a {
	text-shadow: 2px 2px 4px #111;
}

.menu li, .menu ul {
	float: left;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.menu li a, ul.menu li ul li a, .menu ul li a, .menu ul li ul li a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	color: #EAFFED;
	white-space: nowrap;
}

.menu li a:hover, .menu li ul li a:hover {
	background: #24313C;
}

.menu li ul, .menu li ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #000;
}

.menu li ul li, .menu li ul li ul li {
	float: none;
	display: inline;
}

.menu li ul li a, .menu li ul li ul li a {
	width: auto;
	background: #005494; /*LIGHT-GREEN*/
	color: #24313C;
	text-align: left;
}

.menu li ul li a:hover, .menu li ul li ul li a {
	background: #8EA344;
}

/* content */

#content-wrapper, #content {
	clear: both;
}

.narrowcolumn {
	width: 660px;
	float: left;
}

#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;
}

.type-post, .type-page, .type-casts {
	background: #fff;
	border: solid 1px #000;
	-moz-box-shadow: 3px 3px 3px #555;
	-moz-border-radius-bottomright: 6px;
	-webkit-box-shadow: 3px 3px 3px #555;
	-webkit-border-bottom-right-radius: 6px;
}

.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;
}
	.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 a, .comment-link a {
	text-align: center;
	background: #fafafa;
	padding: 2px 5px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-left: 5px;
	position: relative;
	margin-top: -1px;
	zoom: 1;
	-moz-box-shadow: 3px 3px 3px #555;
	-moz-border-radius-bottomright: 6px;
	-webkit-box-shadow: 3px 3px 3px #555;
	-webkit-border-bottom-right-radius: 6px;
}

.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 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;
}

/* FOOTER */

#footer {
	clear: both;
	text-align: center;
	margin-top: 40px;
}

	#footer p {
		text-align: center;
	}

/* 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 {
	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-textarea {
	width: 99%;
}

#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, #comment-textarea, #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;
}

#comment-textarea: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;
}