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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 62.5%;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Overall Structure
-------------------------------------------------------------------*/
body{
  background: url(images/background.png);
  background-attachment: fixed;
}
#container{
  position: relative;
  width: 963px;
  margin: 0;
  padding-top: 30px;
  overflow: hidden;
  z-index: 1;
  background: url(images/content_shadow.png) repeat-y right top;
}
#container.work,
#container.home{
  background: none;
}
#content{
  clear: left;
}
a:link,
a:visited{
  color: #900;
}
a:hover,
a:active{
  color: #000;
}
stong{
  font-weight: bold;
}
input[type=text],
textarea{
  border: 1px solid #ccc;
  padding: 4px;
}

input[type=text]:focus,
textarea:focus{
  border: 1px solid #4D8CA1;
}
code{
  font-size: 1.6em;
  line-height: 1.5em;
  color: #666;
}
pre{
  margin-bottom: 20px;
}
blockquote{
  border-left: 4px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  font-family: constantia, georgia;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.8em;
}

/* Header
-------------------------------------------------------------------*/

#header{
  position: relative;
  background: #850003;
  width: 950px;
}
#header .logo{
  background: #fff;
  display: inline-block;
  margin-left: 240px;
  padding: 0 20px;
}
#headerBarExtension{
  position: fixed;
  right: 0;
  top: 35px;
  width: 100%;
  height: 53px;
  background: #850003;
  z-index: 0;
}
/* Logo */

h1 a:link,
h1 a:visited{
  display: block;
  text-decoration: none;
  font-size: 3em;
  color: #000;
  font-weight: 500;
}
.tagline{
  font-size: 1.4em;
  color: #666;
}

/* Main Navigation */

#mainNav{
  position: fixed;
  float: left;
  width: 240px;
  margin-top: 100px;
  font-size: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
}
.photoPost #mainNav{
  position: absolute;
  font-size: 1.2em;
  list-style: none;
  margin-top: 0;
}
#mainNav li{
  padding-left: 30px;
}
#mainNav a:link,
#mainNav a:visited{
  text-decoration: none;
  color: #999;
  padding: 5px 0 5px 20px;
  background: #fff;
  display: block;
}
#mainNav a:hover,
#mainNav a:active{
  color: #900;
}
#mainNav .current_page_item,
#mainNav .current_page_parent{
  background-color: #000;
}
#mainNav  .current_page_item.page-item-399,
#mainNav  .current_page_parent.page-item-399{
  background: #000 url(images/icons_nav.png) no-repeat 5px 8px;
}
#mainNav  .current_page_item.page-item-417{
  background: #000 url(images/icons_nav.png) no-repeat 5px -84px;
}
#mainNav  .current_page_item.page-item-130{
  background: #000 url(images/icons_nav.png) no-repeat 5px -23px;
}
#mainNav  .current_page_item.page-item-632{
  background: #000 url(images/icons_nav.png) no-repeat 5px -113px;
}
#mainNav  .current_page_item.page-item-132{
  background: #000 url(images/icons_nav.png) no-repeat 5px -53px;
}
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited,
#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited{
  color: #900;
}
.twitter-follow-button{
	display: block;
  position: fixed;
	top: 370px;
	left: 50px;
}

/* Footer
-------------------------------------------------------------------*/

#footer{
  border-top: 2px solid #ccc;
  margin: 40px auto 20px;
  font-size: 1.1em;
  line-height: 16px;
  padding: 20px 0;
  width: 900px;
  color: #666;
}

/* Core Content
-------------------------------------------------------------------*/

#coreContent{
  width: 500px;
  margin: 100px 0 0 325px;
  float: left;
}
.home #coreContent{
  margin-top: 29px;
  width: 445px;
}
.photoPost #coreContent{
  width: 890px;
  margin: 70px 0 0;
}
.photos #coreContent{
  float: right;
  width: 708px;
  margin: 70px 0 0 3px;
}
h2{
  margin-bottom: 50px;
  font-size: 1.7em;
  color: #666;
  font-weight: 300;
}
h2 strong{
  color: #333;
}
h3{
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 2.2em;
  line-height: 27px;
}
h3 a:link,
h3 a:visited{
  color: #000;
  text-decoration: none;
}
h3 a:hover,
h3 a:active{
  text-decoration: underline;
}
.home h3{
  margin-bottom: .1em;
}
.homeHeadlines{
  margin-top: -15px;
}
.homeHeadlines h3{
  font-size: 1.6em;
  width: 250px;
  margin-bottom: 15px;
}
.homeHeadlines .hentry{
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: 1px dotted #ccc;
}
.home .postDate{
  margin-bottom: 20px;
  color: #666;
  font-size: 1.2em;
}
.homeHeadlines .postDate{
  margin-bottom: 0;
  color: #666;
  float: right;
}
.link h3{
  margin-bottom: .5em;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 15px;
}
.link h3 a:link,
.link h3 a:visited{
  color: #900;
  text-decoration: none;
}
.link h3 a:hover,
.link h3 a:active{
  text-decoration: underline;
}
h5{
  margin-bottom: 1em;
  font-size: 1.4em;
  color: #999;
  font-weight: normal;
}
#coreContent ul{
  list-style-type: disc;
  margin-bottom: 1.7em;
}
#coreContent h4{
  margin: 25px 0 10px;
  font-size: 1.5em;
  text-transform: uppercase;
}
.archive #coreContent h4{
  margin: 0 0 15px;
  padding-bottom: 3px;
  border-bottom: 2px solid #ccc;
  text-transform: uppercase;
}
#coreContent p,
#coreContent li{
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 1.6em;
  color: #555;
}
#coreContent li{
  margin-bottom: 1em;
}
.postImage{
  border: 1px solid #ccc;
}
.hentry{
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.hentry img.size-large{
}
.hentry .postDate{
  display: block;
  position: absolute;
  top: 6px;
  left: -70px;
  width: 44px;
  font-size: 33px;
  text-transform: uppercase;
  text-align: center;
  color: #900;
}
.hentry .postDate span{
  display: block;
  font-weight: bold;
}
.hentry .postDate a:link,
.hentry .postDate a:visited{
  text-decoration: none;
  display: block;
}
.hentry .postDate a:hover,
.hentry .postDate a:active{
  color: #000;
}

.hentry .postDate span:first-child,
.hentry .postDate span:last-child{
  font-size: 18px;
  line-height: 12px;
  font-weight: normal;
}
#coreContent .hentry.quote .entry-content p{
  font-size: 2.5em;
  line-height: 35px;
  color: #000;
  font-weight: 500;
  font-style: italic;
}
.quote cite{
  float: right;
  margin-bottom: 20px;
  font-size: 1.6em;
  font-style: normal;
}
.quote cite:before{
  content: "- ";
}
.postType{
  position: absolute;
  right: -125px;
  width: 60px;
  height: 30px;
  background: #E3E3E3 url(images/icons_posts.png) no-repeat 7px 7px;
  text-indent: -9999px;
}
.quote .postType{
  background: #E3E3E3 url(images/icons_posts.png) no-repeat 7px -78px;
}
.link .postType{
  background: #E3E3E3 url(images/icons_posts.png) no-repeat 7px -36px;
}
.photo .postType{
  background: #E3E3E3 url(images/icons_posts.png) no-repeat 7px -122px;
}
.singlePost .hentry{
  border-bottom: none;
}
#coreContent .postMeta{
  margin-bottom: 20px;
  font-size: 1.2em;
  clear: both;
}
#coreContent .postMeta div{
  color: #999;
  margin-bottom: 8px;
}
#coreContent .postMeta div a:link,
#coreContent .postMeta div a:visited{
  color: #999;
}
#coreContent .postMeta div a:hover,
#coreContent .postMeta div a:active{
  color: #666;
}
#coreContent .postMeta .postComment a:link,
#coreContent .postMeta .postComment a:visited{
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #900;
  text-decoration: none;
}
.postComment a:hover,
.postComment a:active{
}
.postComment a:after{
content:' ›';
font-weight:bold;
}

.pageNav a:link,
.pageNav a:visited{
  font-size: 1.2em;
  text-decoration: none;
}


/* Comments
-------------------------------------------------------------------*/

#comments h4{
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .5em 0 .7em;
}
.commentEntry{
  padding: 25px 0 10px;
  border-bottom: 1px solid #ccc;
}
.avatar{
  float: left;
  margin-top: 4px;
}
.commentContent{
  float: left;
  width: 415px;
  margin-left: 22px;
}
.commentMeta a:link,
.commentMeta a:visited{
  font-weight: bold;
}
.leaveComment{
  position: relative;
  margin: 50px 10px 0 10px;
}
.commentForm{
  font-size: 1.1em;
  margin-top: 30px;
}
#commentform fieldset{
  position: relative;
  margin-top: 40px;
  background: #efefef;
  border-top: 1px solid #EAEAEA;
  margin-top: 40px;
  padding: 0 0 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#commentform legend{
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 5px 0 0;
  color: #fff;
}
#commentform legend span{
  display: block;
  width: 487px;
  position: absolute;
  left:0;
  padding: 5px 0 5px 12px;
  background-color: #850003;
}

.personalInfo{
  float: left;
}
.personalInfo{
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}
.contactForm{
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}
.personalInfo em{
  color: #999;
  text-transform: lowercase;
  font-family: constantia, georgia;
  font-weight: normal;
}
.contactForm input[type=text],
.personalInfo input{
  font-family: helvetica neue, helvetica, arial;
  font-size: 1.3em;
  display: block;
  margin-top: 2px;
  margin-bottom: 8px;
  width: 150px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contactForm input[type=text]{
  width: 150px;
}
.contactInfo,
.contactMessage{
  float: left;
}
.contactInfo{
  margin-right: 30px;
}
.commentText{
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  width: 294px;
  float: right;
}
.contactForm textarea,
.commentText textarea{
  font-family: helvetica neue, helvetica, arial;
  font-size: 1.3em;
  margin-top: 2px;
  display: block;
  width: 287px;
  height: 110px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contactForm textarea{
  width: 297px;
}

.commentText input,
.submit input{
  margin-top: 8px;
  float: right;
}

.nocomments {
  padding: 20px 0;
  color: #000;
  font-weight: bold;
}

/* Sidebar Content
-------------------------------------------------------------------*/

#sidebar{
  position: fixed;
  left: 976px;
  top: 183px;
  width: 50px;
  height: 50px;
}
#social li{
  margin-bottom: 8px;
}
#social a:link,
#social a:visited{
  display: block;
  width: 35px;
  height: 35px;
  background-color: #e1e1e1;
  -webkit-transition: background-color .2s ease-in-out;
  text-indent: -9999px;
}
#social a:hover,
#social a:active{
  background-color: #850000;
}

#social .twitter{
  background: url(images/icons_social.png) no-repeat 50% 0;
}
#social .flickr{
  background: url(images/icons_social.png) no-repeat 50% -44px;
}
#social .lastfm{
  background: url(images/icons_social.png) no-repeat 50% -88px;
}
#social .tumblr{
  background: url(images/icons_social.png) no-repeat 50% -132px;
}
#social .youtube{
  background: url(images/icons_social.png) no-repeat 50% -174px;
}
#social .dribbble{
  background: url(images/icons_social.png) no-repeat 50% -216px;
}
#social .linkedin{
  background: url(images/icons_social.png) no-repeat 50% -259px;
}
#social .rss{
  background: url(images/icons_social.png) no-repeat 50% -302px;
}
#social .rdio{
  background: url(images/icons_social.png) no-repeat 50% -386px;
}
#social .gowalla{
  background: url(images/icons_social.png) no-repeat 50% -344px;
}

.sidebarEntry.latestWork img{
  float: left;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 5px 10px 0 0;
}
.sidebarEntry.latestWork h3{
  font-size: 1.6em;
}
.sidebarEntry.latestPhoto img{
  margin: 10px 0;
  padding: 5px 5px 25px 5px;
  width: 102px;
}

/* Photos
-------------------------------------------------------------------*/

#coreContent.photoThumbnails{
  width: 567px;
  float: left;
  margin: 70px 5px 0 3px;
}

#photoThumbnails a:link,
#photoThumbnails a:visited{
  display: block;
  float: left;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0 9px 9px 0;
  width: 110px;
  height: 110px;
}
#photoThumbnails a:hover,
#photoThumbnails a:active{
  background: #000;
  border: 1px solid #000;
  padding: 3px;
}
.photoPost{
  margin-left: 25px;
}
.photoPost #comments,
.photoPost .entry-content,
.photoPost .entry-title,
.photoPost .postMeta{
  width: 512px;
  margin-left: 400px;
}
#photo{
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
#photo img{
  display: block;
}
#photoNav{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  
}

#photoNav a,
.home #coreContent .next a{
  font-size: 1.6em;
  margin-left: 0;
}
.pageNav{
  font-size: 1.4em;
}
.next a:link,
.next a:visited,
.previous a:link,
.previous a:visited,
.archives a:link,
.archives a:visited{
  font-weight: bold;
  text-decoration: none;
  color: ##900;
}
.next a:hover,
.next a:active,
.previous a:hover,
.previous a:active,
.archives a:hover,
.archives a:active{
  text-decoration: underline;
}
#photoNav .next,
#photoNav .previous{
  height: 100%;
  width: 50%;
  display: block;
}
#photoNav .previous{
  position: absolute;
  left: 0;
}
#photoNav .next{
  position: absolute;
  right: 0;
}
#photoNav .next a:link,
#photoNav .next a:visited,
#photoNav .previous a:link,
#photoNav .previous a:visited{
  float: none;
  position: relative;
  display: block;
  height: 100%;
  width: 99%;
  color: #fff;
  opacity: 0;
  background-color: rgba(0,0,0,0.3);
  -webkit-transition: opacity .2s ease-in-out;
}
#photoNav .next a:hover,
#photoNav .next a:active,
#photoNav .previous a:hover,
#photoNav .previous a:active{
  bottom: 0px;
  opacity: 1;
}
.previous a:link,
.previous a:visited{
  margin-right: 20px;
}
.home #coreContent .next a{
  font-weight: normal;
}

.next a:after,
.latestArticles h3 a:after {
content:' ›';
font-weight:bold;
}
.archives{
  float: right;
}
.archives a{
  font-weight: normal !important;
}
.archives a:after {
content:' ˆ';
vertical-align: -11px;
font-size: 1.5em;
}
#sidebar .archives{
  float: none;
  display: block;
  margin: 15px 0 0 15px;
  font-size: 1.4em;
}
.latestArticles h3 a:after {
color: #0097B9;
}

.previous a:before {
content:'‹ ';
font-weight:bold;
}


/* Work
-------------------------------------------------------------------*/

.workContent #coreContent{
  width: 100%;
  margin: 70px 0 0 0;
  float: none;
}
.workScreenshot{
  float: left;
  margin-right: 48px;
  border: 1px solid #ccc;
}
.workWrapper.alt{
  background: #F6F6F6;
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.workWrapper{
  width: 100%;
  padding: 50px 0;
}
.workContent .postContent{
  float: left;
  width: 350px;
}
.workContent .postEntry{
  width: 900px;
  margin: 0 auto;
  border-bottom: none;
}
.workContent #coreContent .postEntry ul{
  list-style-type: none;
}
.workContent h3{
  margin-bottom: 8px;
}
#coreContent p.project{
  margin-top: 0;
  font-size: 1.4em;
  line-height: 0;
}
#coreContent .projectMeta li{
  margin-bottom: 5px;
  color: #999;
}
#coreContent li.projectDate{
  margin-bottom: 20px;
  font-style: italic;
}
.projectTasks{
  color: #555;
}
.projectTasks li{
  margin-bottom: .5em;
}

/* About
-------------------------------------------------------------------*/

.about #coreContent{
  margin-left: 260px;
  width: 690px;
}
.about .portrait{
  float: left;
  margin-right: 50px;
}
.about .entry-content{
  width: 500px;
  float: left;
}

/* Archives
-------------------------------------------------------------------*/

.archive #coreContent{
  margin-left: 260px;
  width: 690px;
}
#archivePosts{
  float: left;
  width: 246px;
  margin-right: 50px;
}
#archiveSidebar{
  float: left;
  width: 200px;
}
.monthArchive{
  float: left;
  width: 100px;
  margin-right: 50px;
}
#coreContent .monthArchive li{
  list-style: none;
  margin-bottom: 5px;
}
.archive .archiveDate{
  position: static;
  float: right;
  margin-top: 7px;
  font-size: 1.2em;
  color: #000;
}

.archive .latestArticles h3{
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 16px;
}
.archive .latestArticles,
.archive .latestLinks,
.archive .sidebarEntry{
  margin-bottom: 40px;
}
.archive .hentry{
  margin-bottom: 5px;
  padding-bottom: 0;
}
.tagCloud a{
  display: inline-block;
  margin: 0 5px 5px 0;
}
#coreContent .linklist.categories li{
  width: 100px;
  float: left;
  list-style: none;
  margin-bottom: 5px;
}
.counts a{
  float: left;
}
.archive .latestLinks h3{
  font-size: 1.2em;
  margin-top: 10px;
}
.archive #coreContent .latestLinks p{
  margin-bottom: 10px;
}
#searchform input[type=text]{
  width: 190px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding-right: 20px;
}
#searchform input[type=submit]{
  margin-left: -21px;
  height: 23px;
  vertical-align: -1px;
}
*+html #searchform input[type=text]{
  width: 140px;
}
*+html #searchform input[type=submit]{
  margin-left: 5px;
  height: 25px;
  vertical-align: 0
}
#mainNav:after,
#container:after,
#content:after,
.commentEntry:after,
.commentForm:after,
.workWrapper:after,
.workWrapperAlt:after,
.hentry:after,
.linklist li:after,
.sidebarEntry:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Clearing floats in IE7 */

*+html #mainNav,
*+html #container,
*+html .commentEntry,
*+html .commentForm,
*+html .workWrapper,
*+html .workWrapperAlt,
*+html .hentry:,
*+html .linklist li,
*+html .sidebarEntry{
  zoom: 1;
}
