/**
 * Theme Name: Dir Journal Theme
 * Theme URI: http://www.dirjournal.com
 * Description: 
 * Version: 0.1
 * Author: Unique Blog Designs
 * Author URI: http://uniqueblogdesigns.com
 */


/* CSS Imports */

@import url('reset.css');
@import url('layout.css');
@import url('typography.css');

p img { max-width:98%; }

/* WordPress.org Theme Submission Checklist */

.alignleft { float: left; }
.alignright { float: right; }
.alignnone { float: none; }
.aligncenter { text-align: center; }
.avatar {}
.gallery {}
.wp-smiley {}

/* Global Elements */

.clear { clear: both; }

.headline {
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  color: #846F57;
  font-size: 24px; font-weight: normal;
  margin-bottom: 20px;
}

/* Begin Header */

#header {
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  color: #fff;
}

#header h1 a {
  background: transparent url('images/header.png') no-repeat top left;
  display: block;
  text-indent: -10000px;
  width: 960px;
  height: 128px;
}

#header #navigation-container {
  background: transparent url('images/menu.png') no-repeat top left;
  width: 960px;
  height: 39px;
}

#header #navigation-container .menu ul {
  list-style: none;
  margin: 0; margin-left: 3px; padding-top: 13px;
  width: 614px;
  overflow: hidden;
  float: left;
}

#header #navigation-container .menu li {
  float: left;
    list-style: none;
  margin: 0; margin-left: 4px;
}

#header #navigation-container .menu li a {
  color: #ffffff;
  text-decoration: none;
  margin-top:10px;
  background: #846f57;
  float: left;
  height: 19px;
  padding: 0 7px;
  line-height: 19px;
}

#header #navigation-container .menu li a:hover, #header #navigation-container .menu li.current_page_item a {
  background: transparent url('images/nav_hover.png') repeat-x top left;
}

#header .social-media {
  float: left;
  display: inline;
  list-style: none;
  margin: 0; margin-left: 12px; margin-top: 13px;
}

#header .social-media li {
  display: inline;
  float: left;
  margin-left: 12px;
}

#header .search-form {
  float: left;
  display: inline;
  margin-top: 12px; margin-left: 10px;
}

#header .search-form p {
  margin: 0;
}

#header .search-form .search-text {
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  background: transparent url('images/search_input.png') no-repeat top left;
  border: 0;
  color: #fff;
  padding-top: 2px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px;
  width: 162px;
  
}

/* End Header */


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;    
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* Begin Featured */

#featured {
  background: transparent url('images/featured_bg.png') no-repeat top left;
  height: 314px;
  width: 960px;
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
}

#featured .slider-container {
  display: inline;
  float: left;
  background: #e6e9cf;
  padding: 5px;
  margin-top: 21px; margin-left: 18px;
}

#featured .jcarousel-clip {
  width: 610px;
  height: 262px;
}

#featured .slider .jcarousel-list li,
#featured .slider .jcarousel-item {
  float: left;
  list-style: none;
  width: 610px;
  height: 262px;
  position: relative;
}

#featured .slider .slider-content {
  background: transparent url('images/slider_content_bg.png') repeat top left;
  color: #ffffff;
  position: absolute; bottom: 0; left: 0;
  width: 590px;
  padding: 10px;
}

#featured .slider .slider-content a {
  color: #ffffff;
  text-decoration: none;
}

#featured .slider .slider-content h3 {
  float: left;
  font-size: 16px;
  color: #e6e9cf;
}

#featured .slider .slider-content .date {
  float: right;
}

#featured .slider .slider-content p {
  margin: 0;
  line-height: 18px;

}

#featured .jcarousel-prev {
  background: transparent url('images/slider_prev.png') no-repeat top left;
  width: 45px;
  height: 39px;
  position: absolute; top: 61px; left: 13px;
  display: block;
}

#featured .jcarousel-next {
  background: transparent url('images/slider_next.png') no-repeat top left;
  width: 45px;
  height: 39px;
  position: absolute; top: 61px; right: 13px;
  display: block;
}

#featured form {
  display: inline;
  float: right;
  width: 282px;
  margin-top: 3px; margin-right: 18px;
}

#featured form h3 {
  background: transparent url('images/form_header.png') no-repeat top left;
  width: 282px;
  height: 42px;
  color: #d6d2ba;
  font-size: 18px; font-weight: bold;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#featured form .info {
  color: #f5f1e7;
  float: left;
  width: 178px;
}

#featured form .exclusive {
  text-transform: uppercase;
  border-bottom: 5px solid #ab9a84;
  padding-bottom: 14px; margin-bottom: 14px !important;
}

#featured form .info p {
  margin-bottom: 10px;
  font-size: 14px;
}

#featured form .text-container {
  color: #f5f1e7;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  margin-bottom: 10px;
}

#featured form .text-container input {
  background: transparent url('images/input_bg.png') no-repeat top left;
  border: 0;
  padding: 3px 5px;
  width: 201px;
}

#featured form .submit-container {
  color: #f5f1e7;
}

#featured form .submit-container label {
  font-size: 10px;
  width: 180px;
  float: left;
}

/* End Featured */

/* Begin Directry Journal Blogs */

#directory-journal-blogs {
  background: transparent url('images/dirjournal_bg.png') no-repeat top left;
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  height: 38px;
  line-height: 38px;
  width: 941px;
  margin-left: 10px; margin-bottom: 21px;
}

#directory-journal-blogs p {
  font-weight: bold; font-style: italic;
  color: #ffffff;
  display: inline;
  font-size: 11px;
  margin: 0; margin-left: 10px;
}

#directory-journal-blogs ul {
  list-style: none;
  margin: 0;
  margin-top: 10px; margin-left: 3px;
}

#directory-journal-blogs li {
  display: inline;
  float: left;
  margin: 0; margin-left: 7px;
}

#directory-journal-blogs li a {
  display: block;
  float: left;
  color: #ffffff;
  background: #846f57;
  text-decoration: none;
  height: 19px;
  line-height: 19px; padding: 0 2px;
}

#directory-journal-blogs li a:hover {
  background: #e5e6d0;
  color: #53402a;
}

/* End Directory Joruanl Blogs */

/* Begin hentry */

.hentry {
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  background: #fefefe;
  width: 588px;
  height:auto;
  padding: 16px; padding-bottom: 0;
  margin-bottom: 25px;
}

.hentry .post-title {
  margin-bottom: 5px;
}

.hentry .post-title a {
  color: #846f57;
  font-weight: normal;
  font-size: 24px;
  text-decoration: none;
}

.hentry .post-info {
  color: #846f57;
  font-size: 11px;
}

.hentry .post-info a {
  color: #84b41f;
  font-weight: bold;
  text-decoration: none;
  margin-left: 12px;
}

.hentry .entry {
  color: #1d1d1d;
}

.hentry .entry p {
  line-height: 21px;
}

.hentry .share {
  background: transparent url('images/share_bg.png') repeat-x top left;
  clear: both;
  height: 33px;
}

.hentry .share .share-container {
  background: transparent url('images/share_ul_bg.png') repeat-x top left;
  display: inline;
  color: #ffffff;
  height: 22px;
  line-height: 22px;
  width: 435px;
  margin-top: 6px; margin-left: 7px;
  float: left;
}

.hentry .share .share-container span {
  display: inline;
  float: left;
  margin-left: 10px;
}

.hentry .share .share-container ul {
  list-style: none;
  margin: 0; padding-top: 4px;
}

.hentry .share .share-container ul li {
  display: inline;
  float: left;
  margin: 0; margin-left: 7px;
}

.hentry .entry img {
  border: 5px solid #d6dbbf;
  margin-bottom: 7px;
}
.hentry .entry .alignleft { margin-right: 18px; }
.hentry .entry .alignright { margin-left: 18px; }

.wp-caption { font-size:10px; text-align:center; font-style:italic }

.hentry .entry blockquote {
  background: #D6DBBF;
  clear: both;
  margin: 0;
  padding: 18px;
}

.hentry .entry h1, .hentry .entry h1 a {
  font-size: 24px;
  margin-bottom: 18px;
}

.hentry .entry h2, .hentry .entry h2 a {
  font-size: 22px;
  margin-bottom: 18px;
}

.hentry .entry h3, .hentry .entry h3 a {
  font-size: 20px;
  margin-bottom: 18px;
}

.hentry .entry h4, .hentry .entry h4 a {
  font-size: 18px;
  margin-bottom: 18px;
}

.hentry .entry h5, .hentry .entry h5 a {
  font-size: 16px;
  margin-bottom: 18px;
}

.hentry .entry h6, .hentry .entry h6 a {
  font-size: 14px;
  margin-bottom: 18px;
}

.hentry .entry ol, .hentry .entry ul {
  margin-left: 40px;
  margin-bottom: 36px;
}

.hentry .entry li {
  margin-bottom: 10px;
  line-height: 24px;
}

/* End hentry */

/* Begin Sidebar */

#sidebar, #sidebar ul {
  list-style: none;
  margin: 0;
}

#sidebar {
  color: #2f2f2f;
  font-family: Georgia, "Nimbus Roman No9 L", Serif;  
  margin-left: 19px !important; margin-left: 0px;
}

#sidebar li {
  margin: 0;
}

#sidebar li.widget {
  margin-bottom: 10px;
}

#sidebar .normal-heading {
  background: transparent url('images/sidebar_header.png') no-repeat top left;
  width: 311px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  text-indent: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}

#twitter_update_list {
  padding: 0 20px;
}

ul#twitter_update_list { }

#twitter_update_list li {
  margin-bottom:13px;
}
img.latesttweets { width:296px; height:44px; margin-top:-5px; margin-left:-2px; margin-bottom:14px }
#twitter_update_list li a { color:#fa6f21; font-weight:bold; font-size:9px; padding-right:8px }

#sidebar .adblocks { float: left; display: inline; margin-left: 16px; margin-top: 35px; width: 311px; overflow: hidden; }


#sidebar .adblocks li {
  display: inline;
  float: left;
  margin-right: 19px; margin-bottom: 19px;
}

#sidebar .adblocks li .alt {
  margin-right: 0;
}


/* Tabs */

.ui-tabs {  }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#recent-popular-posts .ui-tabs-nav {
  background: transparent url('images/tabs_left_on.png') no-repeat top left;
  width: 311px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 12px;
}

#recent-popular-posts .ui-tabs-nav a {
  color: #fff;
}

#recent-popular-posts .ui-tabs-nav a.first {
  width: 132px;
  text-align: center;
}

#recent-popular-posts .ui-tabs-nav a.second {
  width: 147px;
  text-align: center;
  margin-left: 32px;
}

#recent-popular-posts .widget-container li {
  border-bottom: 1px solid #dbdbdb;
  width: 274px;
  overflow: hidden;
  margin-bottom: 11px; padding-bottom: 11px;
}

#recent-popular-posts .widget-container li img {
  margin-right: 12px;
}

#recent-popular-posts .widget-container li .container {
  display: inline;
  float: left;
}

#recent-popular-posts .widget-container li .container p {
  color: #1c1c1c;
  line-height: 18px;
  margin: 0;
}

#recent-popular-posts .widget-container li .container a {
  color: #ff6f21;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 13px;
}

#categories-blogroll .ui-tabs-nav {
  background: transparent url('images/tabs_left_on.png') no-repeat top left;
  width: 311px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 12px;
}

#categories-blogroll .ui-tabs-nav a {
  color: #fff;
}

#categories-blogroll .ui-tabs-nav a.first {
  width: 132px;
  text-align: center;
}

#categories-blogroll .ui-tabs-nav a.second {
  width: 147px;
  text-align: center;
  margin-left: 32px;
}


#categories-blogroll .widget-container li {
  border-bottom: 1px solid #dbdbdb;
  width: 274px;
  overflow: hidden;
  margin-bottom: 5px; padding-bottom: 5px;
  background: url('images/bullett.png') no-repeat 3px 5px;
  text-indent: 20px;
  
}

#categories-blogroll .widget-container li a {
  color: #ff6f21;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 13px;
}

#recent-top-comments .ui-tabs-nav {
  background: transparent url('images/tabs_left_on.png') no-repeat top left;
  width: 311px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 12px;
}

#recent-top-comments .ui-tabs-nav a {
  color: #fff;
}

#recent-top-comments .ui-tabs-nav a.first {
  width: 132px;
  text-align: center;
}

#recent-top-comments .ui-tabs-nav a.second {
  width: 147px;
  text-align: center;
  margin-left: 32px;
}

#recent-top-comments .widget-container li {
  border-bottom: 1px solid #dbdbdb;
  width: 274px;
  overflow: hidden;
  margin-bottom: 11px; padding-bottom: 11px;
}

#recent-top-comments .widget-container li a {
  color: #ff6f21;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 13px;
}

#recent-top-comments .widget-container li img {
  float: left;
  margin-right: 12px;
  display: inline;
}

#recent-top-comments .widget-container li .container {
  float: left;
  width: 175px;
}

#recent-top-comments .widget-container li .container p {
  color: #1c1c1c;
  line-height: 18px;
  margin: 0;
}

#recent-popular-posts .widget-container li .container a {
  color: #ff6f21;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 13px;
}

/* End Sidebar */

/* Begin Footer Widgets */

#footer-widgets {
  background: transparent url('images/footer_widgets_bg.png') no-repeat top left;
  width: 920px;
  height: 193px;
  
  overflow: hidden;
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  padding-top: 18px; padding-left: 20px; padding-right: 20px;
}

#footer-widgets .widget {
  float: left;
  width: 25%;
}

#footer-widgets h3 {
  color: #dabfa0;
  font-size: 17px; font-weight: bold;
  margin-bottom: 15px;
}

#footer-widgets ul {
  list-style: none;
  margin: 0;
  font-size: 11px;
  line-height: 10px;
}

#footer-widgets li {
  color: #ffffff;
  margin: 0; margin-bottom: 10px;
    list-style: none;
}

#footer-widgets li a {
  color: #ffffff;
  text-decoration: none;
}

/* End Footer Widgets */

/* Begin Footer */

#footer {
  background: transparent url('images/footer_bg.png') repeat-x top left;
  color: #ffffff;
  font-family: Georgia, "Nimbus Roman No9 L", Serif;
  width: 940px;
  height: 67px;
  padding: 0 10px;
}

#footer p {
  margin-top: 35px;
}

/* End Footer */

/* Begin Comments */

#comments-list {
  margin-top: 30px;
}

#comments-list h3, #respond h3 {
  color: #846f57;
  font-weight: normal;
  font-size: 24px;
  text-decoration: none;
}

#comments-list ol {
  margin: 0;
}

#comments-list li {
  margin: 5px;
  border: 3px #efecdb solid;
  padding: 5px;
}

#comments-list .comment-body {
  background: #E9EAE4;
  padding: 10px;
}

#comments-list ol .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

#comments-list ol cite, #comments-list ol cite a {
  font-weight: bold;
  font-style: normal;
}

#comments-list ol p {
  font-weight: normal;
  text-transform: none;
}

#respond {
  margin-top: 30px;
  padding-bottom: 30px;
}

#respond label {
  display: block;
}

#respond input {
  width: 170px;
  padding: 2px;
}

#respond textarea {
  width: 90%;
  padding: 2px;
}

#respond #submit {
  margin: 0 0 5px auto;
  float: right;
}

#comments-list ol {
  padding: 0;
  text-align: justify;
}

#comments-list ol li {
  margin: 15px 0 20px;
  list-style: none;
}

#comments-list ol li ul li { 
  margin-right: -5px;
  margin-left: 10px;
}

#comments-list ol p {
  margin: 10px 5px 10px 0;
}

.children { padding: 0; }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}


.entry p {border:none!important}

/*Comments Listing*/
.comment_text{ width: 473px; float: left; background: url(images/comment_txt.png) right repeat-y; }
.comment_text_top{ color: #54533E; float: left; padding: 20px 24px 30px 36px; background: url(images/comments_text_top.png) top left no-repeat; min-height:130px; }
.comment_text_top p{ color: #54533E; font-size: 12px; margin: 0px 0px 25px 0px; }
.comment_text_btm{ width: 473px; float: left; height: 5px; background: url(images/comment_txt_btm.png) bottom right no-repeat; }
ol.commentlist { list-style:none; margin:0px 0px 20px; padding:0; text-indent:0; }
ol.commentlist li { height:1%; margin:0 0 10px; padding:5px 7px 0px; position:relative; }
ol.commentlist li h4 { font-size:12px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard {  }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #d5d5d5; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta {  }
ol.commentlist li div.comment-meta a { color:#C9C9C9; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#C9C9C9; text-decoration:underline; }
ol.commentlist li p { margin:0 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply {  }
ol.commentlist li div.reply a { background:#999; border:1px solid #666; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; display:block; width:30px; }
ol.commentlist li div.reply a:hover { background:#c30; border:1px solid #c00; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even {  }
ol.commentlist li.odd {  }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
.gravator { float:left; width:100px; padding-top:20px; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
.gravator a { text-decoration:none; }
.gravator img { margin:0 0 11px; }
#respond h4 { font-size:12px; }
#comment { width:100%!important; border-width:0px!important; }
.rigAlign { padding-left:100px; }
.respond_input { border:1px solid #E6E6E6; height:25px; margin:10px 0 0; width:485px; }
.respond_input input { background:transparent none repeat scroll 0 0; border:medium none; color:#8F8F8F; height:20px; padding:5px 4px 0 11px; width:470px; }
