/*  

NOTE: This theme has been highly modified by Chris Rushing of Dara, LLC.

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: 0px;
	padding: 0px;
	background: #fff;
	background-position: top center;
	background-attachment: fixed;
	color: #000;
	font: 13px Georgia, "Times New Roman", Times, serif;

}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #CA0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
}

blockquote {
        background: #eee;
	padding: 0px;
	margin: 20px;
	padding: 30px;
	line-height: 180%;
	font-style: italic;
}

code {
	font: 1.2em "Lucida Console", "Courier New", "Courier", monospace;
	padding: 8px;
	background: #fff;
	border: 1px solid #333333;
	display: block;
}

/* -- UTILITY : This id preloads theme images without the need for JavaScript -- */

#preloadImages {
	width: 0px;
	height: 0px;
	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);
}

/* page margins ---------------------------------- */

#blog, #page {
	width: 950px;
	padding: 0px;
	margin: 0 auto;
}

/* banner --------------------------------- */

#banner {
	width: 100%;
	height: 80px;
	padding: 0px;
	margin: 0px;
	background: #000;
}

#holdmenu {
	width: 950px;
	margin: 0px auto;
}

#banner h1 {
	padding: 0px;
	font-size: 24px;
	color: #000;
}

#banner h3 {
	padding: 0px;
	color: #999999;
	font-size: 18px;
	font-style: normal;
}

/* navigation --------------------------------- */

#menu {
	width: 950px;
	border-bottom: 1px dotted #fff;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
}

#nav, #nav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav {
	width: 950px;
	}

#nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 3px;
	text-align: center;
}

#nav a {
	padding: 6px 0 5px;
	margin: 0px;
	width: 80px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	background: #fff;
	border-bottom-style: none;
}

#nav a:hover {
	background: #55606A;
}

#nav li.current_page_item a {
	color: #000;
	background: #fff;
}


/* MAIN MENU */
#topnavfl {
	padding: 0px;
	margin: 0px;
	float: left;
}
#topnavfr {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 380px;
}
#logoholder {
	width: auto;
	padding: 15px 0px 0px 0px;
}
/* MAIN MENU */

#menuholder {
     width: 418px;
     padding: 25px 0px 0px 0px;
}
#navigation, #navigation ul { /* all lists */
     padding: 0;
     margin: 0;
     list-style: none;
     line-height: 1;
     z-index: 1000;
}
#navigation a {
     margin: 0px 1px;
     text-decoration:none;
     display: block;
}
#navigation li {
     float: left;
}
#navigation li a{ /* styles main-list */
     width: 80px; /* width needed for Opera */
     height: 10px;
     color: #DDD;
     font-size: 9px;
     font-weight:bold;
     letter-spacing: 2pt;
     margin: 0px 1px 0px 0px;
     padding: 10px;
     text-align:center;
}
#navigation li a:hover { /* styles hover state for main-list */
     color: #FFF;
     background-color:#000;
}
#navigation li ul { /* sub-list set up*/
     position: absolute;
     background:#000;
     height: auto;
     margin: 0px 0px 0px 23px;
     padding: 0px 0px 5px 0px;
     left: -999em; /* Hides the sub-list */
}
#navigation li ul li { /* Added to ensure floats are off for sub items removing need to define width and maintain balance */
	float: none; 
}

#navigation li ul li a{ /* styles sub-list */
     text-align: left;
     font-size: 10px;
     font-weight:normal;
     letter-spacing: 1px;
     color: #888;
     padding: 10px 15px 10px 40px; /* Maintained your consistency for padding */
     margin: 0px;
     width: auto; /* Revert from a fixed width to an auto width */
}
#navigation li ul li a:hover { /* styles hover state for sub-list */
     color: #FFF;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
     left: auto;
}

#navigation li.app {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_app_OFF.jpg') 5px 0 no-repeat;
}

#navigation li.app a:hover {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_app.jpg') 5px 0  no-repeat;
}

#navigation li.id {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_idOFF.jpg') 5px 0  no-repeat;
}

#navigation li.id a:hover {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_id.jpg') 5px 0  no-repeat;
}

#navigation li.ill {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_illOFF.jpg') 5px 0  no-repeat;
}

#navigation li.ill a:hover {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_ill.jpg') 5px 0  no-repeat;
}

#navigation li.int {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_intOFF.jpg') 5px 0  no-repeat;
}

#navigation li.int a:hover {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_int.jpg') 5px 0  no-repeat;
}

#navigation li.pri {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_priOFF.jpg') 5px 0  no-repeat;
}

#navigation li.pri a:hover {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_pri.jpg') 5px 0  no-repeat;
}

#navigation li.typ {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_typOFF.jpg') 5px 0  no-repeat;
}

#navigation li.typ a:hover {
     background: url('http://thedara.com/10/_assets/_img/nav_bg_typ.jpg') 5px 0  no-repeat;
}


/* main content --------------------------------- */

#main {
	width: 715px;
	padding: 10px 30px 10px 0px;
	float: left;
	line-height: 24px;
}

#wide {
	width: 950px;
	padding: 10px 0px;
	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 0px;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -2.8pt;
}

#main h2 a, #wide h2 a {
	color: #000;
	border: none;
}

#main h2 a:hover, #wide h2 a:hover {
	color: #808080;
}

#main h3, #wide h3 {
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding: 5px 0px 10px 0px;
	letter-spacing: 2pt;
}

a.extlink, a.extlink {
	padding-right: 12px;
	padding-top: 0px;
	background: #fff url(images/external-link.png) no-repeat right center;
}

#main ul, #main ol {
	line-height: 180%;
}

#main h2.pagetitle, #wide h2.pagetitle {
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -2.8pt;
	color: #000;
}

.meta {
	width: 715px;
	font-size: 9px;
	border-bottom: 1px dotted #fff;
	margin: 10px 0 30px 0px;
	padding: 5px 0px 20px 0px;
}
.meta2 {
	width: 735px;
	font-size: 9px;
	border-top: 1px dotted #444;
	margin: 15px 0 30px 0px;
	padding-top: 5px;
}

.meta span {
	padding-left: 14px;
	padding-top: 0px;
	background: #fff 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: 0px;
	padding: 0px;
}

.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: 0px;
	max-width: 100%;
	border: none;
	}

.img_border {
	padding: 0px;
	margin: 0px;
	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: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	display: inline;
	}

img.alignleft, .img_right {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	display: inline;
	}
img a{
        border: none;
        padding: 0px;
        margin: 0px;
}
.alignright, .img_right {
	float: right;
	}
	
.alignleft, .img_left {
	float: left
	}
/* End Images */


/* comments & trackbacks --------------------------------- */

.comment_area, .trackback_area {
	padding: 0px;
	margin-bottom: 30px;
}

.comment_area ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.comment_area li {
	margin-bottom: 35px;
}

.comment_area form li {
	margin-bottom: 0px;
}

.comment_area p {
	padding: 0px;
	margin-bottom: 0px;
}

.commenter {
	border-bottom: 1px dotted #333333;
	font-weight: bold;
	color: #000;
	padding-left: 0px;
	margin-left: 0px;
}

.comment_info {
	font-size: .8em;
	font-weight: normal;
	color: #999999;
}

.comment_number {
	font-family: georgia, times, serif;
	font-size: 2.46em;
	color: #222222;
	margin-left: 0px;
	margin-right: 10px;
}

.submit {
	font-weight: bold;
	font-size: 1.16em;
	color: #000;
	padding-left: 0px;
}

.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: 0px 20px 10px 20px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #EEE;
	color: #000;
}

#side h2 {
	color: #000;
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 15px;
	letter-spacing: -1pt;
        font-weight: normal;
}

#side ul, #recentcomments {
	list-style: none;
	font-size: 9px;
	width: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	border-top: 1px dotted #000;
}

#side ul.sidelist {
	padding-bottom: 15px;
}

#side ul a {
	padding: 5px 0px;
	display: block;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #ccc;
	
}
.recentcomments {
	padding: 5px 0px;
	display: block;
	text-decoration: none;
	color: #666;
	
}

#side ul ul {
	border: none;
	padding: 0px;
	margin: 0px;
}

#side ul ul a {
}

#side ul ul ul a {
}

#side ul ul ul ul a {
}

#side ul a:hover, .recentcomments:hover {
	background: #fff;
	padding: 5px 5px;
	color: #000;
}

#side p {
	font-size: 10px;
}
#side a, img{
        border: none;
        padding: 0px;
        margin: 0px;
}


/* footer --------------------------------- */

#foot {
	width: 950px;
	border-top: 1px dotted #fff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	clear: both;
	color: #444;
}

#foot a, #foot a:visited, #foot a:active {
	color: #444;
	text-decoration: underline;
}
#foot a:hover {
	color: #fff;
	text-decoration: none;
}	

#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 {

	width: 169px;
	margin: 0;
	margin-bottom: 0px;
	border: none;
	display: block;
}

.cloud a {
	border-bottom: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.cloud img {
	margin: 0px;
}


.contactform {
	padding: 0 10px;
	margin: 0 20px;
}
.textfield {
	font-family: Georgia, Times, serif;
	color: #FFF;
	font-size: 14px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #222;
	margin: 0px auto 7px auto;
}
.textarea {
	font-family: Georgia, Times, serif;
	color: #FFF;
	font-size: 18px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #222;
	margin: 0px auto 7px auto;
}
.textfield:hover, .textarea:hover {
	background-color: #fff;
	border: 1px solid #222;
}
.button {
	margin: 10px auto 20px auto;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	background-color: #000;
	border: none;
}
.button:hover {
	background-color: #CA0000;
}

#footer {
        font: 9px arial, helvetica, sans-serif;
	letter-spacing: 1.1pt;
	font-weight: normal;
	color: #222;
        margin: 0px;
	padding: 0px;
	width: 100%;
	height: 75px;
	background-color: #eee;
	text-align: center;
	clear: both;
}
#footer a {
	color: #222;
}
#footer a:hover {
	color: #666;
	text-decoration: none;	
}
#foot_cont {
	color: #000;
	width: 945px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#foot_l {
	float: left;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
#foot_r {
	float: right;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}