/* 
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.

*/

#nav a  { display:block; z-index:100; padding:0 5px; line-height:28px; font-size:14px; color:#fff; text-decoration:none;}

#nav li ul  { position: absolute; left: -999em; width: 200px; background: #FFF; border:1px solid #efefef;}

#nav li ul li a  { background:url(images/ico-bullet.png) no-repeat 5px 10px; width:170px; padding-left:15px; line-height:30px; font-size:12px; color:#000; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: "Arial", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Sans-Serif; color: #333; }
h1  {font-size: 30px;} h2  {font-size: 26px;} h3  {font-size: 23px;} h4  {font-size: 19px;} h5  {font-size: 16px;} h6  {font-size: 12px;}

body  { font: 14px "Arial", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Sans-Serif; line-height: 1.5; color: #333; background-color: #fff; }

.hackadelic-sliderPanel {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 1px solid lightgrey;
	color: #B3960E;
	padding: 0 3px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
a.hackadelic-sliderButton:hover {
	border: 1px solid #F0F0E0;
	background-color: #F0F0E0;
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}
