/*
Theme Name: PodCamp Ohio 3
Theme URI: http://www.spaceblue.com/wordpress/themes/podcampohio3/
Description: A clean WordPress theme, excellent to start from
Version: 1.0
Author: Angelo Mandato
Author URI: http://www.spaceblue.com/
Tags: fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000; /* Default font color */
	color: #333333;
	background-color: #FFFFFF;
	/* Background image */
	/*
	background-image: url(images/bg.png);
	background-repeat:repeat;
	*/
}
form {
	margin: 0;
}
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;
}
h1, h2, h3, h4, h5 {
	color: #24AAE7;
}
a {
	color: #24AAE7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

#tagline {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1000px;  /* page width */
	font-size: 85%;
}

#pagecontainer {
	text-align: left;
	margin: 0 auto 10px auto;
	width: 1000px; /* page width */
}

/* page header */
#header {
	position: relative; /* so we can position items within header absolute */
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	text-align: left;
	height: 125px; /* header height */
}

#header img 	{
	border: 0;
	z-index:-100;
}

#header h1 {
	margin: 0;
	padding: 20px 10px;
}
#header #register_link {
	position: absolute;
	bottom: 0;
	right: 10px;
}


/* page footer */
#footer {
	clear: both;
	width: 980px;
	text-align: center;
	height: 85px; /* footer height */
	background-color: #24AADF;
	margin: 0 10px;
}
#footer p {
	padding: 36px;
	font-size: 85%;
	color: #FFFFFF;
}

/* sidebar */
#sidebar {
	padding: 10px;
	float: right;
	width: 310px; /* sidebar width */
}

#sidebar h2 {
	font-size: 24px;
	font-weight: normal;
	color: #919191;
	padding-bottom: 5px;
	border-bottom: 1px solid #F39D54;
	clear: both;
	margin-bottom: 10px;
}

#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: 600px; /* content body width */
	overflow:hidden;
}

.post {
	margin: 0 0 30px;
/*	text-align: justify; */
}

.post hr {
	display: block;
}
.post small {
	
}
.post a {
	text-decoration: underline;
}
.post > h2, .post > h1, .post > h3 { /* post/page title */
	margin-bottom: 2px;
}
.post > h2 {
	font-size: 28px;
	font-weight: normal;
}
.entry { /* content of post */
	font-size: 115%;
}

.postmetadata { /* edit link, tags and categories of post */
	clear: both; /* moves postmetadata below any images that may be floating within post area */
	position: relative;
	margin-top: 10px;
	padding-bottom: 3px;
/*	border-bottom: dotted 1px #666666; */
	display: block;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.postmetadata p {
	margin: 3px 0;
}
.postmetadata .editentry {
	position: absolute;
	bottom: 3px;
	right: 1px;
}
.postmetadividor {
	margin: 0 5px;
}

.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;
}
.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;
}


/* Example of rearrange the columns */
/*
#sidebar {
	float: left;
}
#content {
	float: right;
}
*/
#pagenavcustom li { /*
	min-width: 140px;
	float: left; */
	font-size: 115%;
}
#pagenavcustom li ul li {
/*	width: 240px; */
	margin-left: 5px;
	font-size: 80%;
}
#subscribe_sidebar {
	margin-bottom: 10px;
	height: 70px;
}
#subscribe_sidebar ul li {
	min-width: 140px;
	float: left;
	height: 24px;
	font-size: 115%;
}

.custompagenav  ul ul,
.custompagenav .current_page_item ul ul,
.custompagenav .current_page_ancestor ul ul,
.custompagenav .current_page_ancestor .current_page_item ul ul,
.custompagenav .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
	}

.custompagenav .current_page_item ul,
.custompagenav .current_page_ancestor ul,
.custompagenav .current_page_ancestor .current_page_item ul,
.custompagenav .current_page_ancestor .current_page_ancestor ul,
.custompagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.custompagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
	}
