@charset "utf-8";
/* CSS Document */

/*green theme */
.navbar-green {
	background-image: none;
	background-color: #060;
}

ul.nav li a:link, ul.nav li a:visited {
	color: #FF0;
}

ul.nav li a:hover {
	color: #fff;
	background-color:#030;
}

ul.nav li a.active {
	background-color:#060;
}

#footer {
	min-height: 100px;
	background:#030;
	color: #fff;
	margin-top: 1px;
	box-shadow: 0px 0px 5px 0px #999;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
}

#footer .links h1,h2,h3,h4,h5,h6 {
	color: #0F0;
}

#footer ul.links {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	list-style-type:none;
	padding: 0px;
	padding-left: 20px;
}

#footer ul.links li a:link, #footer ul.links li a:visited {
	color:#0C0;
}

#footer ul.links li a:hover {
	text-decoration: none;
	color:#fff
}
/* Theme Green Ends here */