/* @override http://preview.24ways.org/css/master.css */

/* @group palette */

.white {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
}

.light {
	background-color: rgb(228, 229, 235); 
	background-color: rgba(228, 229, 235, .75);
}

.grey {
	background-color: rgb(170, 178, 192); 
	background-color: rgba(170, 178, 192, .75);
}

.red {
	background-color: rgb(179, 45, 71); 
	background-color: rgba(179, 45, 71, .75);
}

.dark {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .75);
}

/* @end */

/* @group reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	font-size: 1em;
}

/* @end */

/* @group default */

body {
	background: #ddd url(../img/body.gif) repeat fixed 0 0;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	/*text-shadow: #ddd 0 0 0;*/
	position: relative;
	padding-top: 50px;
}

/* @group img */

img {
	vertical-align: bottom;
}

/* @end */

/* @group dl */

dl {
	margin-bottom: 18px;
}

dt {
	margin-bottom: 5px;
}

dd {
	margin-bottom: 10px; 
	font-style: italic;
}

/* @end */

/* @group header */

h2 {
	font-size: 36px;
	line-height: 40px;
	padding: 10px 0;
}

h2 a {
	color: #fff;
	text-shadow: rgba(170, 178, 192, .75) 0 0 20px;
	text-decoration: none;
}

h2 a:hover,
h2 a:focus {
	color: #fff;
	text-shadow: rgba(170, 178, 192, 1) 0 0 20px;
}

h2 a:active {
	text-shadow: rgba(14, 32, 59, .75) 0 0 20px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}

h4 {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 a {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	text-decoration: none;
}

h4 a:hover,
h4 a:focus {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
}

h4 a:active {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

/* @end */

/* @group anchor */

a {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, .75);
	text-decoration: underline;
}

a:hover,
a:focus {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, 1);
}

a:active {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

/* @end */

/* @group paragraph */

p {
	margin-bottom: 18px;
}



/* @end */

/* @group list */

ol,
ul {
	margin-bottom: 18px;
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .5);
}

ol li,
ul li {
	margin-bottom: 9px;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: disc;
}

/* @group code */

ol.code {
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	font-weight: bold;
	border-left: 40px solid rgba(170, 178, 192, .75);
	background-color: rgb(170, 178, 192); 
	background-color: rgba(170, 178, 192, .25);
}

ol.code li {
	margin-bottom: 1px;
}

ol.code li:nth-child(even) code {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, 1);
}

ol.code li code {
	display: block;
	padding: 5px 10px 5px 30px;
	text-indent: -20px;
}

ol.code li.source {
	list-style: none;
	padding: 5px 10px;
	font-weight: normal;
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .5);
}

/* @end */

/* @end */

/* @group code */

code {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, .75);
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	padding: 3px 5px;
	font: bold 13px/18px "Courier New", Courier, mono;
}

pre {
	display: block;
	margin-bottom: 18px;
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	padding: 10px;
	overflow: auto;
}

pre code {
	background: none;
}

/* @end */

/* @end */

/* @group layout */

.meta,
#navigation,
#year,
#day,
h1,
#footer {
	-webkit-text-size-adjust: none;
}

#jump {
	display: none;
}

/* @group day */

#day {
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
	font-weight: bold;
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
	line-height: 40px;
	z-index: 5;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#day h3 {
	width: 60px;
	font-size: 14px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}

#day li {
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
	margin: 0;
	list-style: none;
	font-size: 18px;
	width: 80px;
}

#day a {
	display: block;
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	text-decoration: none;
	padding: 0 900px 0 10px;
	width: 60px;
}

#day a:hover,
#day a:focus {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .1);
}

#day a:active,
#day li.current a:active {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .35);
}

#day li.current a {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .25);
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, .75);
}

#day li.current a:hover,
#day li.current a:focus {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, 1);
}

/* @end */

/* @group year */

#year {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 10px;
	font-weight: bold;
	text-align: center;
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
	line-height: 30px;
	z-index: 5;
	padding-left: 60px; 
	text-transform: uppercase;
	letter-spacing: 1px;
}

#year h3 {
	font-size: 14px;
	width: 60px;
	padding: 20px 0;
	position: absolute;
	left: 0;
	top: 0;
}

#year ul {
	width: 5000px;
}

#year ul li {
	float: left;
	width: 60px;
	list-style: none;
	padding: 20px 0;
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
}

#year ul li a {
	display: block;
	width: 60px;
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	text-decoration: none;
	position: absolute;
	padding: 20px 0;
	top: 0;
	z-index: 5;
	bottom: 0;
}

#year ul li.current a {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .25);
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, .75);
}

#year ul li.current a:hover,
#year ul li.current a:focus {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, 1);
}

#year a:hover,
#year a:focus {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .1);
}

#year a:active,
#year ul li.current a:active {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .35);
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	padding: 20px 0 25px 130px;
	width: 760px;
	font-size: 12px; 
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	z-index: 25;
	position: relative;
}

#footer strong {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
}

#footer a {
	text-decoration: none;
}

#footer li {
	display: inline;
	white-space: nowrap;
}

/* @end */

/* @group navigation */

#navigation {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .5);
	z-index: 50;
	position: relative;
	height: 55px;
	padding: 20px 0;
	width: 970px;
	margin: -85px 0 0;
	overflow: hidden;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation li a {
	float: left;
	margin-right: 10px;
	background: rgb(170, 178, 192); 
	background: rgba(170, 178, 192, .75);
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
	font-size: 18px;
	font-weight: bold; 
	text-transform: uppercase;
	line-height: 33px;
	padding: 1px 10px;
}

body.authors #navigation li#nav-authors a,
body.author #navigation li#nav-authors a,
body.archives #navigation li#nav-archives a {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .5);
}

body.authors #navigation li#nav-authors a:hover,
body.authors #navigation li#nav-authors a:focus,
body.author #navigation li#nav-authors a:hover,
body.author #navigation li#nav-authors a:focus,
body.archives #navigation li#nav-archives a:hover,
body.archives #navigation li#nav-archives a:focus {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
}

#navigation li a:hover,
#navigation li a:focus {
	background-color: rgb(170, 178, 192); 
	background-color: rgba(170, 178, 192, 1);
	color: #fff;
}

#navigation li a:active {
	padding: 2px 10px 0;
	-webkit-box-shadow: 0 0 10px rgba(170, 178, 192, .75);
	-moz-box-shadow: 0 0 10px rgba(170, 178, 192, .75);
}

li#nav-home a,
li#nav-home a:active {
	padding-left: 100px;
}

/* @group search */

li#search {
	float: right;
}

li#search input {
	float: left;
	height: 35px;
	text-shadow: #ddd 0 0 0;
}

li#search input.text {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .5);
	width: 220px;
	padding: 7px 10px;
	height: 21px;
	font: 14px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li#search input.text:hover {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
}

li#search input.text:active,
li#search input.text:focus {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, 1);
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
}

li#search input.submit {
	background: rgb(170, 178, 192); 
	background: rgba(170, 178, 192, .75);
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, .75);
	font: bold 18px/33px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 1px 0;
	width: 60px;
	cursor: pointer;
}

li#search input.submit:hover,
li#search input.submit:focus {
	background: rgb(170, 178, 192); 
	background: rgba(170, 178, 192, 1);
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, 1);
}

li#search input.submit:active {
	padding: 2px 0 0;
	-webkit-box-shadow: 0 0 10px rgba(170, 178, 192, .75);
	-moz-box-shadow: 0 0 10px rgba(170, 178, 192, .75);
}

/* @end */

/* @end */

/* @group h1 */

h1 {
	line-height: 250px;
	font-size: 210px; 
	text-transform: uppercase;
	font-weight: bold;
	height: 170px;
	overflow: hidden;
	padding-left: 75px;
	z-index: 25;
	position: relative;
	width: 890px;
}

h1 a {
	text-decoration: none;
	letter-spacing: -15px;
	display: block;
	position: relative;
	white-space: nowrap;
	margin-top: -45px;
	-webkit-transition: color 0.25s linear;
}

h1 a:active {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, .9);
}

h1 a em {
	font-size: 36px;
	line-height: 75px; 
	text-transform: lowercase; 
	font-style: normal;
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .5);
	letter-spacing: 0;
	position: absolute;
	width: 880px;
	top: 55px;
	left: 0;
	text-align: right;
	-webkit-transition: color 0.25s linear;
}

h1 a:hover em,
h1 a:focus em {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
}

h1 a:active em {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .5);
}

/* @end */

/* @group content */

#content {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .5);
	width: 900px;
	min-height: 980px;
	margin-left: 70px;
	float: left;
	z-index: 55;
	position: relative;
}

/* @end */

/* @group unnecessary */

#unnecessary {
	margin: 0;
}

#unnecessary li {
	position: fixed;
	list-style: none;
	margin: 0;
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	z-index: 75;
}

li#top {
	height: 10px;
	left: 0;
	right: 0;
	top: 0;
}

li#right {
	width: 10px;
	bottom: 10px;
	right: 0;
	top: 10px;
}

li#bottom {
	height: 10px;
	left: 0;
	right: 0;
	bottom: 0;
}

li#left {
	width: 10px;
	bottom: 10px;
	left: 0;
	top: 10px;
}

/* @end */

/* @end */

/* @group specific */

/* @group about */

#about {
	width: 200px;
	padding: 1px 20px 1px;
	background-color: rgb(179, 45, 71); 
	background-color: rgba(179, 45, 71, .75);
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, .75);
	margin-bottom: 20px;
	margin-right: 30px;
	float: right;
}

#about h2 {
	display: block;
	font-size: 18px;
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
}

#about strong {
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, .75);
}

#about a {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	text-decoration: none;
}

#about a:hover,
#about a:focus {
	text-decoration: underline;
}

#about a:active {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

/* @end */

/* @group archives */

body.archives h2 {
	padding-left: 30px;
}

body.archives #about h2 {
	padding-left: 0;
}

#tabs {
	height: 40px;
	margin: 0 0 0 30px;
	line-height: 38px;
}

#tabs li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
}

#tabs li a {
	background-color: rgb(170, 178, 192); 
	background-color: rgba(170, 178, 192, .75);
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	float: left;
	padding: 1px 20px;
	font-weight: bold; 
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

#tabs li a:hover,
#tabs li a:focus {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

#tabs li a:active {
	padding: 2px 20px 0;
}

#tabs li.selected a {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, .75);
}

#tabs li.selected a:hover,
#tabs li.selected a:focus {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, 1);
}

/* @end */

/* @group home */

body.home h2 {
	display: none;
}

#articlelist {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	margin: 0 0 30px 10px;
	width: 550px;
	padding: 0 20px 10px;
	float: left;
}

#articlelist li {
	border-bottom: 2px solid rgba(170, 178, 192, .75);
	list-style: none;
	padding: 20px 60px 2px 90px;
}

#articlelist li .author {
	float: right;
	margin-right: -100px;
}

#articlelist li h3 {
	position: relative;
}

#articlelist li h3 strong {
	font-size: 36px;
	line-height: 40px;
	position: absolute;
	left: -90px;
	top: 0;
	width: 50px;
	padding: 5px 10px 10px;
	height: 65px;
	text-align: center;
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, .75);
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .5);
	-webkit-box-shadow: 0 0 10px rgba(14, 32, 59, .25);
	-moz-box-shadow: 0 0 10px rgba(14, 32, 59, .25);
}

#articlelist li h3 strong em {
	font-size: 10px;
	display: block;
	font-style: normal;
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .5);
	line-height: 20px;
	margin-top: 5px;
}

/* @end */

/* @group author */

.author h2 {
	width: 540px;
	float: right;
	margin-bottom: 10px;
}

#authorarticles {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	padding: 0 40px 18px;
	width: 470px;
	float: right;
	margin: 0 30px 20px 0;
}

#authorarticles h3 {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	padding: 18px 40px 18px 40px;
	margin: 0 -40px 18px;
}

#authorarticles ul {
	padding-left: 70px;
}

#authorarticles ul li {
	list-style: none;
}

#authorarticles h4 {
	margin-bottom: 8px;
	padding-top: 10px;
	font-size: 18px;
}

#authorarticles h4 a { 
	text-transform: none;
}

#authorarticles h4 a:hover,
#authorarticles h4 a:focus {
	text-decoration: underline;
}

#authorarticles h4 strong {
	font-size: 36px;
	line-height: 40px;
	position: absolute;
	left: -90px;
	top: 0;
	width: 50px;
	padding: 5px 10px 10px;
	height: 65px;
	text-align: center;
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, .75);
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .5);
	-webkit-box-shadow: 0 0 10px rgba(14, 32, 59, .5);
	-moz-box-shadow: 0 0 10px rgba(14, 32, 59, .5);
}

#authorarticles h4 {
	position: relative;
}

#authorarticles h4 strong em {
	font-size: 10px;
	display: block;
	font-style: normal;
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .5);
	line-height: 20px;
	margin-top: 5px;
}

#aboutauthor {
	padding: 30px 40px 11px;
	width: 470px;
	float: right;
	margin: 0 30px 20px 0;
	background-color: rgb(179, 45, 71); 
	background-color: rgba(179, 45, 71, .75);
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, .75);
}

#authorpicture {
	float: left;
	margin: 0 0 0 20px;
}

#aboutauthor a {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	text-decoration: none;
}

#aboutauthor a:hover,
#aboutauthor a:focus {
	text-decoration: underline;
}

#aboutauthor a:active {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

#allauthors {
	position: absolute;
	top: 300px;
	left: 20px;
	width: 280px;
}

#allauthors a {
	display: block;
	font-weight: bold; 
	text-transform: uppercase;
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .75);
	padding: 10px 20px;
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

#allauthors a:hover,
#allauthors a:focus {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, 1);
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, 1);
}

#allauthors a:active {
	padding: 11px 20px 9px;
}

/* @end */

/* @group authors */

body.authors h2 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -5px;
}

#authorlist {
	width: 870px;
	padding-left: 10px;
	float: left;
	margin-bottom: 10px;
}

#authorlist li {
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
	width: 280px;
	height: 100px;
}

#authorlist li a {
	float: left;
	list-style: none;
	margin: 0 20px 20px 0;
	padding: 15px 20px 5px 120px;
	width: 140px;
	background-color: rgb(228, 229, 235); 
	background-color: rgba(228, 229, 235, .75);
	height: 80px;
	position: relative;
	line-height: 20px; 
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background-color 0.1s linear;
}

#authorlist li a:hover,
#authorlist li a:focus {
	background-color: rgb(228, 229, 235); 
	background-color: rgba(228, 229, 235, 1);
}

#authorlist li a:active {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	padding: 16px 20px 4px 120px;
}

#authorlist li a span {
	display: block;
}

#authorlist li a small {
	text-transform: lowercase;
	font-size: 12px;
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
}

#authorlist li a:hover small,
#authorlist li a:focus small {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

#authorlist img {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

/* @end */

/* @group article */

#article {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	padding: 36px 40px 18px;
	width: 540px;
	float: right;
	display: none;
}

#content.article #article,
#content.comments #comments {
	display: block;
}

.article #content {
	width: 860px;
	padding: 0 30px 30px 10px;
}

#article h3 {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	padding: 18px 40px;
	margin: 36px -40px 18px;
}

/* @group comments */

#comments {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	padding: 36px 40px 18px;
	width: 540px;
	float: right;
	display: none;
}

/* @group new */

#comments #newcomment h3 {
	display: block;
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	padding: 18px 40px 18px 160px;
	margin: 0 -40px 18px;
}

#newcomment form p {
	height: 35px;
	margin-bottom: 10px;
	text-align: right;
	line-height: 25px;
}

#newcomment form p input,
#newcomment form p textarea {
	width: 400px;
	padding: 10px;
	height: 15px;
	font: 14px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #fff 0 0 0;
	background: rgb(255, 255, 255); 
	background: rgba(255, 255, 255, .75);
}

#newcomment form p input:focus,
#newcomment form p textarea:focus {
	background: rgb(255, 255, 255); 
	background: rgba(255, 255, 255, 1);
}

#newcomment form p label {
	float: left;
	width: 100px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
}

#newcomment form p label:hover {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

#newcomment form p.optional label {
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
}

#newcomment form p.optional label:hover {
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, 1);
}

#newcomment form p textarea {
	height: 180px;
}

#newcomment form p.textarea {
	height: 200px;
}

#newcomment p.disclaimer {
	padding: 10px 0 0 120px;
	text-align: left;
	line-height: 35px;
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
}

#newcomment p.buttonbar {
	line-height: 33px;
	margin-top: -45px;
	height: 35px;
	float: right;
}

#newcomment p.buttonbar input {
	width: 100px;
	float: left;
	padding: 1px 0;
	height: 35px;
	margin-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, .75);
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .75);
	cursor: pointer;
}

#newcomment p.buttonbar input:hover,
#newcomment p.buttonbar input:focus {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, 1);
}

#newcomment p.buttonbar input:active {
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, 1);
	padding: 2px 0 0;
}

#newcomment p.buttonbar input.disabled {
	background-color: rgb(170, 178, 192); 
	background-color: rgba(170, 178, 192, .75);
	cursor: default;
}

/* @end */

/* @group display */

#comments h3 {
	display: none;
}

#comments .disclaimer {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, .75);
}

#comments ul li {
	list-style: none;
	border-top: 2px solid rgba(255, 255, 255, .75);
	padding: 20px 0 2px 120px;
	margin: 0;
	min-height: 118px;
	position: relative;
}

#comments ul li:nth-child(even) {
	padding: 20px 120px 2px 0;
}

#comments ul li p.permlink {
	float: right;
}

#comments ul li h4 {
	width: 320px;
	white-space: nowrap;
	overflow: hidden;
}

#comments ul li h4 img {
	position: absolute;
	left: 0;
	top: 20px;
	opacity: .9;
	-webkit-transition: opacity 0.1s linear;
}

#comments ul li h4 img:hover,
#comments ul li h4 a:hover img {
	opacity: 1;
}

#comments ul li:nth-child(even) h4 img {
	left: auto;
	right: 0;
}

#comments ul li h4 a small,
#comments ul li p.permlink a {
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: color 0.1s linear;
}

#comments ul li h4 a:hover small,
#comments ul li h4 a:active small,
#comments ul li p.permlink a:hover,
#comments ul li p.permlink a:focus {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
}

#comments ul li h4 a:active small,
#comments ul li p.permlink a:active {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

/* @end */

/* @end */

/* @group related */

#related {
	width: 180px;
	padding: 20px 20px 1px;
	background-color: rgb(170, 178, 192); 
	background-color: rgba(170, 178, 192, .75);
}

#related ul {
	border-top: 2px solid rgba(170, 178, 192, .75);
	margin-bottom: 15px;
}

#related ul li {
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, .75);
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 2px solid rgba(170, 178, 192, .75);
	list-style: none;
	margin: 0;
	width: 180px;
}

#related ul li h4 {
	margin: 0;
	text-transform: none;
}

#related ul li h4 a {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	display: block;
}

#related ul li h4 a:hover,
#related ul li h4 a:focus {
	text-decoration: underline;
}

#related ul li h4 a:active {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

#related ul li p {
	margin: 5px 0 0 0;
}

#related ul li p a {
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, .75);
}

#related ul li p a:hover,
#related ul li p a:focus {
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, 1);
}

#related ul li p a:active {
	text-shadow: rgba(228, 229, 235, .75) 0 0 5px;
}

#related h3 {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, .75);
}

/* @end */

/* @group author */

#author {
	width: 180px;
	padding: 80px 20px 1px;
	background-color: rgb(179, 45, 71); 
	background-color: rgba(179, 45, 71, .75);
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, .75);
	margin-top: 100px;
	margin-bottom: 20px;
	position: relative;
}

#author strong {
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, .75);
}

#author a {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	text-decoration: none;
}

#author a:hover,
#author a:focus {
	text-decoration: underline;
}

#author a:active {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

#author h3 {
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
}

#author img {
	position: absolute;
	top: -100px;
	left: 10px;
	opacity: .9;
	-webkit-transition: opacity 0.1s linear;
}

#author img:hover {
	opacity: 1;
}

#author p.more {
	margin: 10px -10px;
}

#author p.more a {
	display: block;
	padding: 5px 10px;
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .5);
	color: rgb(255, 255, 255); 
	color: rgba(255, 255, 255, .75);
	font-weight: bold;
	text-align: center;
}

#author p.more a:hover,
#author p.more a:focus {
	color: #fff;
}

#author p.more a:active {
	padding: 6px 10px 4px;
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .75);
}

/* @end */

/* @group meta */

.meta {
	float: right;
	width: 620px;
	position: relative;
}

.meta h2 {
	padding-left: 40px;
	margin-top: -5px;
	margin-bottom: 5px;
}

.meta h2 strong {
	position: absolute;
	left: -50px;
	top: 0;
	width: 50px;
	padding: 5px 10px 10px;
	height: 65px;
	text-align: center;
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, .75);
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .5);
	-webkit-box-shadow: 0 0 10px rgba(14, 32, 59, .5);
	-moz-box-shadow: 0 0 10px rgba(14, 32, 59, .5);
}

.meta h2 strong em {
	font-size: 10px;
	display: block;
	font-style: normal;
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .5);
	line-height: 20px;
	margin-top: 5px;
}

.meta p {
	margin: 0 40px 0 0;
	float: right;
	line-height: 40px;
	color: rgb(170, 178, 192); 
	color: rgba(170, 178, 192, .75);
	font-weight: bold;
}

.meta p a {
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, .75);
}

.meta p a:hover,
.meta p a:focus {
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, 1);
}

.meta ul {
	height: 40px;
	float: left;
	margin: 0 0 0 40px;
	line-height: 38px;
}

.meta ul li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
}

.meta ul li a {
	background-color: rgb(170, 178, 192); 
	background-color: rgba(170, 178, 192, .75);
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	float: left;
	padding: 1px 20px;
	font-weight: bold; 
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

.meta ul li#goto-comments a,
.meta ul li#goto-comments a:active {
	padding-right: 10px;
}

.meta ul li a:hover,
.meta ul li a:focus {
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, 1);
}

.meta ul li a:focus strong,
.meta ul li a:hover strong {
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, 1);
}

.meta ul li a:active {
	padding: 2px 20px 0;
}

.meta ul li a strong {
	float: right;
	line-height: 20px;
	margin-top: 9px;
	margin-left: 10px;
	padding: 0 10px;
	background-color: rgb(14, 32, 59); 
	background-color: rgba(14, 32, 59, .75);
	color: rgb(228, 229, 235); 
	color: rgba(228, 229, 235, .75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content.article .meta ul li#goto-article a,
#content.comments .meta ul li#goto-comments a,
#content.article .meta ul li#goto-article-alt a,
#content.comments .meta ul li#goto-comments-alt a {
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .75);
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, .75);
}

#content.article .meta ul li#goto-article a:hover,
#content.comments .meta ul li#goto-comments a:hover,
#content.article .meta ul li#goto-article a:focus,
#content.comments .meta ul li#goto-comments a:focus,
#content.article .meta ul li#goto-article-alt a:hover,
#content.comments .meta ul li#goto-comments-alt a:hover,
#content.article .meta ul li#goto-article-alt a:focus,
#content.comments .meta ul li#goto-comments-alt a:focus {
	color: rgb(179, 45, 71); 
	color: rgba(179, 45, 71, 1);
}

/* @end */

/* @end */

/* @end */