/*  
Theme Name: Plane Jane
Theme URI: http://jimmitchell.org/projects/themes/plane_jane v2
Description: Plane Jane v2 - A Fireballish theme for Wordpress
Version: 2.5
Author: Jim Mitchell
Author URI: http://jimmitchell.org/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* html selectors --------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #dddddd;
        background-image: url(http://www.carygrace.com/images/bg.gif);
        background-repeat: repeat-y;
        background-position: center;
	font: normal 1em Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #6F6FB9;
	text-decoration: none;
	padding-bottom: 1px;
	padding-top: 2px;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #6F6FB9;
	padding: 2px 0 1px;
}

blockquote {
	border-left: 3px solid #5D6772;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 180%;
	font-style: italic;
}

code {
	font: 1.2em "Lucida Console", "Courier New", "Courier", monospace;
	padding: 8px;
	background: #4F5962;
	border: 1px solid #5D6772;
	display: block;
}

/* -- UTILITY : This id preloads theme images without the need for JavaScript -- */

#preloadImages {
	width: 0;
	height: 0;
	display: inline;
	background-image: url(images/back.png);
	background-image: url(images/comment.png);
	background-image: url(images/delicious.png);
	background-image: url(images/doc.png);
	background-image: url(images/external-link.png);
	background-image: url(images/folder.png);
	background-image: url(images/next.png);
	background-image: url(images/trackback.png);
	background-image: url();
}

/* page margins ---------------------------------- */

#blog, #page {
	width: 675px;
	padding: 0;
	margin: 0 auto;
}

/* banner --------------------------------- */

#banner {
	width: 675px;
	height: 145px;
	padding: 0;
	margin: 0;
}

#banner h1 {
	padding: 45px 0 0 0px;
	font-size: 2.26em;
	color: #dddddd;
}

#banner h3 {
	padding: 3px 0 0 0px;
	color: #999999;
	font-size: 1.06em;
	font-style: normal;
}

/* navigation --------------------------------- */

#menu {
	width: 675px;
	border-bottom: 1px solid #5D6772;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

#nav, #nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav {
	width: 675px;
	}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 3px;
	text-align: center;
}

#nav a {
	padding: 6px 0 5px;
	margin: 0;
	width: 80px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	border-bottom-style: none;
}

#nav a:hover {
	
}

#nav li.current_page_item a {
	color: #6F6FB9;
}

/* main content --------------------------------- */

#main {
	width: 450px;
	padding: 10px 40px 10px 0;
	float: left;
}

#wide {
	width: 675px;
	padding: 10px 0;
	float: left;
}

#main p, #wide p {
	line-height: 180%;
	text-align: left;
}

#main ul, #wide ul, #main ol, #wide ol {
	line-height: 180%;
}

#main h2, #wide h2 {
	margin: 15px 0 3px 0;
	font-size: 1.46em;
	color: #dddddd;
}

#main h2 a, #wide h2 a {
	color: #dddddd;
	border: none;
}

#main h2 a:hover, #wide h2 a:hover {
	border-bottom: 1px solid #5D6772;
}

#main h3, #wide h3 {
	font-size: 1em;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}

a.extlink, a.extlink {
	padding-right: 12px;
	padding-top: 0px;
	background: #474F57 url(images/external-link.png) no-repeat right center;
}

#main ul, #main ol {
	line-height: 180%;
}

#main h2.pagetitle, #wide h2.pagetitle {
	font-size: 1.36em;
	margin: 15px 0 3px 0;
	color: #dddddd;
}

.meta {
	font-size: .8em;
	border-top: 1px solid #5D6772;
	margin: 15px 0 30px 0;
	padding-top: 5px;
}

.meta * {
	font-size: .8em;
}

.meta span {
	padding-left: 14px;
	padding-top: 0px;
	background: #000000 url(images/doc.png) no-repeat left center;
}

.meta span.tags {
	background-image: url(images/folder.png);
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

.postnav {
	width: 100%;
	float: left;
	font-size: .8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.postnav li.left {
	display: block;
	float: left;
}

.postnav li.right {
	display: block;
	float: right;
}

#mo_archive, #cat_archive {
	margin-bottom: 25px;
	float: left;
}

#mo_archive ul, #cat_archive ul {
list-style: none;
}

/* images --------------------------------- */

#main p img, #wide p img {
	padding: 0;
	max-width: 100%;
	}

.img_border {
	padding: 3px;
	margin: 3px;
	border: solid 1px #5D6772;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, .img_right {
	margin-left: 6px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

img.alignleft, .img_right {
	margin-right: 8px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

.alignright, .img_right {
	float: right;
	}
	
.alignleft, .img_left {
	float: left
	}
/* End Images */


/* comments & trackbacks --------------------------------- */

.comment_area, .trackback_area {
	padding: 0;
	margin-bottom: 30px;
}

.comment_area ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment_area li {
	margin-bottom: 35px;
}

.comment_area form li {
	margin-bottom: 0;
}

.comment_area p {
	padding: 0;
	margin-bottom: 0;
}

.commenter {
	border-bottom: 1px solid #5D6772;
	font-weight: bold;
	color: #dddddd;
	padding-left: 0;
	margin-left: 0;
}

.comment_info {
	font-size: .8em;
	font-weight: normal;
	color: #999999;
}

.comment_number {
	font-family: georgia, times, serif;
	font-size: 2.46em;
	color: #4F5962;
	margin-left: 0;
	margin-right: 10px;
}

.submit {
	font-weight: bold;
	font-size: 1.16em;
	color: #dddddd;
	padding-left: 0;
}

.comment_area textarea {
	width: 95%;
}

.trackback_area ol {
	list-style: none;
	padding: 5px;
	padding-left: 15px;
}

.trackback_area li {
	line-height: 180%;
}

/* sidebar --------------------------------- */

#side {
	width: 165px;
	float: left;
	padding: 0 10px;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #464674;
}

#side h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 15px;
}

#side ul, #recentcomments {
	list-style: none;
	font-size: 10px;
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-top: 1px solid #5D6772;
}

#side ul.sidelist {
	padding-bottom: 15px;
}

#side ul a, .recentcomments {
	padding: 5px 0;
	width: 94%;
	padding-left: 6%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #5D6772;
	color: #dddddd;
}

#side ul ul {
	border: none;
	padding: 0;
	margin: 0;
}

#side ul ul a {
	width: 90%;
	padding-left: 10%;
}

#side ul ul ul a {
	width: 85%;
	padding-left: 15%;
}

#side ul ul ul ul a {
	width: 80%;
	padding-left: 20%;
}

#side ul a:hover {
	background: #55606A;
}

#side p {
	font-size: 10px;
}


/* footer --------------------------------- */

#foot {
	width: 675px;
	border-top: 1px solid #5D6772;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	clear: both;
}

#foot p {
	padding: 10px 0;
	font-size: .8em;
	line-height: 180%;
	margin: 0;
	text-align: center;
}


/* misc stuff --------------------------------- */

ul.linklist, ul.linklist ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

ul.linklist {
	padding-left: 25px;
	padding-bottom: 25px;
}

ul.linklist h2 {
	font-size: 1.18em;
	margin: 15px 10px 10px 10px;
}

ul.linklist a {
	padding: 0.2em 0;
	margin-left: 20px;
	padding-left: 0;
	line-height: 180%;
}

#searchform {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.lh100 {
	line-height: 100%;
	padding: 5px 0;
}

.cloud {
	padding: 0;
	width: 169px;
	margin: 0;
	margin-bottom: 15px;
	border: none;
	display: block;
}

.cloud a {
	border-bottom: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.cloud img {
	margin: 3px;
	margin-top: 0;
}

.flickr {
	color: #4488CC;
}

.flickr span {
	color: #CC6666;
}

.contactform {
	padding: 0 10px;
	margin: 0 20px;
}

#toplinks {
	font: normal .9em Verdana, Helvetica, Arial, sans-serif;
}

.feedburnerFlareBlock {
        font-size: 60%;
	line-height: 150%;
}

/* header --------------------------------- */

div.headerblock {
	width: 800px;
	margin: 0;
	padding: 0;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}

.headerblock * {
	border: none;
}

.headerimgbuttons a, .headerimgbuttons a:visited, .headerimgbuttons a:hover, .headerimgbuttons img, .headerimgbuttons {
	border: none;
	outline: none;
} 

.headertable {
	border: none;
	width: 800px;
	height: 97px;
	background-image: url(http://www.carygrace.com/images/subpage_header/cgdotcom-left-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.logocell {
	padding: 0;
	margin: 0;
	width: 239px;
	height: 55px;
	vertical-align: top;
	text-align: left;
}

.logocell a, .logocell a:visited, .logocell a:hover, .logocell img {
	border: none;
}

.locationcell {
	padding: 0;
	margin: 0;
	width: 193px;
	height: 55px;
	vertical-align: top;
	text-align: left;
}

.textcell {
	padding: 0;
	margin: 0;
	height: 42px;
	vertical-align: top;
	padding-left: 76px;
	text-align: left;
}

.headerpath {
	font-size: 80%;
	line-height: 100%;
	font-weight: normal;
}


/* centering  (for blog pages)*/

div#navbarcontainer {
	text-align: center;
	width: 100%;
	height: 100px;
}

div#cgdotcomnavbar {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

/* footer --------------------------------- */

/* CSS Document */

div.footerblock {
	width: 100%;
	height: auto;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
	border-top: 1px #666699 solid;
}


.footernavlinks p {
	color: #ffffff;
}

.footernavlinks p, .footernavlinks a, .footernavlinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	margin-top: 1em;
	border: none;
	text-decoration: none;
}

.footernavlinks a, .footernavlinks a:visited, .copyright a, .copyright a:visited  {
	text-decoration: none;
	color: #6F6FB9;
	border: none;
}

.footernavlinks a:hover, .copyright a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #9900FF;
	color: #9900FF;
}

.d13, .d13 a, .d13 a:visited {
	text-decoration: none;
	border: none;
	padding: 2px;
}

.d13 a:hover {
	text-decoration: none;
	border: 1px dotted #9900FF;
	padding: 1px;
}

div.copyright {
	width: 100%;
	height: 30px;
	margin-top: 1em;
}

.copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 100%;
}

a#twitter-link, a#twitter-link:visited {
        background-color: #ffffff;
        border: 1px solid #9900FF;
        padding: 3px;
        font-size: 80%;
        font-weight: bold;
}

a#twitter-link:hover, a#twitter-link:active {
        background-color: #9900FF;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        font-color: #ffffff;
        padding: 3px;
        font-size: 80%;
        font-weight: bold;
}




