/* Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	color: white;
	line-height: 1;
}

ol, ul, li {
	list-style: none;
	display: inline;
	}

p {
	margin-bottom: 12px;
}

/* General */
body {
	background: white;
	color: gray;
	font-size: 10px;
	line-height: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
}

#container {
	width: 1000px;
	margin: auto;
	padding-top: 10px;
	
}

.bold {
	
	font-weight: bold;
	
}

.italic {
	font-style: italic;
}

/* header */
#header {
	width: 980px;
	margin: auto;
	padding: 5px;
	overflow: hidden;
}

#logo {
	width: 300px;
        float: left;
}

#logo a img {
        border: none;
}

#nav {
	top: 0px;
	float: right;
	padding-right: 5px;
}

#nav a {
	border: none;

}

#nav ul li a img {
        border: none;
}

/* quote */
#quote {
	padding: 30px;
	border-top: 1px gray solid;
	text-align: center;
}


/* work */
#work {
	padding: 30px 30px 25px 30px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	overflow: hidden;
	width: 950px;

}

/* work index */

#menu ul {
	list-style-type:none;
	
}
#menu ul li {
	margin: 0px;
	float:left;
	
}
#menu ul li a {
	text-align: center;
	display:block;
	width:232px;
	height: 198px;
	text-decoration:none;
}

#menu ul li a img {
        border: none;
}


/* work portfolio */

#copy {
	border-width: thin;
	text-align: justify;
	width: 300px;
	float: left;
	padding-right: 30px;
	min-height: 450px;
	}

	
#copy ul {
	margin: 0px;
    padding: 0px;
}	
	
#copy a {
	font-weight: bold;
	color: gray;
	text-decoration: none;
}	

#copy a:hover {
        color: red;
}


#staging_area {
        width: 500px;
		float: left;
        padding: 40px;
		border-right: thin gray dashed;
	border-left: thin gray dashed;
	text-align: center;
}

#worknav{
	clear: left;
	height: 15px;
	max-width: 300px;
	line-height: 15px;
	background: #f8dbdc;
	text-align: center;

}

#worknav a {
	color: gray;
	text-decoration: none;
}

#worknav a:hover {
	text-decoration: underline;
}

/* info section */
#colwrap {
	margin: auto;	
}

.col1 {
	margin: 30px;
	position: relative;
	float: left;
	width: 400px;
}

.col1 a {
	color: gray;
	text-decoration: none;
}

.col1 a:hover {
	color: #3B3B3B;
	}


.col2 a{
	color: red;
	text-decoration: none;
}

.col2 a:hover {
	text-decoration: underline;
}

.col2 {
	position: relative;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	float: left;
	margin: 40px;
	width: 430px;
	overflow: hidden;
}

.col2 div {
	width: 200px;
	padding: 5px;
	float: left;
}

.col2 ul {
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
}


/* footer */
#footer {
	margin: 5em;
	line-height: 10px;
	font-size: 8px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: gray;
}

#footer a:hover {
	color: red;
}


/*tumblr*/