
* { margin: 0; padding: 0; }
html {
	background-image: linear-gradient(top, #8D8E90 37%, #071126 81%);
background-image: -o-linear-gradient(top, #8D8E90 37%, #071126 81%);
background-image: -moz-linear-gradient(top, #8D8E90 37%, #071126 81%);
background-image: -webkit-linear-gradient(top, #8D8E90 37%, #071126 81%);
background-image: -ms-linear-gradient(top, #8D8E90 37%, #071126 81%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.37, #8D8E90),
	color-stop(1, #071126));
	height: 100%;
  	background-repeat: no-repeat;
    background-attachment: fixed;
	}
body { 
	width: 960px;
	margin: 0 auto;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 1px 5%; 
	background: #8D8E90; 

	}
	
/* HEADER */
hgroup { margin: 20px 0 40px }
hgroup h1 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #970000;
	text-shadow: -1px -1px 0 #650000, 0 0 10px rgba(255,255,255,0.7);
}
hgroup h1 a:hover { border: none }
hgroup h2 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #eee;
}
	
p {
	margin-bottom: 18px
	}
h1 {
	 margin-bottom: .1px;
	 font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	 font-size: 135%;
	 text-indent: 0px;
	 letter-spacing: -1px;
	 }
cite { 
	 float: right;
	 }
ul.classic {
	list-style: disc;
	margin-bottom: 1em;
	padding-left: 2em;
	}
div.section {
	clear: both;
	padding-top: 50px;
	}
fieldset {
	border: none;
	}
	

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


/* MAIN */
#content {
	width: 700px;
	margin-left: 10px;
	float: inherit;
}
article {
	background: #ebe8d9;
	margin: 0 0 30px 0;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px #071126;
	-moz-box-shadow: 0 0 10px #071126;
	-webkit-box-shadow: 0 0 10px #071126;
}

article header {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 660px;
	color: #eee;
	height: 40px;
	margin-bottom: 20px;
	background-color: #8e8e8e;
	box-shadow: inset 0 -35px 35px -18px #8e8e8e;
	background-image: -moz-linear-gradient(top, #8e8e8e);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8e8e8e),color-stop(1, #071126));
}

article header h1 { line-height: 35px }

.time {
	float: left;
	text-align: right;
	width: 50px;
	height: 40px;
	font-size: 24px;
	margin-right: 12px;
	padding-right: 10px;
	background-color: #8e8e8e;;
	border-right-color: #8e8e8e;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
box-shadow: inset 0 -35px 35px -18px #8e8e8e;
	background-image: -moz-linear-gradient(top, #8e8e8e);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8e8e8e),color-stop(1, #071126));
}
.year {
	font-size: 15px;
	text-align: center;
	width: 40px;
	line-height: 16px;
	margin: 12px 0 0 -7px;
	display: block;
	transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.date {
	font-size: 18px;
	height: 24px;
	text-align: center;
	float: right;
	margin: -25px 0 0 -10px;
}
.date span {
	display: block;
	font-size: 12px;
	height: 16px;
}

article header h1 { float: none }


footer p { margin: 0 }
.tags {
	-o-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	padding: 0 3px;
	margin-right: 3px;
	font-variant: small-caps;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tags:hover {
	background-color: #8071126;
	color: #8e8e8e;
	border: none;
}
.button {
	display: block;
	float: right;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 10px 0 35px;
	height: 34px;
	line-height: 34px;
	margin-top: -32px;
	position: relative;
	background-color: #071126;
	box-shadow: inset 0 -35px 35px -18px #071126;
	background-image: -moz-linear-gradient(top, #071126, #071126);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #071126),color-stop(1, #071126));
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.button:before {
	content: "";
	background-color: #ebe8d9;
	position: absolute;
	top: 0;
	left: -10px;
	height: 34px;
	width: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.button:hover {
	border: none;
	box-shadow: inset 0 -35px 35px -18px #071126, inset 3px 0 12px #071126;
	background-image: -moz-linear-gradient(top, #071126, #071126);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #071126),color-stop(1, #071126));
	padding-left: 30px



