/*  
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: #520055;
	color: #333;
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

strong {color: #F68712; font-size: 13px;}

ul li {
list-style-image:url("/wp-content/uploads/2009/08/checkmark.png");
}

a:link, a:visited {
	color: #629630;
	text-decoration: none;
}

a:hover, a:active {
	color: #629630;
	text-decoration: underline;
}

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: 100%;
	padding: 0;
	margin: 0 auto;
}

#content-wrapper {width: 990px; margin: 0 auto;}

/* banner --------------------------------- */

#banner-wrapper {
	width: 100%;
	height: 191px;
padding: 0;
        background-image: url(/wp-content/uploads/2009/08/bg-header.png);
}

#banner {
width: 940px;
height: 193px;
margin: 0 auto;
}

#banner h1 a {
	display: block;
height: 171px; width: 200px;
background-image: url('/wp-content/uploads/2009/08/funfoodle-logo.png');
margin-top: 10px;
padding: 0;
float: left;
}

#banner h1 span {overflow: hidden; height: 0; width: 0; display: block;}

#banner h3 {
	height: 33px; width: 475px;
float: right;
background-image: url('/wp-content/uploads/2009/08/funfoodle-tagline.png');
margin-top: 60px;
}

#banner h3 span {overflow: hidden; height: 0; width: 0; display: block;}

/* navigation --------------------------------- */

#menu-wrapper {
width: 990px;
margin: 0 auto;
position: relative;
top: -36px;
}

#menu {
	width: 875px;
	padding: 0;
margin-left: 160px;
	float: left;
	display: block;
}

#navigation, #navigation li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 15px;
	text-align: center;
list-style: none;
}

#navigation li a {
height: 36px;
display: block;
color: #9b01a1;
text-transform: uppercase;
margin-right: 15px;
}

#navigation li a:hover {
color: #e46600;
text-decoration: none;
}

#navigation li a img {
display: none;
}

#navigation li.current_page_item a img {
display: inline-block;
border: none;
position: relative;
top: -2px;
}

#navigation li a span{
position: relative;
top: 14px;
font-weight: bold;
}

#navigation li.current_page_item a span{
position: relative;
top: -11px;
font-weight: bold;
}

#navigation li.current_page_item a {
background-image: url('/wp-content/uploads/2009/08/nav-bg.jpg');
color: white;
height: 36px;
display: block;
margin-right: 10px;
}

#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;
color: #9b01a1;
	border-bottom-style: none;

}

#nav a:hover {
	color: #fff;
	background: #520055;
}

#nav li.current_page_item a {
	color: #fff;
	background: #520055;
}

/* main content --------------------------------- */
#main-wrapper {float: left; position: relative; top: -25px;}
#main {
	width: 604px;
	padding: 10px 40px;
background-image: url('/wp-content/uploads/2009/08/bg-content.png');
}

#main-top {width: 684px; height: 38px; background-image: url('/wp-content/uploads/2009/08/content-top.png');}
#main-bottom {width: 684px; height: 38px; background-image: url('/wp-content/uploads/2009/08/content-bottom.png');}

#main img {margin: 5px 0 10px 15px; padding: 2px !important; border: 1px solid #bbb;}


#wide {
	width: 675px;
	padding: 10px 0;
	float: left;
}

#main p, #wide p {
	line-height: 180%;
	text-align: left;
margin: 0 0 10px 0;
padding: 5px 0 5px 0;
}

#main ul, #wide ul, #main ol, #wide ol {
	line-height: 180%;
margin-top: 0;
margin-bottom: 0px;
padding-top: 0;
position: relative;
top: -11px;
}

#main h2, #wide h2 {
	margin: 0px;
	font-size: 18px;
font-weight: bold;
	color: #34056d;
padding-bottom: 0px;
}

#main h2 a, #wide h2 a {
	color: #34056d;
	border: none;
}

#main h2 a:hover, #wide h2 a:hover {
	border-bottom: 1px solid #34056d;
}

#main h3, #wide h3 {
	font-size: 16px;
	font-weight: normal;
	color: #34056d;
	
}

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%;
margin-bottom: 0px;
}

#main h2.pagetitle, #wide h2.pagetitle {
	font-size: 1.36em;
	margin: 15px 0 3px 0;
	color: #dddddd;
}

.meta {
	font-size: 9px;
	border-top: 1px solid #5D6772;
	margin: 15px 0 30px 0;
	padding-top: 5px;
}

.meta span {
	padding-left: 14px;
	padding-top: 0px;
	background: #474F57 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: 6px;
	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: 245px;
	float: left;
	padding: 0px 10px;

margin-top: 0px;
margin-left: 20px;
	margin-bottom: 15px;
	background: #DFCEDE;
color: #222;
font-size: 13px;
}

#side h2 {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
margin-left: 20px;
font-weight: bold;
color: #510054;
}


#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;
}


/* footer --------------------------------- */

#foot {
	width: 100%;
height: 55px;
background-color: #916492;
	padding: 0;
	margin: 0;
	clear: both;
}

#foot p {
width: 940px;
margin: 0 auto;
	font-size: 1em;
color: #e2c4e1;
padding-top: 20px;
}

#foot ul {
width: 900px;
margin: 0 auto;
position: relative;
top: -14px;
}

#foot ul li {float: right;
margin-left: 40px;
list-style-image:url("/wp-content/uploads/2009/08/purple-arrow.png");
}

#foot ul li a {
color: #fff;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}

/* 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;
}
