/* Reset v1.0 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset */

body {
	font-family:  TradeGothic, Helvetica, Arial, sans-serif;
	line-height:135%;
	margin-top:50px;	
	font-weight:bold;
	background-image:url(../images/bgGrey.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

b {
	font-weight: bold;
	text-decoration: underline;
}

img {
	border:none;
}

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

div#container {
	width:950px;
	margin: 0 auto;
}

h1#title {
	font-size:40px;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:10px;
	background-color:#000;
	color:#fff;
	float:left;
	margin-bottom:60px;
}

ul#menu {
	margin-top:60px;
	display: block;
	clear:both;
}

	ul#menu li {
		display: inline;
		font-size:40px;
		margin-right:35px;
	}
		
		ul#menu  a {
			color:#000;
			border-bottom:10px solid #000;
			padding:10px 0px 0px 0px;
		}

			ul#menu li a:hover, ul#menu li a.active {
				background-color:#000;
				color:#fff;
			}
		
	
div#content {
	clear:both;
	margin-top:80px;
}

	div.item {
		color:#000;
		margin-top:15px;
	}
	
		div.item h2, h3 {
			font-size:30px;
			border-bottom:5px solid black;
			padding:15px 0px 5px 0px;
			cursor:pointer;
		}
		
			div.item h2:hover, div.item h2.hover {
				background-color:#000;
				color:#fff;
			}
		
		div.item p {
			font-weight:normal;
			margin-top:20px;
			line-height:170%;
		}
		
		
		div.img {
			margin-top:30px;
			margin-bottom:40px;
			text-align: center;
		}
		
			div.img img {
				border-bottom:1px solid black;
			}
			
		p.launch {
			text-align: center;
		}
		
			p.launch a {
				margin-right:10px;
				padding:4px 0px 0px 0px;
				color:#000;
				font-weight:bold;
				border-bottom:5px solid #000;
			}
			
			p.launch a:hover {
				color:#fff;
				background-color:#000;
			}
			
			p.launch span {
				margin-right:10px;
				padding:4px 0px 0px 0px;
				color:#000;
				font-weight:bold;
				border-bottom:5px solid #000;
				text-align: center;;
			}
			

	 a#up {
		color:#000;
		display:block;
		font-size:30px;
		padding:15px 0px 5px 0px;
		border-bottom:10px solid black;
		float:right;
		margin-top:30px;
		margin-bottom:30px;
	}
	
		a#up:hover {
			color:#fff;
			background-color:#000;
		}
		
.borderTop {
	border-top:5px solid #000;
	padding-top:12px;
}

.cursorArrow {
	cursor:default;
}

#portrait {
	float:right;
	width:410px;
	margin-left:20px;
	margin-top:20px;
}

.skills {
	float:left;
	margin-right:25px;
}

.noMargin {
	margin:0;
}

.clear {
	clear:both;
}

.overflow {
	overflow:hidden;
}
