@charset "utf-8";
/* Let's Get Kreative */
/*
	Portfolio of Kelsey de Lannoy
	Spring 09
	www.letsgetkreative.com

*/

@import url("text.css");
@import url("header.css");

@import url("home.css");
@import url("web.css");
@import url("print.css");
@import url("motion.css");
@import url("branding.css");
@import url("illustration.css");

@import url("about.css");
@import url("contact.css");




* {
	margin:0;
	padding:0;
	border: none;
	}

html { background: #306; }

a { font-weight: bold; }

a:hover {
	color: #306;
}

.clear {
	display: none;
	}
	
li { list-style: none; }

body {
	background: #306;
/*	height:100%;*/
	}


#main-content {
	background: url(../images/content-gradient2.jpg) top left repeat-y #306;
	/*clear: both;*/
	margin-top: -120px;
	margin-left: 160px;
	padding: 20px;
	position: absolute;
	width: 700px;
	/*z-index: 1000px;*/
}

#content-left { border-right: #FFF solid 1px; padding-right: 25px; float: left; width: 155px;}

.feat-project {
	background: url(../images/featured-project.png) top left no-repeat;
	margin-bottom: 15px;
	width: 162px;
	height: 27px;
}

#content-right {   
	margin-left: 170px;
	width: 530px;
}


/**********************
	THUMBNAILS
**********************/
#thumbs-container {
	/*padding-left: 55px;*/
	margin-left: 90px;
}

#thumbs-container2 {
	padding-left: 95px;
}

#thumbs-col2 { margin: 10px 0 10px 0px;}

/* To hide images on html but to have them there for lightbox */
.hidden { display: none; }

.bubble-popup .thumbs {
	border: 6px #FFF solid;
	width: 77px;
	height: 77px;
}

.bubble-popup .thumbs:hover { border: 6px #9d32a0 solid; }

.featured {
	border: 6px #FFF solid;
	width: 140px;
	height: 136px;
}

.featured:hover { border: 6px #306 solid; }



/***** Arrow Scroll *******/
.arrows-scroll-L {
	padding: 0 20px 0 0;
}

.arrows-scroll-R {
	padding: 0 0 0 20px;
}


#first-row { margin-top: 100px; margin-right: 250px; position: absolute; z-index: 1000px; width: 500px;}


/**********************
	CLEAR DIV
**********************/
.clear-div { clear: both; }





