/*   
Theme Name: Monkey
Theme URI: http://skidpad.henrywoodbury.com/
Description: Monkey
Author: Henry Woodbury
Author URI: http://www.henrywoodbury.com/
Version: 1.0
*/

/* Default Styles */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: #ffffff;
	font-family: verdana, helvetica, sans-serif;
	color: #202029;
	font-size: medium;
	font-weight: normal;
}

a, a:link {
	color: #4653bb;
	text-decoration: underline; 
}

a:visited {
	color: #888888;
}

a:active, a:hover {
	color: #4653ff;
}

/* Custom rollover links for banner */

a.rollover, a.rollover:link, a.rollover:visited {
	display: block;
	font-size: 0.75em;
	padding: 2px 5px 3px 6px;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ee9930;
	text-decoration: none;
	margin: 3px 0 0 3px;
}

a.rollover:active, a.rollover:hover {
	background-color: #222229;
}

/* Default Table Styles */

table {
	border-collapse: collapse;
}

tbody td {
	vertical-align: top;
}

thead td {
	vertical-align: bottom;
}

td.right {
	text-align: right;
}

/* Various Form Customizations */

input.f {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #ffbb33;
	padding: 1px 2px 1px 2px;
	margin-left: 5px;
}

input.fd {
	font-family: verdana, helvetica, sans-serif;
	font-size: inherit;
	border-color: #666666 #cccccc #cccccc #666666;
	border-style: solid;
	border-width: 1px;
	padding: 1px 1px 1px 2px;
	margin: 0;
}

input.fs {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: #ee9930;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 1px solid #ee9930;
}

input.fs:hover {
	color: #ffffff;
	background-color: #222229;
	border: 1px solid #222229;
}

input.search-element {
	font-family: verdana, helvetica, sans-serif;
	color: #505063;
	font-size: 0.7em;
	line-height: 120%;
	border: 1px solid #ffbb33;
	width: 12em;
	padding: 1px 2px 1px 2px;
	margin: 3px 5px 0px 5px;
}

input.submit-element,
input.submit-element:active {
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0px 3px 3px 3px;
	height: 1.6em;
	line-height: 120%;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ee9930;
	text-decoration: none;
	margin: 3px 0px 0px 0px;
	border: 1px solid #ee9930;
}

input.submit-element:hover {
	color: #ffffff;
	background-color: #222229;
	border: 1px solid #222229;
}

select.f-redirect {
	font-family: verdana, helvetica, sans-serif;
	display: block;
	color: #505063;
	font-size: 0.7em;
	line-height: 120%;
	width: 141px;
	padding: 0px 1px 0px 1px;
	margin: 3px 0px 0px 5px;
	border: 1px solid #ee9930;
}

/* Default element values */

/* WordPress is smart enough to put a <p> inside the <blockquote> */
blockquote {
	padding: 0 1.5em 0 1.5em;
	font-style: italic;	
}

code {
	display: inline-block;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.88em;
	color: #505063;
	padding: 0.12em 0.5em 0 0.5em;
}

ul, ol {
	font-size: medium;
	padding: 0.4em 15px 0 15px;
	margin-left: 2em;
}

ul.archives {
	margin-left: 1em;
}

ul.archives li {
	list-style-type: none;
}

img.alignleft,
img.fleft {
	float: left;
	padding: 0 1em 0.5em;
}

img.alignright,
img.fright {
	float: right;
	padding: 0 0 0.5em 1em;
}

li ol,
li ul {
	font-size: medium;
	padding: 0;
}

li {
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0.5em 0 0 0.4em;
}

li p {
	padding: 0 0 0.5em 0;
}

p {
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 1em 15px 0 15px;
}

p.editable {
	float: right;
	font-size: 0.65em;
	padding: 2em 15px 15px 15px;
}

pre {
	font-size: 0.7em;
	font-family: courier new, courier, system;
	color: #465BDF;
}

ins {
	text-decoration: none;
	border-bottom: 1px dashed #465BDF;
}

span.p87 {
	font-size: 0.87em;
}

span.c999 {
	color: #999999;
}

textarea {
	font-family: verdana, helvetica, sans-serif;
	color: #505063;
	font-size: 0.9em;
	border: 1px solid #ee9930;
	padding: 1px 2px 1px 2px;
	margin-top: 1px;
}


/* Default heading entries -- See custom classes in banner (h1) and content (h2, h3) sections */

h1, h2, h3 {
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.4em;
}

/* Monkey Logo */

#logo {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 150px;
	height: 140px;
}

/* Links Styles (left side of design) */

#links {
	position: absolute;
	width: 160px;
	top: 150px;
	left: 15px;
	height: auto;
}

#links a:visited {
	color: #999999;
	text-decoration: underline; 
}

div.calendar-block h2 {
	font-size: 0.75em;
	padding-top: 1em;
	letter-spacing: 0.1em;
	color: #E19930;
	font-weight: bold;
	text-transform: uppercase;
}

#links h2 {
	font-size: 0.75em;
	padding: 1em 0 0 0;
	letter-spacing: 0.1em;
	color: #E19930;
	text-transform: uppercase;
}

#links p {
	font-size: 0.7em;
	padding: 0 0 0 0.5em;
}

#links ul {
	padding: 0 0 6px 0;
	margin: 0;
}

#links ul li {
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 0.5em;
	list-style-type: none;
}

/* Page */

#page {
	position: relative;
	width: 866px;
}

/* Banner Styles */

#banner {
	width: 100%;
}

#banner-padding {
	padding: 10px 0px 0px 150px;
}

#search-block {
	float: right;
	padding: 5px 0 0 0;
}

#search-block p {
	font-size: medium;
	padding: 0;
}

/* Content Styles */

#content {
	width: 100%;
	clear: both;
}

#content-padding {
	padding-left: 196px;
}

div.blog-entry {
	padding-bottom: 1.5em;
}

div.blog-content {
	padding-left: 10px;
}

div.calendar-block {
	padding: 0 0 0.2em 32px;
}

div.calendar-block p {
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #b0b1b3;
	font-size: 0.7em;
	line-height: 1.4em;
	letter-spacing: -0.02em;
	padding: 0.1em 0 0 2px;
}

div.calendar-block span.today {
	border: 1px solid #ffbb33;
}

div.calendar-block span.week {
	color: #999999;
}

div.nav-entry p {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 1.1em 15px 0.2em 15px;
}

div.search-entry {
	padding: 0em 0px 0.2em 10px;
}

h1{
	font-size: 1.35em;
	color: #202029;
	padding: 0.5em 15px 0 15px;
}

h1 a:link,
h1 a:active,
h1 a:visited {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

#banner h1 {
	font-size: 1.2em;
	color: #4653FF;
	padding: 3px 0 0.5em 30px;
}

#banner h1.main-title {
	text-transform: uppercase;
	font-size: 2.7em;
	line-height: 1.2em;
	padding: 0 0 0 15px;
	color: #4653FF;
}

div.blog-entry h1 {
	font-size: 1.05em;
	padding-top: 1em;
}

#banner h2.main-subtitle {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #E19930;
	padding: 0.1em 0 0.55em 30px;
}

h2.links-head {
	font-size: 0.75em;
	line-height: 1.2em;
	padding: 4px 0 0 0;
	letter-spacing: 0.1em;
	color: #E19930;
	text-transform: uppercase;
}

h2 {
	font-size: 1.05em;
	color: #E19930;
	padding: 1em 15px 0 15px;
}

h2.results {
	padding: 0.1em 15px 0 15px;
}

h2.comments {
	padding: 1.2em 15px 0 15px;
	margin: 1.2em 0 0 0;
	border-top: 1px dashed #EE9930;
}

h2.date {
	font-size: 0.8em;
	color: #B0B1B3;
	padding: 1em 15px 0 15px;
}

h3 {
	font-size: 0.8em;
	color: #202029;
	padding: 1em 15px 0 15px;
}

p.form-label label {
	float: left;
	width: 15em;
}

p.options {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 1em 15px 0 15px;
}

p.posted {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 0.3em 15px 0 15px;
}

span.key {
	font-weight: bold;
	color: #4653FF;
}

table.data-table {
	margin: 0.65em 15px 0 15px;
}

table.data-table thead td {
	font-weight: bold;
}

table.data-table td {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.4em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-bottom: 1px solid #d0d0d9;
}

table.data-table td p {
	font-size: 1em;
}

table.data-table td.selected {
	font-weight: bold;
	color: #4653FF;
}

table.data-table tfoot td {
	border-bottom: 0;
	font-style: italic;
}

/* Footer Styles */

#footer {
	clear: both;
}

#footer p {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 1em 15px 0 15px;
}

/* Archives Page Styles */

a.archives-rollover, 
a.archives-rollover:link, 
a.archives-rollover:visited, 
a.archives-rollover:active {
	display: block;
	font-size: 1.2em;
	padding: 0.1em 0.2em 0.1em 0.2em;
	margin: 10px 0 5px 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #465BDF;
	text-decoration: none;
	text-align: center;
	width: 11.5em;
}

a.archives-rollover:hover {
	background-color: #222229;
}

/* Comments Area Styles */

.req {
	font-weight: bold;
}

div.comments-block {
	padding-left: 10px;
}

div.comments-form {
	padding: 0.4em 0 0 10px;
}

div.comments-form textarea,
div.comments-form input {
	font-family: verdana, helvetica, sans-serif;
	color: #505063;
	font-size: 0.9em;
	border: 1px solid #ee9930;
	padding: 1px 2px 1px 2px;
	margin-top: 1px;
}

div.comments-form p input.fs {
	color: #ffffff;
	font-size: 1em;
	margin-left: 108px;
}

div.comments-form p {
	clear: both;
	padding: 0.4em 15px 0 15px;
}

div.comments-form label {
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 8px;
}

p.comments-posted {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 1em 15px 0 15px;
}

div.comments-entry {
	padding: 0.1em 0 1.2em 10px;
	border-bottom: 1px dashed #EE9930;
}



