@charset "utf-8";
/* CSS Document */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	outline: none;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* end of master reset */

html, body {
	height: 100.1%;
}

body {
	background: #ffffff url(../images/msc_graffti.jpg) left top fixed;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 1em;
	color: #333333;

}

#wrapper {
	width: 100%;
	margin: auto;
	height: 100%;

}


#header {
	background: #ffffff url(../images/bg_header.jpg) top repeat-x;
	height: 120px;
	position: fixed;
	top: 0;
	left:0 ;
	width: 100%;
	z-index: 1000;
	border-bottom: 5px solid #bbbbbb;
	padding: 0 0 0 225px;
}

#contactSuccess {
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 1001;
	background: #ffffee;
	border-bottom: 5px solid #bbbbbb;
	display: none;
}

#contactSuccess p {
	padding: 0 0 0 225px;
	font-size: 1.2em;
	line-height: 30px;
}

/*----- aboutBox -----*/
.aboutBox {
	cursor: pointer;
	margin: 0 20px 0 0;
	padding: 0 0 2px 0;
}
#aboutBox, #aboutBoxForm {
	width: 580px;
	height: 300px;
	position: fixed;
	top: 120px;
	margin: 0 50px;
	background: #eeeeee url(../images/bg_about.jpg) repeat-y;
	font-size: .8em;
	padding: 10px;
	border-bottom: 5px #bbbbbb solid;
	z-index: 500;
	display: none;
}
#aboutBoxForm {
	border-top: 5px #bbbbbb solid;
	display: block;
	position: relative;
	top: 0;
}

#aboutLeft {
	width: 280px;
	float: left;
	padding-right: 10px;
}

#aboutRight {
	width: 279px;
	float:left;
	border-left: 1px solid #bbbbbb;
	height: 100%;
	padding-left: 10px;
}
#validation {
	position: absolute;
	bottom: 0;
	left: 0;
}
#validation p {
	float: left;
	margin-left: 10px;
}
#aboutRight p {
	padding-bottom: 15px;
}

#aboutLeft p {
	line-height: 1.4;
}

input {
	height: 20px;
	line-height: 20px;
}

textarea {
	line-height: 1.5em;
}

button {
	margin: -5px 10px 0 0;
}

input, textarea {
	border: 1px solid #cccccc;
	width: 250px;

}
input:focus, textarea:focus {
	background: #eeeeee;

}

label {
	float: left;
	width: 300px;
}
label.error {
	font-size: .8em;
	color: #ff0000;
	float: left;
	letter-spacing: .05em;
}
#error {
	margin: 10px 50px;
}
#error p {
	color: #ff0000;
	font-size: .9em;
	padding: 5px 10px;

}
/* this is to hide a title for the site */
.hide_me {
	overflow: hidden;
	position: relative;
}
.hide_me span {
	position: absolute;
	top: -999px;
}

/*----- Navigation Systems -----*/

#upperNavigation {
	font-size: 1.2em;
	border-bottom: 1px solid #bbbbbb;
	width: 400px;
	position:relative;
}

#upperNavigation ul li a {
	font-size: 1em;
	text-decoration: none;
	color: #333333;
	margin: 0 20px 0 0;
	display: block;
}


#lowerNavigation {
	height: 30px;
	width: 500px;
	position: relative;

}
#header ul {
	height: 30px;
	list-style: none;
	
}
#header ul li {
	float: left;
}

#lowerNavigation ul li a {
	line-height: 30px;
	color: #333333;
	font-size: .9em;
	text-decoration: none;
	padding: 0 0 5px;
	margin-right: 20px;
	height: 20px;
	max-width: 100px;
	display: inline;
}

#header ul li a:hover, .aboutBox:hover, h1 a:hover {
	border-bottom: 5px solid #333333;
}

/*----- End Navigation Systems -----*/

#content {
	background-image: url(../images/content_bg_occ.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 0 0 70px;
	padding: 120px 0 20px 0;
	width: 700px;
}
.content100 {
	height: 100%;

}

#footer {
	background: #ffffff url(../images/bg_footer.jpg) bottom repeat-x;
	bottom: 0px;
	height: 30px;
	position: fixed;
	width: 100%;
	z-index: 999;
	border-top: 5px solid #bbbbbb;
}

#content h2 {
	letter-spacing: .02em;
	width: 400px;
	margin: auto;

}
#item {
	padding: 0 0 0 80px;

}

.screenshot {
	background: #999999;
	width: 400px;
	height: 200px;
	border: 10px solid #ffffff;
	margin: 0px auto 10px;
}
.screenshot a {
	color: #333333;
}
#item p {
	font-size: .8em;
	line-height: 1.3em;
	letter-spacing: .01em;
	width: 400px;
}

hr {
	margin: 5px 0 20px 0;
	width: 500px;
	height: 1px;
	float: left;
	color: #ddd;
}

.itemInfo p, #resume p{
	font-size: .8em;
	line-height: 1.4;
	letter-spacing: .05em;
	padding: 5px 0;
}
#accordion {
	width: 600px;
	margin: auto;
	list-style-type: none;
}
#accordion .liInfo {
	background: none;
	width: 400px;
	border-bottom: 1px solid #bbbbbb;
	padding: 0 100px 20px 100px;
}
.top {
	color: #666666;
	text-decoration: none;
	display: none;
}
.top:hover {
	text-decoration: underline;
}

#footer p {
	float: left;

}
h1 a {
	color: #333333;
	text-decoration: none; 

}
h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 10px 0;
}
h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 10px 0;
}
h3 {
	font-size: 1.25em;
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}

/*----- resume -----*/
#resume {
	width: 580px;
	margin: 0 0 0 60px;
	padding-bottom:60px;

}

#resume h2, #resume h3 {
	padding: 8px 0;
	margin: 0 5px;
}
#resume p, #resume ul {
	margin: 0 20px;
}

#resume ul li {
	display: inline;
	margin: 0 10px 0 0;
	font-size: .9em;

}

#thing {
	position: fixed;
	width: 100px;
	height: 100px;
	display: block;
	top: 200px;
	left: 990px;
	cursor: pointer;
}

#overlay {
	background: #000000;
	
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
	cursor: pointer;

}

#overlay p {
	color: #ffffff;
	text-align:center;
	margin: 300px 0 0 0;
	font-family: "Courier New", Courier, monospace;
	font-size: .8em;
	letter-spacing: .08em;

}

