/*
- GREEN: 4A7561;
- YELLOW: FEFCC3;
- ORANGE: FC7B41;
- BROWN: 6B6A58;
*/

/* DEBUG 
.box-half, .box-full { outline: solid red 1px; }
*/

@font-face {
	font-family: ChunkFive;
	src: url('/fonts/chunk_five.otf');
	}
	
@font-face {
	font-family: Raleway;
	src: url('/fonts/raleway_thin.otf');
	}
	
@font-face {
	font-family: LeagueGothic;
	src: url('/fonts/league_gothic.otf');
	}

body {
	background-color: #fff;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 16px;
	}

.page {
	background: #fff url('/images/bg.jpg') no-repeat top left;
	height: 1272px;
	width: 912px;
	margin: 0 auto;
	padding: 20px 0;
	}
	
.box-half {
	margin: 20px 30px 10px;
	padding: 0 0 0 40px;
	height: 260px;
	width: 340px;
	float: left;
	}
	
.box-full {
	margin: 30px;
	padding: 0 0 0 40px;
	height: 280px;
	width: 780px;
	float: left;
	}
	
.two-tall {
	height: 530px;
	margin: 10px 30px 50px;
	color: #6a6a59;
	}
	
footer {
	color: #6a6a59;
	font-size: 14px;
	text-align: right;
	margin: 15px 0 0 70px;
	padding: 0 0 0 40px;
	width: 780px;
	float: left;
	}
	
a {
	color: #fb7b41;
	}
	
.message {
	color: #000;
	border: solid #333 1px;
	background-color: #ddd;
	padding: 10px 20px;
	margin-top: 15px;
	font-size: 12px;
	clear: both;
	}
	
.success {
	color: #46AC46;
	border-color: #46AC46;
	background-color: #E9F5E9;
	}
	
.warning {
	color: #333333;
	border-color: #FF9900;
	background-color: #FFD79B;
	}
	
.error {
	color: #FF2424;
	border-color: #FF2424;
	background-color: #FFEEEE;
	}

h1 {
	font-family: ChunkFive, 'Courier New', 'Times New Roman', serif;
	font-size: 96px;
	font-weight: normal;
	color: #6a6a59;
	width: 310px;
	margin: 0;
	padding: 50px 0 0 0;
	}
	
h1 a {
	color:  #6a6a59;
	text-decoration: none;
	display: block;
	}

h1 span {
	font-size: 72px;
	display: block;
	position: relative;
	top: -40px;
	left: 160px;
	width: 150px;
	}
	
h1.hidden {
	outline: solid red 1px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: relative;
	left: -999px;
	}
	
h2 {
	font-family: Raleway, 'Trebuchet MS', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #fb7b41;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
h3 {
	font-family: Raleway, 'Trebuchet MS', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #fb7b41;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
.intro h2 {
	font-size: 64px;
	}
	
.intro p {
	font-size: 22px;
	line-height: 1.5;
	width: 550px;
	margin: 0;
	padding: 0;
	}
	
#header {
	}
	
#nav {
	}

#hello {
	}

#hello p {
	width: 550px;
	}
	
#hello p.more {
	text-align: right;
	}

#hello img {
	float: right;
	margin: -20px 20px 0 0;
	}
	
#here {
	}
	
#here h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 10px 10px;
	padding: 0;
	}

#here p {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#there {
	}
	
#there p {
	margin: 20px 0 0 40px;
	}
	
#there ul {
	margin: 0 0 0 20px;
	list-style-type: none;
	}
	
#there li {
	padding: 5px 0 0 22px;
	background-image: url('/images/icons/generic.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
#there li.icon-twitter {
	background-image: url('/images/icons/twitter.png');
	}
	
#there li.icon-flickr {
	background-image: url('/images/icons/flickr.png');
	}
	
#there li.icon-delicious {
	background-image: url('/images/icons/delicious.png');
	}
	
#there li.icon-lastfm {
	background-image: url('/images/icons/lastfm.png');
	}
	
#there li.icon-facebook {
	background-image: url('/images/icons/facebook.png');
	}
	
#contact {
	}
	
#contact form {
	margin-top: 30px;
	}

#contact fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}

#contact label {
	width: 100px;
	float: left;
	clear: both;
	}

#contact input, #contact textarea {
	width: 220px;
	float: left;
	margin: 0 0 10px 0;
	border: solid #6a6a59 1px;
	font-family: arial;
	}
	
#contact textarea {
	height: 80px;
	}
	
#contact input[type=submit] {
	float: right;
	background-color: #6a6a59;
	color: #fff;
	width: 80px;
	padding: 5px 10px;
	cursor: pointer;
	}
	
#contact input:focus, #contact textarea:focus {
	border: solid #000 1px;
	}

#photo {
	}
	
#photo img {
	margin: 20px 0;
	padding: 5px;
	background-color: #fff;
	border: solid #ccc 1px;
	}
	
::-moz-selection {
	background-color: #FEFCC3;
	}

::selection {
	background-color: #FEFCC3;
	}
