/*
Theme Name: VBD
Description: Theme to be used with WP e-Commerce Plugin for Visionary Belly Dance, Seattle, WA.
Version: 1.0
Use w/ Plugins: WP Ecommerce 3.6.7, Category Posts Widget 1.3.2
Author: Kristine Johnson + Jill Corral
Author URI: http://www.cognitionstudio.com
Modified from: Liz Andrade
*/


/*-
COLOR GUIDE

gold: #c08411;
cream: #fff8eb;
orange: #aa7133;
rose: #a1483b;
brown: #4e210c;
teal: #117279;


pink (store): #CC3366
orange (studio): #CC6600
green (stage): #006600



 */
/**************************** Page Structure ****************************/

html { /* Force Vertical Scrollbar */
  /* IE */
  overflow-y: scroll;
  /* Moz */
  height: 100%;
  /*margin-bottom: 0px;*/
}

* {
  padding: 0;
  margin: 0;
  }

img {
  border: 0;
  }
a img,:link img,:visited img { border:none }

body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4e210c;
  background: #451c08 url(images/bg.gif) repeat;
  text-align: center;
  margin: 0px;
  text-decoration: none;
  }

  
#page {
  text-align: left;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  /*position: relative; */
  width: 861px;
  border: solid 2px #c08411;
  background-color: #fff8eb;
}

#store_landing_page {
  text-align: left;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  position: relative;
  width: 861px;
  border: solid 2px #CC3366;
  background: #fff8eb url(images/bg_store.jpg) 150px 100px no-repeat;
}
  #store_page {
    text-align: left;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
    position: relative;
    width: 861px;
    border: solid 2px #CC3366;
    background-color: #fff8eb;
  }
  
#studio_page {
  text-align: left;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  position: relative;
  width: 861px;
  border: solid 2px /*#CC6600*/  #ffcb00 ;
  background-color: /*#fff8eb*/ #ffcb00 ;
}
  #estudio_page {
    text-align: left;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
    position: relative;
    width: 861px;
    border: solid 2px /*#CC6600*/  #ffcb00 ;
    background-color:  /*#fff8eb*/ #ffcb00 ;
  }
#studio_landing_page {
  text-align: left;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  position: relative;
  width: 861px;
  border: solid 2px /*#CC6600*/  #ffcb00 ;
  background: /*#fff8eb*/ #ffcb00 url(images/bg_studio.jpg) -20px 90px no-repeat;
}
#stage_page {
  text-align: left;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  position: relative;
  width: 861px;
  border: solid 2px #006600;
    background-color: #000000;
}



#stage_landing_page {
    text-align: left;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
    position: relative;
    width: 861px;
    border: solid 2px #006600;
  background: #000000 url(images/bg_stage.jpg) 0px -15px no-repeat;
  }

#delilah_page {
  text-align: left;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  position: relative;
  width: 861px;
  border: solid 2px #117279;
  background: #fff8eb url(images/bg_delilah.jpg) 0px 300px no-repeat;
}

.delilah-nobg {
  background: #000 url(images/bg_delilah.jpg) 0px 235px no-repeat;
}

.delilah-nobg2 {
  background: #fff8eb;
}



#primary, #primary-store, #primary-studio, #primary-stage, #primary-delilah, #primary-home {
  position: relative;
  float: right;
  width: 574px;
  padding: 30px 0px;
  margin: 0px;
}

#primary-delilah-inspiration {
  /*position: relative;
  float: left;*/
  width: 800px;
/*  padding: 30px 0px; */
  margin: 0;
}



/* html #page { width: 770px } /* IE hack */


/**************************** Header ****************************/
#header {
  width: 861px;
  height: 35px;
  position: relative;
  display: inline-block;
  }

* html #header {
  padding: 0;
  margin: 0;
  position: relative;
  }
#logo {
  background-image: url(images/logo.gif);
  background-repeat: no-repeat;
  width: 414px;
  height: 133px;
  margin: 0px auto -35px auto;
}

#header_home {
  background-image: url(images/home.jpg);
  background-repeat: no-repeat;
  width: 861px;
  height: 191px;
}
#title, #title a {
}
#title a:hover {
  text-decoration: none;
}
#description {

}
/**************************** Header Navigation ****************************/
#HeaderNav {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px 0px 10px 10px;
  color: #914034;
}
#HeaderNav a{
  color: #c08411;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}


#search {
  float: right;
}

#searchform {
  display: inline;
  position: relative;
}

#searchform #searchsubmit {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #4e210c;
  border: none;
  color: #fff;
  padding: 2px 3px 1px 3px;
  margin-top: 3px;
  cursor: pointer;
}

#search h2 {
  display: none;
}
#searchform #s {
  /*margin-top: 20px;*/
  width: 125px;
  height: 15px;
}
input[type=text], textarea {
  font-size: 12px;
  color: #666666;
  padding: 1px;
  margin: 0;
  }

/**************************** Navigation ****************************/
#nav {
  padding: 0px;
  margin: 0px;
  width: 861px;
  height: 30px;
/*  height: 70px; */  
  
  display: block;
  float: left;
/*  overflow: hidden;*/
  background: url(images/nav_bg.jpg) top left no-repeat;
}

#store_button a, #studio_button a, #stage_button a {
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 287px;
  height: 80px;
  float: left;
}

#store_button a { background: url(images/store_button.jpg) top no-repeat; }
#studio_button a { background: url(images/studio_button.jpg) top no-repeat; }
#stage_button a { background: url(images/stage_button.jpg) top no-repeat; }

#store_button a:hover { background: url(images/store_button_on.jpg) top no-repeat; }
#studio_button a:hover { background: url(images/studio_button_on.jpg) top no-repeat; }
#stage_button a:hover { background: url(images/stage_button_on.jpg) top no-repeat; }


/**************************** Sidebars ***************************

sidebar: homepage
sidebar2: store
sidebar3: studio
sidebar4: stage
siedbar5: delilah
*/


#sidebar {
  /*background-color: #fff8eb;*/
  width: 261px;
  min-height: 400px; height:auto !important; height: 400px;
  position: relative;
  float: right;
  padding: 0 5px 10px 20px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  float: left;
}

#sidebar2, #sidebar3, #sidebar4, #sidebar5 {
  /*background-color: #fff8eb;*/
  width: 261px;
  min-height: 400px; height:auto !important; height: 400px;
  position: relative;
  float: right;
  padding: 85px 5px 10px 20px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  float: left;
}


#sidebar a:hover, #sidebar2 a:hover, #sidebar3 a:hover, #sidebar4 a:hover, #sidebar5 a:hover {
  color: #aa7133;
}

#sidebar ul li, #sidebar2 ul li, #sidebar3 ul li, #sidebar4 ul li, #sidebar5 ul li {
  list-style: none;
}

/*#sidebar h2, #sidebar2 h2, #sidebar3 h2, #sidebar4 h2, #sidebar5 h2 {
  padding: 3px 2px 5px 0px;
  color: #4e210c;
  letter-spacing: 0.05em;
}*/

/*________________ Home Sidebar (1)
*/

#sidebar {
  /*background: url(images/bg_home.jpg) top left no-repeat; */
  height: 400px;
}

#sidebar a, #sidebar a:active, #sidebar a:visited, #sidebar a:hover {
  padding-left: 9px;
  color:  #117279;
  font-weight: normal;
  background: url(images/list_teal.gif) 0px 2px no-repeat;
}
#flexi-pages-1 {
  padding: 0 0px 0px 100px;
}


/*________________ Store Sidebar (2)
*/

#sidebar2 {
  background: url(images/powerbelly_retailer.gif) 10px 15px no-repeat;
}
#sidebar2 a {
  color: /*#CC3366*/ #DA0075;
  font-weight: normal;
  padding-left: 12px;
}
#shopping-cart h2 { /* Shopping Cart*/
  font-size: 13px;
  font-weight: normal;
  color: #aa7133;
}

#flexi-pages-2 a:link, #flexi-pages-2 a:hover, #flexi-pages-2 a:active, #flexi-pages-2 a:visited {
  font-size: 13px;
  padding-left: 12px;
  background: url(images/list_pink.gif) 0px 4px no-repeat;

}
li.MainCategory strong.category a.productlink,
li.MainCategory strong.category a.productlink:visited,
li.MainCategory strong.category a.productlink:hover {
  font-size: 13px;
  padding-left: 12px;
  background: url(images/list_pink.gif) 0px 4px no-repeat;
}

/*________________ Studio Sidebar (3)
*/
#sidebar3 {
  /*background: url(images/e-studio.gif) 10px 5px no-repeat;*/
  height: 300px;
}
#sidebar3 a, #sidebar3 a:active, #sidebar3 a:visited, #sidebar3 a:hover{
  color:  #990000;
  font-weight: bold;
/*  background: url(images/list_wine.png) 0px 2px no-repeat;*/
}

#sidebar3 ul li {
  font-weight: normal;
  margin-left: 25px;
  color:  #a1483b;
  list-style-image: url(images/list_wine.png);
}

#sidebar3 .sidebar_list {
  margin: 0px;
  padding: 16px 0px 0px 0px;
/*  background: url(images/studio_sidebartitle.gif) no-repeat; */
}


/*#flexi-pages-3 a:link, #flexi-pages-3 a:hover, #flexi-pages-3 a:active, #flexi-pages-3 a:visited {
  padding-left: 13px;
  color:  #CC3333;
  font-weight: normal;
  background: url(images/list_red.gif) 0px 2px no-repeat;
}*/
#flexi-pages-3 ul {
  margin-left: 15px;
}
#flexi-pages-3 ul li {
  font-weight: normal;
  padding-left: 1px;
  color:  #117279;
  list-style-image: url(images/list_wine.png);
  background: url(images/list_red.gif) 0px 2px no-repeat;
}
#flexi-pages-3 ul li .page_item {
  color:  #990000;
  font-weight: normal;
  list-style: none;
}
#flexi-pages-3 ul li ul li .page_item {
  color:  #990000;
  font-weight: normal;
  list-style: none;
}
*/


/*________________ Stage Sidebar (4)
*/
#sidebar4 {
  background: url(images/book_performance.gif) 10px 15px no-repeat;
}

#sidebar4 a, #sidebar4 a:active, #sidebar4 a:visited, #sidebar4 a:hover{
  /*padding-left: 9px;*/
  color:  /*#006600*/ #00C500;
  font-weight: normal;
/*  background: url(images/list_green.gif) 0px 2px no-repeat; */
}



#sidebar4 ul li {
  font-weight: normal;
  margin-left: 25px;
  color:  #a1483b;
  list-style-image: url(images/list_green.gif);
}  


/*________________  Delilah (5)
*/

#sidebar5 {
  /*background: url(images/delilah_sidebartitle.jpg) 30px 30px no-repeat;  */
}
 
#sidebar5 a, #sidebar5 a:active, #sidebar5 a:visited, #sidebar5 a:hover {
  /*padding-left: 9px;*/
  color:  #117279;
  font-weight: normal;
/*  background: url(images/list_teal.gif) 0px 2px no-repeat;*/
}
#flexi-pages-5 {
  padding: 0px 0px 0px 20px;
}

#sidebar5 ul li {
  font-weight: normal;
  margin-left: 25px;
  color:  #a1483b;
  list-style-image: url(images/list_teal.gif);
}  


/**************************** Footer ****************************/
#Footer {
  width: 861px;
  float: center;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-decoration: none;
  padding: 0px 0px 15px 0px;
  color: #fff;
}
#Footer a {
  color: #fff;
  text-decoration: none;
  }
#Footer a:hover {
  text-decoration: underline;
  background-color: #4e210c;
  }
#small { /*legal copy*/
  width: 861px;
  color: #c08411;
  font-size: 9px;
  padding: 5px 0px 10px 0px;
  text-align: center;
  margin-right: 5px;
  display: block;
  float: left;
}



/**************************** Primary & Entry Content ****************************/

/*-
COLOR GUIDE

gold: #c08411;

orange: #aa7133;
rose: #a1483b;
brown: #4e210c;
teal: #117279;


pink (store): #CC3366
orange (studio): #CC6600
green (stage): #006600



 */
 
/****** universal text styles ******/

p {
  font: 12px Helvetica, Arial, sans-serif;
  color: #4e210c;
  padding: 2px 0px 5px 0px;
  margin: 0px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  word-spacing:  0.05em;
}

a:link, a:hover, a:visited, a:active {
text-decoration: none;
color: #a1483b;
  font-weight: normal;

}


h1, strong.cattitles, .entry-title, .entry-head a:link, .entry-head a:visited,
.entry-head a:hover, .entry-head a:active  {
  font-weight: normal;
  font-size: 33px;
  line-height: 0.9em;
  letter-spacing: 0.01em;
  word-spacing:  -0.05em;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

h2 {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  padding: 5px 0px 3px 0px;
}

h5 {
font-weight: bold;
font-size: 14px;
line-height: 18px;
font-style:italic;   
}

 blockquote p {
/*  font-family: Georgia, Palatino, Times New Roman; */
  font-size: 13px;
  padding: 5px 20px 20px 30px;
  /*color: #FF6600;*/
  }

.bq-home {
  font-family: Georgia, Palatino, Times New Roman;
  font-size: 13px;
  padding: 0 20px 10px 30px;
color: #3b1300;
line-height: 20px;
}

.bq-estudio {
font-style: none;
}  

 
/****** page text styles ******/


#primary .entry-title, #primary .entry-head a:link,
#primary .entry-head a:visited, #primary .entry-head a:hover,
#primary .entry-head a:active, #primary h1, #primary strong.cattitles,
#primary h1, #primary h2, #primary h2,
#primary .entry-head a:link, #primary .entry-head a:visited,
#primary .entry-head a:hover, #primary .entry-head a:active {
  color: #a1483b;
}
#primary-home h1, #primary-home strong.cattitles, #primary-home h2,
#primary-home .entry-title, #primary-home .entry-head a:link,
#primary-home .entry-head a:visited, #primary-home .entry-head a:hover,
#primary-home .entry-head a:active,
#primary-home .entry-content a:link,
#primary-home .entry-content a:visited, #primary-home .entry-content a:hover,
#primary-home .entry-content a:active {
  color: /*#CC3366*/ #DA0075;
}
#primary-store h1, #primary-store strong.cattitles,
#primary-store h2, #primary_store-landing h2,
#primary-store .entry-title, #primary-store .entry-head a:link,
#primary-store .entry-head a:visited, #primary-store .entry-head a:hover,
#primary-store .entry-head a:active,
#primary-store .entry-content a:link,
#primary-store .entry-content a:visited, #primary-store .entry-content a:hover,
#primary-store .entry-content a:active,
#primary_store-landing strong.cattitles, #primary_store-landing h1, #primary_store-landing h2,
#primary_store-landing .entry-head a:link, #primary_store-landing .entry-head a:visited,
#primary_store-landing .entry-head a:hover, #primary_store-landing .entry-head a:active,
#primary_store-landing .entry-content a:link,
#primary_store-landing .entry-content a:visited, #primary_store-landing .entry-content a:hover,
#primary_store-landing .entry-content a:active {
  color: #CC3366;
}
  #primary_store-landing .entry-title {
  display: none
  }
#primary-studio h1, #primary-studio strong.cattitles, #primary-studio h2,
#primary-studio .entry-title, #primary-studio .entry-head a:link,
#primary-studio .entry-head a:visited, #primary-studio .entry-head a:hover,
#primary-studio .entry-head a:active,
#primary-studio .entry-content a:link,
#primary-studio .entry-content a:visited, #primary-studio .entry-content a:hover,
#primary-studio .entry-content a:active,
#primary_studio-landing h1, #primary_studio-landing h2,  #primary_studio-landing strong.cattitles,
#primary_studio-landing .entry-title, #primary_studio-landing .entry-head a:link,
#primary_studio-landing .entry-head a:visited, #primary_studio-landing .entry-head a:hover,
#primary_studio-landing .entry-head a:active,
#primary_studio-landing .entry-content a:link,
#primary_studio-landing .entry-content a:visited, #primary_studio-landing .entry-content a:hover,
#primary_studio-landing .entry-content a:active {
  color: #990000;
}
#primary-studio .entry-content blockquote { color: #e91212; }

#primary-delilah h1, #primary-delilah strong.cattitles, #primary-delilah h2,
#primary-delilah .entry-title, #primary-delilah .entry-head a:link,
#primary-delilah .entry-head a:visited, #primary-delilah .entry-head a:hover,
#primary-delilah .entry-head a:active,
#primary-delilah .entry-content a:link,
#primary-delilah .entry-content a:visited, #primary-delilah .entry-content a:hover,
#primary-delilah .entry-content a:active {
  color: #117279;
}   
#primary-stage h1, #primary-stage strong.cattitles, #primary-stage h2,
#primary-stage.entry-title, #primary-stage.entry-head a:link,
#primary-stage.entry-head a:visited, #primary-stage.entry-head a:hover,
#primary-stage.entry-head a:active,
#primary-stage .entry-content a:link,
#primary-stage .entry-content a:visited, #primary-stage .entry-content a:hover,
#primary-stage .entry-content a:active,
#primary_stage-landing h1, #primary_stage-landing h2,
#primary_stage-landing .entry-title, #primary_stage-landing .entry-head a:link,
#primary_stage-landing .entry-head a:visited, #primary_stage-landing .entry-head a:hover,
#primary_stage-landing .entry-head a:active,
#primary_stage-landing .entry-content a:link,
#primary_stage-landing .entry-content a:visited, #primary_stage-landing .entry-content a:hover,
#primary_stage-landing .entry-content a:active {
  color:  /*#006600*/ #00C500;
}
#primary-stage .entry-content p, #primary_stage-landing .entry-content p {
  color: #fff;
}

#primary-stage .entry-content ul li {
  color: #fff;
}

/****************************/

#primary .entry-title a {
  /*display: none;*/
}
#primary a:hover, #primary a:visited:hover,
#sidebar a:hover, #sidebar a:visited:hover {
  text-decoration: none;
  }


#primary .entry-content img {
  margin: 0 5px;
  padding: 4px;
  border: 1px solid #ccc;
  max-width: 100%;
  }

#primary .entry-content h3 {
  font-size: 18px;
  margin: 5px 0px 10px 0px;
  color: #a1483b;
  }
#primary .entry-content h3 a{
  color: #a1483b;
  text-decoration: none;
  }

#primary .entry-content h4 {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 10px;
  background-color: #00FFFF;
  }  
#primary .k2-asides h3 {
  font-size: 1.6em;
  font-weight: normal;
  }
#primary table img {
  max-width: none;
  }
  
.hentry { /* entry holder */
  margin: 0px;
  padding: 0px;
  position: relative;
  }
.entry-content { /* entry text*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
  color: #4e210c;
  margin-right: 23px;
  }


.entry-content ol, .entry-content ul {
  padding: 0 0 0 35px;
  }
.entry-content ol li, .entry-content ul li {
  margin: 0 0 3px;
  padding: 0;
}

.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content div {
  margin: 0px;
}

.entry-head {
  margin-top: 0px;
  }

#current-content {
  margin: 0px;
  padding: 0px;
}

hr {
  border: 0;
  width: 98%;
  color: #4e210c;
  background-color: #4e210c;
  height: 1px;
  text-align: left;
  margin: 15px 0;
}  
  
  
  

/******** store landing ********/

#primary_store-landing {
  position: relative;
  float: right;
  width: 464px;
  padding: 30px 20px 10px 60px;
  margin: 0px;
}
#primary_store-landing .entry-title a {
  /*display: none;*/
}

#primary_store-landing #current-content {
  float: right;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
#store_landing_products {
  padding: 20px 0px 20px 0px;
}



/******** store pages ********/


  #primary-store {
/*  background: url(images/verisign.gif) 465px 10px no-repeat;*/
  }
  
  #primary-store #current-content {
  width: 540px;
  /*float: left;*/
}



/******** studio landing ********/

#primary_studio-landing {
  position: relative;
  float: right;
  width: 379px;
  padding: 30px 20px 0px 175px;
  margin: 0px;
}
#primary_studio-landing .entry-title a {
  /*display: none;*/
}


/******** stage landing ********/

#primary_stage-landing {
  position: relative;
  float: right;
  width: 574px;
  padding: 30px 0px;
  margin: 0px;
}

#primary_stage .entry-content h3 a{
  color: #a1483b;
  text-decoration: none;
  }


/******** BLOG ********/

#comments {
font-family: Arial, Helvetica, sans serif; color: #000;
}
  

.comments {
  text-align: left;
  padding: 30px 10px;
  position: relative;
  
  }
.comment-meta {
  margin: 0 0px 0 0;
  float: none;
  }

.comment-login, .comment-welcomeback {
  margin-top: 15px;
  color: #ffffff;
}

#comment-personaldetails {
  margin-top: 10px;
}
body.page .entry-edit {
  position: absolute;
  right: 0;
  margin-top: -15px;
  }

.entry-edit a {
  border: none;
  padding: 2px;
  height: 16px;
  font-bold;
  color: #ffffff;
  }

.comment-edit a {
  border: none;
  padding: 2px;
  padding-left: 23px;
  margin-left: 10px;
  height: 16px;
  }
.commentslink{ display: none; /* NO COMMENTS SITEWIDE*/
  font-size: .8em;
}
.commentslink a{
  color: #272727;
  font-size: .7em;
  font-family: Arial, Helvetica, sans serif; color: #000;
}

.entry-meta { /* Time and category for blog entries */
  font-size: 10px;
  display: block;
  margin-top: 1px;
  color: #333333;
  padding-left: 10px;
  }

.entry-meta a, .comment-meta a {
  }

.chronodata {
  display: hidden;
}


.quoter_comment {
  padding: 2px 0 2px 20px;
  margin-left: 5px;
  }

.entry-tags {
  display: block;
  padding: 20px 0 2px 0px;
  font-size: 1.2em;
  color: #ffffff;
  }
.metalinks {
  margin-top: 3px;
  }

.commentsrsslink {
  background: url('images/feed.png') left top no-repeat;
  padding: 2px 0 2px 20px;
  margin-right: 10px;
  height: 16px;
  }

.trackbacklink {
  background: url('images/arrow_refresh.png') left top no-repeat;
  padding: 2px 0 2px 20px;
  height: 16px;
  }

.commentsrsslink a, .trackbacklink a {
  color: #ffffff;
  padding: 2px;
  }
.comment-meta a {
  color: #ffffff;
}
.nopassword {
  text-align: center;
  }

#commentlist {
  margin: 0;
  padding: 10px 0 0;
  position: relative;
  }

#commentlist li {
  font-family: Arial, Helvetica, sans serif; color: #000;
color: #000;
  padding: 5px 20px 0px 0;
  background: url('images/blockquote_bg.png') no-repeat 8px 3px;
  border: none;
  list-style: none;
  }
  
* html #commentlist li {
    background: #e6e6e6 url('') center bottom no-repeat;;
}


#commentlist li .comment-content {
  padding: 10px 0;
  font-size: 1.2em;
  line-height: 1.8em;
  }

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
  margin: 13px 0;
  }

#commentlist li .comment-meta {
  padding: 2px 0 2px 2px;
  display: block;
  }

#commentlist li img {
  padding: 0;
  border: none;
  }



#commentlist li .commentauthor {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -1px;
  font: Arial, Helvetica, Sans-Serif;
  }

#commentlist li .counter {
  display: none;
  font: Arial, Helvetica, Sans-Serif;
  color: #999;
  float: left;
  width: 35px;
  }

li.byuser {
  background: #f6f7f8;
  }

li.bypostauthor {
  background: #eee;
  }

li.bypostauthor blockquote {
  color: #333;
  background: url('images/quote.png') no-repeat 10px 0;              
  }
   

  
#leavecomment, .comments #loading {
  text-align: center;
  margin: 30px 0 20px !important;
  color: #ddd;
  font-size: 2em;
  letter-spacing: -2px;
  }

.comments #loading {
  margin-top: 20px !important;
  }

.comments #error {
  line-height: 2.0;
  padding: 5px;
  color: #FF0000;
  background-color: #FFFF99;
}

.comments #commentload {
  padding-top: 3px;
  float: right;
  vertical-align: middle;
}

.comments form {
  clear: both;
  padding: 1px 0 10px;
  margin: 0;
  }

.comments input[type=text], .comments textarea {
  font: 1.2em 'Courier New', Courier, Monospace;
  padding: 3px;
  color: #5d5d5d;
  }

input[type=text]:focus, textarea:focus {
  background: #fff;
  color: #262626;
  border-color: #2c6a18;
  }

.comments form input[type=text] {
  width: 45%;
  margin: 5px 5px 1px 0;
  }

.comments textarea {
  height: 250px;
  width: 95%;
  margin: 10px 0;
  }

.comments form #submit {
  margin: 0;
  float: right;
  }



.clear {
  clear: both;
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
  }

.alignright {
  float: right;
  }
  
.alignleft {
  float: left
  }

img.center, img[align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
img.alignright, img[align="right"] {
  padding: 4px !important;
  margin: 0 0 2px 7px !important;
  display: inline;
  }

img.alignleft, img[align="left"] {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }
  
img.noborder {
  border: none !important;
  }


  
code {
  font: 1.1em 'Courier New', Courier, Monospace;
  }

.chronodata abbr { border: 0; }



.navigation {
  text-align: center;
  margin: 20px 0px 20px 0px;
  padding: 0;
  width: 90%;
  float: center;
  margin: auto;
  }

.comments .navigation {
  margin: 10px 0;
  }

.navigation .left {
  float: left;
  width: 50%;
  text-align: left;
  }

.navigation .right {
  float: right;
  width: 50%;
  text-align: right;
  }

.navigation p {
  margin: 0;
  padding: 0;
  }

.navigation a {
  color: #666666;
  }

.alert {
  background: #FFF6BF;
  border-top: 2px solid #FFD324;
  border-bottom: 2px solid #FFD324;
  text-align: center;
  margin: 10px auto;
  padding: 5px 20px;
  }

img.wp-smiley {
  border: none !important;
  padding: 0 0 0 5px !important;
  }


.archive-list {
  list-style: none;
  margin: 10px 0 0 0 !important;
  padding-left: 0px !important;
  }

.archive-list li {
  display: block;
  float: left;
  margin: 0 10px 0 0 !important;
  padding: 2px 0 2px 10px !important;
  width: 150px;
  }


.archive-list li:hover {
}

ol li {
  list-style: none;
}





#s {
  width: 200px;
  }

.attachment {
  text-align: center;
  }



/**************************** Widgets ****************************/
#wp-calendar {
  float: center;
  margin: auto;
}
#wp-calendar caption {
  float: center;
  margin: auto;
}
#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
  }

#wp-calendar a {
  text-decoration: none;
  }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  }
#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;
  }

#wp-calendar caption {
  text-align: center;
  width: 100%;
  }

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
  }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }
  

#estudio {
        margin-top: -95px;
        margin-left: -10px;
}

/* UPDATES AND FIXES*/


#home-currentevents {
font-size: 8px;
border: 2px dotted #c08411;
padding: 10px;
width: 250px;
float: right;
margin: 15px 0 15px 25px;
letter-spacing: auto;
}

#home-delilah {
background: url(images/bg_home.png) top left no-repeat;
width:200px; height: 380px;
float: right;
padding: 0 0 10px 10px;
}

#home-delilah-nav {
position: absolute; top:178px; right:60px;
}

#home-delilah-nav a, #home-delilah-nav a:active, #home-delilah-nav a:visited, #home-delilah-nav a:hover {
  padding-left: 13px;
  color:  #117279;
  font-weight: normal;
  background: url(images/list_teal.gif) 0px 2px no-repeat;
}

#home-delilah-nav ul li {
color:  #117279;
list-style: none;
}

@font-face {  
    font-family: "Anivers Regular";  
    src: url(/webfonts/AniversRegular.eot); /* IE */  
    src: local("Anivers Regular"), url(/webfonts/AniversRegular.otf) format("opentype"); /* non-IE */  
}  


.anivers {
  font-family: "Anivers Regular"; /* Verdana, Arial, Helvetica, sans-serif */
}

@font-face {  
    font-family: "Calluna";  
    src: url(/webfonts/Calluna-Regular.eot); /* IE */  
    src: local("Calluna"), url(/webfonts/Calluna-Regular.otf) format("opentype"); /* non-IE */  
}  


.calluna {
  font-family: Calluna, Verdana, Arial, Helvetica, sans-serif;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}

.breadcrumbs-vdp {
font-size: 11px;
padding: 0 0 0 5px;
}

.breadcrumbs-vdp-hr {
width: 100%; height: 5px
}

.breadcrumbs-vdp-stage {color:  #fff8eb;}
.breadcrumbs-vdp-stage a:link {color:  #fff8eb;}
.breadcrumbs-vdp-stage a:visited {color: #fff8eb;}
.breadcrumbs-vdp-stage a:active {color:  #fff8eb;}
.breadcrumbs-vdp-stage a:hover {color:  #fff8eb;}



#navbar , #navbar  ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 32px;
  letter-spacing: .05em;
  z-index: 400;
  text-align: left;
  font-size: 12px;
}

#navbar  a {
  display: block;
}

#navbar li { /* all list items */
  float: left;
  /* width: 8em;  width needed or else Opera goes nuts */
  white-space: nowrap;
  position: relative;
  height: 22px;
  padding-right: 2px; /*30*/
  
}

*html #navbar li {
  padding-right: 15px;
}

#navbar li ul { /* second-level lists */
  position: absolute;
  width: 190px;
  left: -999em;
  white-space: nowrap;
  background: #fff8eb;  
    /*border: 1px solid #4e210c;*/
  padding: 2px 5px 8px 5px;
  font-size: 12px;
  opacity:1.0;filter:alpha(opacity=100)
}


#navbar li ul li {
  width: 110px;
}


#navbar  li:hover ul, #navbar li.sfhover ul {
  left: auto;  
}

#navbar li:hover, #navbar li.hover {  
  position: static;  
 }  

#navbar a, #navbar a:active, #navbar a:visited, #navbar a:hover {
  color:  #fff8eb;
  font-weight: normal;
}

#faq {
  margin-bottom: 20px;
}

#faq ul {
  margin-left: 2px;
}

#faq li {
  padding-left: 3px;
  color:  #117279;
  font-weight: normal;
  list-style-image: url(images/list_wine.png);
}

#blog-minisidebar {
  border: 2px dotted #c08411;
  padding: 15px;
  margin: auto 25px 25px 25px;
  width: 150px;
}

#blog-minisidebar li {
  list-style: none;
}

#blogHed {padding: 10px 0; font-size: 20px; width: 100%; }


#blogHed a:link a:visited {
font-size: 20px;
color: #117279;
font-weight: bold;
}

#blogSubhed {
font-size: 12px;
border-bottom: 1px dotted #c08411;
width: 100%; 
padding-bottom: 10px;
}

#blogSubhed a:link a:visited {
font-size: 12px;
}




