/* 

WOO CUSTOM STYLESHEET

---------------------



Instructions:



Add your custom styles at the end of this file instead 

of style.css so it is easier to update the theme. 

Simply copy an existing style from style.css to this file, 

and modify it to your liking.

*/


/* Added to make PNG image files display empty area properly  */
.entry img, img.thumbnail { background:none; border:none; }


/* 2.2.1 Drop-down menus ---- Change look of drop-down menus */
.nav li ul li a  { text-shadow:0px 0px;}   /* Removes the Text Shadow */
.nav li ul  { background: #555; position: absolute; left: -999em; width: 180px; border: 1px solid #8E908E; border-width:1px 1px 0; z-index:999; }
.nav li ul li  { background:#CCC4AE; border-top:1px solid #fff; border-bottom:1px solid #8E908E;}
.nav li ul li a  { width:160px; color:#555; font-size:1.1em; line-height:18px; }
.nav li ul li a.sf-with-ul { padding:5px 10px; }
.nav li ul li a:hover  { background:#8E908E;}
.nav li ul ul  { margin: -30px 0 0 180px; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }


/* Add a class that can be used in a Wordpress page or post for "shadowed" text. 
   Use: <p class="TSshadow">Now these shadows look cool!</p> */
.TSshadow { text-shadow: 1px 1px 2px #c03e18; }


/* Change color of the seperator line on archive pages */
.archive_header  { border-bottom:#CCC4AE 5px solid; }


/* Add border to thumbnail images.  */
img.size-thumbnail {
border:2px solid #A69A82;
}


/* Change the image caption background color and border. */
.entry div, div.wp-caption {
background-color: #E8DFC5 !important;
/* border: 2px solid #A69A82 !important;                           */
}

/* Italicize image captions and tighten spacing. */
.entry .wp-caption-text {
font-style: italic;
line-height: 14px;
}


/* Italicize caption of wp-prettyPhoto display. */
div.ppt {
font-style: italic;
font-weight: bold;
color: wheat;
}

/* Add a class to make a "grooved border" around an image      NEEDS WORK -- NOT CURRENTLY WORKING */
img.grooved-border { style="border-style: groove;" }

/* Add a class to create custom line: <hr class="TSline" /> */
hr.TSline {
border-bottom-color:#444444;
border-bottom-style:groove;
border-bottom-width:3px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#000;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:ridge;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:3px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#000;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:ridge;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:3px;
border-top-color:#F2D29C;
border-top-style:groove;
border-top-width:3px;
height:10px;
margin-bottom:25px;
margin-left:0;
margin-right:auto;
margin-top:25px;
text-align:left;
width:100%;
background-color:#CE711E
}

/* Experimenting with BOX background
#main .entry {                                                          This section all commented out!
background:#fff url(styles/default/bgr-box.png) !important;
}                                                                 

#main .entry {
background:#fff !important;
}                                                                             */





