@charset "utf-8";
/* CSS for MelissaHie.com */

/*
	RESET STYLES 
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: medium;
	font-family: Cantarell;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: normal;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* *************************************** */


html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/bg.gif);
}

strong {
	font-weight: bold;
	font-size: 12px;
}

.clear {clear:both}

#container {
	width: 9000px;
	height: 1800px;
}


/** PAGE POSITIONING **/

.positioning {
	position: absolute;
	width: 1109px;
	height: 100%;
}

	#start {
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
	#about {
	top: 0px;
	left: 5917px;
	background-image: url(../images/bg_pink.gif);
	background-repeat: repeat-y;
	}
	
	#work {
	top: 0px;
	left: 1746px;
	background-image: url(../images/bg_blue.gif);
	background-repeat: repeat-y;
	}
		
		
	#contact {
	top: 0px;
	left: 7666px;
	background-repeat: repeat-y;
	}
		
	#print {
	top: 0px;
	left: 2500px;
	background-image: url(../images/bg_orange.gif);
	background-repeat: repeat-y;
	}
		
	#skills {
	top: 0px;
	left: 3787px;
	background-image: url(../images/bg_purple.gif);
	background-repeat: repeat-y;
	}

.inside {
	margin: 30px 60px;
	width: 720px;
}
	
	.inside .header {
	font-family: Cantarell;
		font-size: 17px;
		color: #FFF;
		padding-bottom: 25px;
	}

	.inside .text {
		font-family: Cantarell;
		font-size: 11px;
		color: #FFF;
		text-align: justify;
		line-height: 22px;
		height: 250px;
		width: 720px;
	}
	
	.profile {
		display: block;
		float: left;
		width: 88px;
		height: 250px;
		background-image: url(../images/pf.jpg);
		background-repeat: no-repeat;
		margin-right: 20px;
		margin-bottom: 10px;
		border: 10px solid #ca117d;
	}
	
	.inside .index {
		background-image: url(../images/index.gif);
		width: 404px;
		height: 177px;
		display: block;
		clear: both;
		margin: 0px 0px;
	}
	
		/** list for purple page **/
		
		.inside .text ul#purple {
			border-top: 1px solid #7C2FA4;
			margin: 30px 0px;
		}
	
		.inside .text ul#purple li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: block;
			padding: 4px 16px;
			border-bottom: 1px solid #7C2FA4;
		}
		
		.inside .text ul#purple li:hover {
			background-color: #7110A3;
			color: #E8BFFD;
		}

/** TITLES **/

.title {
	background-repeat: no-repeat;
	text-indent: -1000em;
}

	#contact .title {
		background-image: url(../images/title_contact.gif);
		height: 43px;
	}

	#about .title {
		background-image: url(../images/title_about.gif);
		height: 43px;
	}
	
	#print .title {
		background-image: url(../images/title_print.gif);
		height: 50px;
	}
	
	#skills .title {
		background-image: url(../images/title_skills.gif);
		height: 43px;
	}
	
	#work .title {
		background-image: url(../images/title_work.gif);
		height: 43px;
	}
	
/** NAVIGATION BUTTONS **/

ul.navigation {
	float: right;
	display: block;
	width: 1000px;
	padding: 0px;
	text-align: center;
}
#log3 {
	position: absolute;
	left: 214px;
	top: 5px;
}
#log4 {
	position: absolute;
	left: 224px;
	top: 3px;
}
#log5 {
	position: absolute;
	left: 70px;
}




ul.navigation li {
	display: block;
	float: right;
}

#start ul.navigation {
	margin: 0;
	float: left;
}

a.navigator {
	cursor: pointer;
	display: block;
	width: 93px;
	font-family: Cantarell;
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-left: 1px;
	padding: 5px;

}

	#start .navigator {
}
	#work .navigator {
}
	#print .navigator {
}
	#about .navigator {
}
	#skills .navigator {
}
	#contact .navigator {
}
	
	#start .present .navigator,
	#work .present .navigator,
	#print .present .navigator,
	#about .present .navigator,
	#skills .present .navigator,
	#contact .present .navigator {
	color: #FFF;
}

/** LINKS **/

a {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color: #FFF;
}
	
	#about a {

	}
	
	#contact a {

	}
	
	#skills a {

	}
	
	#work a {

	}
	
/** PORTFOLIO **/

.portfolio-item {
	display: block;
	float: left;
	width: 135px;
	height: 185px;
	cursor: pointer;
	margin-right: 5px;
}

.print-item {
	display: block;
	float: left;
	width: 116px;
	height: 132px;
	cursor: pointer;
	margin-right: 5px;
}

	#evacare { background-image: url(../images/thumb/evacare.jpg);}
	#lakiff { background-image: url(../images/thumb/lakiff.jpg);}
	#duffled { background-image: url(../images/thumb/duffled.jpg);}
	#rickdavid { background-image: url(../images/thumb/rickdavid.jpg);}
	
	#phirhospring { background-image: url(../images/thumb/phirhofall07.jpg);}
	#phirhofall { background-image: url(../images/thumb/phirhofall06.jpg);}
	#ipi2009 { background-image: url(../images/thumb/ipi2009.jpg);}
	
/** SHOWCASE **/

.strip {
	padding-top: 20px;
}

.showcase {
	font-family: Cantarell;
	font-size: 11px;
	padding: 20px;
	color: #FFF;
	line-height: 18px;
}

	#print .showcase { background-color: #d06c07; }
	#work .showcase { background-color: #0085d3; }

.showcasename {
	
	font-size: 13px;
	font-weight: bold;
}

	#print .showcasename { color: #fee097;}
	#work .showcasename { color: #9ddbff;}

.showcase img {
	border: 10px solid #FFF;
	margin: 10px auto;
	display: block;
}

.close-web, .close-print {
	float:right;
	display: block;
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #AA0000;
	padding: 2px 8px;
	margin-left: 4px;
	margin-bottom: 4px;
}
#hometxrt {
	position: absolute;
	height: auto;
	width: 778px;
	left: 93px;
	top: 55px;
}
#rlgo {
	position: absolute;
	left: 89px;
	top: 2px;
}
#lgo2 {
	position: absolute;
	left: 166px;
	top: 6px;
}

