/*
background dark grey:	#212618
text medium grey:		#575856
active link light grey:	#858683
hover green:			#72b504
hover light green:		#ade257

*/



body {
	text-align: left;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #858683;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}

a:active, a:focus {
	outline-style: none;
	-moz-outline-style:none;
}

/*header*/


#header {
	margin-left: 20px;
}


h2 {
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 100%;
}

#header h1 {
	/* visibility: hidden; */
	position: absolute;
	left: -9000px;
	top: -9000px;
}

#header p {
	font-weight: bold;
	color: #ED1B24;
}

.nav {
	padding-left: 8px;
}


#header a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.red {
	color: #ED1B24;
}

#header a:hover {
	color: #ED1B24;
}

.repeat {
	background-repeat: repeat-x;
	background-image: url(/assets/images/portfoliodropshadow.jpg);
	background-position: -1000px;
	margin: 0px;
	padding: 0px;
}


/*resume*/


#resume {
	margin-left: 20px;
	color:#000;
}

#leftresume {
	width: 570px;
	float: left;
}

#rightskills {
	margin-left: 570px;
}

.nospacetop {
	margin-top: 0px;
	padding-top: 0px;
}

#resume li {
	list-style-type: none;
	list-style-image: none;
}

#resume ul {
	padding-left: 15px;
}

.firstline li {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 10%;
	padding-bottom: 3px;
}

.subheader li {
	padding-top: 10px;
}


.honors li {
	margin: 0px;
	padding: 0px;
	line-height: 50%;
}


#resume table {
	padding-left: 15px;
	line-height: 100%;
}

#resume table .rowA {
	width: 190px;
}


#resume table .row1 {
	width: 95px;
}


/*left column*/

#leftmenu ul {
	margin-left: 20px;
	text-indent: 0px;
	text-align: left;
	padding: 0px;
}

#leftmenu li {
	list-style-type: none;
	list-style-image: none;
	line-height: 120%;
	text-transform: uppercase;
	font-size: 350%;
	font-weight: bold;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.byline {
	font-size: 30%;
	color: #000;
	line-height: 60%;
}

#leftmenu a:link, a, a:visited {
	text-decoration: none;
	color: #000;
	border: none;
}

#leftmenu a:hover {
	color: #ED1B24;
}





/* Sublist  */

#sublist1, #sublist2, #sublist3, #sublist4 {
	font-size: 10%;
	display: none;
}

#sublist1 li, #sublist2 li, #sublist3 li, #sublist4 li {
	padding-left: 30px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
}



/* Link Popup */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
position: relative;
z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #000;
	padding: 3px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 700px; /*position where enlarged image should offset horizontally */
}

/*for links that need a drop down*/

.dropthumbnail {
position: relative;
z-index: 0;
}

.dropthumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.dropthumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #000;
	padding: 3px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.dropthumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.dropthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 700px; /*position where enlarged image should offset horizontally */
}


/* Footer */

#footer {
	margin-left: 20px;
	color: #ED1B24;
	font-weight: bold;
	padding-top: 15px;

}

#footer a, #resume a {
	color: #000;

}

#footer a:hover, #resume a:hover {
	color: #ED1B24;
}


/* about me red links */
.aboutme a {
	color: #ED1B24;
	font-weight: bold;
}

.aboutme a:hover {
	color: #000;
}