@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #DDDDDD;
	text-align: center;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1 {
	padding-top: 30px;
	text-align: center;
	margin: 0;
}
#header a {
	text-decoration: none;
}
#header img {
	border: 0;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding: 0 10px;
	font-size: 85%;
}
#sidebar h1, #sidebar h2, #sidebar h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
#sidebar h1, #sidebar h2 {
	font-size: 16px;
}
#sidebar p {
}
#sidebar ul {
	padding: 0px;
	margin: 0;
}
#sidebar ul li {
	list-style-type: none;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#sidebar ul li ul {
	margin-left: 15px;
}

#sidebar ul li ul li {

}

#content {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 520px;
	padding: 0 20px;
}

#footer {
	text-align: center; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	padding: 0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 24px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 24px;
}

.clearer { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


div.post {
	padding-bottom: 10px;
}
/* Title of post */
div.post h2.post-title {
	margin-bottom: 5px;
	font-size: 20px;
}

div.post p, div.post h1, div.post h2, div.post h3, div.post h4, div.post h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.post ul, div.post ol, div.post dl {
	margin-left: 20px;
}

/* date post was published */
div.post div.post-date {
	font-size: 12px;
	font-style: italic;
}
/* post entry data */
div.post div.post-entry {
	font-size: 85%; /* shrink the data slighty that is within the post so it looks good. */
	margin-bottom: 10px;
}
/* links and text below post entry */
div.post div.post-meta {
	font-size: 70%;
}
div.post div.post-meta p {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}




#sidebar_subscribe img {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	border: 0px;
}

#powered_by {
	margin: 0px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#powered_by a {
	
	text-decoration: none;
}
#powered_by a img {
	border: thin groove #013567;
	margin: 0;
	padding: 0;
}

#pagenav {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

.player {
	margin-bottom: 3px;
	margin-top: 10px;
}

#post-comments {
	margin-bottom: 20px;
}

#post-comments .comment {
	margin-left: 20px;
	margin-top: 10px;
}

#post-comments .comment p {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#post-comments .comment .comment-meta {
	font-size: 10px;
}
#post-comments .comment-new {
	font-size: 14px;
	margin: 20px;
	width: 100%;
}
#post-comments .comment-new .row {
	margin-bottom: 6px;
	margin-top: 3px;
}
#post-comments .comment-new h3 {
	margin-bottom: 5px;
}
#post-comments .comment-new label {
	width: 35%;
	text-align: left;
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 95%;
}
#post-comments .comment-new .validation-code {
	clear: both;
	width: 40%;
}
#post-comments .comment-new input {
	width: 40%;
}
#post-comments .comment-new textarea {
	width: 75%;
	margin-left: 10px;
	height: 80px;
}
#post-comments .comment-new p {
	font-size: 85%;
	margin: 0px;
}
#post-comments p.comment-error {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 75%;
	line-height: 29px;
	font-size: 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	/* Red:
	border-color: #c69;
	background-color: #ffeff7; */
	background-color: #ffffe0;
	border-color: #e6db55;
	font-weight: bold;
}
#post-comments p.comment-success {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 80%;
	line-height: 29px;
	font-size: 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	background-color: #C9EDC9;
	border-color: #339933;
	font-weight: bold;
}