@charset "UTF-8";
/*
	Designed & developed by Marko Ranđelović, http://iodicdesign.com/ for Onextrapixel, http://www.onextrapixel.com
*/

/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}
:focus, :active { outline: 0 }

ol, ul { list-style: none }

blockquote:before, blockquote:after { content: "" }
blockquote { quotes: "" "" }

header, nav, article, aside, footer, hgroup, section { display: block }

.back {margin:20px 0 10px;}
.back a, .back a:visited {color:#fff;}

/* Clearfix */
.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 */

/* @FONT-FACE */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic-webfont.eot'); /* IE9 Compat. modes */
	src: url('fonts/League_Gothic-webfont?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/League_Gothic-webfont.woff') format('woff'), /* Modern Browsers */
		 url('fonts/League_Gothic-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/League_Gothic-webfont.svg#webfontOTINA1xY') format('svg'); /* Legacy iOS */
}

/* BASIC STYLES */
body {
	font: 12px/18px Corbel, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	background:  #81aeab;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #71a4a1),color-stop(0.2, #81aeab)) no-repeat;
	background: -webkit-linear-gradient(top, #71a4a1 0%, #81aeab 20%) no-repeat;
	background: -moz-linear-gradient(top, #71a4a1 0%, #81aeab 20%) no-repeat;
	background: -o-linear-gradient(top, #71a4a1 0%, #81aeab 20%) no-repeat;
	background: linear-gradient(top, #71a4a1 0%, #81aeab 20%) no-repeat;
	width: 100%;
}
#wrapper {
	margin: 0 auto;
	width: 92%;
	min-width: 300px;
	max-width: 1180px;
}

p { margin-bottom: 18px }

strong { font-weight: bold }
em { font-style: italic }

a { color: #940033 }
a:hover { border-bottom: 1px solid #940033 }
a:active { border-bottom: 2px solid #940033 }

h1 { font: 20px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif }

.newLine { display: block }
.leftFloat { float: left }
.rightFloat { float: right }


/* HEADER */
hgroup { padding-top: 20px }
hgroup h1 {
	font: 60px/60px LeagueGothicRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #970000;
}
hgroup h1 a:hover { border: none }
hgroup h2 {
	font: 14px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #eee;
	text-align: left;
}

/* Navigation */
#global {
	margin: 30px 0 40px;
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #970000;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ca0000),color-stop(1, #970000));
	background: -webkit-linear-gradient(top, #ca0000, #970000);
	background: -moz-linear-gradient(top, #ca0000, #970000);
	background: -o-linear-gradient(top, #ca0000, #970000);
	background: linear-gradient(top, #ca0000, #970000);
	-webkit-box-shadow: inset 0 0 15px #900, 0 0 15px rgba(68,107,107,.6);
	-moz-box-shadow: inset 0 0 15px #900, 0 0 15px rgba(68,107,107,.6);
	box-shadow: inset 0 0 15px #900, 0 0 15px rgba(68,107,107,.6);
	overflow: hidden;
}
#global ul {
	text-align: center;
	height: 40px;
	margin: 0 auto;
	display: table;
}
#global ul li { position: relative; display: inline; height: 40px; }
#global ul li a {
	font-size: 14px;
	display: block;
	float: left;
	text-transform: uppercase;
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#global ul li a:hover {
	border: none;
	-webkit-box-shadow: inset 0 3px 15px rgba(100,0,0,.6);
	-moz-box-shadow: inset 0 3px 15px rgba(100,0,0,.6);
	box-shadow: inset 0 3px 15px rgba(100,0,0,.6);
	padding-top: 1px;
	height: 39px;
	text-shadow: 0 -1px 2px rgba(50,0,0,.2);
}

/* MAIN */
#mainContent {
	width: 65.625%;
	margin-right: 3.125%;
	float: left;
}
article {
	background: #ebe8d9;
	margin: 0 0 30px 0;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 10px rgba(98,153,150,.8);
	-moz-box-shadow: 0 0 10px rgba(98,153,150,.8);
	box-shadow: 0 0 10px rgba(98,153,150,.8);
	float: left;
}

article header, #dialog header {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #eee;
	min-height: 40px;
	float: left;
	margin-bottom: 15px;
	background: #0081ac;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0081ac),color-stop(1, #005b79));
	background: -webkit-linear-gradient(top, #0081ac, #005b79);
	background: -moz-linear-gradient(top, #0081ac, #005b79);
	background: -o-linear-gradient(top, #0081ac, #005b79);
	background: linear-gradient(top, #0081ac, #005b79);
}
article header h1 {
	line-height: 32px;
	padding: 2px 0;
	width: 72%;
	margin: 0 3%;
	text-align: left;
	float: left;
}

time {
	float: left;
	text-align: center;
	width: 11%;
	height: 28px;
	font-size: 15px;
	line-height: 28px;
	background: #195875;
	background: rgba(126, 0, 0, 0.2);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: inset 1px 0 15px rgba(0, 72, 96, 0.9);
	-moz-box-shadow: inset 1px 0 15px rgba(0, 72, 96, 0.9);
	box-shadow: inset 1px 0 15px rgba(0, 72, 96, 0.9);
}

.comments {
	font-size: 16px;
	font-weight: bold;
	float: right;
	line-height: 28px;
	width: 11%;
	min-height: 28px;
	text-align: center;
	background: #970000;
	background: rgba(151, 0, 0, 0.4);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.5);
	box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.5);
}

footer p { margin: 0 }
.tags { float: left; max-width: 60%; margin-left: 3px; }
.tags li { display: inline-block }
.tags li a {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	padding: 0 3px;
	margin-right: 3px;
	font-variant: small-caps;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
.tags li a:hover {
	background: #940033;
	color: #ddd;
	border: none;
}
.button {
	display: block;
	float: right;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	margin-top: -18px;
	position: relative;
	background: #970000;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ca0000),color-stop(1, #970000));
	background: -webkit-linear-gradient(top, #ca0000, #970000);
	background: -moz-linear-gradient(top, #ca0000, #970000);
	background: -o-linear-gradient(top, #ca0000, #970000);
	background: linear-gradient(top, #ca0000, #970000);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.button:hover {
	border: none;
	-webkit-transform: rotate(-5deg) skew(-5deg,-5deg);
	-moz-transform: rotate(-5deg) skew(-5deg,-5deg);
	-ms-transform: rotate(-5deg) skew(-5deg,-5deg);
	-o-transform: rotate(-5deg) skew(-5deg,-5deg);
	transform: rotate(-5deg) skew(-5deg,-5deg);
}


/* SIDEBAR */
aside {
	width: 31.25%;
	float: right;
	background: #ebe8d9;
	margin-bottom: 30px;
	padding: 20px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 10px #629996;
	-moz-box-shadow: 0 0 10px #629996;
	box-shadow: 0 0 10px #629996;
}
aside h1, footer h1 {
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	margin: 0 20px 10px;
	max-width: 100%;
	background: #0081ac;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0081ac),color-stop(1, #005b79));
	background: -webkit-linear-gradient(top, #0081ac, #005b79);
	background: -moz-linear-gradient(top, #0081ac, #005b79);
	background: -o-linear-gradient(top, #0081ac, #005b79);
	background: linear-gradient(top, #0081ac, #005b79);
	color: #fff;
	padding: 0 10px;
	border: 1px solid #6e7e93;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

aside nav, aside section {
	margin: 0 0 25px 0;
	max-width: 100%;
	padding: 0;
	background: none;
}
aside section:last-child { margin-bottom: 0 }

#inTouch li {
	display: block;
	background: #fff;
	margin: 0 20px 4px;
	max-width: 100%;
	height: 26px;
	line-height: 26px;
	border: 1px solid #d9d4b8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#inTouch li span {
	display: block;
	float: left;
	text-align: center;
	width: 70px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}
.twitter {
	background: #4da3bf;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4da3bf),color-stop(1, #73b6cc));
	background: -webkit-linear-gradient(bottom, #4da3bf, #73b6cc);
	background: -moz-linear-gradient(bottom, #4da3bf, #73b6cc);
	background: -o-linear-gradient(bottom, #4da3bf, #73b6cc);
	background: linear-gradient(bottom, #4da3bf, #73b6cc);
}
.rss {
	background: #d98b3c;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e1a467),color-stop(1, #d98b3c));
	background: -webkit-linear-gradient(top, #e1a467, #d98b3c);
	background: -moz-linear-gradient(top, #e1a467, #d98b3c);
	background: -o-linear-gradient(top, #e1a467, #d98b3c);
	background: linear-gradient(top, #e1a467, #d98b3c);
}

.links li {
	font-size: 16px;
	line-height: 20px;
	margin: 0 20px 5px;
	max-width: 100%;
	text-align: left;
	border-bottom: 1px solid #81aeab;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.links li:hover { margin-left: 25px }
.links li a:hover { border: none }

blockquote {
	text-align: center;
	font-size: 20px;
	font-style: italic;
	line-height: 26px;
	color: #fff;
	margin: 0 20px;
	max-width: 100%;
	padding: 10px 10px 13px;
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #005b79;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0081ac),color-stop(1, #005b79));
	background: -webkit-linear-gradient(top, #0081ac, #005b79);
	background: -moz-linear-gradient(top, #0081ac, #005b79);
	background: -o-linear-gradient(top, #0081ac, #005b79);
	background: linear-gradient(top, #0081ac, #005b79);
	z-index: 3;
}
blockquote:before {
	position: absolute;
	bottom: -29px;
	left: 20px;
	width: 0;
	height: 30px;
	border-right: 60px solid #005b79;
	background: #005b79;
	-webkit-border-bottom-right-radius: 70px 50px;
	-moz-border-radius-bottomright: 70px 50px;
	border-bottom-right-radius: 70px 50px;
	z-index: 2;
}
blockquote:after {
	position: absolute;
	bottom: -30px;
	left: 2px;
	width: 60px;
	height: 30px;
	background: #ebe8d9;
	-webkit-border-bottom-right-radius: 40px 50px;
	-moz-border-radius-bottomright: 40px 50px;
	border-bottom-right-radius: 40px 50px;
	z-index: 2;
}

.twitterHandle {
	margin: 35px 20px 0;
	max-width: 100%;
	display: block;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.twitterHandle:hover {
	border: none;
	margin-left: 28px;
}

/* FOOTER */
footer section {
	max-width: 31.25%;
	float: left;
	margin: 0  0 30px 3.125%;
	background: #ebe8d9;
	padding: 20px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 10px #629996;
	-moz-box-shadow: 0 0 10px #629996;
	box-shadow: 0 0 10px #629996;
}
footer section:first-child { margin-left: 0 }

#comments li {
	border-bottom: 1px solid #81aeab;
	font-size: 14px;
	line-height: 20px;
	margin: 0 20px 5px;
}
#comments li .newLine {
	font-size: 12px;
	text-align: right;
}
#footerBio p { margin: 0 20px }

#copyright {
	text-align: center;
	padding: 10px 0 30px;
	clear: both;
}

/* OVERLAY */
#modalOverlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	z-index: 5;
	-webkit-transform: translate3d(0,0,0);
}
#dialog {
	width: 260px;
	height: auto;
	margin: 0 auto;
	background: #ebe8d9;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0 0 10px rgba(16,26,25,.8);
	-moz-box-shadow: 0 0 10px rgba(98,153,150,.8);
	box-shadow: 0 0 10px rgba(98,153,150,.8);
	padding: 10px;
}
#dialog header { min-height: 24px; margin-bottom: 8px }
#dialog header h1 {
	margin: 0 15px;
	line-height: 26px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
}
#dialog p { margin-bottom: 8px }

#dialog ul {
	text-align: center;
	height: 24px;
}
#dialog ul li {
	display: inline-block;
}
#dialog ul li:first-child { margin-right: 10px }
#dialog ul li a {
	display: block;
	float: left;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	position: relative;
	background: #970000;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ca0000),color-stop(1, #970000));
	background: -webkit-linear-gradient(top, #ca0000, #970000);
	background: -moz-linear-gradient(top, #ca0000, #970000);
	background: -o-linear-gradient(top, #ca0000, #970000);
	background: linear-gradient(top, #ca0000, #970000);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#dialog ul li a:hover {
	border: none;
	background: #ca0000;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #970000),color-stop(1, #ca0000));
	background: -webkit-linear-gradient(top, #970000, #ca0000);
	background: -moz-linear-gradient(top, #970000, #ca0000);
	background: -o-linear-gradient(top, #970000, #ca0000);
	background: linear-gradient(top, #970000, #ca0000);
	padding: 0 13px;
}

#dialog ul li a.green {
	background: #668800;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8cbb00),color-stop(1, #668800));
	background: -webkit-linear-gradient(top, #8cbb00, #668800);
	background: -moz-linear-gradient(top, #8cbb00, #668800);
	background: -o-linear-gradient(top, #8cbb00, #668800);
	background: linear-gradient(top, #8cbb00, #668800);
}
#dialog ul li a.green:hover {
	background: #8cbb00;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #668800),color-stop(1, #8cbb00));
	background: -webkit-linear-gradient(top, #668800, #8cbb00);
	background: -moz-linear-gradient(top, #668800, #8cbb00);
	background: -o-linear-gradient(top, #668800, #8cbb00);
	background: linear-gradient(top, #668800, #8cbb00);
}
#dialog span {
	width: 260px;
	display: block;
	margin-top: 8px;
}
#dialog span input {
	margin-right: 4px;
	display: block;
	float: left;
}
#dialog span label {
	display: block;
	line-height: 19px;
	height: 19px;
}


/* width < 960px */
@media screen and (max-device-width: 840px), screen and (max-width: 840px) {
	#mainContent {
		width: 100%;
		margin-right: 0;
	}
	aside {
		width: 100%;
		float: left;
		padding-bottom: 0;
	}
	aside nav, aside section {
		width: 48%;
		float: left;
	}
	aside section:first-child { margin-right: 4% }
	aside section h1, aside #inTouch li { margin-right: 0 }
	aside nav h1, aside .links li { margin-left: 0 }
	aside .links li:hover { margin-left: 5px }
	#latestTweet, #recentComments { display: none }
	footer section {
		max-width: 48%;
		margin-left: 4%;
	}
}

/* width < 620px */
@media screen and (max-device-width: 620px), screen and (max-width: 620px) {
	hgroup h1 { font-size: 56px; line-height: 56px }
	hgroup h2 { font-size: 13px }
	#global ul li a { padding: 0 12px }
	.tags { width: 275px }
	article header h1 {
		width: 70%;
		margin: 0 2%;
	}
	time { width: 13% }
	.comments { width: 13% }
}

/* width < 480px */
@media screen and (max-device-width: 480px), screen and (max-width: 480px) {
	hgroup h1 { font-size: 46px; line-height: 40px; }
	hgroup h2 { font-size: 11px }
	#global ul li a {
		font-size: 12px;
		text-transform: none;
		padding: 0 10px;
	}
	#mainContent {
		min-width: 300px;
		width: 100%;
		margin: 0 auto;
		float: left;
	}
	article header { min-height: 38px }
	time { width: 20% }
	article header h1 {
		font-size: 18px;
		line-height: 22px;
		padding: 5px 0;
		width: 76%;
		margin: 0 2%;
	}
	.comments { display: none }
	.tags { width: 110px }
	.tags li { display: block }
	
	aside nav, aside section {
		width: 100%;
		float: left;
		margin: 0 0 20px;
	}
	aside section h1, aside #inTouch li { margin-right: 20px }
	aside nav h1, aside .links li { margin-left: 20px }
	aside .links li:hover { margin-left: 25px }
	
	footer section {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		float: none;
	}
}
