/*

Theme Name: CJA
Author: CJA (modifications only), Michael Heilemann (original WordPress Default theme)
Author URI:
Version: 1.0
Description: This stylesheet was produced for CJA by modifying a copy of the "WordPress Default" theme stylesheet provided with WordPress 2.7.1.  (Note: CJA is not associated with the author of the "WordPress Default" theme.)
Tags: fixed width, two columns, widgets

This stylesheet (style.css) is released under the GPL.
http://www.opensource.org/licenses/gpl-license.php

_______________________________________________________________

NOTE:
Following are the ORIGINAL NOTICES from the original
"Wordpress Default" theme style sheet.

>  Theme Name: WordPress Default
>  Theme URI: http://wordpress.org/
>  Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
>  Version: 1.6
>  Author: Michael Heilemann
>  Author URI: http://binarybonsai.com/
>  Tags: blue, custom header, fixed width, two columns, widgets
> 
>  Kubrick v1.5
>  http://binarybonsai.com/kubrick/
>
>  This theme was designed and built by Michael Heilemann,
>  whose blog you will find at http://binarybonsai.com/
>
>  The CSS, XHTML and design is released under GPL:
>  http://www.opensource.org/licenses/gpl-license.php
_______________________________________________________________

*/


body {

	margin: 0;
	padding: 0;
	color: #000000;
	font-size: medium;
	font-family:
		Georgia, "Bistream Charter", "Times New Roman", Times, serif;
}

#header {
	margin: 0;
	padding: 0;
	width: 875px;
}

.header-with-navbar {
	height: 190px;
}

.header-without-navbar {
	height: 150px;
}

#footer {
	clear: both;
	padding: 20px 0 10px 0;
	width: 875px;
}

#footer p {
	margin: 1em 0;
	padding: 0;
	text-align: center;

	/*
	margin: 0;
	padding: 20px 0;
	*/
}


#page {
	margin: 0 auto;
	padding: 0 6px 0 0;
	width: 875px;
	text-align: left;
}


DIV.navbar {
	margin: 6px 0 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;

	font: bold 9pt Verdana, sans-serif;
}

DIV.navbar IMG {
	border: none;
}

SPAN.navbar-divider {
	margin: 0;
	padding: 0;
/*
	margin: 0 12px 0 9px;
	padding: 0;
	border-right: solid silver 1px;
*/
}

.narrowcolumn,
.widecolumn {

	float: left;

	padding: 0;
	margin: 0;
	width: 600px;
}

.post,
.error-404 {
	margin: 0 0 40px;
	text-align: left;
}

.entry {
	margin: 10px 0 0 26px;
}

.post-copyright {
	clear: both;
	text-align: center;
	padding-top: 5px;
}

.postmetadata {
	clear: both;
	padding-top: 5px;
}

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

.widecolumn .postmetadata {
	text-align: left;
}

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

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


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Trebuchet', Arial, Helvetica, sans-serif;
		/* (overridden for:  h2.title, h3.title) */
}

h1 {
	font-size: 40px;
	text-align: center;
	margin: 50px 0 0 0;
}

h2 {
	font-size: 16px;
	margin: 25px 0 0 0;
}

h3 {
	font-size: 13px;
	margin: 25px 0 0 0;
}

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

DIV#content h3 {
	padding-left: 26px;
}

/* titles of pages & posts */
h2.title,
h3.title {
    clear: both;
    padding: 0 0 15px 24px;
    color: #FF3300;
    text-align: center;
    font-size: 36px;
    font-style: italic;
    line-height: 39px;
	font-family: 'Gentium Basic', 'Trebuchet MS', 'Trebuchet', Arial, Helvetica, sans-serif;
}
h2.title a,
h3.title a {
    color: #FF3300;
}

/* dates of posts */
DIV.post > h2 + small,  /* */
DIV.post > h3 + small {
	padding-left: 26px;
}

/* archive main titles */
h2.pagetitle {
    padding: 0 0 0 26px;
	text-align: center;
}

/* sidebar section titles */
#sidebar h2 {
	margin: 0;
	padding: 5px 0 0;
    color: #CC3300;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Trebuchet MS', 'Trebuchet', Arial, Helvetica, sans-serif;
}

h1, h1 a, h1 a:hover, h1 a:visited,
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

P {
	margin: 12px 0;
}

A {
	color: #0033CC;
	text-decoration: none;
}

A:hover {
	color: #CC3300;
	text-decoration: none;
}


#sidebar {
	float: right;
	padding: 10px 2px 10px 0;	/* */

	width: 250px;
	font-family: 'Lucida Grande', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}


code {
	font-family: 'Courier New', Courier, monospace;
}


.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Lucida Grande', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

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

.commentlist p {
	text-transform: none;
	font-weight: normal;
	/* line-height: 1.5em; */
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
}


#wp-calendar caption {
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

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

.clear {
	clear: both;
}

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

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

/*
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
*/

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

.center {
	text-align: center;
}

.hidden {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;

	height: 1em;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

	text-align: center;

	font-size: large;
	font-weight: bold;
}


P.error-404-center {
	text-align: center;
}

P.error-404-left {
	text-align: left;
}

P.error-404-home-link {
	text-align: center;
	font-size: 15px;
}


/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */



/* Begin Lists */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

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

#sidebar li {
	list-style-type: none;
	list-style-image: none;

	margin: 0;
	padding: 6px 0 0;
}

li#recent-posts li,
li#archives li,
ul.blogroll li {
	font-size: 14px;
}

.page_item {
	font-size: 9px;
	font-weight: bold;
	margin-left: 10px !important;
	list-style-type: square !important;
}

/* End Lists */



/* Begin Forms */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#sidebar form {
	margin: 0;
}

.entry form {
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Forms */



/* Begin Comments */

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-color: #fff9ee;
}

.commentlist li.bypostauthor {
	background-color: white;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 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 #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 {
	padding: 3px 0;
	text-align: center;
}

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

/* End Calendar */


/* Begin Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 10px;

	color: #666666;
	text-align: right;
	font: italic 8pt Tahoma, Arial, Helvetica, sans-serif;

	/*
	padding-top: 4px;
	background-color: #f3f3f3;
    border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	/* line-height: 17px; */
	padding: 0 4px 5px;
	margin: 0;
}

/* End Captions */

