/*
COLORS:

content background #f1f1f1

light blue  #bedfeb
rust orange #ca570b
lime green  #b9d305
gold        #fbe318

*/


*, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #444;
	font-family: helvetica, verdana, sans-serif;
	font-size: medium;
	line-height: 1.3em;
}


img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
	outline: none;
	padding: 2px;
}

a:link,
a:visited {
	color: #b9d305;
	background-color: transparent;
}
a:hover,
a:active {
	color: #fff;
	background-color: #b9d305;
}

#lightbox a,
#lightbox a:link,
#lightbox a:visited,
#lightbox a:hover,
#lightbox a:active {
	background: transparent;
}




h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-bottom: .25em;
}


h1.big {
	font-size: 5em;
	margin-top: 20px;
}

h1.homepage {
	font-size: 3em;
	margin: 20px 0 20px 0;
	}

h3.indexstart {
	margin-top: 80px;
}


/* -- WRAPPER ----------------------------------------------------------------------------- */

div#wrapper {
	background-color: #f1f1f1;
	width: 880px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #e1e1e1;
}

#wrapper div#header {
}


/* -- NAV ----------------------------------------------------------------------------- */

div#nav {
	width: 920px;
	margin: 30px auto 30px auto;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;	
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li a {
	float: left;
    display: block;
    height: 30px; 
	width: 150px;
    text-indent: -9999px;
}


#nav ul li.home a {
	background: transparent url('/images/lcp-nav-home.gif') no-repeat 0 0;
	background-position: 0 0;
}
#nav ul li.home a:hover {
	background: transparent url('/images/lcp-nav-home.gif') no-repeat 0 0;
	background-position: 0 -30px;
}
 
#nav ul li.work a {
	background: transparent url('/images/lcp-nav-work.gif') no-repeat 0 0;
	background-position: 0 0;
}
#nav ul li.work a:hover {
	background: transparent url('/images/lcp-nav-work.gif') no-repeat 0 0;
	background-position: 0 -30px;
}
 
#nav ul li.doodle a {
	background: transparent url('/images/lcp-nav-doodle.gif') no-repeat 0 0;
	background-position: 0 0;
}
#nav ul li.doodle a:hover {
	background: transparent url('/images/lcp-nav-doodle.gif') no-repeat 0 0;
	background-position: 0 -30px;
}

#nav ul li.resume a {
	background: transparent url('/images/lcp-nav-resume.gif') no-repeat 0 0;
	background-position: 0 0;
}
#nav ul li.resume a:hover {
	background: transparent url('/images/lcp-nav-resume.gif') no-repeat 0 0;
	background-position: 0 -30px;
}
 

#nav ul li.lcp a {
	background: transparent url('/images/lcp-nav-lcp.gif') no-repeat bottom left;
	width: 300px;
}	


/* -- CONTENT --------------------------------------------------------------------------------------- */


/* -- top/bottom -- */

div#topartwork {
	width: 860px;
	margin: 10px 0 0 0;
	padding: 12px 10px 5px 10px;
	background-color: #fff;
	border: 1px solid #474747;
}

div#bottomtext {
	margin: 30px 0 0 0;
	padding: 0;
}

#bottomtext p {
	margin-bottom: .5em;
}


/* -- side -- */
/* image should be 380px wide, any px tall */

div#sideartwork {
	width: 400px;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #474747;
	float: right;
}

div#sidetext {
	margin: 0;
	padding: 0;
	width: 400px;
	float: left;
}

#sidetext p {
	margin-bottom: .5em;
}


/* -- WORK --------------------------------------------------------------------------------------- */

#work {
	
}

#work a {
	padding: 10px;
	display: block;
}

#work a:link,
#work a:visited,
{
	background-color: #fff;
	color: transparent;
}

#work a:hover,
#work a:active {
	background-color: #b9d305;
	color: transparent;
}


#work ul.workitem {
	list-style: none;
	margin: 0;
	padding: 0;
}

#work ul.workitem li {
	float: left;
	list-style: none;
	display: inline;
	margin: 0 20px 20px 0;
	padding: 0;
	border: 1px solid #474747;
	background-color: #fff;
}

	
	
	
/* -- FOOTER --------------------------------------------------------------------------------------- */

div#footer {
	margin: 4px auto 40px auto;
	width: 920px;
	text-align: right;
}

#footer p {
	font-size: .9em;
	color: #666;
}



/* -- RESUME --------------------------------------------------------------------------------------- */

div#resume {
	margin: 20px;
}

div#resume div.jobs {
	border-left: 1px solid #474747;
	margin: 10px 0;
	padding-left: 10px;
	margin-left: 20px;
}

#resume h1 {
	font-size: 1.6em;
}

#resume h2 {
	font-size: 1.4em;
	margin-top: 30px;
}

#resume h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#resume h3+h3 {
	margin-bottom: .5em;
}

#resume h4 {
	font-size: 1.1em;
}


#resume h4 + h3 {
	margin-bottom: .5em;
}

#resume p {
	margin: 0 0 1em 0;
}

#resume ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#resume ul li {
	list-style: none;
	margin: 0 0 .5em 0;
	padding: 0;
}









/*
div {
	border: 1px dotted #c00;
}
*/

/* misc styles */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




