/* 
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.

*/
/* making bullets work */
/*.slides ol, .slides ul { line-height: 18px; }*/
.container ul { padding-left: 20px; }
.container ul li { list-style: circle; padding: 3px 0; }
.container ol { padding-left: 20px; }
.container ol li { list-style: decimal; padding: 3px 0; }

/* This is to add padding to mini-features */
/*.home img.home-icon {
margin-right:10px;
}*/

/* Set the width for feature images to line them up */
.feature_image {
float:left;
margin-right:10px;
width:69px;
}
.home img.home-icon {
display:block;
float:none;
margin:auto;
}

/* removing space from header */
#nav {
margin-top:21px;
}

#header {
height:61px;
padding:17px 0 5px;
}

/* Font size on slides */
#featured {font-size:22px;}
#featured p{font-size:22px;line-height:28px;}

/* Don't change color for links */
#featured h2 a{
color:#FFFFFF;
}

/* Features padding */
.features td{padding-right:10px;padding-top:10px;}

/* Enable non-ordered lists within ordered ones */
#main ol {
list-style-type:decimal;
}
#main ul {
list-style-type:circle;
}
#main ol li {
list-style-type:inherit;
}

/* Fix menu going over lightboxes */
#nav {
z-index:19;
}

/* Form edits */

#main ol.forms {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0;
margin-left:0;
margin-right:0;
padding-left:0;
padding-bottom:20px;
width:100%;
}

#main ol.forms li {
clear:both;
float:left;
margin-bottom:18px;
position:relative;
width:100%;
padding-top:0px;
}
#main ol.forms label {
cursor:pointer;
display:inline;
float:top;
font-weight:700;
padding-right:20px;
width:100px;
}

#main ol.forms input.text, ol.forms textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#FCFCFC;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:#E2E2E2;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#E2E2E2;
border-left-color:#E2E2E2;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#E2E2E2;
border-right-color:#E2E2E2;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:solid;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:1px;
border-top-color:#E2E2E2;
border-style:solid;
border-width:1px;
margin-top:7px;
padding-bottom:7px;
padding-left:10px;
padding-right:10px;
padding-top:7px;
width:214px;
}