@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #000;
}

ul {
	list-style-type: none;
}

h1 {
	color:#fff;
/*	margin: 15px 0px 12px 0px; */
	margin: 0px 0px .5em 0px; 
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 48px;
	font-weight: 600px;	
}
.projectList {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #CCC;
	width:1000px;
}
.projectList li a {
}
.projectList li div {
	float:left;
	width:505px;
	padding-left:5px;
}

#projectItem ul{
	padding-left: 0px;	
}

a { 
	text-decoration: none;
	color: #bbb; 
}

a:visited {
	text-decoration: none;
	color:#888;
}

a:hover {
	text-decoration: none;
	font-size:1.1em;
	font-weight:bold;
}

a:link {
	text-decoration: none;
}

/*
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #fff;
	font-size:1.05em;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}
*/	
li:hover {
	color:#fff;
	background-color:#999;
}
li a:visited {
	color:#777;
}
li a:link {
	color:#000;
}
li {
	overflow:hidden;	
}

li:nth-child(odd) {background:#bbb};

body {
	background-image: url(../images/Grid_Blk.gif);
}
body p {
	color: #FFF;
}
.footer a {
	color:#fff;
}

.highlight {
	color: #fff;
	font-size:1.05em;
	font-weight:bold;
}

.recent {
	margin-top:20px;	
}
.recent img {
	width:75px;
	height:75px;
	border: none;
		
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.recent img:hover {
	opacity: 1;
	-webkit-transform: scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform:scale(1.25);
}

@media (min-width:768px) {
	li {
			line-height:40px;
			height:40px;
		}
	
}
@media (min-width:1025px) {
	li {
		line-height:25px;
		height:25px;
		}
}


		/*vvvvvvvvvvvv Scroll Bar styles vvvvvvvvvvvv*/
		/* https://css-tricks.com/custom-scrollbars-in-webkit/ */
		::-webkit-scrollbar {
			width: 20px;      
			background-color:#313131;
		}
		::-webkit-scrollbar-track {
		
			border-radius: 5px;
			background-color: #aaa;
		
			/*  gives button look, remove for flat look*/
			/*-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,1);*/
		}
		::-webkit-scrollbar-thumb {
			border-radius: 5px;
			background-color: #888;
			/* -webkit-box-shadow: inset 1px 1px 15px rgba(0,0,0,1);*/
		}
		/*^^^^^^^^^^^^ End Scroll Bar styles ^^^^^^^^^^^^^^^*/
