﻿/*
Theme Name: Cleanfrog
Theme URI: http://nearfrog.com/themes/cleanfrog
Description: Custom Wordpress theme designed by Nearfrog Designs. It features two columns, fixed width with widget support in a clean layout consisting of grays, blue and orange. Also features collapsible widgets and Cufon text-replacement for the title.
Version: 2.0.2
Author: Nearfrog Designs
Author URI: http://nearfrog.com
Tags: white, blue, orange, fixed-width, two-columns, custom-menu, threaded-comments
License: GNU General Public License v2.0 or newer
License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url('miscstyles.css');

body {
	font-family: tahoma, lucida sans unicode, Verdana, sans-serif;
	background-color: #fbf5e6;
	padding: 0px;
	margin: 0px;
	/*Uncomment below for a gradient background (webkit/mozilla only)*/
	/*background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.0, rgb(131,185,077)),
    color-stop(0.5, rgb(255,255,255))
);
	background: -moz-linear-gradient(
    center top,
    #83B94D 0%,
    rgb(255,255,255) 100%
);*/
}
/* General typeset styles */
#header h1, #header h1 a {
	font-size: 21px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	color: #83B94D;
	text-decoration: none;
	text-align: left;
}
#header h2 {
	margin: 4px 0 18px 2px;
	font-size: 20px;
	text-transform: lowercase;
	font-weight: bold;
}
h2, h3 {
	font-weight: normal;
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, lucida sans unicode, sans-serif;
	color: #83B94D;
}
p, #content ul li, #content ol li {
	font-family: tahoma, lucida sans unicode, sans-serif;
	font-size: 12px; /*letter-spacing: 0.55px;*/;
	line-height: 19px;
	text-align: justify;
}
a {
	outline: 0px;
}
img.alignleft {
	margin-right: 10px;
}
img.alignright {
	margin-left: 10px;
}
img.alignnone {
	margin: 0 10px 0 10px;
}
img + a {
	border-style: none;
}
.entry, #commentbox p, #pinglist, #respond {
	color: #555;
	font-size: 12px;
	margin: 30px 25px 0px 25px;
}
.entry img {
	border: 0px #ccc solid;
}
#content a, .postmetadata a, #content p a:visited, #sidebar a, #content ul li a, #content ol li a, #footer p a, .navigation a, .page-link a, .footbar a {
	color: #83b94d;
	text-decoration: none;
}
#content a:hover, #sidebar a:hover, #content ul li a:hover, #content ol li a:hover, .comment-author a:hover, .navigation a:hover, .page-link a:hover, .footbar a:hover {
	color: #9acd72;
	text-decoration: underline;
}
.postmetadata a:hover, .reply a p:hover, #cancel-comment-reply-link p:hover {
	color: #9acd72;
	text-decoration: underline!important;
}
#content table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#content table td {
	border-top: 1px solid #ddd;
}
#content table td, #content table th {
	padding: 6px;
	text-align: left;
}
#content h3 {
	font-size: 14px;
}
blockquote {
	background: transparent url('images/qo.png') no-repeat scroll left top;
	padding-left: 23px;
	padding-top: 7px;
	max-width: 450px;
	font-style: italic;
}
blockquote p:first-child {
	padding: 0px;
	padding-top: 4px;
	margin: 0px;
	background: transparent url('images/qc.png') no-repeat scroll right bottom;
	padding-right: 22px;
	width: auto;
}
blockquote p:first-child:first-letter {
	float: left;
	margin: .2em .3em .1em 0;
	font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
	font-size: 270%;
	font-weight: bold;
}
blockquote cite {
	font-weight: bold;
}
hr {
	width: 62%;
	border: none;
	background-color: #555;
	height: 2px;
	opacity: 0.6;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#respond {
	clear: both;
}
input, textarea {
	border: 1px #83B94D dotted;
	background-color: #EDFFC8;
	color: #555;
	font-family: tahoma, lucida sans unicode, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
input#s {
	width: 123px;
}
/* Box Styles styles */
#container {
	border-style: dotted dotted dotted dotted;
	border-width: 0px 2px 2px 2px;
	border-color: #83b94d;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #fff;
}
#header {
	color: #ed6a34;
	text-align: right;
	padding-left: 0px;
}
#contentcontainer {
	}
#content {
	padding: 14px;
	float: left;
	min-height: 760px;
	width: 650px; 
	border-right: 2px #83B94D dotted;
	border-bottom: 0px #83b94d dotted;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
#clearer {
	clear: both;
}
#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 10px 0px;
	border-right: 2px #83b94d dotted;
	border-left: 2px #83b94d dotted;
	min-height: 15px;
	border-top: 0px #83B94D dotted;
	background: #ffffff; 
	clear: both;
}
#footer p {
	color: #555;
	font-size: 10px;
	font-family: tahoma, lucida sans unicode, sans-serif;
	line-height: 14px;
}

.footbar li {
	font-size: 11px;
	padding: 0;
	border-style: none!important;
}
.footbar li:first-child {
	display: none;
}
.footbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.footbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float:left;
	width:31%;	padding-right: 15px;
	overflow:hidden;
}
#footer-left {


}
#footer-right {


}
#footer-center {


}
#footcontain {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}
#footer-right .widget ul, #footer-center .widget ul {
	margin-right: -28px;
}
p.hardfoot {
	text-align: center;
	clear: both;
	padding-top: 13px;
}
/*Post Styles */
.post {
	border-bottom: 2px #83B94D dotted;
	margin-bottom: 20px;
}
.posthead h2 a {
	font-family: tahoma, lucida sans unicode, sans-serif;
	font-weight: normal;
	text-decoration: none!important;
	color: #83b94d;
	font-size: 20px;
	display: block;
}
.posthead h2 a:hover {
	border-color: #9ACD72;
}
.posthead {
	min-height: 30px;
	clear: both;
}
.postauthor {
	margin-top: -20px;
	font-size: 11px;
	color: #ffffff;
}
.sticky .posthead h2 a {
	background: transparent url('images/sticky.png') no-repeat center left;
	padding-left: 20px;
	max-width: 560px;
}
.posthead h2 {
	border-bottom: 1px #83B94D solid;
	max-width: 611px;
}
.posthead h2 a:hover {
	text-decoration: none!important;
}
.dater {
	width: 45px;
	padding-top: 0px;
	float: right;
}
.dater p {
	font-family: tahoma, verdana, sans-serif;
	text-align: center;
	margin: 0px;
	letter-spacing: 0px;
}
.dater a:hover {
	text-decoration: none!important;
}
.dater .day {
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #83B94D;
	line-height: 9px;
	margin-top: 9px;
	font-size: 10px;
	font-family: tahoma, sans-serif;
	padding: 3px 0 3px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: #83B94D;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.dater .day a {
	color: #fff!important;
}
.dater .monthyear a {
	color: #83B94D!important;
}
.dater .monthyear {
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #83B94D;
	line-height: 8px;
	margin-top: 0px;
	font-size: 10px;
	padding: 2px 0 3px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #83B94D;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.postmetadata {
	line-height: 10px;
	font-size: 10px;
	font-family: tahoma, lucida sans unicode, sans-serif;
	clear: both;
	padding-top: 15px;
	padding: 5px;
	background-color: #fff;
	color: #555;
	border: 0px #d5c894 dotted;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 0px;
}
.pagemetadata {
	line-height: 13px;
	font-size: 10px;
	clear: both;
	padding-top: 15px;
}
.page-link {
	font-size: 13px;
	color: #83b94d;
}
.page-link a {
	background-color: #F4F4F4;
	border-bottom: 0px #83b94d solid;
	padding: 2px 3px 2px 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: block;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.wp-caption {
	background-color: #eee;
	border: 1px #ccc solid;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#content a img {
	border-style: none;
}
.wp-caption-text {
	text-align: center;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
.comm {
	padding-left: 13px;
	background: transparent url('http://www.30poundsofapples.com/wp-content/uploads/2011/03/bubbles.png') no-repeat scroll left center;
}
.cat {
	padding-left: 15px;
	background: transparent url('http://www.30poundsofapples.com/wp-content/uploads/2011/03/filefolder.png') no-repeat scroll left center;
}
.tags {
	padding-left: 15px;
	background: transparent url('images/tag.png') no-repeat scroll left center;
}
/*Navigation Styles */
#navclearer {
	clear: both;
	border-bottom: 2px #83B94D dotted;
	height: 4px;
	background-color: #fff;
}
#navbox {
	width: 1000px;
	margin-left: 0px;
	margin-right: auto;
	background-color: #fff;
}
#navbox ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	width: 670px;
	padding-left: 10px;
}
#navbox ul li {
	text-transform: lowercase;
	float: left;
	display: block;
	font-family: tahoma, lucida sans unicode,sans-serif;
	font-size: 14px;
	color: #A65B2F;
}
#navbox ul li a {
	padding: 4px 0 4px 0;
	text-decoration: none;
	font-family: tahoma, lucida sans unicode, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #A65B2F;
}
#navbox ul li a:hover {
	color: #83B94D;
}
#navbox ul ul {
	margin: 0px;
	margin-top: -3px;
	padding: 0px;
	padding-bottom: 3px;
	position: absolute;
	left: -999em;
	max-width: 128px;
	min-width: 100px;
	background-color: #fff;
	border: 1px #999 solid;
	-webkit-border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	border-radius: 0 0 8px 0;
}
#navbox ul ul li {
	width: 100%;
	padding: 1px 2px 1px 2px;
}
#navbox ul ul li a {
	font-size: 1.0em;
	font-weight: bold;
}
#navbox ul ul .clearstick {
	display: none;
}
#navbox ul li:hover ul {
	left: auto;
}
.clearstick, .clearstick:hover {
	color: #83b94d;
}
#navbox .searchform {
	float: right;
	padding-right: 8px;
}
.searchform .searchsubmit {
	background: #fff url('http://www.30poundsofapples.com/wp-content/uploads/2011/03/mglassfinal.jpg') no-repeat scroll center center;
	text-indent: -9999em;
	margin-left: -4px;
	width: 25px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left-style: none;
}
.searchform .searchsubmit:hover {
	cursor: pointer;
}
.searchform .s {
	width: 195px;
	margin-left: 30px;
	background-color: #fff;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border-right-style: none;
}
/*Sidebar Styles */
#sidebar {
	float: left;
	width: 285px;
	padding: 8px;
}
#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	margin: 0;
	padding: 0 0px 0 0px;
	font-family: tahoma, lucida sans unicode, sans-serif;
	font-size: 11px;
}
#sidebar ul li {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#sidebar ul li div, #sidebar ul li ul {
	margin-top: 5px;
}
#sidebar ul ul {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul li ul li {
	margin-bottom: 0px;
	text-decoration: none;
	list-style-image: none;
	padding-right: 0px;
	padding-left: 0px;
}
#sidebar a, .postmetadata a {
	border-style: none;
}
#sidebar a:hover, .postmetadata a:hover {
	color: #9acd72;
}
#sidebar .widgettitle {
	width: 165px;
	display: block;
	font-family: tahoma, lucida sans unicode, sans-serif; /*font-family: Georgia,serif;*/;
	font-size: 14px;
	color: #A65B2F;
	text-transform: lowercase;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	border-bottom: 0px #9ACD72 solid;
	margin-left: 40px;
	text-align: right;
}
#sidebar :hover, .widgettitle :hover {
	color: #83b94d;
}
/*Comment Template Styles */
.commentpage {
	width: 100%;
}
.commentlist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #555;
}
.comment-author a {
	color: #83b94d!important;
	text-decoration: none;
}
.commentlist blockquote {
	max-width: 390px;
}
.depth-2, .depth-4 {
	background-color: #EDFFC8!important;
}
.comment, .pingback, .trackback {
	border-bottom: 2px #83B94D dotted;
	margin-bottom: 10px;
	padding: 8px;
	clear: both;
	overflow: hidden;
	background-color: #fff;
}
.comment-meta {
	font-size: 10px;
	margin-top: -7px;
	/*font-family: Georgia,times,serif;*/
}
.comment-meta a {
	color: #777!important;
	text-decoration: none;
}
.comment-meta a:hover {
	text-decoration: none!important;
}
#comment {
	width: 380px;
	height: 125px;
}
.reply p {
	font-size: 11px;
	margin-bottom: 0;
	margin-top: -14px;
}
textarea#comment {
	font-size: 12px;
	font-family: tahoma, sans-serif;
	width: 400px;
	color: #555;
	background-color: #EDFFC8;
}
.navigation {
	text-align: center;
}
.navigation .prev, .navigation .next {
	background-color: transparent;
	border-style: none;
}
.navigation .prev, .older {
	background: transparent url('images/leftg.png') no-repeat left center;
	padding-left: 20px;
}
.navigation .prev:hover, .older:hover {
	background-image: url('images/left.png');
}
.navigation .next, .newer {
	background: transparent url('images/rightg.png') no-repeat right center;
	padding-right: 20px;
}
.navigation .next:hover, .newer:hover {
	background-image: url('images/right.png');
}
#content .navigation a {
	line-height: 30px;
	font-size: 12px;
}
.avatar {
	float: right;
}
.gallery-caption {
	font-size: 10px;
	color: #444;
}
/*Misc Stuff*/
.widget_pages .children li {
	padding-left: 10px!important;
}
#entry-author-info {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px #333 dashed;
}
.widget li {
	border-bottom: 2px #83b94d dotted;
	padding: 2px 0px 2px 0px;
	width: 200px;
	margin-left: 40px;
	overflow: hidden;
	text-align: left;
}
.widget ul li:first-child {
	border-top: 2px #83b94d hidden;
}
.simpleimage img { border: 0px; }

.icon-wp-email {
	background: transparent url(images/email_admin_icon.png) no-repeat;
	padding: 5px 0px 0px 500px;
}
