/* -----BODY STUFF----- */
body {color:#aaa; background: #000;}

/* -----A TAG STUFF----- */
a {color:#fff;}

/* -----H TAG STUFF----- */
h1,h2,h3, h4, h5, h6 {color: #fff;}

/* ----TOOL TIP STYLE----- */
.itooltip {color: #eee; background: #2361C8; }

/* -----PAGE STUFF----- */
#wrapper {background: url(images/dark/content_bg.jpg) no-repeat center top;}
#wrapper2 {color: #000000}

/*--------LOADING STUFF---------*/
div#loading {background: url(images/dark/ajax-loader.gif) no-repeat;}

/*--------PANEL STUFF---------*/
#panel {background: url(images/dark/panel_tile.png) repeat-x left 1px;-moz-box-shadow: 0 -10px 15px rgba(0,0,0,.5);}
#panelContents {background:#0C0C0C url(images/dark/content_bg2.jpg) no-repeat center top;}
#panel #handle {height:33px; background: url(images/dark/handle_bg.png) no-repeat bottom left;}
#panel #handle.hover {background: url(images/dark/handle_bg.png) no-repeat bottom left;}
#panel #panelHint {color: #eee; background: #2361C8;}
#panel #copyright {line-height: 33px;}

#footerWidgets {color: #ccc;}
#footerWidgets a {color: #fff;}
#footerWidgets div.footerWidget h2.footerWidgetTitle {color: #eee; }
#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: #fff;}

/*-------MAIN NAVIGATION STUFF--------*/
#dropmenu li a {color: #888;}
#dropmenu li ul {background: #000000; border-color:#007070; border-top-width: 0px;}
#dropmenu li ul li a {border-color: #000000 #007070 #007070}
#dropmenu li ul li a:hover {color: #cccccc; background: #121212;}
#dropmenu li.back { background: url("images/dark/indicator-trans.png") no-repeat bottom center;}
#dropmenu li.current-menu-parent > a,
#dropmenu li.current-menu-item > a, #dropmenu li.current-cat > a {color: red;}

/*--- POST THUMBNAIL STUFF ---*/
.listing .post,
.listing .page {background: url(images/dark/post_bg.png) no-repeat bottom left;}
div.post .thumb {border: 1px solid #fff;}
div.post .thumb img {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="email"],input[type="text"],input[type="password"], input[type="file"] {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:#000000;}
#wp-calendar a {text-decoration:none;display:block; color:#FF0000;}

/*-----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 {	
	
}
.nivo-controlNav a {}
.nivo-controlNav a.active {}