body {
	background: #ccc url(../images/bg.png) center top no-repeat fixed;
}

div#container {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 150px;
}

img.header,
img.contact {
	margin-top: 30px;
}
img.header:hover {
	cursor: pointer;
}

.linedup {
	margin-left: 80px;
}

div#container > img {
	display: block;
}

img#ericakaoka {
	margin-top: 40px;
}

.content {
	padding: 0 90px 20px 10px;
	margin-top: 20px; 
	margin-bottom: 30px;
}

div#design,
div#music {
	padding: 10px 0 0 10px;
	margin-left: 80px;
	margin-right: 90px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*     background: #0b0b0b url(../images/content_bg.png) top center no-repeat; */
}

div#photography {
	padding: 10px 0 0 10px;
	margin-left: 90px;
	margin-right: 90px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    background: #0b0b0b url(../images/content_bg.png) top center no-repeat;
}
	
	div#photography img {
		margin: 0 10px 10px 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}	

/*div#music {
	padding: 10px;
	margin-left: 90px;
	margin-right: 90px;
    background-color: #fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	div#music p {
		margin-left: 5px;
	}*/

img#img_contact {
	margin-top: 60px;
}

.hidden {
 	display: none;
}

.tile {
	width: 250px;
	height: 170px;
	margin: 0 10px 10px 0;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	.tile.wide {
		width: 520px;
		background-color: #363636;
		-webkit-border-bottom-right-radius: 25px;
		-moz-border-radius-bottomright: 25px;
		border-bottom-right-radius: 25px;
	}
		.info {
			height: 100%;
			width: 520px;
			padding: 0 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			-webkit-border-bottom-right-radius: 25px;
			-moz-border-radius-bottomright: 25px;
			border-bottom-right-radius: 25px;
			
		}
			#info_debacle {
				background-color: #003662;
			}
			#info_bumptop {
				background-color: #042E46;
			}
			#info_web {
				background-color: #333;
			}
			#info_otherwork {
				background-color: #034020;
			}
		div.column {
			width: 250px;
			margin: 0 10px 0 0;
		}
	div#tile_debacle {
		background: url(../images/tiles/tile_debacle.png);
	}
	div#tile_bumptop {
		background: url(../images/tiles/tile_bumptop.png);
	}
	div#tile_web {
		background: url(../images/tiles/tile_web.png);
	}
	div#tile_otherwork {
		background: url(../images/tiles/tile_otherwork.png);
	}
	
	div#tile_oec {
		background: url(../images/tiles/tile_oec.png);
	}
	div#tile_goodintentions {
		background: url(../images/tiles/tile_goodintentions.png);
	}
	div#tile_othermusic {
		background: url(../images/tiles/tile_othermusic.png);
	}
	

div.portfolio {
	width: 800px;
	padding: 0;
	margin-left: 90px;
	margin-bottom: 100px;
}
	div.portfolio div.caption {
		background: #333;
		margin: 0;
		width: 775px;
		padding: 15px 10px 1px 15px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	div#portfoliofooter {
		width: 810px;
		padding: 10px 0 0 10px;
		margin-left: 80px;
		margin-right: 90px;
	    -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
/*	    background: rgba(0,0,0,0.8); 	*/
	}

.left {
	float: left;
}

hr.clear {
	height: 0px;
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}





/* TYPOGRAPHY */





@font-face {
	font-family: 'OFL Sorts Mill Goudy';
	src: url('/fonts/OFLGoudyStM.otf') format('opentype');
}

body {
	font-family: Corbel, Trebuchet MS, sans-serif;
	font-size: 62.5%;
	color: #363636;
}

h2 {
	text-transform: uppercase;
}

.tile h2 {
	padding: 2px;	
	margin: 7px 2px 0 2px;
	font-size: 1.2em;
	line-height: 1;
	background: #333;
	background: rgba(0,0,0,0.5);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
	div#design .tile h2,
	div#music .tile h2,
	div#portfoliofooter .tile h2 {
		color: #fff;
	}
	.tile.wide h2 {
		color: #363636;
	}

.portfolio h2 {
	color: #fff;
	display: inline;
	line-height: 1;
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.8em;
	line-height: 25px;
}

#about p,
#mtaTwitter p,
#contact {
	text-shadow: #fff 0px 1px 0px;
}

.tile p {
	font-size: 1.6em;
	line-height: 1.4;
	margin-top: 7px;
	margin-left: 5px;
	color: #ddd;
	text-shadow: 0px 1px 1px #000;
}

.portfolio p {
	font-size: 1.6em;
	line-height: 1.4;
	margin-top: 0.5em;
	color: #ddd;
	text-shadow: 0px 1px 0px #222;
}

a { text-decoration: none; }

a { color: #ff9d00; }
a:hover { color: #004a80; }

#photography a { color: #ff9d00; }
#photography a:hover { color: #004a80; }

a img {
	border: none;
}

span.smallcaps {
	font-variant: small-caps;
}

span.webrole {
	color: #777;
}