@charset "utf-8";
/* CSS Document */

a:link {color: #c87503}
a:visited {color: #8c8c8c}
a:hover {color: #8c8c8c}
a:active {color: #ffffff}

div {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
li {
	margin: 0;
	padding: 0;
}

floatStopper {
	clear: both;
}

dl,dt {
	margin: 0;
	padding: 0;
}

/* MAIN BG AND AREA */

			body,div,p,a,img,font,br {
				margin: 0;
				padding: 0;
				border: 0;
			}
			body {
				width: 100%;
				height: 100%;
				background: black;
			}
			
/* CONTAINER */
			.container {
				background-color: #000000;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0px;
				left: 0px;
			}
			.topBg {
				background-image: url(images/pattern.jpg);
				position: absolute;
				width: 1014px;
				height: 519px;
				top: 0px;
				right: 0px;
			}
			.bottomBg {
				background-image: url(images/random_image/randomimage.php);
				height: 432px;
				width: 100%;
				clear:both;
				position: fixed;
				bottom: 0px;
				left: 0px;
			}

			
/* ABOUT CONTAINER */
.contentAbout {
	width: 540px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	/*background: red;*/
	position: relative;
}


/* NAV BAR */

div#jt {
	width: 288px;
	height: 16px;
	padding-bottom: 20px;
}

div#navBar {
	width: 540px;
	height: 18px;
	padding-bottom: 20px;
}

/* TITLE */

div#title {
	width: 288px;
	height: 16px;
	padding-bottom: 8px;
}

/* ABOUT ME */

div#aboutContainer {
	padding-bottom: 20px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

div#aboutMePic {
	width: 143px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: left;
	/*padding-top: 15px;
	padding-right: 16px;*/
	float: left;
}

div#aboutText {
}

div#careerContainer {
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

div#career {
	width: 105px;
	height: 16px;
	padding-bottom: 8px;
}

/* Career List */
div#careerList {
}
dl.careerList {
}
dl.careerList dt {
	width: 143px;
	padding-bottom: 10px;
	float:left;
	overflow: hidden;
}
dl.careerList dd {
	padding-bottom: 10px;
	overflow: hidden;
}

/*EXPERIENCE*/

div#experience {
	width: 105px;
	height: 16px;
	padding-bottom: 15px;
}

div#icons {
}

/*DESIGN/ILLUSTRATION PAGES*/
div#designText {
}

div#boxText {
	padding-right:6px;
	padding-top: 4px;
	line-height: normal;
}

div#designSpace {
	width: 12px;
}

div#boxes {
	text-align: center;
	line-height: 18px;
	width: 134px;
	height: 105px;
	float: left;

}

/*CONTACT*/

div#contactBox {
	text-align: center;
	position: relative;
	line-height: 18px;
	width: 148px;
	height: 59px;
	float: left;
	padding-right: 5px;
}

div#contactBoxTwitter {
	text-align: center;
	position: relative;
	line-height: 18px;
	width: 148px;
	height: 59px;
	float: left;
	padding-top: 15px;
}

/*popup*/

div#popUp {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
div#popUpBg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: black;
	filter: alpha (opacity=80);
	-moz-opacity: .80;
}
div#popUpContentContainer {
	width: 75%;
	height: 75%;
	margin: 100px auto;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
div#popUpContent {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: white;
}
div#popUpLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
div#popUpClose {
	position: absolute;
	top: 0px;
	right: 0px;
}
div#popUpRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
}