/* ----------------------------------------------- [ 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: 100%; 	vertical-align: baseline; 	background: transparent; } body { background:#fff; 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; } :focus { 	outline: 0; } ins { 	text-decoration: none; } del { text-decoration: line-through; } table { 	border-collapse: collapse; 	border-spacing: 0; } a img { border: none; }

/* ----------------------------------------------- [ General Elements ] */

html, body { height: 100% }
html { font-size:100.00% }

body {
	background: #2d2f31 url(../img/gray-noise.png) 0 0 repeat;
	font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #555;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased; 
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -80px; /* the bottom margin is the negative value of the footer's height */
	min-width: 1020px;
	margin: 0 20px;
}

/* ----------------------------------------------- [ Typography ] */

h1, h2, h3, h4 {
	font-family: "proxima-nova-1","proxima-nova-2",'helvetica neue', Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin: 0px 0px 20px 0;
	padding: 0;
	font-weight: normal;
}

h1 { font-size: 24px }
h2 { color: #777; font-size: 20px }
h3 { color: #555; font-size: 18px }
h4 { color: #333; font-size: 16px }

p { margin: 1em 0}
p, li, td { line-height: 150% }
ul, ol, dl, p { padding: 0; }
li { margin: 0 0 5px 30px; }

input, textarea, select { font-size: 13px; padding: 4px; }
pre, code {
	font: 11px Monaco, 'andale mono', 'lucida console', monospace;
	line-height:18px;
	margin-bottom:18px;
}

.thinner { font-weight: normal; }
span.small p { font-size: 11px; line-height: 140% }
span.blued { color: #45a9ce }
.bold { font-weight: 700; }

/* ----------------------------------------------- [ Links ] */

a, a:visited {
	border-bottom: 1px solid transparent;
	color: #45a9ce;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: border-bottom .2s ease-in-out;
	-moz-transition: border-bottom .2s ease-in-out;
	-o-transition: border-bottom, color .2s ease-in-out;
}

a:hover { border-bottom: 1px solid #45a9ce }
h1 a, h2 a, h3 a, h4 a, h5 a { font-weight: normal; }

a.btt {
	background: url(../img/v2-icons.png) right -209px no-repeat;
	padding-right: 15px;
	text-decoration: none;
}

/* fix underlining of images */
.thumbnail a { border-bottom: none; }
.thumbnail a:hover { border-bottom: none; }

.awesome, .awesome:visited {
	background: #222 url(../img/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
}

input.awesome {border:none}
.awesome:hover { background-color: #111; color: #fff; border-bottom: 1px solid rgba(0,0,0,0.25); }
.awesome:active { top: 1px; }
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1}
.large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 14px 9px; }

.white-link { padding: 4px 8px; background: #fff; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out;  -o-transition: all 0.1s ease-in-out;}
.white-link:hover { border:none; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4); box-shadow: 0 1px 3px rgba(0,0,0,0.4); }

/* ----------------------------------------------- [ Header ] */

#header { padding: 15px 0 10px 0 }

#header #logo {
	float: left;
	background: url(../img/v2-logo.png) 0 0 no-repeat;
	height: 40px;
	width: 50px;
	margin: 0 15px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

#header #logo:hover { background-position: 0 -40px; }
#header #logo a { display: block; height: 100%; width: 100% }

#header #search { float: right }
#header #search input#s {
  border: 1px solid #212223;
  background: #212223 url(../img/v2-icons.png) 5px -114px no-repeat;
  padding-left: 27px;
  width: 207px;
  color: #ccc;
  font-family: "proxima-nova-1","proxima-nova-2",'helvetica neue', Helvetica, Arial, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

#header #search input#s:focus {
  border-bottom: 1px solid #3f3f3f;
  border-top: 1px solid #0a0a0a;
}

/* hide included search button */
#header #search #submit-search { display: none }

ul#main-menu { list-style: none; margin: 0; float: left; }
ul#main-menu li  {
	float: left;
	position: relative;
	margin: 3px 0 0 15px;
	padding: 0 0 8px 0;
}

ul#main-menu li a, ul#main-menu li a span { display: block; }
ul#main-menu li a {
	height: 30px;
	color: #64696b;
	font-size: 13px;
	font-family: "proxima-nova-1","proxima-nova-2", 'helvetica neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	
	-webkit-transition: color .2s ease-in-out;
}

ul#main-menu .current a, ul#main-menu .current:hover > a,
ul#main-menu li:hover > a { color: #f5f5f5; text-shadow: 0 1px 3px rgba(0,0,0,0.85); }

/* Main menu hover and current states use sliding doors technique */
ul#main-menu li a span.hbutton { height: 30px; padding: 0 10px 0 0; }
ul#main-menu li a span.hbutton span { height: 30px; line-height: 28px; padding: 0 0 0 10px; }
ul#main-menu .current a span.hbutton {
  background: url(../img/v2-menu.png) right -34px no-repeat; }
ul#main-menu .current a span.hbutton span {
  background: url(../img/v2-menu.png) 0 0 no-repeat; }

ul#main-menu li span.view-cats {
  display: block;
  float: right;
  background: url(../img/v2-icons.png) 0 -85px no-repeat;
  height: 30px;
  width: 10px;
}

ul#main-menu ul { 
  background: #212223; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#212223), to(#111)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	
  display: none;
  margin: 0; padding: 0;
  position: absolute; 
  left: 0; top: 35px;
  width: 150px;  
  border: solid 1px #111;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
  z-index: 10;
}

/* ul#main-menu li:hover > ul { display: block; } */

ul#main-menu li ul#category-list li {
  float: none;
	margin: 0;
	padding: 0;
}

ul#main-menu li ul#category-list li a {
  color: #ddd;
  border: none; 
  background: none;
}

ul#main-menu li ul#category-list li a:hover { color: #fff; }

ul#main-menu ul ul {
  left: 140px;
	top: -3px;
}

/* clearfix */
ul#main-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul#main-menu {
	display: inline-block;
}
html[xmlns] ul#main-menu {
	display: block;
}
* html ul#main-menu {
	height: 1%;
}

/* ----------------------------------------------- [ Content ] */

hr {
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	height: 0;
	margin: 20px 0;
}

.loading { background: url(../img/spinner.gif) center center no-repeat; clear: both; height: 50px }
.loading span { display: block; padding: 17px 32px 0 }
.under { margin-top: 20px }

#content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4 {
	margin: 20px 0 10px;
	padding: 0;
}

#content .entry-title, #content .entry-title a, #content .entry-title a:visited {
	color: #45a9ce;
	font: 700 14px "proxima-nova-1","proxima-nova-2",'helvetica neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;	
}

#content .full-title, #content .full-title a, #content .full-title a:visited { font-size: 22px }

#content div.entry-content { color: #444; padding-bottom: 10px; border-bottom: 1px solid #dedede; }
#content .entry-content blockquote {
  background: #fff;
	color: #ff3000;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#content div.entry-content ol, #content div.entry-content ul { margin: 0 0 10px 14px;padding: 0 }
#content div.entry-content ul { list-style-image: url(../img/v2-list.png) }
#content div.entry-content ol { list-style:decimal }
#content div.entry-content li { margin: 0 0 5px 0; padding: 0 }

#content p.comments-link a {
	display: block;
	border: none;
	color: #666;
	background: url(../img/v2-icons.png) 0 -53px no-repeat;
	height: 22px;
	padding-left: 30px;
	font-size: 16px;
	font-family: "proxima-nova-1","proxima-nova-2",'helvetica neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	text-decoration: none;
	
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
}
#content p.comments-link a:hover { color: #333 }
#content .by-line, #content .filed,
#content p.comments-link { color: #888; font-size: 12px; margin-bottom: 0 }
#content .page .by-line { margin-top: 30px }
#content .filed #cat-icon,
#content .filed #tag-icon {
  display: block;
  float: left;
  height: 22px;
  width: 30px;
  background: url(../img/v2-icons.png) 0 0 no-repeat;
}
#content .filed #tag-icon { background-position: 0 -25px }

#content .by-line a, #content .by-line a:visited, 
#content .filed a, #content .filed a:visited {
  background: #fff;
	color: #999;
	font-family: "proxima-nova-1","proxima-nova-2",'helvetica neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 5px;
	margin: 0 2px 0 0;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0);
	
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
}

#content .by-line a:hover, #content .filed a:hover {
  color: #ea4715;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

p.filed.categories { padding-top: 20px; border-top: 1px solid #fff; margin: 0 }

#content .by-line address { display: inline; font-style: normal }
#content .comment-feed {padding-top: 5px; float: right }
#content a.comment-feed, #content a.comment-feed:visited { color: #333; font-size: 12px }
#content h2.comments { margin-bottom: 10px }
#content h2.pings { margin-top: 20px }
#content h4.comment-heading { color: #ccc; margin-bottom: 10px;text-shadow: 0 1px 0 #000 }
#content form.comment-form {
	background: #2d2f31 url(../img/formbg.png) top repeat-x;
	margin: 10px 0 20px 0;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content form.comment-form .comment-form-comment, #content form.comment-form p {
	margin: 0; padding: 0;
}

#content form.comment-form input, 
#content form.comment-form .comment-form-user-info, 
#content form.comment-form .comment-form-comment-area {
	float: left;
}

#content form.comment-form input[type="text"], #content form.comment-form textarea {
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content form.comment-form input[type="text"] {
	padding-left: 55px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 215px;
}

#content form.comment-form textarea {
	padding-top: 24px;
	height: 103px;
}

#content form.comment-form input.awesome { margin-left: 5px; width: 275px }

#content form.comment-form p { position: relative; text-shadow: 0 1px 0 #000;}
#content form.comment-form p label { 
 position: absolute; 
 top: 0; left: 0;
 width: 45px;
 margin: 6px 0; 
 padding-right: 8px; 
 border-right: 1px solid #ddd;
 color: #777;
 text-align: right;
 text-shadow: none;
}

#content form.comment-form .comment-form-comment-area label { border: none; margin-left: 8px }
#content .some-html-is-ok { color: #666; font-size: 11px; font-style: normal; text-shadow: 0 1px 0 #000 }
#content .comment-form-trackback, #content .comment-form-trackback a, #content .comment-form-trackback a:visited {
	color: #555;
	font-size: 11px;
}

/* comment styling */
#content ol.comments {
	margin: 0;
	padding: 0;
}
#content ol.comments li, #content ol.pings li {
  border: 1px solid #eaeaea;
	border-top: 1px solid #ddd;
	background: #fff;
	list-style: none;
	margin: 5px 0;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .2s ease-in-out;
}

#content ol.comments li:hover, #content ol.pings li:hover { -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3); }
#content ol.comments .depth-2 { margin-left: 20px }
#content ol.comments .depth-3 { margin-left: 40px }
#content ol.comments .depth-4 { margin-left: 60px }
#content ol.comments .depth-5 { margin-left: 80px }
#content ol.comments .entry-content { color: #666 }
#content ol.comments .comment-editlink a { float: right; border: none }
#content ol.comments .meta { 	color: #777; 	font-size: 11px; 	height: 25px; 	line-height: 25px; 	padding-left: 30px; 	position: relative; }
#content ol.pings { margin-bottom: 15px }
#content ol.pings .meta { height: 20px; line-height: 20px; padding-left: 0 }
#content ol.comments .avatar { left: 0; position: absolute; top: 0; }
#content ol.comments .meta a, #content ol.comments .meta a:visited { color: #666 }
#content ol.comments .meta a:hover { border-bottom-color: #666 }
#content ol.comments .meta .author { color: #444; font-size: 13px; font-weight: bold }
#content ol.comments .meta .comment-reply-link, #content ol.comments .meta .comment-reply-link:visited { color: #333 }

#content .pagination { margin: 0 }
#content .pagination .next { float: right }
#content .pagination .next a, #content .pagination .previous a {
	display: block;
	border: none;
	background: url(../img/v2-icons.png) 0 -277px no-repeat;
	height: 35px;
	width: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

#content .pagination .next a:hover { 	background-position: 0 -277px }
#content .pagination .next a:active { 	background-position: 0 -276px }
#content .pagination .previous a { 	background-position: 0 -237px }
#content .pagination .previous a:hover { 	background-position: 0 -237px }
#content .pagination .previous a:active { 	background-position: 0 -236px }

#content .pagination-single { float: left; }
#content .pagination-single span { display: block; margin: 5px 0; padding: 5px 10px; }
#content .pagination-single .back a {
	display: block;
	border: none;
	background: url(../img/v2-icons.png) 0 -320px no-repeat;
	height: 30px;
	padding-left: 30px;
	line-height: 26px;
	color: #212223;
	font-family: "proxima-nova-1","proxima-nova-2",'helvetica neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: 0 1px 0 #333;
	text-indent: -9999px;
}
#content .pagination-single span a:hover { text-indent: 0;}

/* ----------------------------------------------- [ Content Holders ] */

#allposts { margin-right: -20px; }
#infotop {
  position: relative;
  background: #212223;
  border: 1px solid #202020;
  margin: 0 0 20px 0;
	padding: 15px;
	text-align: center;
}

#infotop h3 { margin-bottom: 0 }
#infotop #closer { position: absolute; right: 20px; top: 18px; }
#content { margin-bottom: 20px; }
#content ol.archive { color: #444; 	list-style: none; } 
#content ol.archive .meta { margin-top: 10px; }
#content ol.archive .meta, #content ol.archive .meta a, #content ol.archive .meta a:visited { color: #777; 	font-size: 10px; }
#content ol.archive .meta a:hover { border-bottom-color: #777 }
#content ol.archive li.search h3, #content ol.archive li.search p { 	line-height: 130%; 	margin-bottom: 5px; }
#content ol.archive li.search .meta { line-height: 100%; }
#content ol.archive li.items {display: none;}
#content ol.archive li.items, #content .single_post, #content .project-holder, #content ol.archive li.search, #content .half-holder {	
	background: #f5f5f5;
	text-shadow: 0 1px 0 #fff;
	margin: 0 20px 20px 0;
	border: 10px solid #ddd;
	padding: 15px;
	overflow: hidden;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.6);
	-webkit-transition: -webkit-box-shadow .2s ease-in-out;
}

#content ol.archive li.items:hover {
	-moz-box-shadow: 0 1px 20px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.9);
}

#content ol.archive li.project { background: #141516;   color: #ccc;   text-shadow: 0 1px 0 #000; }
#content ol.archive .hentry { width: 190px; }
#content ol.archive .hentry .thumbnail { margin-bottom: 10px; } 
#content ol.archive li.items .full,  #content .single_post { 	width: 710px; }

#content .info-box {
  border: 1px solid #ddd;
  border-left-color: #e9e9e9;
  border-right-color: #e9e9e9;
  border-bottom: 1px solid #fff;
	background: #eee;
	width: 250px;
	padding: 10px;
	overflow: hidden;
}

#content .half-holder { 	width: 190px; float: left; }
#content .half-holder.last { margin-right: 0; }

#content .project-holder { 	width: 910px; } 
#content .project-holder .site-desc { 	float: left; 	margin-right: 20px; 	width: 250px; } 
#content .project-holder .site-desc h3 { 	color: #2d2f31; font-weight: 700; text-transform: uppercase; 	margin-bottom: 5px; } 
#content .project-holder .site-desc h5 { 	color: #444; 	margin-bottom: 10px; } 
#content .project-holder span.small-head { 	font-size: 14px; 	line-height: 24px; }
#content .project-holder a.site-link {
	background: url(../img/v2-icons.png) right -192px no-repeat;
	padding-right: 25px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#content .project-holder .tech {
  border: 1px solid #ddd;
  border-left-color: #e9e9e9;
  border-right-color: #e9e9e9;
  border-bottom: 1px solid #fff;
	background: #eee;
	padding: 10px;
}
#content .project-holder ul.site-specs {
	list-style-image: url(../img/v2-list.png);
	color: #444;
	font-weight: bold;
	font-size: 10px;
}

#content .info-box ul.site-specs { 	font-size: 12px; } 
#content .info-box ul.site-specs li { 	margin-left: 20px; }
#content .info-box ul.site-specs li span.level {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color: #666;
}

#content .info-box h4 { color: #444; 	margin: 0 0 10px 5px; }
#content .info-box h4.resume { text-align: center; margin-top: 20px; margin-bottom: 5px;}
#content .info-box h4.resume a { line-height: 18px; } 
#content .info-box h4.resume span.resume-link {
	display: block;
	float: left;
	background: url(../img/resume.png) 0 center no-repeat;
	height: 18px;
	width: 18px;
	margin-right: 5px;
}

#content .info-box span.resume-print { 	display: block; 	font-size: 11px; 	text-align: center; 	margin-bottom: 10px; }
#content .link-list { 	width: 432px; 	padding: 0 10px; 	float: left; 	border: 1px solid #000; } 
#content .link-list h4.link-title { 	border-bottom: 1px solid #eee; }
#content .site-img {
	float: left;
	width: 640px;
	padding: 0; margin: 0;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
#content .site-img a { padding: 0; margin: 0; border: none; }

#content .project-holder h2.about { color: #444; font-size: 56px; font-family: "proxima-nova-1","proxima-nova-2",'helvetica neue', Helvetica, Arial, sans-serif; font-weight: 700; margin-bottom: 5px; }
#content .project-holder span.about_head { font-weight: 500; font-size: 24px; font-family: "proxima-nova-1","proxima-nova-2",'helvetica neue', Helvetica, Arial, sans-serif; line-height: 26px; color: #666 } 
#content .about .tech { float: left; 	width: 280px; 	margin-right: 15px; }
#content .about h3 { margin: 30px 0; text-align: center}

ul#links { 
	background: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#links li.link-cat { font-size: 18px; padding: 5px 10px; margin: 0; cursor: pointer; }
ul#links li.link-cat ul.sub-links { display:none; clear: both; margin-bottom: 5px; }
ul#links li.link-cat ul.sub-links li { display: inline;}

.close a {
	border: none;
	position: absolute;
	display: block;
	background: url(../img/v2-icons.png) 0 -145px no-repeat;
	height: 23px;
	width: 23px;
	top: 15px; right: 15px;
	text-indent: -9999px;
	overflow: hidden;
}

.close a:hover {
	background-position: 0 -167px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/* ----------------------------------------------- [ Footer ] */

#footer { margin: 0; height: 40px; padding: 20px 20px; background: rgba(27,28,30,0.5); border-top: 1px solid #37393d; color: #999; font-size: 13px; font-family: "proxima-nova-1","proxima-nova-2",'helvetica neue', Helvetica, Arial, sans-serif;}
#footer a, #footer a:visited { color: #fff; font-weight: bold; text-decoration: none; text-shadow: 0 1px 0 #000; }
#footer a:hover { border-bottom-color: #fff; }
#footer p { margin: 0 auto; padding: 0; text-align: center; }
#footer #socials { width: 156px; margin: 5px auto; }
#footer #socials ul li { list-style: none; margin: 0; padding: 0;}
#footer #socials ul li a { 
	display: block; 
	float: left;
	background: url(../img/v2-socials.png) 0 0 no-repeat;
	border: none;
	height: 16px;
	width: 16px;
	margin: 1px 5px; 
	text-indent: -9999px;
	opacity: .7;
	overflow: hidden;
	
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
}
#footer #socials li a.rss { background-position: -76px 0 }
#footer #socials li a.fb { background-position: -19px 0 }
#footer #socials li a.lfm { background-position: -38px 0 }
#footer #socials li a.ln { background-position: -57px 0 }
#footer #socials li a.sky { background-position: -95px 0 }
#footer #socials li a:hover { opacity: 1 }

/* wp-stats */
#wpstats { visibility: hidden; }

/* ----------------------------------------------- [ Helper classes ] */

.clear { 	clear: both; 	display: block; 	float: none; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ----------------------------------------------- [ Wordpress specific classes ] */

.left { 	float: left; } 
.right { 	float: right; } 
.textright { 	text-align: right; } 
.alignleft { 	float:left; 	margin-right:1em; 	margin-bottom:1em; } 
.alignright { 	float:right; 	margin-left:1em; 	margin-bottom:1em; } 
.aligncenter { 	display: block; 	margin-left: auto; 	margin-right: auto; } 
.wp-caption { 	text-align: left; } 
.wp-caption.alignleft { 	margin-left: 0; } 
.wp-caption.alignright { 	margin-right: 0; }
.wp-caption img { 	margin: 0; 	padding: 0; 	border: 0 none; }
.wp-caption p.wp-caption-text {
	position: relative;
	margin-top: -30px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: #000 0 1px 10px;
	opacity: .8;
	line-height: 17px;
	padding: 5px 8px;	
}
