﻿/*
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 collapsable widgets.
Version: 1.2
Author: Nearfrog Designs
Author URI: http://nearfrog.com
Tags: white, blue, orange
License: GNU General Public License v2.0
*/
@import url('miscstyles.css');
body {
	font-family: helvetica,arial, Corbel,Verdana, sans-serif;
	background-color: #eee;
	padding: 0px;
	margin: 0px;
	/*background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.0, rgb(221,221,221)),
    color-stop(0.5, rgb(255,255,255))
);
	background: -moz-linear-gradient(
    center top,
    #D3D3D3 0%,
    rgb(255,255,255) 100%
);*/
}
/* General typeset styles */
#header h1 {
	font-size: 76px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 8px;
	color: #ed6a34;
}
#header h2 {
	margin: 4px 0 18px 2px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px 1px #8E9FBD;
}
h2, h3 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	color: #234B7B;
}
p, #content ul li, #content ol li {
	font-size: 14px; /*letter-spacing: 0.55px;*/;
	line-height: 22px;
	text-align: justify;
}
.entry {
	color: #333;
	font-size: 14px;
}
a {
	outline: 0px;
}
img + a {
	border-style: none;
}
.entry img {
	border: 1px #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 {
	color: #ed6a34;
	text-decoration: none;
}
#content a:hover, .postmetadata 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 {
	text-decoration: underline;
}
#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;
}
.entry img.alignleft {
	margin-right: 10px;
}
.entry img.alignright {
	margin-left: 10px;
}
img.alignnone {
	margin: 0 10px 0 10px;
}
#content h3 {
	font-size: 16px;
}
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 #cccccc solid;
	background-color: #eee;
	color: #444;
	-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: none solid none solid;
	border-width: 0px 1px 0px 1px;
	border-color: #ccc;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #fff;
}
#header {
	color: #ed6a34;
	text-align: left;
	padding-left: 10px;
}
#content {
	padding: 14px;
	float: left;
	min-height: 760px;
	width: 650px;
	border-right: 1px #999 dotted;
	clear: both;
	margin-top: 4px;
	overflow: hidden;
}
#clearer {
	clear: both;
}
#footer {
	padding: 20px 10px 40px 10px;
	height: 50px;
	border-top: 1px #999 solid;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.0, #333), color-stop(0.14, #ccc) );
	background: -moz-linear-gradient( center top, #777 0%, #eee 14% );
	clear: both;
}
#footer p {
	color: #333;
	font-size: 10px;
}
#footcontain {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}
#footcontain p {
	text-align: center;
}
/*Post Styles */
.post {
	border-bottom: 1px #333 dashed;
	margin-bottom: 20px;
}
.post h2 a {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	text-decoration: none!important;
	color: #234B7B;
	font-size: 20px;
}
.posthead {
	height: 45px;
	clear: both;
}
.posthead h2 a:hover {
	border-bottom: 1px #ed6a34 solid;
	color: #53657A;
}
.dater {
	width: 46px;
	padding-top: 5px;
	float: right;
	background-color: #234B7B;
	-webkit-border-radius: 5px 5px 10px 10px;
	-moz-border-radius: 5px 5px 10px 10px;
	-khtml-border-radius: 5px 5px 10px 10px;
	border-radius: 5px 5px 10px 10px;
	padding-bottom: -4px;
}
.dater p {
	font-family: Verdana, sans-serif;
	text-align: center;
	margin: 0px;
	letter-spacing: 0px;
}
.dater .day {
	font-size: 24px;
	font-weight: bolder;
	color: #fff;
	text-shadow: 1px 1px 1px #253B54;
}
.dater .monthyear {
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #aaa;
	line-height: 10px;
	margin-top: 4px;
	font-size: 0.6em;
	padding: 3px 0 3px 0;
	text-transform: uppercase;
	font-weight: bolder;
	color: #234B7B;
	background-color: #ddd;
	-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: 13px;
	font-size: 10px;
	clear: both;
	padding-top: 15px;
}
.page-link {
	font-size: 13px;
	color: #333;
}
.page-link a {
	background-color: #ddd;
	padding: 2px 3px 2px 3px;
	border: 1px #aaa solid;
	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: 19px;
	background: transparent url('images/speech.png') no-repeat scroll left bottom;
}
/*Navigation Styles */
#navclearer {
	clear: both;
	border-bottom: 3px #234B7B solid;
	height: 4px;
	background-color: #fff;
}
#navbox {
	height: 26px;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
ul#navbar {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	width: 670px;
	padding-left: 10px;
}
#navbar li {
	text-transform: lowercase;
	float: left;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.0em;
	color: #444;
}
#navbar li a {
	padding: 4px 0 4px 0;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	color: #444;
}
#navbar li a:hover {
	color: #ed6a34;
}
#navbar 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;
}
#navbar ul li {
	width: 100%;
	padding: 1px 2px 1px 2px;
}
#navbar ul li a {
	font-size: 1.0em;
}
#navbar ul .clearstick {
	display: none;
}
#navbar li:hover ul {
	left: auto;
}
.clearstick, .clearstick:hover {
	color: #444;
}
#searchform {
	float: right;
	padding-right: 8px;
}
.screen-reader-text {
	display: none;
}
/*Sidebar Styles */
#sidebar {
	float: right;
	width: 192px;
	padding: 8px;
}
#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	margin: 0;
	padding: 0 0px 0 0px;
	font-family: verdana,Helvetica, Arial,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: #FF7038;
}
.widgettitle {
	width: 80%;
	display: block;
	font-family: Arial, Helvetica, sans-serif; /*font-family: Georgia,serif;*/;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	border-bottom: 1px #234B7B solid;
}
/*Comment Template Styles */
.commentlist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 461px;
}
.comment-author a {
	color: #234B7B!important;
	text-decoration: none;
}
.commentlist blockquote {
	max-width: 390px;
}
.comment, .pingback, .trackback {
	width: 460px;
	border: 1px #234B7B dashed;
	margin-bottom: 10px;
	padding: 8px;
	clear: both;
	overflow:hidden;
}
.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;
}
textarea#comment {
	font-size:14px;
	font-family: Arial, "Helvetica LT Std", sans-serif;
	width:400px;
}

#content .navigation a {
	line-height: 30px;
	font-size: 12px;
}
.avatar {
	float: right;
}
.gallery-caption {
	font-size: 10px;
	color: #444;
}
/*Misc Stuff*/
