@charset "utf-8";
/* www.evanhabeeb.com Stylesheet for CSS3 */


.title {
	font-size: 1.7em;
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	padding-bottom: 6px;
	text-shadow: 1px 1px 2px #bebebe;
	letter-spacing: -1px;
}

.footer {
	background-image: url('/images/footer_bg.png');
	background-repeat: repeat-y;
	border: 0px solid #ff0000;
	width: 880px;
	margin: -28px 0px -8px 0px;
	font-size: .8em;
	padding: 0px 10px 50px 10px;
}

/* Portfolio List */

ul.navlist2 {
		font-size: .9em;
        text-align: left;
        list-style: none;
        padding: 0;
		margin-top: 4px;
		outline: none;
}

ul.navlist2 li {
        display: block;
        margin: 0;
        padding: 0;
		outline:none;
}

ul.navlist2 li a {
        display: block;
        color: #777;
        text-decoration: none;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-right: 4px;
		border-bottom: 1px solid #e4e4e4;
		outline:none;
}

ul.navlist2 li a:hover, ul.navlist2 li.active a:hover {
        background: #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
		color: #565656;
		outline:none;
}
/* End Portfolio List */