/*
Theme Name: DP2
Theme URI: http://wordpress.org/
Description: DP2 is a cool widget-ready green theme with a dog and a cat on it. This theme is brought to you by <a href="http://www.blurburger.com/">Blurburger Design</a>.
Version: 1.0
Author: Pete Joison
Author URI: http://www.blurburger.com/
*/


/* USED COLORS
-----------------------------------------------------------
	#fff - white (text);
	#000 - black (backgrounds);
	#B3D335 - light green (background)
	#1a5b09 - dark green (hyperlinks)
	#fee614 - yellow (navigation hyperlinks)
	#2573ac - blue (h1 heading)
*/


/* BEGIN STRUCTURE
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #B3D335 url("images/banner4.gif") repeat-x;
	margin: 0 auto;
        height:100%;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
        height:100%;
}

#header {
	padding: 60px 0 0 50px;
}

#header H1 {
	display: none;
}

#navigation {
	margin-top: 205px;
	margin-left: 15px;
	width: 940px;
	height: 32px;
}


#content {
        background: #ffffff;
	width: 940px;
	margin-bottom: 20px;
        height:100%;
}

#content-left {
        background: #ffffff;
	float: left;
	width: 600px;
}

#content-left-inner {
        padding-left:20px;
        padding-right:20px;
}


#searchbar {
	float: right;
/*	background: url("images/sb-search-bg.png") no-repeat; */
	margin-bottom: 5px;
	height: 50px;
	width: 200px;
}

#sidebar {
background: #FBFFD5;
float: right;
	margin-bottom: 10px;
	text-align: left;
	width: 340px;
        height:100%;
        min-height:100%;
}

#footer {
/*	background: url("images/px-ct.png"); */
	background: #ffffff; 
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	width: 940px;
}
/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN NAVIGATION
----------------------------------------------------------- */
#navigation li {
		display : inline;
		overflow: hidden;
		list-style-type: none;
                list-style: none;
 }	
		
#navigation a, a.active {
		color: Black;
		float : left;
		background: #86d0e6;
		font-size:11px;
		font-weight:normal;
		font-family:Verdana;
		border: 1px solid #80af46;
		padding: 4px 19px 4px 19px;
    		margin-left: 2px;
		text-decoration: none; }
		
#navigation li.current_page_item {
		background: white;
		border-bottom: 1px solid white;
		font-weight : bold; 
}

#navigation li.current_page_item a {
		background: white;
		border-bottom: 1px solid white;
		font-weight : bold; }

#navigation li.current_page_item a:hover {
		background: white;
		color: black; }
		

#navigation a:hover {
		color: black;
		background: #00aeef }	
		
#navigation a:visited {
		color: black; }
		




/*
#navigation ul {
	list-style: none;
}

#navigation ul li {
	background: url("images/tabLeft.png") no-repeat;
	float: left;
	height: 37px;
	margin-right: 1px;
	padding-left: 3px;
        padding-bottom: 10px;
}
#navigation a {
	color: #ffffff;
	background: url("images/tabRight.png") no-repeat 100% 0;
	display: block;
	font-weight: bold;
	float: left;
	height: 31px;
	padding-right: 11px;
	padding-top: 6px;
        padding-bottom: 6px;
}

#navigation ul li.current_page_item {
	background: url("images/tabLeft.png") no-repeat 0 100%;
}
#navigation ul li.current_page_item a {
	background: url("images/tabRight.png") no-repeat 100% 100%;
}
*/
/* END NAVIGATION
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY
----------------------------------------------------------- */
* {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

h1, h1 a {
	font-size: 22px;
	color: #008fc0;
}
h2, h2 a {
	font-size: 20px;  
                color:#00aeef;              
}
h3, h3 a {
	font-size: 18px;
                color: #1a5b09;
}
h4, h4 a {
	font-size: 16px;
                color: #1a5b09;
}

#header h1 a {
	font-size: 32px;
}
#header h2 {
	font-size: 18px;
	font-weight: normal;
}

.post-header
{
	margin-top: 3px;
	padding: 2px 0 2px 32px;
	background: url("images/Post-bg.gif") left center no-repeat;
	color: #00aeef;
	font-size: 18px;
	font-weight: bold;
}

#navigation a {
	font-size: 15px;
}

#content .post small {
	font-size: 12px;
	position: absolute;
                color: #ab4a9c;
                margin-left : 35px;
}

#content .post p {
                padding-top: 20px;

}

#sidebar ul li h2 {
	color: #1a5b09;
	font-size: 15px;
	margin: 10px 0 0 0px;
	text-align: left;
}

#wp-calendar caption {
	color: #1a5b09;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #1a5b09;
	font-weight: bold;
	text-transform: capitalize;
}

#footer .footer-box-content,
#footer .footer-box-content a {
	
}
/* END TYPHOGRAPHY
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */
#sidebar ul li {
	list-style: none;

}

#sidebar ul li ul li a {
	display: block;
	height: 1%;
	padding-left: 2px;
	text-align: left;
	padding-right: 15px;
                color: #1a5b09;
}

#sidebar ul li ul li a:hover {
	background: #b0c941;
                color: #1a5b09;
}

#sidebar ul li ul li ul li a {
	padding-left: 30px;
}
#sidebar ul li ul li ul li a:hover {
	background: #b0c941;
}

#sidebar .textwidget {
	text-align: left;
	padding: 0 15px;
}


#content ul,
#content ol,
ol.commentlist {
	margin: 0 0 0 30px;
	list-style-position: outside;
}
ol.commentlist li {
	margin: 10px 0;
	padding: 5px;
	position: relative;
}

ol.commentlist li ul li,
ol.commentlist li ol li {
	margin: 0;
	padding: 0;
}
/* END LISTS
----------------------------------------------------------- */



/* BEGIN FORMS
----------------------------------------------------------- */
#commentform input {
	width: 200px;
}
#commentform textarea {
	width: 95%;
}

#commentform #submit {
	float: right;
	width: auto;
}
#commentform p {
	padding: 5px 0;
}

#content form div {
	text-align: center;
}

#sidebar #sbar-searchform input {
	margin: 2px 0;
}

#searchbar form#sbar-searchform {
	height: 50px;
	margin: 11px 15px 0 15px;
	height: 1%; /* IE :( */
}
#searchbar form#sbar-searchform #sbar-s {
	float: left;
	margin-top: 4px;
	width: 120px;
}
#searchbar form button#sb-searchsubmit,
#searchbar form button#sbar-searchsubmit {
	background: none;
	border: none;
	float: right;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content .post img {
/*	border: 1px solid #008fc0; */
	padding: 5px;
	margin: 5px;
}

#content .post img.left {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
#content .post img.right {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}
#content .post img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
#content .post h2 a {
	display: block;
	width: 465px;
}

#content .post {
	position: relative;
	margin: 20px 0 20px 0;
}

#content .entry {
/*	background: url("images/post-divider.png") no-repeat 0 100%; */
	margin: 20px 0px 10px 0;
	padding-bottom: 30px;
}

#content a.commentslink {
/*	background: url("images/comments-bubble.png") no-repeat;
	display: block;
	font-size: 20px;
	font-style: italic;
	height: 41px;
	padding-top: 2px;
	position: absolute;
	top: 5px;
	right: 0;
	text-align: center;
	width: 57px; */
}
#content .post small {
	display: block;
	height: 16px;
	padding-bottom: 20px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
                color:#ab4a9c;
	line-height: 1.5em;

}

#content .post span.editlink {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 65px;
	text-align: right;
}
#content .post span.editlink-single {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 0;
	text-align: right;
}
#content .commentlist span.editlink {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	margin: 0 10px 0 0;
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: right;
}


#content blockquote {
	border-left: 5px solid #cce04d;
	margin: 15px 30px 0 10px;
	padding-left: 10px;
}
#content .commentlist blockquote {
	background: #fff;
}

#content .entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}


.navigation {
	display: block;
	padding: 0 0 30px 0;
	text-align: center;
}

.center {
	text-align: center;
}

.left {
	float: left;
}
.right {
	float: right;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}
/* END OTHER
----------------------------------------------------------- */

/* BEGIN CONTENT ROUNDED BOX
----------------------------------------------------------- */
.content {
   background: #ffffff;
}
.content-box-top div {
   background: url("images/content-box-tl.png") no-repeat top left;
}
.content-box-top {
   background: url("images/content-box-tr.png") no-repeat top right;
}
.content-box-bottom div {
   background: url("images/content-box-bl.png") no-repeat bottom left;
}
.content-box-bottom {
   background: url("images/content-box-br.png") no-repeat bottom right;
}

.content-box-top div, .content-box-top,
.content-box-bottom div, .content-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.content-box-content {
	margin: 0 15px 15px 15px;
	height: 1%; /* IE :( */
}
/* END CONTENT ROUNDED BOX
----------------------------------------------------------- */



/* BEGIN SIDEBAR ROUNDED BOX
----------------------------------------------------------- */
.sidebar {
   background: #B3D335;
}


.sidebar-box-top div, .sidebar-box-top,
.sidebar-box-bottom div, .sidebar-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.sidebar-box-content {
	margin: 0;
}
/* END SIDEBAR ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN FOOTER ROUNDED BOX
----------------------------------------------------------- */
.footer {
   background: #ffffff;
}
.footer-box-top div {
   background: url("images/content-box-tl.png") no-repeat top left;
}
.footer-box-top {
   background: url("images/content-box-tr.png") no-repeat top right;
}
.footer-box-bottom div {
   background: url("images/content-box-bl.png") no-repeat bottom left;
}
.footer-box-bottom {
   background: url("images/content-box-br.png") no-repeat bottom right;
}

.footer-box-top div, .footer-box-top,
.footer-box-bottom div, .footer-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.footer-box-content {
	margin: 0 15px 0 15px;
}
/* END FOOTER ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 150px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* END CALENDAR
----------------------------------------------------------- */

.postmetadata {
clear: left;
background: #F7F7F7 repeat-x left bottom;
border-top: solid 2px #91be4a;
border-bottom: solid 5px #91be4a;
font-size:1.1em;
display:block;
color:#000000;
margin-top:10px; 
padding: 7px 7px 7px 7px;
}

.postmetadata a:link {
color:#336600;
}

.postmetadata a:visited {
color:#336600;
}

.postmetadata a:hover {
color:#808000;
border-bottom:1px dotted #808000;
text-decoration:none !important;
margin:0;
}