/* BLACK STYLESHEET */

body  { background-color: #cbcbcb; }

#navigation, #footer-widgets  {
	border-color: #000;
	/*BACKGROUND*/
	background-color: #2d2d2d; /*FALLBACK*/
}

/*Main link color*/
a:link, a:visited, #menu tbody .price, .widget_woo_specials h4 .price, .widget_woo_specialsmonthly h4 .price, .widget_recent_comments ul li a, .widget_woo_twitter ul li a  { color: #000; }

/*Main link hover color*/
a:hover, .widget_woo_specials li h4 a:hover .price, .widget_woo_specialsmonthly h4 a:hover .price, .widget_recent_comments ul li a:hover, .widget_woo_twitter ul li a:hover { color: #000; }

/*Nav*/
.nav a  { color:#9a9a9a;  }
.nav li ul li a  { color:#9a9a9a!important; }

/*Misc*/
.nav li ul, #menu .info-bar .order a.active, #menu .info-bar .order a:hover, #footer-widgets #tabs .inside li img.avatar, #footer-widgets #tabs .inside li img.thumbnail  { background-color: #2d2d2d; }
#header, #header .inside-header, #reservations span, #reservations span.heading, #menu .info-bar .order a.active, #menu .info-bar .order a:hover  { border-color: #2d2d2d; }
#wootable-calendar-holder table tbody td.ui-datepicker-current-day a, #wootable-calendar-holder table tbody td.ui-datepicker-current-day a:hover  { background-color: #2d2d2d; color: #fff; text-shadow: 1px 1px #000; }


/*Footer widgets*/
#footer-widgets a  { color: #fff; text-decoration: underline; }
#footer-widgets .widget ul li a, #footer-widgets .widget, #footer-widgets #wp-calendar th, #footer-widgets #wp-calendar td, #footer-widgets .widget_woo_twitter h3 .username a, #footer-widgets #tabs ul.wooTabs li a, #footer-widgets #tabs .inside li, #footer-widgets #tab-tags a, #footer-widgets #tabs .inside li a, #footer-widgets .widget_tag_cloud a  { color: #cbcbcb; }
#footer-widgets #tabs ul.wooTabs li a.selected, #footer-widgets #tabs ul.wooTabs li a:hover, #footer-widgets .widget_woo_flickr a:hover img, #footer-widgets #wp-calendar th, #footer-widgets #wp-calendar td, #footer-widgets #tabs .inside  { background-color: #000; }
#footer-widgets #wp-calendar th, #footer-widgets #wp-calendar td, #footer-widgets #tabs .inside li  { border-color: #000;}
#footer-widgets .widget h3  { color: #616161; }
#footer-widgets .widget input.s  { background-color: #000; border-color: #2e2e2e; }
#wp-calendar th,#wp-calendar td{color:#9E9E9E;}
#footer-widgets #tabs .inside li, #footer-widgets #tab-tags { background:#2e2e2e; }
#footer-widgets #tabs .inside li span.meta  { color: #000; }


/*Buttons*/
a.button, a.comment-reply-link, #commentform #submit, .search_main .submit, input[type=submit].button, button.ui-state-default {
	border: 1px solid #000; border-bottom-color: #000;
	background: #000; /*Fallback*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #000), color-stop(1, #2d2c2c) );
	background: -moz-linear-gradient( center top, #000 20%, #2d2c2c 100% );
}

a.button:hover, a.button.hover, a.button.active, a.comment-reply-link:hover, #commentform #submit:hover, .search_main .submit:hover, input[type=submit].button:hover, button.ui-state-default:hover {
	background: #000; /*Fallback*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #000), color-stop(1, #000) );
	background: -moz-linear-gradient( center top, #000 20%, #000 100% );
}