/*
Theme Name: Positive Planet
Theme URI: http://positiveplanet.net/blog/
Description: Custom theme for Positive Planet.
Version: 1.0
Author: Michael Greene
Author URI: http://positiveplanet.net/blog/
Tags: Positive Planet

	Positive Planet v1.0
	 http://positiveplanet.net/blog/

	This theme was designed and built by Cyber-NY,
	whose site you will find at http://cyber-ny.com/

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

*/

 

/* BLOG STYLES */#blog-left-nav-wrapper {

	float: left;
	width: 226px;
	position: relative;
}

#blog-left-nav-wrapper h1 {
	margin: 20px 0px 0px 12px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
}

#blog-left-nav-wrapper h1.links {
	margin: 10px 0px 0px 12px;
}

#blog-left-nav-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0px 0px 6px;
}

#blog-left-nav-wrapper ul.links li {
	background: url(/images/blog-list-bullet.jpg) no-repeat 0 .6em;
	padding-left: 12px;
	margin: 0px 0px 15px 8px;
}

#blog-left-nav-wrapper ul.links {
	width: 188px;
}	

#blog-left-nav-wrapper ul.links li a:link, #blog-left-nav-wrapper ul.links li a:active, #blog-left-nav-wrapper ul.links li a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#blog-left-nav-wrapper ul.links li a:hover {
	text-decoration: none;
}

#blog-left-nav-wrapper ul.archive, #blog-left-nav-wrapper ul.categories {
	margin: 0px 0px 20px 25px;
	padding: 0px;
}

#blog-left-nav-wrapper ul.archive li, #blog-left-nav-wrapper ul.categories li {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

#blog-left-nav-wrapper ul.archive li a:link, #blog-left-nav-wrapper ul.categories li a:link, #blog-left-nav-wrapper ul.archive li a:active, #blog-left-nav-wrapper ul.categories li a:active, #blog-left-nav-wrapper ul.archive li a:visited, #blog-left-nav-wrapper ul.categories li a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #99ff66;
}
#blog-left-nav-wrapper ul.archive li a:hover, #blog-left-nav-wrapper ul.categories li a:hover {
	text-decoration: none;
}

#blog-left-nav-wrapper ul.sub-uls {
	margin: 0px;
	padding: 0px;
}

#blog-left-nav-wrapper ul.sub-uls li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#blog-main-wrapper {
	float: left;
	width: 500px;
}

#blog-main-wrapper h1 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
}

#blog-left-nav-wrapper div.divider-white {
	height: 2px;
	background: #FFFFFF;
	width: 182px;
	margin: 0px 0px 0px 12px;
	font-size: 1px;
}

.blog-post {
	float: left;
	margin: 15px 0px 20px 0px;
}

.blog-post .post-image {
	width: 102px;
	height: 100%;
	float: left;
}

.blog-post .post-image img {
	width: 100px; 
}

.blog-post .post-text {
	width: 380px;
	float: left;
	margin: 0px 0px 0px 10px;
}

.blog-post .post-text .title {
	background: #7ec656;
	padding: 3px 5px 3px 5px;
	margin-top:0;
text-align:left;
}

.blog-post .post-text .title h2, .blog-post .post-text .title h2 a{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none;
}
.blog-post .post-text .title h2 a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.blog-post .post-text .date h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

.blog-post .post-text .post p {
	margin: 10px 0px 0px 10px;
	font-size: 12px;
}

.blog-post .post-text .tags span {
	font-size: 10px;
	margin: 18px 0px 0px 10px;
	float: left;
}

.blog-post .post-text .tags span a:link, .blog-post .post-text .tags span a:active, .blog-post .post-text .tags span a:visited {
	color: #99ff66;
	font-size: 10px;
	text-decoration: underline;
}
.blog-post .post-text .tags span a:hover {
	text-decoration: none;
}

.blog-post .post-text .categories ul {
	list-style-type: none;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}
.blog-post .post-text .categories ul li {
	float: left;
}

.blog-post .post-text .categories ul li a:link, .blog-post .post-text .categories ul li a:active, .blog-post .post-text .categories ul li a:visited {
	color: #99ff66;
	font-size: 10px;
	text-decoration: underline;
}
.blog-post .post-text .categories ul li a:hover {
	text-decoration: none;
}

.blog-post .post-text .categories ul li.uncategorized {
	background: url(/images/blog-icon-uncategorized.jpg) no-repeat 0 .4em;
	padding-left: 15px;
	margin: 0px 0px 0px 0px;
}
.blog-post .post-text .categories ul li.comments {
	background: url(/images/blog-icon-comments.jpg) no-repeat 0 .4em;
	padding-left: 15px;
	margin: 0px 0px 0px 8px;
}
.blog-post .post-text .categories ul li.bookmark {
	background: url(/images/blog-icon-bookmark.jpg) no-repeat 0 .4em;
	padding-left: 15px;
	margin: 0px 0px 0px 8px;
}

.blog-post .post-text .categories ul li span {
	margin: 0px 0px 0px 6px;
	font-size: 10px;
}

#blog-left-nav-wrapper a.cyberny-logo:link, #blog-left-nav-wrapper a.cyberny-logo:active, #blog-left-nav-wrapper a.cyberny-logo:visited, #blog-left-nav-wrapper a.cyberny-logo:hover {
	width: 145px;
	height: 24px;
	background: url(/images/blog-cyberny-logo.jpg) no-repeat;
	display: block;
	text-indent: -10000px;
	margin: 75px 0px 0px 30px;
}

#blog-left-nav-wrapper p.positive-planet-thankyou {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}


.clear-both {
	clear: both;
}

#sidebar a:link, #sidebar a:visited {
	color:#FF0;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


#sidebar ul li{
	margin:0px;
	padding:0px 0px 4px;
}


#sidebar h2{
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#sidebar h2 a{
	padding-top:10px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
}

.caption{
	font-style:italic;
}

.navigation{
	overflow:hidden;
	height:25px;
	background-color: #3199CC;
	padding-top: 7px;
	border: 1px solid #354DA1;

-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-khtml-border-top-right-radius: 6px;
-khtml-border-top-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
-khtml-border-bottom-right-radius: 6px;
-khtml-border-bottom-left-radius: 6px;

}

.navigation a
{
	color: #FF0;
	text-decoration: none;
}

.navigation a:hover
{
	text-decoration: underline;
}


.navigation .alignright {
	float:right;
	margin:0 10px;
	white-space: nowrap;
	text-align: right;
}
.navigation .alignleft {
	float:left;
	margin:0 10px;
	text-align:left;
	white-space: nowrap;
}

.entry
{
	border: 1px solid #344DA1;
	padding: 0px 10px;
	margin: 0px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	background-color: #344DA1;
}

.entry a
{
	color: #FF0;
	text-decoration: none;
}

.entry a:hover
{
	text-decoration: underline;
}

.entry h2
{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.postmetadata, .postmetadata a
{
	font-size: 10px;
}

.postmetadata a {
	color: #FF0;
	text-decoration: none;
}

.postmetadata a:hover {
	text-decoration: underline;
}


.smalltype, .smalltype a
{
	font-size: 10px;
	line-height: 12px;
}

.single-title
{
	color: #FFF;
	background-color: #6EBE45;
	font-size: 13px;
	margin: 0px;
	padding: 0px 5px 5px 10px;
	border-top: 1px solid #354DA1;
	border-right: 1px solid #354DA1;
	border-bottom: 0px none;
	border-left: 1px solid #354DA1;

-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-khtml-border-top-right-radius: 6px;
-khtml-border-top-left-radius: 6px;
}

.single-title a
{
	color: #FF0;
	text-decoration: none;
}

.single-title a:hover
{
	text-decoration: underline;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #344DA1;
	text-align: center;
	background-color: #9DBCCE;
	margin: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	padding: 4px;
}

.wp-caption img {
	margin: 0px;
	padding: 4px 0px 0px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 14px;
	padding: 3px 4px 0px;
	margin: 0px;
	color: #333;
	text-align: left;
}
/* End captions & aligment */

.tinytype
{
	font-size: 2px;
	line-height: 2px;
}


.blogroll li
{
	font-size: 11px;
	color: #FFF;
}


#respond a {
	color: #FF0;
	text-decoration: none;
}

#respond a:hover {
	text-decoration: underline;
}

.widget
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4066B1;
	margin-bottom: 5px;
}

table.blogbody {
background-image: url(images/table-blogbody-bkg.png);
}


