/*  
Theme Name: JMP
Theme URI: ?
Description: Customization of the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Jim Pease
Author URI: http://codeserv.us/

Based on the default WordPress theme by Michael Heilemann (Kubrick)

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

/* Begin Typography & Colors */
body {
        font: 1.0em sans-serif;
	background: #000 url('images/background.jpg') no-repeat fixed center;
	color: #CCC;
}

small {
	font-family: sans-serif;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
	color: #65CC65;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

blockquote {
	color: #999;
}

input,
textarea,
label {
	font: 0.9em sans-serif;
}

acronym,
abbr,
span.caps,
small,
.postmetadata,
#footer {
	font-size: 0.9em;
}

small,
.nocomments,
.postmetadata,
#footer {
	color: #777;
}

code {
	color: #999;
	font: 1em Monospace;
}

a {
	color: #0AE;
	text-decoration: none;
}

a:hover {
	color: #ADE;
	text-decoration: underline;
}

a:visited {
	color: #ADE;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background: #111;
	margin-left: 1em;
	padding: 0.5em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

#header {
	background: #111;
}

#header a,
#header a:hover,
#header a:visited {
	color: #65CC65;
	text-decoration: none;
}

#header .description {
	color: #CCC;
	font-weight: bold;
	font-size: 1em;
}

#content {
	 text-align: justify;
	 font-size: 1em;
}

.narrowcolumn .entry,
.widecolumn .entry {
	line-height: 1.4em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

#footer {
	text-align: center;
	background: #111;
}

h2.pagetitle {
	color: #65CC65;
	font-size: 1.4em;
	text-transform: uppercase;
}

#sidebar h2 {
	font-size: 1em;
	text-transform: uppercase;
}

.entrytitle {
	color: #65CC65;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: left;
}

.entrytitle a,
.entrytitle a:hover,
.entrytitle a:visited
{
	color: #65CC65;
	text-decoration: none;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}

#sidebar {
	font: 1em sans-serif;
}

#sidebar ul ul li a {
	color: #65CC65;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar ul ul li a:hover {
	color: #000;
	background: #65CC65;
}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	width: 100%;
}

#page {
	margin: 2em auto;
	padding: 0;
	width: 90%;
}

#header {
	margin: 2em auto 0 auto;
	padding: 10px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

#header h1 {
	float: left;
        width: 139px;
        margin: 0;
        padding: 10px 20px;
	border-right: 1px solid #777;
}

#header h1 a {
	display: block;
        width: 139px;
}

#header h1 a img {
        height: 24px;
        width: 139px;
	padding: 0;
}

#header .description {
	float: left;
        height: 30px;
        padding-left: 20px;
        padding-top: 14px;
}

.entrytitle {
	margin: 0 0 0.2em 0;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	background: #111;
}

.entrytitle a,
.entrytitle p {
	margin: 0;
	padding: 0.2em 1em;
	display: block;
}

.entry {
	padding: 0 0 2em 0;
}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 60%;
}

.widecolumn {
	padding: 0;
	margin: 0;
	width: 100%;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#content {
	margin: 0;
}

.post {
	width: 100%;
	float: left;
	margin: 0 0 2.5em 0;
}

.postmetadata {
	clear: left;
	margin: 0 0 0.2em 0;
	padding: 0.2em 0 0.2em 1em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	background: #111;
}

#footer {
	margin: 0 auto 2em auto;
	padding: 10px;
	clear: both;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

h2.pagetitle {
	padding: 0;
	margin: 0;
}

#sidebar
{
	float: right;
	padding: 0;
	margin: 0;
	width: 35%;
}

#sidebar form {
	margin: 0;
}

#sidebar h2 {
	margin: 0;
	padding: 0.2em 0 0.2em 1em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	background: #111;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	padding: 0 0 2em 0;
}

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

#sidebar ul ul li a {
	padding: 0.2em 0 0.2em 1em;
	display: block;
}

.navigation {
	clear: both;
	text-align: center;
	margin: 0 0 2em 0;
}

#squid {
	text-align: center;
	margin-bottom: 2em;
}

#squid a {
	display: block;
}

#squid a img {
	padding: 0;
}

img {
	padding: 0.5em;
	border: none;
}
/* End Structure */

/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
}

input,
textarea {
	color: #CCC;
	background: #111;
	border: 1px solid #777;
	margin: 0 0 0 0;
	padding: 0.2em;
}

#sidebar #searchform #s {
	margin: 0 0.5em 0 0;
	padding:.3em 0 .25em;
	height:17px;
}

html>body #sidebar #searchform #s {
	height:15px;
	padding-top:.3em;
	margin:-1px .2em 0 0;
}

#sidebar #searchform br {
	display: none;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

#commentform textarea {
	margin: 0;
	padding: 0.2em;
	width: 100%;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 1em;
}

.commentlist {
	margin: 0;
	padding: 0;
}

.commentlist li {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
}

#commentform p {
	margin: 0.5em 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar #next a {
	font-size: 9pt;
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
}

#wp-calendar caption {
	font: bold 1.3em sans-serif;
	text-align: center;
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Widgets */
.widget_archives select {
	margin-left: 1em;
	background: #000;
	color: #65CC65;
}

.widget_rss h2 a {
	color: #65CC65;
	text-decoration: none;
	display: block;
}

.widget_rss h2 img {
	float: left;
	border: 0;
	padding: 0;
	margin: 0 0.2em 0 0;
}

#recent-comments a {
	color: #0AE !important;
	text-transform: none !important;
}

#recent-comments ul li a:hover {
	color: #ADE !important;
	background: #000 !important;
	text-decoration: underline;
}

#recent-comments a:visited {
	color: #ADE !important;
}

.widget_text h2,
#recent-comments h2,
#calendar h2,
#tag_cloud h2 {
	margin-bottom: 0.5em !important;
}

.widget_text img {
	vertical-align: middle !important;
}

.widget_text a {
	padding: 0 !important;
	display: inline !important;
	color: #0AE !important;
	text-transform: none !important;
	text-decoration: none !important;
}

.widget_text a:hover {
	color: #ADE !important;
	background: #000 !important;
	text-decoration: underline !important;
}

.widget_text a:visited {
	color: #ADE !important;
}

.widget_text ul li {
	padding: 1em 0 !important;
	border-bottom: 1px solid #777;
	font-size: 0.9em
}
/* End Widgets */

/* Plugin customization */
#recaptcha_response_field {
	color: #CCC;
}
/* End Plugin customization */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */