/*
Theme Name: Blubrry Vision
Theme URI: http://www.blubrry.com/wordpress_themes/
Description: A WordPress theme perfect for your video podcast and works seamlessly with the Blubrry PowerPress podcasting plugin
Version: 1.0
Author: Angelo Mandato
Author URI: http://www.blubrry.com/
Tags: fixed width, two columns, widgets, 404, podcasting, powerpress, video

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #7A7A7A; /* Default font color */
	background-color: #FFFFFF;
}
form {
	margin: 0;
}
a /* , a:visited, a:link, a:hover, a:active */ { 
	color: #0F78E3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
hr {
	display: none;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
p img {
	padding: 0;
	max-width: 100%;
}
blockquote {
	/* customize here */
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

#tagline {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 910px;  /* page width */
	font-size: 85%;
	height: 20px;
}
#pagecontainer {
	text-align: left;
	margin: 0 0 10px 0;
	width: 100%; /* page width */
}
/* page header */
#header {
	position: relative; /* so we can position items within header absolute */
	padding: 0;
	width: 910px;
	text-align: left;
	margin: 0 auto 10px auto;
}
#header img 	{
	border: 0;
}
#header h1 {
	margin: 10px 0 30px;
}
#header h1 a:hover {
	text-decoration: none;
}


/* page footer */
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	height: 100px; /* footer height */
	/*background-color: #0077ED; */
	margin: 0 0 20px 0;
}
#footer p {
	padding: 42px 20px;
	font-size: 10px;
/*	color: #ffffff; */
}

#contentcontainer {
	width: 910px;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	padding: 0 20px 10px 20px;
	float: right;
	margin-top: 71px;
	margin-bottom: 20px;
	width: 260px; /* sidebar width */
	/*
	color: #FFFFFF;
	background-color: #0077ED;
	background-image: url(images/bgfade.png);
	background-repeat: repeat-x;
	*/
	
	/* Sidebar has 10px fillets */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

#sidebar h2 {
	font-size: 1.2em;
	font-size: 22px;
}
#sidebar h2, #sidebar h3, #sidebar h4 {
	color: #CBE834;
	font-weight: normal;
}
#sidebar a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p {
	margin: 5px 0;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar #searchform {
	padding-left: 10px;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	margin: 1px;
/*	vertical-align: middle; */
}

#sidebar #searchform #searchsubmit {
/*	padding: 1px;
	vertical-align: middle; */
}

/* content */
#content {
/*	padding: 10px; */
	float: left;
	width: 570px; /* content body width */
	overflow:hidden;
	margin-top: 0px;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	color: #0F78E3;
}

.post {
	margin: 0 0 30px;
/*	text-align: justify; */
	position: relative;
}

.post hr {
	display: block;
}
.post small {
	
}
.post > small {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	color: #0F78E3;
}
.post > h2, .post > h1, .post > h3 { /* post/page title */
	margin-bottom: 0px;
}
.post > h2 a:hover, .post > h1 a:hover, .post > h3 a:hover { 
	text-decoration: none;
}
.postmetadata { /* edit link, tags and categories of post */
	clear: both; /* moves postmetadata below any images that may be floating within post area */
	position: relative;
	border-top: dotted 1px #666666;
	margin-top: 12px;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.postmetadata p {
	margin: 3px 0;
}
.postmetadata .editentry {
	position: absolute;
	top: -16px;
	right: 1px;
	font-size: 85%;
}
.postmetadividor {
	margin: 0 5px;
}
.entry {
	
}
.entry a {
	text-decoration: underline;
}
.entry p {
	font-size: 14px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

.pagenav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.pagenav .alignleft {
	width: 250px; /* 1/2 content width */
}

.pagenav .alignright {
	width: 250px; /* 1/2 content width */
}

/* comments */
#comments {
	font-size: 150%;
}
.commentscontent {
	padding-top: 1px;
/*	margin-left: 40px; */
}
.commentscontent h3 {
	font-size: 115%;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
/*	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
}

.commentmetadata {
	font-weight: normal;
	font-size: 85%;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
/*	text-align: justify; */
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* comment form */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* common classes */
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.thread-even {
	background-color: #ECECEC;
}
.thread-odd {
	background-color: #F3F3F3;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.children {
	padding: 0;
}

/* Post that is marked sticky (http://www.nathanrice.net/blog/definitive-sticky-posts-guide-for-wordpress-27/)  */
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

#subscribe {
	
}

/* Example of rearrange the columns */
/*
#sidebar {
	float: left;
}
#content {
	float: right;
}
*/
