/* -----BODY STUFF----- */
body {color:#777; background: #eee;}

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

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

/* ----TOOL TIP STYLE----- */
.itooltip {color: #555; background: #eee; border-color: #ccc;}

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

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

/*--------PANEL STUFF---------*/
#panel {background:#eee url(images/light/panel_tile.jpg) repeat-x left top; border-top: 1px solid #bbb;}
#panelContents {background:#eee url(images/light/content_bg.jpg) no-repeat center top;}
#panel #handle {height:31px; background: url(images/light/handle_bg.jpg) no-repeat bottom left; border: 1px solid #bbb; border-width: 0 1px;}
#panel #handle.hover {background: url(images/light/handle_bg.jpg) no-repeat bottom left;}
#panel #panelHint {color: #888; background: #eee;}
#panel #copyright {line-height: 31px;}

#footerWidgets {color: #666;}
#footerWidgets a {color: #555;}
#footerWidgets div.footerWidget h2.footerWidgetTitle {color: #666; }
#footerWidgets div.footerWidget ul {border-top: 1px dotted #999; }
#footerWidgets div.footerWidget ul li {border-bottom: 1px dotted #999; }
#footerWidgets div.footerWidget ul li:hover {background:#f3f3f3;}

#footerWidgets a#closePanel {color: #aaa}
#footerWidgets a#closePanel:hover {color: #666;}

/*-------MAIN NAVIGATION STUFF--------*/
#dropmenu li a {color: #999;}
#dropmenu li ul {background: #eee; border-color: #aaa;}
#dropmenu li ul li a {border-color: #fff #ccc #ccc;}
#dropmenu li ul li a:hover {color: #333;}
#dropmenu li.back { background: url("images/light/indicator-trans.png") no-repeat bottom center;}
#dropmenu li.current_page_item > a, #dropmenu li.current-cat > a {color: #555;}

/*--- POST THUMBNAIL STUFF ---*/
.listing .post {background: url(images/light/post_bg.png) no-repeat bottom left;}
div.post .thumb {border: 1px solid #aaa;}
div.post .thumb .postThumb {border: 1px solid #fff;}

#gallery-1 img {
border:1px solid #fff !important;
}

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

/*---FORM STUFF---*/
input[type="text"],input[type="password"] {background: #fff; border: 1px solid #ddd;}
textarea {background: #fff; border: 1px solid #ddd;}
#commentform input[type="submit"], 
input[type="submit"] {
	cursor: pointer; 
	border: 1px solid #ccc;
	background: url(images/light/button_bg.jpg) repeat-x left center;
	display: block;
	text-shadow:1px 1px 1px #fff; 
	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: #333;
	margin: 10px 0 0;
}
#commentform input[type="submit"]:hover, 
input[type="submit"]:hover,
.button a:hover {
	text-decoration: none;
	background:#eee;
}

/* -----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: 69px; width: 78px;}
a.nivo-prevNav {background: url(images/light/button-trans.png) no-repeat right bottom; left:-60px;}
a.nivo-prevNav:hover {background: url(images/light/button-trans.png) no-repeat right top;}
a.nivo-nextNav {background: url(images/light/button-trans.png) no-repeat left bottom; right: -60px;}
a.nivo-nextNav:hover {background: url(images/light/button-trans.png) no-repeat left top;}

.nivo-controlNav {	
	position:absolute;
	left: 50%;
	z-index:99;
	margin-left: -72px;
	width: 145px;
	height: 30px;
	text-align: center;
	overflow: hidden;
	bottom: -19px;
	background:url(images/light/buttonpanel.png) no-repeat;
}
.nivo-controlNav a {height: 29px; width: 19px; background: url(images/light/nav_button.jpg) no-repeat bottom left;}
.nivo-controlNav a.active {background: url(images/light/nav_button.jpg) no-repeat top left;}