/* 

A=W CSS written by Nathan Ford

Colors:
blue	#2e87a0
pink	#f6e2e3

Index
1. Reset
2. Typography
3. Layout
4. Clearfix

---------------------

1. Reset
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 82.5%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

a, dfn {
	text-decoration: none;
	color: #2e87a0;
	font-size: 1.0em;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
}

/*
2. Typography */

h1, h2, nav, blockquote, p.twitter a {
	font-family: "skolar-1", "skolar-2", Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

header h1 a {
	text-indent: -5000px;
	display: block;
	overflow: hidden;
	width: 137px;
	height: 124px;
	background: url(../images/logo.png) no-repeat;
	background-position: 0 0;
}

header h1 a:hover {
	background-position: 0 -124px;
}

article h1 {
	font-size: 2.5em;
	text-shadow: 0 0 15px #fff;
	text-align: left !important;
	line-height: 1.0em;
}

article h1 + p {
	margin-top: 20px;
}

h1 em {
	font-size: 1.0em;
}

body, aside nav, #about nav {
	font-family: "myriad-pro-1", "myriad-pro-2", Arial, Helvetica, sans-serif;
}

p, article, footer, #about, li {
	font-size: 1.25em;
	line-height: 17px;
	line-height: 1.75rem;
}

cite em, em em {
	font-size: 1.0em;
	font-style: normal;
}

article ul {
	list-style: outside disc;
	margin: 20px 13px;
	font-size: 1em;
}

article ul ul {
	list-style: outside circle;
	margin: 10px 13px;
}

article li li {
	margin-bottom: 5px;
	font-size: 1em;
}

article ol {
	list-style: outside decimal;
}

p + p {
	text-indent: 1.0em;
}

p em, p strong {
	font-size: 1.0em;
}

h2 {
	font-size: 1.5em;
	color: #888;
	margin: 1em 0 0.1em;
}

h3 {
	font-size: 1.25em;
	margin: 1em 0 0.1em;
	font-weight: normal;
	font-style: italic;
}

h4 {
	font-size: 1.25em;
	margin: 1em 0 0.1em;
	font-weight: bold;
}

h4 em {
	font-weight: normal;
}

blockquote {
	font-style: italic;
	margin: 20px 0;
	font-size: 1.4em;
	line-height: 17px;
	line-height: 1.75rem;
	color: #888;
}

h2, blockquote {
	text-shadow: 0 0 12px #fff;
}

blockquote + .frame, details + .frame {
	margin-top: 11px !important;
}

#posts article nav, #work article nav {
	font-size: 1.3em;
	font-style: italic;
	display: block;
	margin: 10px 0 0;
}

#posts article, #work article {
	text-align: left;
	background: url(../images/star.png) no-repeat 7px 6px;
	padding: 0 0 0 25px;
	display: block;
	margin-bottom: 40px;
}

#work article p {
	font-size: 1.2em;
}

article details {
	display: block;
	margin: 3px 0 0.6em;
	color: #888;
}

#work details {
	margin-top: 0;
	background: rgba(241, 244, 245, 0.6);
	padding: 0 10px;
	position: relative;
	left: -10px;
	width: 100%;
}

header nav a {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.4em;
	line-height: 3.3em;
	display: block;
}

header nav a.on {
	color: #838383;
	text-shadow: 0 1px 1px #fff;
	text-decoration: none !important;
}

aside h1 {
	text-transform: lowercase;
	color: #aaa;
	display: block;
	margin-bottom: 0.65em;
	font-size: 1.8em;
	line-height: 1em;
	font-style: italic;
}

aside h1 span {
	color: #999;
	margin: 0 5px 0 10px;
}

aside h1 a {
	font-size: 0.6em;
	letter-spacing: 0.1em;
	padding: 4px 5px 2px !important;
	font-style: normal;
	text-transform: uppercase;
}

aside nav a {
	display: block;
	clear: both;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 9px;
	float: left;
	padding: 3px 5px;
}

#filter a:hover, #filter a.on {
	background: #e6e6e6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 9px;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
}

#filter a.on {
	background: rgba(197, 215, 230, 0.8);
	color: #888 !important;
	border: 1px solid #c5d7e6;
	border-top-color: #91b5cf;
	border-bottom-color: #fff;
	padding-top: 2px;
}

#recently a:visited {
	color: #999;
}

#twitter, #dribbble {
	display: block;
	background: rgba(255, 255, 255, 0.4);
	border-top: 1px solid #f1f4f5;
	padding: 10px 10%;
	-moz-box-shadow: 0 0 10px #a9c6da;
	-webkit-box-shadow: 0 0 10px #a9c6da;
	box-shadow: 0 0 10px #a9c6da;
	font-size: 1.3em;
	line-height: 1.5rem;
	color: #838383;
	position: relative;
	z-index: 1;
	font-size: 1.3em;
	word-wrap: break-word;
}

#twitter details, #dribbble details {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1.0em;
	margin: 0 0 12px;
	line-height: 1.0em;
	opacity: 0.5;
	color: #555;
}

#dribbble img {
	border: 1px solid #fff;
	max-width: 100%;
	height: auto;
	-moz-box-shadow: 0 0 10px #a9c6da;
	-webkit-box-shadow: 0 0 10px #a9c6da;
	box-shadow: 0 0 10px #a9c6da;
	opacity: 0.9;
}

#dribbble a:hover img {
	border: 1px solid #fff;
	margin: 10px -1px -1px;
}

#dribbble h1 a {
	padding: 0 !important;
}

#dribbble h1 {
	margin: 0.5em 0 0 !important;
	line-height: 1.3rem;
	font-size: 1.45rem;
}

#twitter nav, #dribbble nav {
	border-top: 1px dashed #bbb;
	margin: 10px 0 0;
	padding-top: 10px;
	font-style: normal;
	font-size: 0.9em;
}

#twitter nav a, #dribbble nav a {
	padding: 0 0 0 27px;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 1.1em;
}

#twitter nav a strong, #dribbble nav a strong {
	font-size: 1.0em;
}

#twitter nav a:hover, #dribbble nav a:hover {
	text-decoration: underline;
}

.twitter, .linkedin, .dribbble, p.twitter a#tw-reply {
	display: block;
	padding-left: 27px;
	background: url(../images/twitter.png) no-repeat 0 0 !important;
	z-index: 2;
	line-height: 21px;
	margin-bottom: 7px;
}

#twitter .twitter, #dribbble .dribbbble {
	margin: 0;
}

p.twitter {
	margin-top: 30px;
	overflow: hidden;
	left: -5px;
	border-top: 1px dashed #bbb;
	padding: 1.5em 5px 5px;
	width: 100%;
	position: relative;
	background: none !important;
	text-align: left;
	text-indent: 0;
}

p.twitter a#tw-reply {
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	height: 2.5em;
	line-height: 2.8em;
	padding: 0 5px 0 32px;
	background-color: rgba(200, 200, 200, 0.3) !important;
	background-position: 6px 0.57em !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	float: right;
	border: 1px solid;
	border-color: #fff #ddd #ccc #ddd;
}

p.twitter a#tw-reply:hover {
	background-color: #fff !important;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	text-decoration: none;
}

p.twitter a#tw-search {
	float: left;
	height: 2.5em;
	line-height: 2.5em;
	font-size: 1.1em;
}

.linkedin {
	background-image: url(../images/linkedin.png) !important;
}

.dribbble {
	background-image: url(../images/dribbble.png) !important;
}

#twitter a:visited {
	color: #2e87a0 !important;
}

#about h1 {
	margin-bottom: 5px;
	padding-top: 7px;
	font-size: 1.2em;
}

#about nav a {
	font-style: normal;
	display: block;
	line-height: 21px;
}

footer {
	font-size: 1.1em;
}

#filter-head {
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #aaa;
	color: #fff;
	margin: 0 0 30px 25px;
	font-size: 2.4em;
	font-style: italic;
	text-shadow: 0 1px 5px #666;
}

#filter-head a {
	float: right;
	text-shadow: none;
	font-size: 0.6em;
	padding-top: 0.5em;
}

.underline {
	text-decoration: underline;
	font-size: 1.0em;
}

cite {
	text-indent: 0;
	font-size: 1.0em;
}

.break {
	text-indent: 0 !important;
	margin-top: 20px;
}

.q {
	text-indent: -0.3em !important;	
}

/*
3. Layout */

html {
	background: #fafbff url('../images/bg.jpg') no-repeat center top fixed;
	padding: 0;
}

body {
	background: url('../images/fg-buildings.png') no-repeat;
	margin: 0;
	display: block;
}

div.wrapper {
	background: url('../images/reunion.png') no-repeat center top,
				url('../images/bg-footer.png') no-repeat center bottom;
	height: auto;
	width: auto;
	display: block;
	position: relative;
	padding: 80px 0 25px;
	overflow: hidden;
}

header {
	display: block;
	position: absolute;
	top: 42px;
	width: 163px;
	left: 50%;
	margin-left: -405px;
}

header nav {
	padding: 40px 40px 0 0;
	display: block;
	overflow: hidden;
}

#posts, #work {
	display: block;
	margin: 0 auto 0;
	width: 471px;
	top: 13px;
	position: relative;
	overflow: visible;
	padding: 0 25px 0 25px;
	min-height: 768px;
}

article {
	overflow: visible;
}

section .frame {
	display: block;
	margin: 28px auto 30px;
	position: relative;
	z-index: 2;
	overflow: visible;
	clear: both;
}

section .textwrap {
	clear: none;
	margin: 28px 30px 30px -2px;
	float: left;
}

.textwrap + p {
	text-indent: 2.0em;
}

section .frame img {
	border: 1px solid #999;
	display: block;
	position: relative;
	margin: 0 auto;
}

.frame:before, .frame:after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	right: -11px;
	bottom: -11px;
	height: auto;
	width: auto;
	z-index: -1;
	margin: 0;
	background: #eee;
	opacity: 0.6;
}

.frame:after {
	z-index: -1;
	border: 1px solid;
	background: none;
	border-color: #fff #bbb #bbb #fff;
	-moz-box-shadow: 3px 3px 15px #999;
	-webkit-box-shadow: 3px 3px 15px #999;
	box-shadow: 3px 3px 15px #999;
}

.frame:hover:before {
	background: #fff;
}

aside {
	max-width: 202px;
	width: 19%;
	position: absolute;
	top: 0;
	display: block;
	right: 5%;
}

aside nav {
	display: block;
	overflow: hidden;
	margin-left: -5px;
}

aside section {
	display: block;
	margin-top: 50px;
}

#about {
	background: rgba(255, 255, 255, 0.4);
	border-top: 1px solid #fff;
	display: block;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
	padding: 20px 0;
	overflow: hidden;
	margin: 50px 0 20px;
	position: relative;
	color: #666;
}

#about article, footer {
	display: block;
	margin: 0 auto;
	width: 446px;
	font-size: 1.1em;
	line-height: 1.55rem;
	text-align: justify;
	padding-left: 25px;
	color: #888;
}

#about strong {
	font-size: 1.1em;
}

#about .frame {
	margin: 13px 30px 0 0;
}

#about .frame:before, #about .frame:after {
	bottom: -11px;
}

#about nav {
	width: 280px;
	float: right;
	display: block;
	margin: 13px 0 0;
}

#mega-man {
	position: fixed;
	bottom: -90px;
	left: 10%;
	width: 25%;
	z-index: 1000;
}

/* Device Specific Styles */

@media screen and (max-width: 1000px) {

html {
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	font-size:92%;
}

aside {
	position: absolute;
}

div.wrapper {
	
	padding-top: 60px;
	background: none;
}

header {
	display: block;
	position: relative;
	margin: 0 auto;
	left: -324px;
	top: -20px;
	width: 163px;
}

#posts, #work {
	top: -277px;
	margin: 0 auto -277px;
	padding-left: 0;
}

#posts article, #work article {
	text-align: left !important;
}

aside {
	right: 3%;
}

aside nav a {
	margin-bottom: 17px;
}

p.twitter {
	font-size: 1.2em;
}

p.twitter a#tw-search {
	font-size: 1em;
	line-height: 3.0em;
}

p.twitter a#tw-reply {
	line-height: 2.7em;
}

#mega-man {
	left: 15%;
	top: 65%;
	bottom: auto;
	width: 66px;
}

}

@media screen and (max-width: 854px) {

html {
	background: #f9fcfd url('../images/bg-sm.jpg') no-repeat left top !important;
}

div.wrapper {
	background: none !important;
	padding: 30px 20px 50px;
	left: 0;
}

body {
	background: none;
}

header {
	left: 0;
	top: 0;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

header h1 a {
	background-position: center top;
	width: 100%;
}

header h1 a:hover {
	background-position: center -124px;
	width: 100%;
}

header nav {
	width: 100%;
	padding: 5px 0 5px;
	border-bottom: 1px dashed #bbb;
	text-align: center;
	margin: 10px auto 40px;
	background: rgba(255, 255, 255, 0.5);
}

header nav a {
	display: inline;
	padding: 0 5%;
}

aside {
	display: none;
}

article h1 {
	font-size: 2.0em;
	text-align: center !important;
	text-shadow: 0 0 15px #fff;
}

article details {
	text-align: center;
}

p, article nav, footer, #about article, #about article h1 {
	font-size: 1.4em;
	line-height: 1.6em;
	clear: both;
}

blockquote {
	font-size: 1.5em;
	line-height: 1.4em;
}

article nav {
	margin: 1em 0 3em !important;
}

#posts article nav, #work article nav {
	text-align: center;
}

#posts article nav a, #work article nav a {
	font-size: 1.0em;
}

#about article, #about article h1 {
	clear: none;
}

img {
	width: 100%;
}

section .frame {
	float: none;
	margin: 30px auto;
	text-align: center;
	width: 90%;
}

#posts, #work {
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	padding-right: 0;
}

#about article, footer, #about nav, header, #posts, #work {
	width: 100%;
}

#posts article, #work article {
	padding-left: 0;
	background: none;
}

#about nav a, #about h1 {
	display: block;
	margin: 0 auto 1em;
	font-size: 0.7em;
	clear: left !important;
	text-align: left;
}

#about nav {
	margin: 30px auto !important;
	text-align: center;
	width: 220px;
	clear: both;
	float: none;
}

#about .frame {
	float: none;
	margin: 30px auto 40px;
	width: 25%;
}

#about article {
	width: 90%;
	padding: 0;
	line-height: 1.5em;
}

p.twitter {
	padding-top: 0.5em;
}

p.twitter a#tw-reply, p.twitter a#tw-search {
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	background-image: none !important;
}

footer {
	text-align: center;
}

#mega-man {
	display: none !important;
}

}