/* 
Midnite Complex
by: Juliana Garcia
2009

*/

html{height: 100%; margin: 0; padding: 0;}

a img{border: none; outline: none;}

a {
	color: #000;
	background: none;
}

body{
	margin: 0;
	padding: 0;
	background: #000;
	height: auto;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

#headerContainer{
	height: 214px;	
	width: 948px;
	background: url(images/header.gif) no-repeat top center;
	margin: 0 auto;
	padding: 0;
}

#mainContainer{
	margin: 0 auto;
	background:url(images/transBG.gif) repeat-y;
	width: 666px;
	padding: 0;
	height: auto;
}

#bg-top{
	background: url(images/bg-top.gif) no-repeat;
	padding: 0;
	height: auto;
	width: 630px;
	margin: 0 auto;
}

#bg-bottom{
	background: url(images/bgfooter.gif) no-repeat bottom;
	padding:0;
	width: 630px;
	margin: 0 auto;
}

#bg{
	background: url(images/bg.gif) repeat top center;
	margin: 0 auto;
	height: auto;
	width: 630px;
	padding: 0;
}

#content{
	width: 578px;
	padding:6em 26px 0 26px;
	height: auto;
}


.stripViewer{ /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 578px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 510px;
	clear: both;
		}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
#panel1, #panel2, #panel3, #panel4{	
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 578px; 
	height: 510px;
	float: left;
	padding: 2em 0 2em 0;
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 400px; /* Also specified in  .stripViewer  above */
}
		

.description{
	padding: 0 0 2em 0;
}

.right{float: right;
	width: 47%;
}

#contactside{
	float:right; 
	width: 200px;
	text-align: left;
	padding: 0 26px 0 3em;
}

#footer{
	background: url(images/footer.gif) no-repeat center;
	margin: 0 auto;
	height: 52px;
	padding: 0;
	text-align: center;
	color: #003366;
	font-size: 9px;
}

/* IMAGES & THUMBS */

h3.about, h3.contact, h3.portfolio{margin: 0; padding: 2em 0 .3em 0;}

/*.pic{
	float: right;
	padding: 1em 0 0 2em;
	}
*/

h3.portfolio{
	height: 19px;
	width: 115px;
	background: url(images/portfolio.gif) no-repeat left;
	text-indent: -9999px;
}

h3.about{
	height: 19px;
	width: 115px;
	background: url(images/about.gif) no-repeat left;
	text-indent: -9999px;
}

h3.contact{
	height: 19px;
	width: 115px;
	background: url(images/contact.gif) no-repeat left;
	text-indent: -9999px;
}

div.hr {
	width: 597px;
	height: 2px;
	background: #fff url(images/line.gif) center;
	margin: 0;
	padding: 0;
}

div.hr hr {
  display: none;
}

.imgborder{
	background: url(images/border.png) no-repeat;
	height: 90px;
	width: 270px;
	padding: 5px;
}


/* web work*/

a#halfpipe, a:link#halfpipe {
	background: url(images/thumbs/halfpipe.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#halfpipe{
		background: url(images/thumbs/halfpipe.gif) 0 -80px no-repeat;
		border: 0;
}


a#green, a:link#green{
	background: url(images/thumbs/green.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#green{
		background: url(images/thumbs/green.gif) 0 -80px no-repeat;
}


a#broken, a:link#broken {
	background: url(images/thumbs/broken.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#broken{
		background: url(images/thumbs/broken.gif) 0 -80px no-repeat;
}

a#hannahbelle, a:link#hannahbelle {
	background: url(images/thumbs/hannahbelle.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
} 

a:hover#hannahbelle{
		background: url(images/thumbs/hannahbelle.gif) 0 -80px no-repeat;
		text-decoration: none;
}


a#liquid, a:link#liquid{
	background: url(images/thumbs/liquid.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#liquid{
		background: url(images/thumbs/liquid.gif) 0 -80px no-repeat;
		text-decoration: none;
}

a#webturf, a:link#webturf{
	background: url(images/thumbs/web-turf.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#webturf{
		background: url(images/thumbs/web-turf.gif) 0 -81px no-repeat;
		text-decoration: none;
}

/*end web work */
/*identity work*/

a#turf, a:link#turf {
	background: url(images/thumbs/turf.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#turf{
		background: url(images/thumbs/turf.gif) 0 -80px no-repeat;
		text-decoration: none;
}


a#olivetree, a:link#olivetree{
	background: url(images/thumbs/olivetree.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#olivetree{
		background: url(images/thumbs/olivetree.gif) 0 -80px no-repeat;
		text-decoration: none;
}


a#decadence, a:link#decadence {
	background: url(images/thumbs/decadence.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
} 

a:hover.decadence{
		background: url(images/thumbs/decadence.gif) 0 -80px no-repeat;
}

/*end identity work*/
/*print + illustration work*/
a#ninjagirl, a:link#ninjagirl {
	background: url(images/thumbs/ninjagirl.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#ninjagirl{
		background: url(images/thumbs/ninjagirl.gif) 0 -80px no-repeat;
		text-decoration: none;
}

a#isamabelle, a:link#isamabelle {
	background: url(images/thumbs/isamabelle.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#isamabelle{
		background: url(images/thumbs/isamabelle.gif) 0 -80px no-repeat;
		text-decoration: none;
}

a#halfpipe-print, a:link#halfpipe-print {
	background: url(images/thumbs/halfpipe-print.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#halfpipe-print{
		background: url(images/thumbs/halfpipe-print.gif) 0 -80px no-repeat;
		text-decoration: none;
}

a#markus, a:link#markus {
	background: url(images/thumbs/markus.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#markus{
		background: url(images/thumbs/markus.gif) 0 -80px no-repeat;
		text-decoration: none;
}

a#typetrends, a:link#typetrends {
	background: url(images/thumbs/typetrends.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#typetrends{
		background: url(images/thumbs/typetrends.gif) 0 -80px no-repeat;
		text-decoration: none;
}

a#olivetree-print, a:link#olivetree-print {
	background: url(images/thumbs/olivetree-print.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 260px;
	height: 80px;
	display: block;
}

a:hover#olivetree-print {
		background: url(images/thumbs/olivetree-print.gif) 0 -80px no-repeat;
		text-decoration: none;
}

/* end print + illustration work*/

a#resume, a:link#resume{
	background: url(images/resume.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 130px;
	height: 38px;
	display: block;
}

a:hover#resume{
		background: url(images/resume.gif) 0 -38px no-repeat;
}

img.arrow{ 
	float: right;
	margin-top: -3em;
}

/* TEXT, LINK AND LISTS */

.highlight{
	font-weight: bold;
	font-style:italic;
}

.navList{ margin: auto;}

.navList ul{
	margin: 0; 
	padding: 0;
	float: left;
	margin-top: -3em;
	width: 350px;
}

.navList ul li{
	display: inline;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	padding-left: 1em;
}

.navList a, .navList a:link{
	text-decoration: none;
	cursor: pointer;
}

.navList li a:hover, .navList li a:active{
	border-top: 2px solid #cc6600;
	text-decoration: none;
}

.navList a.current{
	border-top: 2px solid #cc6600; 
}

ul.thumbs{margin: 0; padding:0;}

.thumbs li{
	list-style-type: none;
	display: block;
	width: 270px;
}

div.description a:link, div.description a {
	font-weight: bold;
	border-bottom: 2px solid #000000;
	text-decoration: none;
}

div.description a:hover, div.description a:active{
	text-decoration: none;
	border: 0;
}

ul.skills {margin-left: 2em; padding: 0;}

ul.skills li{
	list-style: url(images/li.gif) inside;
	padding: 0 0 .5em 0;
	text-indent: 2em;
}

ul#social {margin: 0; padding: 0 0 2em 0; height: 28px;}

#social li{
	list-style-type: none;
	float: left;
	padding: .5em;
	height: 28px;
	width: 28px;
}

#social li.linkedin a, #social li.linkedin a:link{
	display: block;
	background: url(images/linkedin.gif) 0 0 no-repeat;
	width: 28px;
	height:28px;
	text-indent: -9999px; 
}

#social li.linkedin a:hover{
	background: url(images/linkedin.gif) 0 -28px no-repeat;
}

#social li.facebook a, #social li.facebook a:link{
	display: block;
	background: url(images/facebook.gif) 0 0 no-repeat;
	width: 28px;
	height:28px;
	text-indent: -9999px; 
}

#social li.facebook a:hover{
	background: url(images/facebook.gif) 0 -28px no-repeat;
}

#social li.flickr a, .social li.flickr a:link{
	display: block;
	background: url(images/flickr.gif) 0 0 no-repeat;
	width: 28px;
	height:28px;
	text-indent: -9999px; 
}

#social li.flickr a:hover{
	background: url(images/flickr.gif) 0 -28px no-repeat;
}

#social li.twitter a, .social li.twitter a:link{
	display: block;
	background: url(images/twitter.gif) 0 0 no-repeat;
	width: 28px;
	height:28px;
	text-indent: -9999px; 
}

#social li.twitter a:hover{
	background: url(images/twitter.gif) 0 -28px no-repeat;
}

#footer ul{margin:0; padding: 3em 0 0 0;}

#footer li{
	margin: 0;
	list-style-type: none;
	display: inline;	
}

#footer li a:link, #footer li a {
	color: #cc6633;
	border-bottom: 2px solid #cc6633;
	text-decoration: none;
}

#footer li a:hover, #footer li a:active{
	text-decoration: none;
	border: 0;
}

/* CONTACT FORM */

form#contactForm {height: 400px;}

#contactForm label{display: none;}

#contactForm label.error { margin-left: .5em; color: #cc6633; font-style:italic; }

ul.form, ul.forminput{margin: 0; padding: 0;}

ul.forminput{
	margin-top: -350px;
}

.forminput li{list-style-type: none; padding: 0 0 2em 1em;}

.form li{list-style-type: none; padding: 0 0 1em 0;}

.form li.input-box-image {
	display: block;
	background: url(images/inputBox.gif) no-repeat top center;
	border: 0;
	width: 184px;
	margin: 0;
	height: 35px;
	color: #cc6633;
}

#formEmail, #formSubject, #formName{
	width: 165px;
	height: 20px;
	color: #cc6633;
	overflow: hidden;
	border: 0;
	background: none;
	outline: none;
}	

.form li.input-textarea-image {
	display: block;
	background: url(images/msgbox.gif) no-repeat top center;
	border: 0;
	width: 202px;
	height: 158px;
	color: #cc6633;
}

#formMsg{
	border: 0;
	color: #cc6633;
	height: 130px;
	width: 170px;
	overflow: hidden;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background: none;	
	outline: none;
}

input.submitBtn {
	background: url(images/submitBtn.gif) no-repeat top center;
	width: 87px;
	height: 34px;
	border: 0;
	cursor: pointer;
	margin-left: 7em;
}

input.submitBtn:hover {
	background: url(images/submitBtn.gif) 0 -34px no-repeat;
	width: 87px;
	height: 34px;
	border: 0;
	cursor: pointer;
	margin-left: 7em;
}