@charset "utf-8";


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: 100%;
	font-family: inherit;
	vertical-align: baseline;
    //visibility: hidden;     

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

    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: center;

	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
}
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 {

}*/

strong {
	font-weight: bold;
}

.clear {clear:both}

#container {
	width: 3700px;
	height: 1650px;
}


/** PAGE POSITIONING **/

.positioning {
	position: absolute;
	width: 1200px;
	height: 800px;
	top: 0px;
		left: 0px;
}
.midpositioning {
	#position: absolute;
	width: 94%;
	height: 94%;
	margin: 20px auto;
}


	/*#home .midpositioning   {
		
		background-color: #222;
		background-image: url(../images/bg_butterfly.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	#about .midpositioning  {

		background-color: #DD1F8E;
		background-image: url(../images/bg_pink.gif);
		background-repeat: repeat-y;
	}
	
	#work .midpositioning  {

		background-color: #00A7E2;
		background-image: url(../images/bg_blue.gif);
		background-repeat: repeat-y;
	}
		
		
	#contact .midpositioning  {
		background-color: #84C922;
		background-image: url(../images/bg_green.gif);
		background-repeat: repeat-y;
	}
		
	#print .midpositioning  {
		background-color: #EE9A10;
		background-image: url(../images/bg_orange.gif);
		background-repeat: repeat-y;
	}
		
	#skills .midpositioning  {
		background-color: #620294;
		background-image: url(../images/bg_purple.gif);
		background-repeat: repeat-y;
	}*/

.inside {
	margin: 30px 60px;
	width: 720px;
}
	
	.inside h3 {
		text-transform: uppercase;
		font-size: 12px;
		padding-bottom: 5px;
	}

	.inside .text {
		font-size: 11px;
		color: #FFF;
		text-align: justify;
		line-height: 22px;
		height: 250px;
		width: 720px;
		position:fixed
	}
	
	.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;
		text-indent: -999em;
	}
	
		/** 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;
	font-family: "Quicksand";
	font-size: 50px;
	padding-bottom: 25px;
	letter-spacing: -5px;
}

	#contact .title {
		color: #5b9804;
	}

	#about .title {
		color: #fe7dc9;
	}
	
	#print .title {
		color: #ffcc00;
	}
	
	#skills .title {
		color: #bc5aee;
	}
	
	#work .title {
		color: #0072c9;
	}
	
/** NAVIGATION BUTTONS **/

ul.navigation {
	float: right;
	display: block;
	width: 341px;
	padding: 0px;
	padding-top: 20px;
	text-align: right;
}

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

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

a.navigator {
	cursor: pointer;
	display: block;
	width: 45px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-left: 1px;
	padding: 5px;

}

	#start .navigator { background-color: #222; }
	#work .navigator { background-color: #006cab; }
	#print .navigator { background-color: #b97300; }
	#about .navigator { background-color: #a60764; }
	#skills .navigator { background-color: #400061; }
	#contact .navigator { background-color: #639d11; }
	
	#start .present .navigator,
	#work .present .navigator,
	#print .present .navigator,
	#about .present .navigator,
	#skills .present .navigator,
	#contact .present .navigator { background-color: #000; color: #FFF;}

/** LINKS **/

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #FFF;
}
	
	#about a {
		color: #fdb3de;
		background-color: #ca117d;
	}
	
	#contact a {
		color: #dcffab;
		background-color: #70b212;
	}
	
	#skills a {
		color: #dfaef9;
		background-color: #570184;
	}
	
	#work a {
		color: #c5eaff;
		background-color: #007cc4;
	}
	
/** 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;
}

	/*#portfolio-item-1 { background-image: url(../images/thumb/evacare.jpg);}
	#portfolio-item-2 { background-image: url(../images/thumb/fms.jpg);}
	#portfolio-item-3 { background-image: url(../images/thumb/ccc.jpg);}
	#portfolio-item-4 { background-image: url(../images/thumb/adidas.jpg);}
	#portfolio-item-5 { background-image: url(../images/thumb/hgr.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);}
	#poidware { background-image: url(../images/thumb/poidware.jpg);}
	
/** SHOWCASE **/

.strip {
	padding-top: 20px;
}

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

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


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

.showcase img {
	border: 5px solid #FFF;
	margin: 15px auto;
	margin-bottom: 0px;
	display: block;
}

.close-web, .close-print {
	float:right;
	display: block;
	font-weight: bold;
	cursor: pointer;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #000;
	padding: 1px 6px;
	margin-left: 4px;
	margin-bottom: 4px;
}

	a.scroll{
	width:232px;
	height:100px;
	
	
	}
	.hovered , a.scroll:hover {
    background-position: 0 -138px !important;
	width:600px !important;
	height:330px !important;
	}
	
	/*#work{
	width:232px;
	height:100px;
	
	}
	#work:hover {
    background-position: 0 -138px !important;
	width:600px;
	height:330px;
	}*/
	
	span.reference{
				position:fixed;
				left:10px;
				bottom:10px;
				font-size:12px;
			}
			span.reference a{
				color:#aaa;
				text-transform:uppercase;
				text-decoration:none;
				text-shadow:1px 1px 1px #000;
				margin-right:30px;
			}
			span.reference a:hover{
				color:#ddd;
			}
			ul.sdt_menu{
				margin-top:50px;
			}
			h1.paragraph_header{
				 background-repeat: no-repeat;
    font-family: "Quicksand";
    font-size: 50px;
    letter-spacing: -5px;
    padding-bottom: 25px;
	
			}
			h2.second_paragraph{
				 background-repeat: no-repeat;
    font-family: "Quicksand";
    font-size: 20px;
	font-weight:bold;
	color:#0B75AF;
   letter-spacing: -1px;
    padding-bottom: 10px;
			}
			
	.menu{
	position:fixed;
	margin-left:10%;
	
	
	}
	
	.main_paragraph{
padding: 150px 38px;
    text-align: left;
	font-family: "Quicksand";
	
	}
	.discription{
#max-height:100%;
#overflow:auto;
	
	}
