/* -----BODY STUFF----- */
body {color:#aaa; background: url(images/dark/wood-bg.jpg) repeat 0 0 ;}
/* -----A TAG STUFF----- */
a {color:#fff;}

/* -----H TAG STUFF----- */
h1,h2,h3, h4, h5, h6 {color: #fff;}

/* ----TOOL TIP STYLE----- */
.itooltip {color: #fff; background: #000; border-color: #222;}

/* -----PAGE STUFF----- */
#wrapper {background: url(images/dark/darkcontent_bg.png) no-repeat center top;}

/*--------LOADING STUFF---------*/
div#loading {background: url(images/dark/ajax-loader.gif) no-repeat;}

/*--------PANEL STUFF---------*/
#panel {background:#000 url(images/dark/panel_tile.jpg) repeat-x left 1px;-moz-box-shadow: 0 -10px 15px rgba(0,0,0,.5);}
#panelContents {background:#000 url(images/dark/darkcontent_bg.png) no-repeat center top;}
#panel #handle {height:33px; background: url(images/dark/handle_bg.jpg) no-repeat bottom left;}
#panel #handle.hover {background: url(images/dark/handle_bg.jpg) no-repeat bottom left;}
#panel #panelHint {color: #eee; background: #000;}
#panel #copyright {line-height: 33px;}

#footerWidgets {color: #ccc; }
#footerWidgets a {color: #fff;}
#footerWidgets div.footerWidget h2.footerWidgetTitle {color: #990000; }
#footerWidgets div.footerWidget ul {border-top: 1px dotted #888; }
#footerWidgets div.footerWidget ul li {border-bottom: 1px dotted #888;}
#footerWidgets div.footerWidget ul li:hover {background:#222;}

#footerWidgets a#closePanel {color: #ddd;}
#footerWidgets a#closePanel:hover {color: #990000;}

/*-------MAIN NAVIGATION STUFF--------*/
#dropmenu li a {color: #888;border:none 1px white;}
#dropmenu li ul {background: #1c1c1c; border-color:#000; border-top-width: 0px;}
#dropmenu li ul li a {border-color: #333 #000 #000}
#dropmenu li ul li a:hover {color: #fff;}
#dropmenu li.backNOTUSED { background: url("images/dark/indicator-trans.png") no-repeat bottom center;}
#dropmenu li.current_page_item > a, #dropmenu li.current-cat > a {color: #fff;}

.menu-locator {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width:95px;
	height: 21px;
	background: url("images/dark/indicator-trans.png") no-repeat bottom center;
}
/*--- POST THUMBNAIL STUFF ---*/
.listing .post {background: url(images/dark/post_bg.png) no-repeat bottom left;}
div.post .thumb {border: 1px solid #fff;}
div.post .thumb .postThumb {border: 1px solid #000;}

#gallery-1 img {
border:1px solid #fff !important;
}

/* -----COMMENT STUFF----- */
.commentlist li img.avatar {border:1px solid #999;background:#bbb;}
.commentmetadata {color:#333;}

/*---FORM STUFF---*/
input[type="text"],input[type="password"] {background: #aaa; border: 1px solid #fff;}
textarea {background: #aaa; border: 1px solid #fff;}
#commentform input[type="submit"], 
input[type="submit"] {
	cursor: pointer; 
	border: 1px solid #444;
	background: url(images/dark/button_bg.jpg) repeat-x left center;
	display: block;
	text-shadow:1px 1px 1px #000; 
	padding:0 10px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; 
	border-radius: 7px;
	font-size: 10px;
	color: #fff;
	margin: 10px 0 0;
}
#commentform input[type="submit"]:hover, 
input[type="submit"]:hover,
.button a:hover {
	text-decoration: none;
	background:#222;
}

/* -----UNIVERSAL STUFF----- */
acronym.abbr {border-bottom:1px dashed #999;}

/* -----CALENDAR STUFF----- */
#wp-calendar td.pad:hover {background-color:#fff;}

/*-----SLIDER STUFF----*/
div.nivo-directionNav a {height: 83px; width: 84px;}
a.nivo-prevNav {background: url(images/dark/left-trans.png) no-repeat left top; left:-65px;}
a.nivo-prevNav:hover {background: url(images/dark/left-trans.png) no-repeat left bottom;}
a.nivo-nextNav {background: url(images/dark/right-trans.png) no-repeat left top; right:-65px;}
a.nivo-nextNav:hover {background: url(images/dark/right-trans.png) no-repeat left bottom;}


.nivo-controlNav {	
	position:absolute;
	left: 50%;
	z-index:99;
	margin-left: -78px;
	width: 157px;
	height: 42px;
	text-align: center;
	overflow: hidden;
	bottom: -24px; 
	background:url(images/dark/buttonpanel.png) no-repeat;
}
.nivo-controlNav a {height: 42px; width: 20px; background: url(images/dark/nav_button.png) no-repeat bottom left;}
.nivo-controlNav a.active {background: url(images/dark/nav_button.png) no-repeat top left;}