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

/* -----A TAG STUFF----- */
a {color: #ff6600;}
a:hover {
	color:  #aaa;
	text-decoration: underline;
}

/* -----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/content_bg.jpg) 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/content_bg.jpg) 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: #ff6600; }
#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: #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.back { background: url("images/dark/indicator-trans.png") no-repeat bottom center;}
#dropmenu li.current_page_item > a, #dropmenu li.current-cat > a {color: #fff;}

/*--- 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;
}

/* VIDEO GALLERY STUFF */
#Video {
	position: relative;
	width: 100%;
}
#Video h1 {
	clear:both;
}
#Video img {
	width: 200px;
	height: 150px;
	border: solid 1px #fff;
	float: left;
	margin: 15px;
}

/* END OF VIDEO GALLERY STUFF */

/* Click Ad & Motion Banner STUFF */
.MotionBanner {
	margin: 0px auto;
}

/* -----COMMENT STUFF----- */
.commentlist li img.avatar {border:1px solid #999;background:#bbb;}
.commentmetadata {color:#333;}

/*---FORM STUFF---*/
input[type="text"],input[type="password"] {background: #fff; border: 1px solid #fff;}
textarea {background: #fff; 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;
	display: none;
}
a.nivo-prevNav {background: url(images/dark/left-trans.png) no-repeat left top; left:-65px;
	display: none;
}
a.nivo-prevNav:hover {background: url(images/dark/left-trans.png) no-repeat left bottom;
	display: none;
}
a.nivo-nextNav {background: url(images/dark/right-trans.png) no-repeat left top; right:-65px;
	display: none;
}
a.nivo-nextNav:hover {background: url(images/dark/right-trans.png) no-repeat left bottom;
	display: none;
}


.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;
	display: none;
}
.nivo-controlNav a {height: 42px; width: 20px; background: url(images/dark/nav_button.png) no-repeat bottom left;
	display: none;
}
.nivo-controlNav a.active {background: url(images/dark/nav_button.png) no-repeat top left;
	display: none;
}