/* 		RESET		 */
* {
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}

/* 		DOCUMENT		 */
body {
	background-color: #f3f1e5;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	padding-top: 60px;
}

a {
	color: #480000;
	-webkit-transition: color 0.3s linear;
	text-shadow: 0 0 5px #c8b5ac;
	outline: none;
}
a:hover {
	color: #ef3e63;
}





/* 		HEADER		 */

div#header {
	position: fixed;
	top: 0;
	height: 40px;
	width: 100%;
	background-color: #370000;
	color: #999999;
	-webkit-box-shadow: #000000 0 2px 10px;
	-moz-box-shadow: #000000 0 2px 10px;
	box-shadow: #000000 0 2px 10px;
	z-index: 1;
}

/* 		navigation		 */
ol#navigation {
	overflow: hidden;
	text-align: center;
}
ol#navigation li {
	display: inline-block;
}
ol#navigation li a {
	text-align: center;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	width: 140px;
	text-decoration: none;
	-webkit-transition: color 0.3s linear;
	
	
	font-family: Georgia, serif;
	font-style: italic;
}
ol#navigation li a:hover {
	color: #ef3e63;
}








/* 		CONTENT		 */
h1#top_title {
	margin: 0 0 20px 0;
	height: 200px;
	background-image: url(/interface/images/twinc_header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div.section {
	width: 940px;
	margin: auto;
	padding-bottom: 400px;
}


div.golden_section {
	width: 940px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
div.golden_section div.small {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

#latest_tweet {
	background-image: url(/interface/images/owl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 30px 60px;
	font-style: italic;
	text-align: left;
	font-size: 0.75em;
	margin-top: 40px;
}
#latest_tweet strong {
	display: block;
}

/* Forms */
label {
	display: block;
	width: 200px;
	margin: 0 20px 10px 0;
	float: left;
	text-align: left;
}
label input[type='text'],
label input[type='password'] {
	width: 200px;
}
input[type='text'],
input[type='password'],
textarea {
	background-color: #F6F6F6;
	border: 1px solid #999999;
	margin: 0 4px 0 0;
	padding: 1px;
	font-size: 1.025em;
}
input[type="checkbox"] {
	display: inline;
	width: auto;
	vertical-align: 2px;
}

/* Buttons */
input[type='submit'] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #480000;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px 10px;
	white-space: nowrap;
	vertical-align: 2px;
	width: 150px;
	-webkit-transition: background-color 0.3s linear; 
}
input[type='submit']:hover {
	background-color: #ef3e63;
}


h2#hello,
h2.bighead {
	font-family: Georgia, serif;
	font-size: 7em;
	font-style: italic;
	font-weight: normal;
	color: #480000;
}
p.intro {
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: 15px;
}
ol#cycle {
	width: 580px;
	height: 130px;
	z-index: 0;
	list-style-type: none;
}
ol#cycle li {
	width: 580px;
	height: 130px;
}
ol#cycle li img {
	float: left;
	margin-right: 10px;
}
div#page {
	padding: 0 20px;
}
div#page a {
	text-shadow: none;
	font-size: 2.5em;
	text-decoration: none;
	padding: 0 2px 0 0;
}
div#page a.activeSlide {
	color: #ef3e63;
}

.amp {
	font-family: Palatino, 'Book Antiqua', serif;
}


/* 		work		 */
div#work {
	padding-top: 75px;
}
ol#portfolio {
	list-style-type: none;
}
ol#portfolio li {
	display: inline;
}
ol#portfolio li img {
	width: 300px;
}




/* 		contact		 */
div#contact {
	padding-top: 75px;
	padding-bottom: 150px;
}
div#contact form textarea {
	width: 540px;
	height: 110px;
	margin-top: 15px;
	padding: 20px;
}
div#contact form input {
	float: right;
	margin: 10px 35px 0 0;
}
div#contact h2.bighead {
	font-size: 6em;
}



/* 		FOOTER		 */
div#footer {
	height: 150px;
	background-color: #222222;
	border-top: 1px solid #444444;
	color: #999999;
}


