/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here 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.

*/

/* change colour of text */ 
body {
color:#333333;
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#cat_nav li a span {
line-height:13px;/* need this to ensure that both lines of the sub-headline on the buttons is visible */ 

}

.post h1 a, .post h2 a, .post h1, .post h2  {

color:#FF0000;/* squeeze theme suggest that red headline font is the best for conversion */ 
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:20pt;

}

/*============= */ 
/* CURRENCY FORM */ 
/*============== */ 

table#prices-currency-table {
border-collapse:collapse;

}

table#prices-currency-table td {

padding:3px;
border-bottom:1px solid #999999;
border-right:1px solid #999999;

}

/*============== */ 
/* HIGHLIGHT FEATURES */
/* =============== */ 

.highlight {
background-color:#F6FF5D;
padding:2px;



}

/*============== */ 
/* MAKE POST WITH SIDEBAR A BIT WIDER */
/* =============== */ 
 
div#mainCol {
width:600px!important;
}

.post {
width:600px;
}


/*============= */ 
/* SIDEBAR STYLES */ 
/*============== */ 

div#featured_sidebar{
border:1px solid #666666;
width:319px;

}


div#featured_sidebar{
font-size:0.7em;
}

div#featured_sidebar em{
font-size:1.4em; 
color:#FF0000;
font-style:normal;
}

div#featured_sidebar_inner{
padding:8px;
}


div#featured_sidebar_btm{


}

#sidebar {
width:320px;
}
