/* 
Theme Name: Joth Options light
Theme URI: http://www.journalsoftheheart.com
Description: New Journals style.
Author: Duane Craig
Author URI: http://www.journalsoftheheart.com
Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #000;
/*	background: #d7d6cb; #343434*/
	background: #C8C8C8 url('images/bg2.jpg') repeat-x top; 
	font: 80% Arial, Tahoma, Verdan, sans-serif;
	text-align: center;
	}
/* Contains the entire body of the layout */
#body-container {

	width: 940px;
	margin: 0px auto 0 auto;
 	padding-top: 0px;  
	background: #e9e8e3 url("images/body-container-bg2.gif") no-repeat 0 0;
	overflow: hidden;
	}
#extra-container { margin: 0 auto; }
/* Contains content and sidebar */

#ad-container { 
   margin: 10px auto 0 auto;
   height: 110px; 
   width: 940px; 
   background: #000;
   border-bottom: 1px solid #CCC;
   }  
#container {
	float: left;
	width: 920px;
	padding: 11px;
	text-align: left;
	}

/* Main content */
#home, #content {
	float: left;
	width: 590px;
	}
#no-sidebar { width: 900px; }
/************************************************
	Header
************************************************/
/* #header-container { height: 70px; width: 100%; } */
#header-container { height: 140px; width: 100%; }  
#header {
	float: left;
	width: 600px;
	height: 140px; 
	text-align: left;
	}
#header h1 {
	float: left;
	width: 600px
/*	margin: 10px 0 0 10px; */
	font-weight: bold;
	}
#header h1 a { 
   color: #555; 
   width: 941px;                               /* changed */
	height: 140px;                               /* changed */
	display: block;
	background: url('images/jothhead.jpg') no-repeat 0 0; 
   }
#header h1 a span, #header h2 { display: none; }
#header h2 {
	float: left;
	clear: left;
	font-size: 1.1em;
	margin: 3px 0 0 10px;
	}
/************************************************
	Feed
************************************************/
#feed {
	float: right;
	clear: right;
	width: 254px;
	margin: 0 13px 0 0;
/*	padding: 35px 36px 0 0; */
/*	background: url("images/feed-icon.gif") no-repeat right 35px; */
	padding: 105px 0 0 0; 
	text-align: right;
	}
#feed li a {
	font-size: .9em;
	color: #666;
	}
	
/*************************************************
   Contact Form
*************************************************/   
#gb_form_div { 
  text-align : left;
  width: 550px;
} 

#gb_form { text-align : left; }
 
#gb_form legend#mainlegend { 
  font-size : 1.3em;
  color : #FFFFFF;
}

#gb_form input.short { width : 75px; }

#gb_form legend {
  margin: 10px 10px 10px 10px;
  color : #3399FF;
}

#gb_form label { margin-bottom: 20px; }

#gb_form .checkbox {
  width: 20px;
  padding : 10px; 
}

#gb_form .textbox { width : 520px; }

* html input.button { 
  color : #000;  
  width: 150px;
  margin: 10px 10px 10px 200px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}

  input.button {
  color : #000;  
  width: 150px;
  margin: 10px 10px 10px 200px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}
 
 
.formbutton{
   cursor:pointer;
   display: block;
   font-family: Arial; 
   font-size: 1em; 
   width: 80px;
   height: 26px; 
   color: #FFFFFF;  
   border: 1px solid #542B18; 
   background-color: #542B18;
   }
   
#paypal1 input {
    
   display: inline;
   font-family: Arial; 
   font-size: 1em; 
   border: none; 
   background-color: #FFF;
    width:  96px;
    height: 21px;
}

#paypal2 input {
   display: inline;
   font-family: Arial; 
   font-size: 1em; 
   border: none; 
   background-color: #FFF;
    width: 86px;
    height: 21px;
}

#donate input {
    
    width: 73px;
    height: 44px;
}

#artform {
    margin-left: 220px;
    width:  196px;
    height: 121px;

    
}

input[type="submit"]:hover {
    color: #000; 
	background: #A1BA79 url('images/nav-back.gif');
	}
	
/************************************************
              Contact Form ][
************************************************/

.contactright #wpcf_msg { width : 400px; }

* html  .contactright #contactsubmit { 
  color : #000;  
  width: 150px;
  margin: 10px 10px 10px 150px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}

.contactright #contactsubmit {
  color : #000;  
  width: 150px;
  margin: 10px 10px 10px 150px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}


/**************************************************
       Custom Contact
**************************************************/

#field_4 { width : 400px; }

* html  .custom_contact_buttons #input { 
  color : #000;  
  width: 150px;
  margin: 10px 10px 10px 150px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}

.custom_contact_buttons input {
  color : #000;  
  width: 150px;
  margin: 10px 10px 10px 150px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}

	
/************************************************
	General style rules
************************************************/
a { color: #003300; text-decoration: none;	}
a:hover { text-decoration: underline; }
#content a, #full-posts a { color: #7f0202; }

p { margin: 15px 0; }
body, h1, h2, h3, h4, h5, h6, ul, ul li {
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
ul, ul li { list-style-type: none; }
pre, code, pre code { font-size: 1.1em; }

/* Lists on content pages */
#content ul { margin: 15px 0; }
#content ul ul { margin: 0; }
#content li { margin: 0 0 3px 10px; }

/* Left, right, and center alignment */
.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }
.center { float: left; margin: 10px auto; text-align: center; }
#home.left, #content.left, #home.right, #content.left, #sidebar.left, #sidebar.right { margin: 0; }

/* Headers and how they should look */
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #657843; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }
#content .post h2, .feature h2.post-title, #full-posts h2, #comments-template h3, #content h3, #content h4, #content h5, #content h6 {
	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	}
	
#content .post img { padding-right: 20px; }	

/************************************************
	Top navigation menus
************************************************/
/* Main navigation bar (#sub-nav is bottom bar) */
#navigation, #sub-navigation {
	float: left;
	text-align: left;
	color: #fff;
	}
#navigation {
	width: 940px;
	height: 27px;
	font-size: 12px;
	background: #272d2f url('images/nav-right-dark.gif'); 
}
#sub-navigation {
	width: 940px;
	font-size: .75em;
	background: #383838;
	border: 1px solid #252525; border-bottom: none;

/*	background: #deded4; */
	}
#navigation.nav-search {
	width: 740px;
	}
/* Nav */
#nav {
	float: left;
/*	padding: 0 0 0 15px;  
	background: url('images/nav-left-dark.gif'); */
	}
#nav li { float: left; }
#nav a {
	color: #FFF;
	display: block;
	padding: 6px 10px;
	border-right: 1px dotted #C0C0C0;   /* changed */
	border-left: 1px dotted #C0C0C0;    /* changed */

	}
#nav a:hover, #nav li.current_page_item a 
{ 
    color: #74aaed;                                       /* changed */
	
 }
 
#nav a:hover, #nav li.current_page_item a:hover, #nav li.current_page_item li a {
	color: #000;                                       /* changed */
	background: #A1BA79 url('images/nav-back.gif');                           /* changed */
	}
#nav li li { float: left; width: 150px; background: #d1d0c8; border-top: 1px solid #ddd; }
#nav li li a { margin: 0; padding: 10px 10px; }

/* Sub-nav */
#sub-nav {
	float: left;
	padding: 0 0 0 15px;
	}
#sub-nav li { float: left; }
#sub-nav a {
	color: #333;
	display: block;
	padding: 7px 17px;
	}
#sub-nav li.current-cat a, #sub-nav a:hover { color: #657843; text-decoration: none; }
#sub-nav li li { float: left; width: 150px; background: #deded4; border-top: 1px solid #eee; }
#sub-nav li li a { margin: 0; padding: 7px 5px 7px 17px; }

/* Navigation drop-down positioning */
#nav li ul, #sub-nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 999;
	}
#nav li:hover ul, #sub-nav li:hover ul {
	left: auto;
	display: block;
	}
/************************************************
	Search
************************************************/
#search {
	float: right;
	width: 185px;
	}
#search form {
	float: right;
	margin: .5em 0 0 0;
	padding: 0 15px 0 0;
	}
#search input#s {
	color: #666;
	width: 170px;
	margin: 0;
	background: #ddd;
	border: none;
	}
#search .search-submit { display: none; }
/************************************************
	Images
************************************************/
/* Images */
/* .single img, img.thumbnail, .flickr img, img.feature-image, #post-thumbnail-tabs img, #post-sections img, #home img, .post img {
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
	} */
	
.post .avatar { float: left; width: 40px; height: 40px; margin-right: 10px; }
.archive .post .avatar { width: 80px; height: 80px; }
a img { border: none; }
/* Post images */
img {
	max-width: 98.5%;
	}	
/* Feature images */
img.feature-image {
    width: expression(document.body.clientWidth > 76? "75px" : "auto");
	max-width: 75px;
	margin: 0 10px 0 0;
	}
/* Thumbnail images */
img.thumbnail, .recent img.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 5px 0;
	}
/* Thumbnail Large images */
img.thumbnail-large {
	max-width: 265px;
	float: left;
	margin: 0 10px 5px 0;
	}
img.feature-full { max-width: 100%; }
#post-blocks img.thumbnail-large, #post-blocks a img.thumbnail-large { border: none; }
/* #post-thumbnail-tabs img, #post-thumbnail-tabs p img { float: right; margin: 0 0 5px 10px; } */
#post-thumbnail-tabs img { 	float: left; padding: 0 20px 0 2px; }
#author-box img { float: left; margin-right: 10px; }

/* All posts */
p.post-meta-data { margin-bottom: 0; }


/************************************************
	Sections of the site
************************************************/
/* Sections of the site */
#content .post, #no-sidebar .post, .breadcrumb, #related, #comments-template, 
#feature, #post-sections .post, #excerpts .post, #full-posts .post, 
#home div.tags, #video-tabbed, #home .flickr, #author-box, .navigation-links,
#home-custom-1, #home-custom-2 {
	width: 570px;
	clear: left;
	float: left;
	overflow: hidden;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fff;
	border-bottom: 1px solid #999;
	}
#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section { width: 898px; }
#features-numbers, #video-numbers { padding: 10px 0; }

/* Section headers (each section of site and sidebar) */
.section-header, .menu h2, #related h3, #category-blocks h2 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
/*	padding: .5em 1.5em; */
	padding: 3px 5px;
	margin: 0 0 5px 0;
	height: 15px;
/*	background: url("images/section-header.gif") no-repeat left .5em; */
	}
#video-numbers h2, #features-numbers h2 { height: auto; background: transparent; padding: 0 .8em; }

/************************************************
	Posts
************************************************/
.post p.byline { margin: 4px 0 0 0; }
#full-posts .post .entry, #no-sidebar .post .entry, .single .post .entry { clear: left; }
.post ul { padding-left: 15px; }
.post ul li { list-style-type: disc; }
.post ol { padding-left: 20px; }
blockquote { padding: 10px 15px; }
.navigation-links { font-size: .95em; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; text-align: right; width: 50%; }

/************************************************
	Feature sections (home page)
************************************************/
/* Features Gallery */
#myGallery { width: 590px; height: 240px; margin: 0 0 10px 0; padding: 0; }
#myGallery img, #myGallery h3 { display: none; }
/* #myGallery a { color: #f7f7f7; }*/
#myGallery h3, #myGallery h2 { font-size: 1.5em; }


.jdGallery .slideInfoZone { height: 70px; }
.jdGallery .slideInfoZone p { color: #fff; }

/************************************************
	Category sections (home page)
************************************************/
/* Home category blocks (2 colums) */
#post-blocks .post {
	width: 268px;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #999;
	}
#post-blocks .odd {
	float: left;
	clear: both;
	}
#post-blocks h3 {
	margin: 10px 0 5px 0;
	}
/* Home category sections / excerpts / full posts */
#post-blocks h3, #post-sections h3, #excerpts h3 {
	font-size: 1em;
	margin: 0 0 5px 0;
	}

/* Flickr photos on the home page section */
#home .flickr img {
	margin: 0 6px 0 5px;
	}

/************************************************
	Video (tabbed)
************************************************/
/* Video tabbed list of videos */
#video-tabbed .video-list {
	float: right;
	width: 45%;
	}
#video-tabbed .video-list ul { width: 99%; }
#video-tabbed .video-list li { margin: 0 0 5px 0; border: 1px solid #ccc; }
#video-tabbed .video-list li a { color: #333; display: block; padding: 10px; background: #deddd4; }
#video-tabbed .video-list li a:hover, #video-tabbed .video-list li a.tab-current { text-decoration: none; background: #eee; }
#video-tabbed .video { float: left; width: 50%; }
div.v { display: none; }
div.v1 { display: block; }

/************************************************
	Sidebar
************************************************/
/* Sidebar */
#sidebar {
	float: right;
	width: 320px;
	}
.menu {
	width: 93%;
	background: #fff;
	border-bottom: 1px solid #999;
	padding: 10px 10px 10px 10px;
	}
.tabbed { width: 100%; padding: 0; }
#sidebar .tabbed { width: 99.5%; }
.menu, .tabbed {
	margin: 0 0 10px 0;
	float: left;
	overflow: hidden;
	}
/* Sidebar lists and sidebar tab lists */
#sidebar .menu ul li a, .tabbed div ul li a {
	display: block;
	padding: 2px 5px;
	}
.menu div li, .menu div li li, #sidebar .tabbed div li, #sidebar .tabbed div li li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	}
#sidebar .menu li li a, .tabbed div li li a { display: block; padding: 2px 0 2px 8px; }
/* Recent comments widget */
#sidebar ul#get-recent-comments li { margin: 5px 0; }
#sidebar ul#get-recent-comments li a { display: inline; }

/* Sidebar video */
#sidebar .video h3 { font-size: 1em; margin: 5px 0 0 0; }

/* Sidebar ads */
#sidebar .ads p { margin: 0; padding: 0; }
#sidebar .ads a img { border: none; padding: 0; }
#sidebar .ads img { margin: 0 9px 5px 11px; border: none; padding: 0; }
#sidebar .ads img.last { margin: 0; }

/* Sidebar flickr photos */
#sidebar .flickr img { margin: 3px 9px 3px 7px; }

/* Sidebar search */
#sidebar .search input { width: 96%; }
#sidebar .search input.search-submit { display: none; }

/* Sidebar subscribe */
#sidebar .subscribe div { padding-left: 2px; }
#sidebar .subscribe #feed-sidebar { overflow: hidden; background: url("images/feed-icon.gif") no-repeat left .3em; }
#feed-sidebar li { margin: 0 0 0 36px; }
#feed-sidebar li a { font-size: .9em; padding: 0; margin: 0; }

/* Sidebar recent posts (recent.php) and asides (asides.php) */
#sidebar .recent .post, #sidebar .asides .post {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	}
#sidebar .entry { padding: 0; }
#sidebar .recent h3, #sidebar .asides h3 {
	font-size: .9em;
	margin: 0 0 1px 0;	
	}
#sidebar .recent h3 a, .asides h3 {
	font-weight: bold;
	}
#sidebar .recent p, #sidebar .asides p { font-size: .9em; line-height: 1.4em; margin: 0; padding: 0; }
#sidebar .asides p, #sidebar .asides h3 { font-size: .95em; }

/************************************************
	Tabs
************************************************/

/* Tabs (actual tabs) */
.tabbed { background: transparent; border: none; }
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; }
.tabbed ul.tabs li a {
	color: #333;
	float: left;
	display: block;
	margin: 0 3px 0 0;
	padding: 6px .6em;
	background: #deddd4;
	border: 1px solid #e7e7e7;
	}
.tabbed ul.tabs li a.t4 { margin-right: 0; }
.tabbed ul.tabs li a:hover { background: #f4f4f4; text-decoration: none; }
.tabbed ul.tabs li a.tab-current { background: #fff; border-bottom: 1px solid #fff; }

/* Tab content */
.tabbed div.tab-content {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	clear: left;
	padding: 10px 5px 5px 5px;
	background: #fff;
	border-bottom: 1px solid #999;
	}
div.t2, div.t3, div.t4, div.t5 { display: none; }
.tabbed div.c { display: none; }
.tabbed div.c1 { display: block; }

/* Features and video carousels (numbered carousel) */
#features-numbers .tab-content { padding: 10px 0 5px 0; }
#video-numbers .tab-content { padding: 10px 0 0 0; }
#features-numbers h2 a, #video-numbers h2 a { color: #333; }
#features-numbers ul.tabs, #video-numbers ul.tabs {
	width: 590px;
	display: block; clear: left;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0;
	z-index: 997;
	}

/* Category tabs and video tabs */
#post-tabs, #post-thumbnail-tabs, #post-list-tabs { padding: 0; }
#video-numbers .post { margin-top: 5px; }

#post-thumbnail-tabs .post { padding: 0; margin: 0; }

#post-tabs .odd, #post-list-tabs .odd {
	float: left;
	display: inline;
	width: 270px;
	padding: 10px 10px 0 0;
	clear: none;
	}
#post-tabs .even, #post-list-tabs .even {
	float: right;
	display: inline;
	width: 270px;
	padding: 10px 0 0 10px;
	clear: none;
	}
#post-tabs h3, #post-thumbnail-tabs h3, #post-list-tabs h3 {
	font-size: 1em;
	margin: 0;
	padding: 1px 0;
	}
#post-tabs h3 a, #post-thumbnail-tabs h3 a, #post-list-tabs h3 a, #post-list-tabs h3 {
	font-weight: bold;
	}
#post-tabs p, #post-thumbnail-tabs p, #post-list-tabs p { margin: 5px 0 10px 0; }
#post-list-tabs div.c ul { padding: 5px 2px 5px 7px; }
#post-list-tabs li { list-style-type: none; }

/************************************************
	Comments Template
************************************************/
/* Related posts (if using plugin) */
#related ul { width: 100%; }
#related ul li { list-style-type: none; }

/* Comments template */ 
#comments-template ol {
	list-style-type: none;
	margin-top: 10px;
	}
#comments-template ol li {
	width: 97.5%;
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 1%;
	background: #dcdfd5;
	border: 1px solid #ccc;
	}
#comments-template .avatar { float: left; width: 80px; height: 80px; margin: 7px; background: #eee; border: 1px solid #999; padding: 4px; }
#comments-template ol li.alt { background: #e9eae5; }
#comments-template .comment-meta-data { float: left; font-size: .9em; margin-top: 7px; }
#comments-template ol li .comment-meta-data a.time { margin-left: 5px; color: #666; }
#comments-template ol li .comment-text { padding: 10px 10px 0 7px; }
.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #333; }
input {
	color: #000;
	width: 50%;
	padding: 5px;
	margin: 0;
	background: #fff;
	background: #e9eae5;
	border: 1px solid #ccc;
	}
#no-sidebar input { width: 25%; }
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #e9eae5;
	border: 1px solid #ccc;
	}
#no-sidebar #comments-template textarea { width: 98%; }
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	}

/************************************************
	Footer
************************************************/
/* Footer */
#footer {
	clear: both;
	float: left;
	width: 930px;
	text-align: left;
/*	margin: 5px 10px 15px 5px; */
    padding: 20px 5px 0 5px;   
	color: #333;
/*	background: #d7d6cb url("images/footer-bg.gif") no-repeat 0 0; */
	background: #d7d6cb; 
	border-top: 1px solid #000;
	}
#footer p {
	margin: 5px 0;
	line-height: 1.3em;
	
	}
#footer p.left { width: 50%; }
#footer p.right { text-align: center; } 

#footer-shadow { 

height: 18px; 
 
background: #FFF3E5 url("images/footer-shadow.jpg") no-repeat 0 0;

}
 

.disclaimer { float: center; text-align: center;}

p.ie6-bug { float: left; margin: -15px 0; padding: 0; }
.op { background: #990000; position: absolute; top: 0; left: 0; z-index: 998; width: 1000px; height: 2000px; }
.op h2 { font-size: 5em; }


/* AOL HAT */

#hat-container {
     clear:both;
     overflow:hidden;
     background: #424242;
}
#hat {
	font-family: Arial,Helvetica,sans-serif;
	height: 20px;
	padding-left: 10px;
 	margin-top: 2px;
}

#hat li {
	display: inline;
	padding: 5px 0;
}

#hat li a {
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 2px 0;
	font-size: 11px;
}
#hat a:hover  {
   text-decoration: underline;                        /* changed */
	}
	
#hat li.leftlast a {
	border: medium none;
}		

/* end AOL hat */


#login ul {margin:0;padding:0;}

#login ul li {
   display:inline;
   margin-left:10px;
}

#login input#submit {
    width: 60px;
    padding: 5px;
    }
    
#login input#rememberme {
    width: 20px;
}