/*  
Theme Name: Destination
Theme URI: http://bgthemes.com
Description: A template designed by <a href="http://sivasankaran.net" title="Shiva">Shiva</a> , for <a href="http://bgthemes.com"  title="Blog Themes">BloG Themes</a>, header image by <a href="http://www.flickr.com/photos/pandiyan/113616869/" title="Pandiyan">Pandiyan<a>
Version: 1.0
Author: Shiva
Author URI: http://sivasankaran.net*/
/* page background texture */

/* home page headlines */



/* main text area color */
#container {
  background: #fff;
}

/* main text area color for the wine section */
body.wine #container {
  background: #005D4D;
  background: #fff; /* <---this overrides the other color, */
}

/* this is for changing the header image */
body.wine #header {
    background: #200000 url(/media/2011/07/winewine.jpg) no-repeat right 0px ;
}
body.about #header {
    background: #333333 url(/media/2011/07/aboutgold.jpg) no-repeat right 0px ;
}
body.art #header {
    background: #E5E2DA url(/media/2011/07/dede.jpg) no-repeat right 0px ;
}
body.ecochamber #header {
        background: #333333 url(/media/2007/01/pond.jpg) no-repeat right 0px ;
}
body.holidays #header {
        background: #B22222 url(/media/2007/04/peeps.jpg) no-repeat right 0px ;
}

body.movies #header {
    background: #333333 url(/media/2007/01/mica2.jpg) no-repeat right 0px ;
}

body.food #header {
    background: #333333 url(/media/2011/07/blueberries.jpg) no-repeat right 0px ;
}
body.travel #header {
    background: #333333 url(/media/2011/07/travelimage.jpg) no-repeat right 0px ;
}



/* this is the larger page background 
don't edit this unless you are really sure*/
body {
  background: url(img/bg3.jpg);  
}





/* end of editing section */


body.ecochamber .post .posttitle {
  display:none;
}
body.ecochamber .page .posttitle {
  display:block;
}

.post .entry p{
  width:44em;
  margin:auto;
  margin-bottom: 1.2em;
}
.post .entry img[align=right] {
	margin-left:4px;
}
.post .entry img[align=left] {
	margin-right:4px;
}

.serif {
  font-family:Times;
  font-size:12.0pt;
  line-height:13pt;
}

#section-index .post h2 a {
  color: #660C1D;
}
#content-main {
  padding-top: 10px;
}
li.form {
 border: 2px solid #5C1A16;

}

li.form p {
  padding-left:6px;
}
#sidebar .form  input{
  background-color:#FFEEEE;
}
#sidebar .form  input.button{
  float:right;
margin-right:3px;
  margin-bottom:3px;
   padding:2px 4px;
}

#header {
        clear: both; 
    background: url(/media/2012/01/seasea.jpg)
 no-repeat right 0px ;
    margin: 0px 0px 0px 0px; 
    color:#CCCCCC; 
    height: 110px;
    border-bottom:  1px solid black;
}



/* post-date alignment */
.post p.post-date {
  float:right;
  margin:0px;
  padding:0px;
  padding-top:3px;
  padding-right: 10px;
  color: #666; 
}

/* added by lyle to take care of images in posts */
.post img {
  padding:4px;
}
.post {
  clear:both;
	margin-top:2em;
}


body 
{
    margin: 0px 20px; 
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-weight: normal;
    font-size: small;
    color: #000000; 
    text-align: center;
}


* {
    padding: 0px; 
    margin:0px;
}

p {
    margin: 0.7em 0px;
    line-height:1.5em;
}
dl {
    margin:1em 0px;
}
dt 
{
    font-weight:bold;
}
dd 
{
    margin:0.5em 1em;
    padding:0;
}
a img {
    border:0;
}
.clear {
    clear:both;
    height:20px;
}
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 1px solid #382210;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

fieldset 
{
    border:none;
}

a 
{
    text-decoration:none;
    color: #CC3300;
}
a:link {
    color: #600000; 
}
a:visited {
    color: #4F001D;
}
a:hover, a:active {
    color: #000000;
    text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 
{
    font-family:sans-serif,Verdana;
font-weight: bold
font-size: large
}


#container {
    border: #000000 1px solid;
    margin: 0px auto; 
    min-width: 778px;   
    max-width:1000px;
    position: relative; 
    text-align: left;
}

#navigation {
    margin: 2px auto 0px auto; 
    overflow: hidden; 
    min-width: 780px; 
    max-width:1000px;
    position: relative; 
    text-align: left;
        font-size: 0.9em;
    font-family:"Verdana"
font-weight: bold
font-size: large
}
 html #navigation {
    margin-top: 10px;
    height: 1%;
}
#navigation ul li {
    float: left; 
    margin: 0px 0px 0px 0px; 
    list-style-type: none;
}
#navigation a
{
 color:#000000;
}
#navigation ul li.page_item a { 
        border: #ccc 1px solid; 
    border-bottom:none;
    padding: 3px 6px 3px 6px; 
    display: block; 
    background: #3B3B3B; 
    text-decoration: none;
        color: #ffffff;
}
#navigation ul li.page_item a:hover 
{       background: #ffffff;
        display: block; 
        color: #000000;
        border: #3B3B3B 1px solid; 
        border-bottom:none;
}

#navigation ul li.current_page_item  {
    background: #ffffff;
        display: block; 
        padding: 3px 6px 3px 6px; 
        color: #000000;
        border: #3B3B3B 1px solid; 
        border-bottom:none;
        z-index: 100;
}
#navigation ul li.search {
    font-size: 0.9em; 
    right: 0px; 
    position: absolute; 
    top: 0px;
}
#navigation ul li.search input#s {
    border: #3B3B3B 1px solid;  
    width: 100px; 
        font-size: 0.9em; 
    padding: 2px;   
        margin: 0px 0px 2px 0px;
    background:#fff;
}
#navigation ul li.search input#searchsubmit {
    border: #000000 1px solid; 
    background: #CCCCCC; 
        font-size: 0.9em; 
    margin: 0px 0px 0px 2px; 
    color: #ffffff; 
    padding: 1px;       
}



#header h1 
{
    font-size:1.7em;
        font-family:Verdana; sans-serif;
    margin:0px 0px 0px 5px;
    letter-spacing:2px;
        text-align:right;

    padding-top: 85px;
}

#header h3
{
 height:65px;
}

#header h1 a {  
    text-decoration:none;
        color:#ffffff;      
}

#header h2 
{
        display:none;
    margin:5px 0 10px 5px;
    font-size:large;
        font-weight:bold;
    font-family:"Lucida Grande", Arial, Verdana, Helvetica; 
        text-align:right;   
}

#search navigation dl dd {
    display: inline; 
    background:url(img/feed.png);
}

 
#content {
    margin: 0px 0px 0px 30px; 
    overflow: auto;
    position:relative;
}
 html #content {
    height: 1%;
}
#content h3 {
    font-size: 1.2em; 
    margin: 1em 0px 0px;
}
#content h4 {
    font-size: 1.1em; 
    margin: 1em 0px;
}
#content h5 {
    font-size: 1em; 
    margin: 1em 0px;
}
#content-main ul 
{
    margin:1em;
    padding:0 1em;
    list-style-image:url(img/bullet.gif);
}
#content-main ol li
{
margin:0 0 0 2.7em;
}
#content-main {
    margin-right: 150px;
}
 html #section-index #content-main {
    margin-right: 200px;
    margin-bottom: 400px
}
#content .post 
{
    padding:0em 0 2em 0;
        
}
#content p img.right {
    float: right; margin:10px 0 0 10px;
}
#content p img.left {
    float: left; margin:0 10px 10px 0;
}
#content .posttitle a, #content .post .posttitle h2
{
 color:#1F1F1F;
 font-weight: bold;
 font-family:'Verdana'; Arial,Verdana,Helvetica,sans-serif; 
 align:right;
 width:38em;
margin:auto;
}

#content .post-info a
{
 color:#382210;
 font-weight: normal;
}
#content .post h2 
{
    font-size: 1.3em; 
    margin: 2px 0px 0px;    
    letter-spacing:1px;
    font-weight:normal;
}
#content-main .pagetitle 
{
    font-size: 1em; 
    margin: 2px 0px 0px;    
    letter-spacing:1px;
    font-weight:normal;
        border: 1px solid #ccc; 
}
#content .entry 
{
    margin:1em 0;
    padding-right:1em;    
}
#content .entry a 
{
    border-bottom:#999 1px dashed;
    text-decoration:none;
    font-size: 1em; 
    color:#CC3300;
}
#content .entry a:visited 
{
    color:#006666;
}
.post-info {
    font-size:0.9em;
    color:#656551;
    margin:0;
    padding:0;
        border-bottom:#999 1px solid;   
}
 .postmetadata
{
    font-size:0.9em;
        font-weight:bold;
    color:#656551;
    margin:0;
    padding:0;  
float:right;
}
.postmetadata a
{
 color:#382210;
}



#sidebar {
    position:absolute;
    right:1em;
    top:2em;
    width: 158px;
    font-size:0.9em;
}

#sidebar a {
 color:#382210;
}
#sidebar ul
{
  list-style:none;
  margin:0px;
  padding:0px;
}
#sidebar ul ul
{
  list-style:none;
  margin:0px;
  padding:0px;
}
li.sidebox, li#linkcat-1 {
  padding:0px;
  margin-bottom: 2em;   

  width:100%;
}


li.sidebox div.adrotatorwidget {
 background-color:white;
 padding:5px;
}

#sidebar li.sidebox div.adrotatorwidget h4{
  margin: 0px;

}


html li.sidebox, html li#linkcat-1 {
  padding-bottom: 0px;
}
li.sidebox li a, li#linkcat-1 li a, li.sidebox select{
  margin-left:1em;

}
li.sidebox h2, li#linkcat-1 h2 {
  /*font-weight: bold;*/
  font-size: 1.2em;
  text-align: left;
  margin:0px;
  padding-left:4px;
  color: #80786F;
  color:#382210;
}



#sidebar li.sidebox p img, #sidebar li#linkcat-1 p img {
  float: left; margin: 0px 10px 10px 0px;
}





#footer {
    clear: both;    
    background: transparent; 
    margin: 0px auto; 
    overflow: auto; 
    width: 760px; 
    text-align: left;
        color: #4A2C15;  
}
 html #footer {
    height: 1%;
        list-style-type: none;
}
#footer p {
    float: left; width: 40%; line-height: 1.2em;
}
#footer p img {
    vertical-align: text-bottom;
}
#footer ul {
    float: right; 
    margin: 0px 0px; 
    width: 50%; 
    text-align: right;
    font-size: 0.9em; 
}
#footer ul li {
    display: inline; 
    margin-left: 5px; 
}
#footer ul li a{
    color: #000; 
}
#comments, #respond{
    margin: 2em 0 0 5px;
}
#commentform 
{
    margin:10px;
    padding:10px;
}
#container .commentlist {
    margin: 0;
    padding: 0;
}
.commentlist li 
{
    list-style:none;
    margin: 1em 0;
    padding: 0.5em; 
}
.commentlist li.alt .cmtinfo 
{
    background:#EDEEEE;
}
.commentlist li .cmtinfo 
{
    font-size:1em;  
    border-bottom: #eee 1px solid;
        background:#C7C7C7;
}
.commentlist li cite 
{
    font-style:normal;
    font-weight:bold;
}
.commentlist li cite a
{
    font-style:normal;
    font-weight:bold;
        text-decoration: underline;
        color:#382210;
}
.commentlist li .cmtinfo em 
{
    float:right;
    margin:0;
    padding:0;
    font-style:normal;
    font-size:0.9em;
    color:#656551;
}
.commentlist li p
{
 word-wrap:break-word;
 width:100%;
}
textarea{
    width: 90%;
    padding:5px;
    height: 20em;
    border: 1px solid #ccc; 
        background: #EDEEEE;
}
input#submit { 
        background: #EDEEEE;
        border: 1px solid #9AAE9A;
    font-size: 0.9em;  
    margin: 0px 0px 0px 2px; 
    color: #000000;         
}
.text{
   background: #EDEEEE;
}
.post h4 
{
    font-size:1em;
    font-weight:normal;
    font-family:sans-serif,"Lucida Grande",Arial,Helvetica;
}
.post h4 em
{
    font-style:normal;
    float:right;
    font-weight:normal;
}

/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
        color:#402918;
        border:1px solid #363636;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar th {
    padding: 2px 0;
    text-align: center;
    }

#wp-calendar td {
    padding: 2px 0;
    text-align: center;
    }

#wp-calendar tr th[abbr=Saturday]
{
 color:red;
}
#wp-calendar tr th[abbr=Sunday]
{
 color:red;
}
/* End Calendar */


/* adding mods 2011-10-18 by lyle */

#comments {
   padding-top:3em;
   clear:both;
}
