/*	<reset>	*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent; }
body {
    line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block; }
nav ul {
    list-style:none; }
blockquote, q {
    quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none; }
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent; }
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none; }
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold; }
del {
    text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help; }
table {
    border-collapse:collapse;
    border-spacing:0; }
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0; }
input, select {
    vertical-align:middle; }
	
/*	<styles>	*/
body {
	background: #516066; }
header {
	height: 200px;
	background: #e7e8e8; }
.container {
	width: 960px;
	margin: 0 auto; }
h1 a {
	font-family: 'Franchise';
	font-size: 100px;
	text-transform: uppercase; 
	color: #516066;
	text-decoration: none; 
	border: none;
	float: left; }
h1 a:hover { color: #2ec4dd; }
ul {
	list-style: none;
	float: right;
	margin: 15px 0; }
li {
	display: inline; 
	margin: 0 10px; }
li a {
	display: inline-block;
	color: #516066;
	font-family: 'LeagueGothic';
	font-size: 50px;
	text-align: right; 
	text-transform: uppercase; 
	text-decoration: none;
	border-bottom: 3px solid #516066; 
	padding: 10px; }
li a:hover { 
	color: #2ec4dd;
	text-decoration: none;
	border-bottom: 3px dashed #2ec4dd; }
a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
body#about li a.about {
	color: #2ec4dd;
	text-decoration: none;
	border-bottom: 3px dashed #2ec4dd; }
body#work li a.work {
	color: #2ec4dd;
	text-decoration: none;
	border-bottom: 3px dashed #2ec4dd; }
body#contact li a.contact {
	color: #2ec4dd;
	text-decoration: none;
	border-bottom: 3px dashed #2ec4dd; }
/*	<twitter>	*/
.twitter-feed {
	width: 800px;
	height: 70px;
	margin: 0 auto;
	clear: both; 
	background: url(../images/twitter-icon.png) left no-repeat; }
#twitter_update_list {
	width: 750px;
	margin: 25px 0;
	float: right; }
#twitter_update_list li {
	font-family: Helvetica Nue, Helvetica; 
	font-size: 16px; }
#twitter_update_list li a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	color: #516066; 
	font-size: 16px; }
#twitter_update_list li a:hover {
	color: #2ec4dd; 
	text-decoration: none; }
article {
	min-height: 500px;
	height: auto;
	padding: 50px 0px; }
article.fourohfour {
	min-height: 200px;
	max-height: 200px; }
section {
	width: 500px;
	padding: 20px;
	color: #516066;
	background: #e7e8e8;
	display: block; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 10px 5px 5px black;
	-webkit-box-shadow: 10px 5px 5px black;
	box-shadow: 10px 5px 5px black;
	margin: 15px 0; }
section.work {
	width: 900px;
	margin: 0 auto; }
section.contact {
	width: 900px;
	margin: 0 auto; }
section.fourohfour {
	width: 900px;
	margin: 0 auto; }
aside {
	width: 300px;
	height: 415px;
	padding: 20px;
	color: #516066;
	background: #e7e8e8; 
	float: right;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 10px 5px 5px black;
	-webkit-box-shadow: 10px 5px 5px black;
	box-shadow: 10px 5px 5px black; }
aside a {
	font-family: 'LeagueGothic';
	font-size: 20px;
	text-decoration: none;
	border: none; }
aside a:nth-child(odd) {
	color: #57899d; }
aside a:nth-child(even) {
	color: #b35555; }
aside a:nth-child(odd):hover {
	color: #3cacd9; }
aside a:nth-child(even):hover {
	color: #e23333; }
aside img, aside img a {
	border: none; 
	padding: 0;
	margin: 0; }
h2#fourohfour {
	font-family: 'Franchise';
	font-size: 50px;
	text-align: center; }
h3 {
	font-family: 'Franchise';
	font-size: 50px;
	color: #516066; }
h4 {
	font-family: 'Franchise';
	font-size: 35px;	}
h4 span {
	font-size: 30px;
	color: #bbb; }
p {
	font-family: Helvetica Nue, Helvetica;
	font-size: 18px;
	text-align: justify;
	line-height: 22px; }
p.quote {
	font-size: 12px;
	font-style: italic;
	line-height: 15px; 
	padding: 10px; }
a {
	color: #57899d;
	text-decoration: none;
	border-bottom: 1px dotted; }
a:hover {
	color: #3cacd9; }
img.work, img.work a {
	border: 10px solid #bbb;
	display: block;
	text-align: center;
	margin: 20px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; }
form {
	margin: 0 auto;
	width: 650px; }
input[type=text], input[type=email] {
	width: 300px;
	font-family: Helvetica Nue, Helvetica;
	font-size: 14px;
	border: 5px solid #bbb;
	-webkit-box-shadow:
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow:
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
	box-shadow:
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	background: rgba(255,255,255,0.5);
	margin: 0 0 10px 0; }
textarea {
	width: 600px;
	height: 200px;
	font-family: Helvetica Nue, Helvetica;
	font-size: 14px;
	border: 5px solid #bbb;
	-webkit-box-shadow:
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow:
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
	box-shadow:
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	background: rgba(255,255,255,0.5);
	margin: 0 0 10px 0; }
input[type=submit] {
	width: 150px;
	font-family: 'Bebas';
	font-size: 20px;
	color: #bbb; 
	cursor: pointer;
	border: 1px solid #bbb;
	-webkit-box-shadow:
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow:
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
	box-shadow:
	  inset 0 0 8px  rgba(0,0,0,0.1),
			0 0 16px rgba(0,0,0,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin: 0 0 10px 0; 
	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 	}
input[type=submit]:hover { 
	background: #ddd;
	color: #516066; }
footer {
	height: 250px;
	background: url(../images/footer-pattern.png) top left repeat-x; 
	padding: 20px 0px;
	bottom: 0;
	right: 0;
	left: 0; }
footer section {
	width: 200px;
	height: 150px;
	float: left;
	margin: 30px 10px;
	border: 2px dashed #2f3537;
	background: transparent; 
	box-shadow: none; }
footer h3 {
	font-family: 'Bebas';
	font-size: 40px;
	color: #2f3537;
	text-align: center; }
footer a {
	font-family: Helvetica Nue, Helvetica;
	font-size: 18px; 
	text-decoration: none;
	border: none;
	display: block;
	padding: 5px 0px;
	text-align: center;
	color: #2f3537; }
footer span {
	color: #57899d; }
footer aside {
	width: 600px;
	height: 150px;
	background: transparent;
	border: none;
	box-shadow: none;
	float: right;
	margin: 30px 0px; }
footer h2 {
	font-family: 'Bebas';
	font-size: 40px;
	color: #2f3537; }
footer img, footer img a {
	border: none;
	padding: 0;
	margin: 0; 
	display: inline;}
::-moz-selection {
	background-color: #b35555;
	color: #fff; }
::selection {
	background-color: #b35555;
	color: #fff; }
/*	<fonts>	*/
@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'Franchise';
    src: url('../fonts/franchise-bold-webfont.eot');
    src: url('../fonts/franchise-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/franchise-bold-webfont.woff') format('woff'),
         url('../fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('../fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'Bebas';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal; }