/*

Theme Name: Indulge Cigars & Indulge Teas
Description: Custom design for Indulge Cigars & Indulge Teas
Version: 1.5
Author: Jackie Williams
Author URI: http://Checkpointmultimedia.com
Tags: two-columns, fixed-width, right-sidebar

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

*/


body {
  background:#47555d url('./images/bkg-main.gif') repeat-x top left;
  margin:0;
   font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000;
}

h1, h2, h3, h4, h5, h6, ul, ol {margin:0; padding:0; list-style:none; display:block;}

h2, h3, h4, h5, h6 {
  font-size:12px;
}

.article ul, .article ol {list-style-position:inside;}

a {color:#966520; text-decoration:none;}
a:hover {color:#966520; text-decoration:underline;}

hr {
  border:0;
  border-bottom:1px solid #d4d6d6;
  margin:20px 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#000;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #d4d6d6;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#000;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

#wrapper {
  width:960px;
  margin:0 auto;
}

#header {
  background: url('./images/header-bkg.gif') top left no-repeat;
  margin:0 auto;
  width:960px;
  height:124px;
  clear:both;
}

/* Blog Title */
h1 {
  font-size:14px;
  color:#1b2125;
}

h1 a {
  float:left;
}

/* Pages Navigation */

#topnav {margin:0 auto; width:960px;}

#topnav ul {
  color:#d79a42;
  font-size:10px;
  list-style:none;
  margin:6px 0 12px 0;
  text-transform:uppercase;
  line-height:23px;
  float:right;
}

#topnav ul li {
  float:left;
  padding:0 8px 0 0;
}

#topnav ul li a {
  color:#fff;
  text-decoration:none;
}

.icon {
  padding-right:5px !important;
}

#topnav ul li a:hover /*,
#header ul li.current_page_item*/ {
  text-decoration:underline;
}

ul#cigarnav {
  color:#966520;
  font-size:11px;
  list-style:none;
  text-transform:capitalize;
  font-weight:bold;
  float:left;
display:inline;
margin:17px 0 0 20px;
width:900px;
}

ul#cigarnav li {
  float:left;
  padding:0 15px 0 0;
}

ul#cigarnav li a {
  color:#966520;
  text-decoration:none;
}
ul#cigarnav li a:hover {
  color:#966520;
  text-decoration:underline;
}

ul#teanav {
  color:#238415;
  font-size:11px;
  list-style:none;
  text-transform:capitalize;
  font-weight:bold;
	clear:both;
	float:left;
	display:inline;
	width:100%;
	margin:17px 0 0 20px;
	width:900px;
    }

ul#teanav li {
  float:left;
  padding:0 15px 0 0;
}

ul#teanav li a {
  color:#238415;
  text-decoration:none;
}
ul#teanav li a:hover {
  color:#238415;
  text-decoration:underline;
}
/* Product promo area under header */
#promo {
  background:url('./images/site-promo-bkg.gif') center no-repeat;
  height:145px;
  clear:both;
  margin:0 auto;
  text-align:center;
  width:960px;
}

#promo ul {padding:20px 0 0 38px; list-style:none; margin:0;}
#promo ul li {float:left; margin-right:15px;}

a {
  outline:0;
}

/* Page dropshadow */
#content {
  background:url('./images/page-container-bkg.gif') repeat-y top left;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

#main {
  padding:20px 20px 20px;
  width:590px;
  float:left;
  background: url('./images/shadow-main.jpg') no-repeat top left;
}

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#1b2125;
  margin:20px 0 10px;
}

div.entry h2 {
  font-size:1.8em;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}

/* Main header on single pages */
h2.header {
  color:#1b2125;
  font-size:22px;
  clear:both;
  margin-top: 10px;
  
}

div#main h2.header a {
  color:#1b2125;
  text-decoration:none;
}

h2.header span {
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
#main h3 {
  margin:0;
  padding:0;
  color:#1b2125;
}

.pagetitle{margin:0; padding:0;}

#main p {
  color:#000;
  line-height:18px;
  margin:10px 0;
}

div #main a {
  color:#966520;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #68A65F;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:590px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#000;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square-list.gif) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
  margin:0 0 10px 0;
  padding-bottom: 5px;
  font-size:11px;
  border-bottom:1px dotted #d4d6d6;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

#secondary {
  padding:12px 0 0 0;
  width:330px;
  float:left;
  background: url('./images/shadow-right-rail.gif') no-repeat top left;
}

#secondary ul#sidebar {
  margin:10px 15px;
  color:#000;
}

#secondary ul#sidebar li {
  margin:5px 0;
  font-size:12px;
  line-height:1.5em;
}

#secondary ul#sidebar li ul {border-bottom:6px solid #d6d8d9;}

#secondary ul#sidebar li ul li {background: url('./images/square-list.gif') center left no-repeat; padding-left:10px;}

/* Sidebar headers */
#secondary h2 {
  text-transform:uppercase;
  color:#1b2125;
  margin:15px 0 8px;
  font-size:12px;
  line-height:16px;
  font-size:14px;
  padding:0 0 5px 0;
  background: url('./images/rule.gif') repeat-x left bottom;
}

#secondary a {
  color:#966520;
  text-decoration:none;
}

#secondary a:hover {
  text-decoration:underline;
}

#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

#secondary ul#sidebar li li {
  font-size:1em;
}

#secondary .more {
display:block;
padding:0 0 5px 0;
font-size:11px;
font-weight:bold;
}


/* Sidebar about area */
#author {
	background-color:#bec1c2;
	padding:5px 0;
	font-size:10px;
	margin:0;
}

#secondary p {
  margin:5px 15px;
  line-height:20px;
  color:#000;
  font-size:12px;
}

#secondary .widget {margin:15px 0 10px 0;}

/* Search input */
#searchform {
  float:right;
  margin:26px 19px 0 0;
  height:27px;
  display:inline;
}

#searchform input#s {
  height:27px;
  width:179px;
  padding:7px 4px 0 8px;
  background:url('./images/search-input-bkg.gif') top left no-repeat;
  border:none;
  color:#999;
  float:left;
}

input#search_submit {
  color:#929ba0;
  font-size:11px;
  font-weight:bold;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

#footer {
  width:960px;
  margin:0 auto;
  background:url('./images/footer-bkg.gif') repeat-y top left;
}

#footer #cigars {
  float:left;
  width:610px;
  margin:5px 0 0 20px;
}

#footer #cigars h2 {
  text-transform:uppercase;
  font-size:14px;
  color:#be9b68;
  margin:0 20px 5px 0;
  padding:0 0 6px 0;
  background:url('./images/rule-brown.gif') bottom left repeat-x;
  line-height:16px;
}

#footer #tea {
  float:left;
  width:310px;
  margin:5px 0 0 20px;
}

#footer #tea h2 {
  text-transform:uppercase;
  font-size:14px;
  color:#68a65f;
  margin:0 20px 5px 0;
  padding:0 0 6px 0;
  background:url('./images/rule-green.gif') bottom left repeat-x;
  line-height:16px;
}

#footer ul li ul{
  float:left;
  margin:5px 10px 0 0;
}


#footer ul li ul a {
  color:#fff;
  text-decoration:none;
  font-size:10px;
}

#footer ul li ul a:hover {
  color:#fff;
  text-decoration:underline;
  font-size:10px;
}

#copyright {background:url('./images/copyright-bkg.gif') top left no-repeat; color:#a4b2bb; font-size:10px; height:52px; padding-top:10px; width:960px; margin:0 auto; text-align:center;}

#copyright a {color:#7b8d97; text-decoration:none;}

#copyright a:hover {color:#7b8d97; text-decoration:underline;}

#copyright p {font-size:10px; clear:both; margin-top:10px;}

#copyright ul {margin-left:160px;}

#copyright ul li {float:left; margin-right:10px;}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#deecf4;
}

textarea#comment {
  width:590px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

#respond {background-color:#ebeced; line-height:40px; border-bottom:1px solid #d4d6d6; border-top:1px solid #d4d6d6; font-size:14px;}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#000;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto!important;
  margin-right: auto!important;
}

.alignleft {
  float: left;
  margin:10px 10px 10px 0;
}

.alignright {
  float: right;
  margin:10px 0 10px 10px;
}

.wp-caption {
  border: 1px solid #d4d6d6;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

.navigation {
  margin:8px 0 20px 0;
}

.share {width:150px; padding:4px; border:1px dotted #D4D6D6; margin-bottom:20px;}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/
.clear {clear:both; height:1px; overflow:hidden;}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


