/*Overral font, size and color*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
	background-repeat: repeat;
	background-image: url(../images/bg.gif);
}

/*Overal link colors */
a:link, a:visited {
	color:#FFC40F;
	font-weight: bold;
}
a:hover, a:active {color:#000000;}





/*NAVIGATION OVERRIDES*/

#nav {
	background-color: #000000;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: transparent; color: #FFCC33;}
#nav li a:active, #nav ul li a.active {background: transparent; color: #FFCC33;}

/* 2nd Child menu */
#nav .menu li ul a {
	color: #000000;
	background-color: #FFCC33;
	font-weight: bold;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color: #FFCC33;
	background-color: #000000;
}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{
	color: #000000;
	background-color: #FFDB71;
}


/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}

/* overrides for gallery */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #999;
	border: 1px solid #232323;
}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}

/*Make the layout have a sidebar - just comment out below to show the sidebar div*/

/*
#content-side {display: none;}
.content-main {width: 770px;}
#content {background: none;}
*/
