/* @override http://maxvoltar.com/css/master.css */

/* @group reset */

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

/* @end */

/*body {
	-webkit-text-stroke:1px transparent;
}

@media only screen and (max-device-width:480px) {
	body {
		-webkit-text-stroke:0 black;
	}
}*/

/* @group default */

/* @group body */

body {
	font: 14px/20px Cambria, Georgia, serif;
	color: #333;
	padding-top: 50px;
	background-color: #333;
	word-spacing: 1px;
}

/* @end */

/* @group em */

/* @end */

/* @group img */

img {
	vertical-align: bottom;
}

.image {
	text-align: center;
}

.image em {
	display: block;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 11px;
}

#body img,
.comment img {
	padding: 5px 0;
}

.comment .gravatar img {
	padding: 0;
}

/* @end */

/* @group horizontal rule */

hr {
	display: none;
}

/* @end */

/* @group anchor */

a {
	color: #333;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #000;
}

a:active {
	color: #666;
}

/* @end */

/* @group table */

table {
	border: 2px solid rgba(0, 0, 0, .1);
	border-width: 2px 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table td {
	padding: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

/* @end */

/* @group code */

code {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

pre {
	margin-bottom: 20px;
}

/* @end */

/* @group del */

del {
	text-decoration: line-through;
}

/* @end */

/* @group paragraph */

p {
	margin-bottom: 10px;
}

/* @end */

/* @group list */

ul, ol {
	margin-bottom: 10px;
}

ul li {
	padding-left: 20px; 
	background: url(../img/ul-li.png) no-repeat 7px 7px;
}

li.note ol li {
	padding: 0;
	background: none;
}

ol li {
	list-style: decimal;
	margin-left: 20px;
}

/* @end */

/* @group blockquote */

blockquote {
	font-style: italic;
	/*font-size: 13px;*/
	padding-left: 10px;
	border-left: 2px solid rgba(0, 0, 0, .1);
}

/* @end */

/* @group form */

legend {
	display: none;
}

/* @group textarea */

textarea {
	font: 14px/20px Cambria, Georgia, serif;
	color: #666;
	height: 194px;
	padding: 2px 5px;
	border: 1px solid #999; 
	background: #f9f9f9 url(../img/input.png) no-repeat 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	resize: none
}

textarea:hover {
	border-color: #666;
	color: #333;
}

textarea:focus {
	border-color: #333;
	background-color: #fff;
	color: #000;
}

/* @end */

/* @group input */

input[type=text] {
	font: 14px/24px Cambria, Georgia, serif;
	color: #666;
	height: 24px;
	padding: 0 5px;
	border: 1px solid #999; 
	background: #f9f9f9 url(../img/input.png) no-repeat 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

input[type=text]:hover {
	border-color: #666;
	color: #333;
}

input[type=text]:focus {
	border-color: #333;
	background-color: #fff;
	color: #000;
}

/* @end */

/* @group button */

/* @group twitter/default */

#twitter p a,
#search input[type=submit],
#quicknav a,
#quicknav span,
#comments h3 a,
p#newcomment-buttons input {
	display: block;
	text-align: center;
	font: bold 11px/28px "Helvetica Neue", Helvetica, Arial;
	height: 28px;
	padding: 1px 0;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-shadow: #000 0 -1px 1px; 
	background: url(../img/button.png) no-repeat 0 0;
	cursor: pointer;
}

#twitter p a:hover,
#twitter p a:focus {
	background-position: 0 -30px;
}

#twitter p a:active,
#search input[type=submit]:active,
#quicknav a:active,
#comments h3 a:active,
p#newcomment-buttons input:active {
	padding: 2px 0 0;
	background-position: 0 -60px;
}

/* @group write comment */

#comments h3 small {
	float: right;
	font: 14px/70px Cambria, Georgia, serif;
	color: #999;
}

#comments h3 a {
	position: absolute;
	top: 20px;
	right: 0;
	width: 150px;
	background-position: 0 -310px;
	padding-bottom: 6px;
}

#comments h3 a:hover,
#comments h3 a:focus {
	background-position: 0 -350px;
}

#comments h3 a:active {
	background-position: 0 -390px;
	padding-bottom: 5px;
}

p#newcomment-buttons input {
	width: 185px;
	float: left;
	margin-right: 10px;
	background-position: 0 -430px;
}

p#newcomment-buttons input:hover,
p#newcomment-buttons input:focus {
	background-position: 0 -460px;
}

p#newcomment-buttons input:active {
	background-position: 0 -490px;
}

p#newcomment-buttons input.disabled {
	opacity: .5;
	background-position: 0 -430px;
	cursor: default;
	padding: 1px 0;
}

/* @end */

/* @end */

/* @group quicknav */

#qn-newer a,
#qn-newer span {
	width: 70px;
	padding-left: 11px;
	background-position: -19px -90px;
}

#qn-newer a:hover,
#qn-newer a:focus {
	background-position: -19px -120px;
}

#qn-newer a:active {
	background-position: -19px -150px;
	padding-left: 11px;
}

#qn-older a,
#qn-older span {
	width: 70px;
	padding-right: 11px;
	background-position: -100px -90px;
}

#qn-older a:hover,
#qn-older a:focus {
	background-position: -100px -120px;
}

#qn-older a:active {
	background-position: -100px -150px;
	padding-right: 11px;
}

#qn-up a {
	padding-top: 6px;
	width: 90px;
	background-position: 0 -185px;
}

#qn-up a:hover,
#qn-up a:focus {
	background-position: 0 -225px;
}

#qn-up a:active {
	background-position: 0 -265px;
	padding-top: 7px;
}

/* @end */

/* @group search */

#search input[type=submit] {
	background-position: -100px 0;
	width: 100px;
}

#search input[type=submit]:hover,
#search input[type=submit]:focus {
	background-position: -100px -30px;
}

#search input[type=submit]:active {
	background-position: -100px -60px;
}

/* @end */

/* @end */



/* @end */

/* @group header */

/* @group all */

h2,
h3,
h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	word-spacing: 0;
}

h2 a,
h3 a,
h4 a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h2 a:focus,
h3 a:focus,
h4 a:focus {
	text-decoration: underline;
}

/* @end */

/* @group h2 */

h2 {
	font-size: 30px;
	line-height: 40px;
}

/* @end */

/* @group h3 */

h3 {
	font-size: 20px;
	line-height: 25px;
}

/* @end */

/* @group h4 */

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 a {
	font-weight: bold;
}

/* @end */

/* @end */

/* @end */

/* @group blocks */

/* @group left/right */

.right {
	float: right;
	margin: 0 0 10px 20px;
}

.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* @end */

/* @group tags */

ul.tags li {
	display: inline;
	padding: 0;
	background: none;
}

ul.tags li a {
	text-decoration: none;
}

ul.tags li a:hover,
ul.tags li a:focus {
	text-decoration: underline;
}

/* @end */

/* @group floater */

#floater {
	width: 250px;
	position: fixed;
	top: 205px;
	left: 50%;
	margin-left: 175px;
}

#floater #home {
	z-index: 0;
	position: absolute;
	top: -145px;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	height: 143px;
}

#floater #home a {
	display: block;
	width: 250px;
	height: 135px;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap; 
	background: url(../img/logo.png) no-repeat 0 0;
}

#floater #home a:hover,
#floater #home a:focus {
	opacity: .9;
}

#floater #home a:active {
	opacity: 1;
	background-position: -250px 0;
}

/* @group quicknav */

#quicknav {
	height: 30px;
	padding-top: 20px;
	line-height: 30px;
	position: relative;
	margin-bottom: 20px;
	z-index: 50;
}

#quicknav li {
	padding: 0;
	background: none;
	position: absolute;
	height: 30px;
	overflow: hidden;
}

#quicknav li#qn-up {
	height: 35px;
}

#quicknav span {
	opacity: .25;
	cursor: default;
}

#qn-newer {
	top: 20px;
	left: -11px;
}

#qn-older {
	top: 20px;
	right: -11px;
}

#qn-up {
	top: 15px;
	left: 80px;
}

/* @end */

/* @end */

/* @group article */

.article {
	border-top: 2px solid rgba(0, 0, 0, .1);
	margin-bottom: 19px;
	padding: 19px 0 0 0;
	position: relative;
	background: none;
}

.article h3 {
	margin-bottom: 5px;
}

#default .article,
#articles .article {
	
}

/* @end */

/* @group meta */

.meta {
	height: 20px;
	position: relative;
	padding: 15px 0;
	border-top: 2px solid rgba(0, 0, 0, .1);
	margin: 0;
	font-size: 13px;
}

#articles .meta {
	position: absolute;
	right: 0;
	top: 24px;
	width: 250px;
}

#default .meta,
#articles .meta,
#notes .meta {
	border: 0;
	padding: 0;
}

.meta li {
	padding: 0;
	background: none;
	float: left;
	margin-right: 10px;
}

.meta li.meta-shorturl {
	margin-right: 0;
}

.meta a,
.meta del {
	color: #999;
	text-decoration: none;
	float: left;
	padding-left: 22px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.meta del {
	text-decoration: line-through;
	color: #ccc;
}

.meta li.meta-shorturl a { 
	background-image: url(../img/shorturl.png);
}

.meta li.meta-comments a,
.meta del { 
	background-image: url(../img/comments.png);
}

.meta li.meta-posted a {
	padding-left: 0;
}

.meta a:hover,
.meta a:focus {
	color: #666;
	text-decoration: underline;
	background-position: 0 -20px;
}

.meta a:active {
	color: #333;
}

/* @group edit */

.meta li.meta-edit,
.comment .edit {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
}

#content:hover .meta li.meta-edit,
#content:hover .comment .edit {
	opacity: 1;
}

.meta li.meta-edit a,
.comment .edit {
	float: none;
	position: absolute;
	left: -25px;
	top: -1px;
	padding: 0;
	width: 20px;
	height: 20px;
	text-indent: 150%;
	overflow: hidden; 
	background: url(../img/edit.png) no-repeat 0 0;
}

.comment .edit {
	top: 20px;
}

#article .meta li.meta-edit a,
#note .meta li.meta-edit a {
	top: 14px;
}

.meta li.meta-edit a:hover,
.meta li.meta-edit a:focus,
.comment .edit:hover,
.comment .edit:focus {
	background-position: 0 -20px;
}

.meta li.meta-edit a:active,
.comment .edit:active {
	background-position: 0 -19px;
}

/* @end */

/* @end */

/* @group note */

.note {
	border-top: 2px solid rgba(0, 0, 0, .1);
	margin-bottom: 19px;
	padding: 19px 0 0 0;
	background: none;
}

#note .note {
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
}

.note h3 {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.note h3 a {
	padding-right: 8px;
	font-weight: bold;
	background: url(../img/link.png) no-repeat right center;
}

#note h2 a {
	padding-right: 10px;
	background: url(../img/link.png) no-repeat right 17px;
}

/* @end */

/* @group fusion */

.fusion {
	height: 121px;
	background: url(../img/fusion.png) no-repeat 0 20px;
	position: relative;
	border-top: 2px solid rgba(0, 0, 0, .1);
	padding-bottom: 20px;
	z-index: 50;
}

#default .fusion {
	padding: 0;
	background-position: 0 0;
	border-top: 0;
}

#archive .fusion {
	border: 0;
}

#default .fusion {
	margin-bottom: 20px;
	margin-top: -31px;
}

.fusion img {
	position: absolute;
	top: 0;
	left: -140px;
}

.fusion a {
	color: #fff;
	text-shadow: #000 0 -1px 1px;
	text-decoration: none;
	font: 11px/14px Cambria, Georgia, serif;
	width: 95px;
	padding-right: 5px;
	position: absolute;
	left: 150px;
	top: 30px;
}

#default .fusion a {
	top: 10px;
}

.fusion a:hover,
.fusion a:focus {
	text-decoration: underline;
}

.fusion a strong {
	font-weight: normal;
}

.fusion a.powered,
#default .fusion a.powered {
	top: auto;
	bottom: 0;
	padding-bottom: 11px;
	color: #999;
	font-size: 10px;
}

/* @end */



/* @end */

/* @group layout */

/* @group content */

#content-wrapper {
	background-color: #fff;
}

#content {
	width: 550px;
	padding: 10px 350px 40px 50px;
	margin: 0 auto;
	overflow: hidden; 
	background: url(../img/content.png) no-repeat center bottom;
	min-height: 400px;
}

#default #content {
	width: 900px;
	padding: 30px 0 40px 50px;
}

/* @group notes */

#notes li.note {
	width: 250px;
	float: left;
	margin-right: 50px;
}

#notes #content {
	width: 600px;
	padding-right: 300px;
}

/* @end */

/* @group articles */

#articles h2,
#notes h2,
#archive h2,
#note h2,
#searchresults h2 {
	padding: 5px 0 15px;
	margin: 0;
}

#archive h2 {
	margin-bottom: 10px;
}

#articles h3 {
	width: 250px;
}

#articles #articles-list,
#archive h2 {
	border-bottom: 2px solid rgba(0, 0, 0, .1);
}

/* @end */

/* @group article */

.download img {
	float: left;
	margin: -6px 5px 0 0;
}

#article #content {
	padding-right: 350px;
	width: 550px;
	padding-top: 10px;
}

#article h2,
#note h2,
#searchresults h2 {
	padding: 5px 0 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.comment .gravatar img {
	padding: 0;
	position: relative;
}

#body {
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	padding-bottom: 10px;
}

/*#body a,
.note p a {
	background-color: #eee;
	padding: 0 2px;
	margin: 0 -2px;
	-webkit-border-radius: 2px;
}

#body a:hover,
#body a:focus,
.note p a:hover,
.note p a:focus {
	background-color: #ddd;
}*/

#body a:active,
.note p a:active,
.comment a:active {
	/*background-color: transparent;*/
	position: relative;
	top: 1px;
}

#body img {
	max-width: 100%;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}

#body h3 {
	color: #333;
	margin: 20px 0;
}

#body h4 {
	margin: 0;
	color: #333;
}

#body ul ul {
	margin: 0;
}

.footnote {
	color: #ccc;
	margin-bottom: 10px !important;
}

sup {
	font-size: 12px;
	line-height: 16px;
}

sup a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

/* @group preview */

body.preview #body,
body.preview #comments,
body.preview #c0/*,
body.preview #write-comment h3*/ {
	display: none;
}

#preview-comment li.comment {
	border-bottom: 0;
	padding-bottom: 1px;
}

#preview-comment {
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	margin-bottom: 10px;
}

#preview-comment h3 {
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	padding-bottom: 20px;
	padding-top: 10px;
}

body.preview #preview-comment #c0 {
	display: block;
}

.comments_error {
	color: #c33;
	font-weight: bold;
	border-top: 2px solid rgba(0, 0, 0, .1);
	padding: 20px 0 10px;
}

.comments_error li {
	padding: 0;
	background: none;
}

/* @end */

/* @group comments */

#comments h3,
#write-comment h3 {
	line-height: 70px;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	color: #333;
	position: relative;
}

#comments h3 span {
	width: 36px;
	height: 24px;
	text-align: center;
	font: bold 14px/24px "Helvetica Neue", Helvetica, Arial;
	height: 28px;
	color: #fff;
	text-shadow: #000 0 -1px 1px;
	position: absolute;
	top: 24px;
	left: 105px; 
	background: url(../img/button.png) no-repeat -150px -310px;
	opacity: .25;
}

/* @group write comment */

p#txpCommentInputForm,
#comments_closed {
	padding-top: 20px;
	text-align: center;
	color: #999;
}

#write-comment h3 {
	margin-top: -10px;
	margin-bottom: 20px;
}

#write-comment {
	position: relative;
}

#write-comment p {
	height: 26px;
	padding: 2px 0;
}

#write-comment p#newcomment-comment {
	height: 200px;
}

#write-comment textarea {
	height: 194px;
	width: 378px;
	background-color: rgba(0, 0, 0, .05);
}

#write-comment input[type=text] {
	width: 378px;
	background-color: rgba(0, 0, 0, .05);
}

#write-comment textarea:focus,
#write-comment input[type=text]:focus {
	background-color: #fff;
}

#write-comment label {
	float: right;
	width: 150px;
	font-weight: bold;
	color: #333;
	padding-top: 3px;
}

#write-comment label strong {
	color: #999;
	font-weight: bold;
}

#write-comment label span {
	font-weight: normal;
	color: #666;
}

#newcomment-conditions {
	position: absolute;
	width: 150px;
	right: 0;
	top: 247px;
	color: #999;
}

#newcomment-conditions p {
	height: auto;
	padding: 0;
}

p#newcomment-remember {
	height: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 377px;
	padding-top: 15px;
	border-top: 2px solid rgba(0, 0, 0, .1);
	width: 150px;
}

#newcomment-remember label {
	padding: 0;
	float: none;
	font-weight: normal;
}

#newcomment-remember input {
	margin-right: 5px;
}

p#newcomment-buttons {
	height: 30px;
	padding: 13px 0 0 0;
	border-top: 2px solid rgba(0, 0, 0, .1);
	margin-top: 15px;
}

/* @group get gravatar */

#newcomment-email {
	position: relative;
}

#newcomment-email img {
	position: absolute;
	top: 5px;
	right: 163px;
}

/* @end */

/* @end */

/* @group comment */

.comment {
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	padding: 10px 0;
	margin-bottom: 10px;
	background: none;
	/*font-size: 15px;*/
	position: relative;
}

.comment.author { 
	background: url(../img/author.png) no-repeat right 18px;
}

.gravatar {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.comment .gravatar:after {
	content: url(../img/avatar-overlay.png);
	position: absolute;
	top: 0;
	left: 0;
}

.comment h4 {
	margin: 1px 0 0 0;
}

.comment h4,
.comment h4 a {
	font: 16px/20px Cambria, Georgia, serif;
	text-transform: none;
	letter-spacing: 0;
}

.comment h4 a {
	padding-right: 8px;
	background: url(../img/link.png) no-repeat right center;
}

.comment .posted a {
	color: #999;
	text-decoration: none;
	padding-left: 17px; 
	background: url(../img/comments.png) no-repeat -4px -1px;
}

.comment .posted a:hover,
.comment .posted a:focus {
	color: #666;
	text-decoration: underline;
	background-position: -4px -21px;
}

/* @end */

/* @end */

/* @end */

/* @group home */

#default #content {
	position: relative;
	padding-bottom: 71px;
}

#default .more {
	border-top: 2px solid rgba(0, 0, 0, .1);
	padding-top: 10px;
	position: absolute;
	bottom: 40px;
	left: 50px;
	width: 250px;
	margin: 0;
}

#default #home-notes .more {
	left: 350px;
	right: 50px;
	width: auto;
}

#default .more a {
	display: block;
	text-align: right;
	padding: 0 8px;
	background: url(../img/link.png) no-repeat right center;
	color: #999;
	text-decoration: none;
}

#default .more a:hover,
#default .more a:focus {
	text-decoration: underline;
	color: #666;
}

#default .more a:active {
	color: #333;
}

#default .all {
	float: right;
	margin: -30px 0 0 0;
}

#default .all a {
	float: right;
	padding: 0 8px;
	background: url(../img/link.png) no-repeat right 7px;
	color: #999;
	text-decoration: none;
}

#default .all a:hover,
#default .all a:focus {
	text-decoration: underline;
	color: #666;
}

#default .all a:active {
	color: #333;
}

#default #home-notes .all {
	margin-right: 350px;
}

#default h2 {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#default h2 a {
	font-family: Cambria, Georgia, serif;
}

#default h2 a strong {
	font-weight: bold;
}

/* @group articles */

#home-articles {
	width: 250px;
	float: left;
	margin-right: 50px;
}

/* @end */

/* @group notes */

#home-notes {
	width: 600px;
	float: left;
}

#home-notes li.note,
#home-notes li.fusion {
	width: 250px;
	float: left;
	margin-right: 50px;
}

/* @end */



/* @end */

/* @end */

/* @group twitter */

#twitter {
	background-color: #ccc;
	line-height: 50px;
	height: 50px;
	position: relative;
	z-index: 50;
}

#twitter ul {
	margin: 0;
}

#twitter li {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	padding: 0;
	background: none;
	width: 750px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
}

#twitter li#twitter-loading {
	color: #999;
	background: url(../img/twitter-spinner.gif) no-repeat 150px center;
}

#twitter h2 {
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -435px;
}

#twitter h2 a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap; 
	background: url(../img/twitter.png) no-repeat 0 0;
}

#twitter h2 a:hover,
#twitter h2 a:focus {
	opacity: .9;
}

#twitter h2 a:active {
	background-position: 0 1px;
}

#twitter a[title="Tweet Permalink"] {
	display: none;
}

#twitter p {
	position: absolute;
	left: 50%;
	margin-left: 275px;
	width: 100px;
	padding: 10px 0 10px 50px;
	background: url(../img/twitter-follow.png) no-repeat;
}

/* @end */

/* @group about */

#about {
	color: #666;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#about p {
	position: absolute;
	line-height: 50px;
	top: 0;
	left: 50%;
	margin-left: -425px;
	font-size: 13px;
}

#about p#location {
	left: auto;
	right: 50%;
	margin: 0 -425px 0 0;
	padding-left: 25px; 
	background: url(../img/location.png) no-repeat 0 0;
}

#about a {
	color: #999;
	text-decoration: none;
}

#about a:hover,
#about a:focus {
	color: #ccc;
}

#about a:active {
	color: #fff;
}

/* @end */

/* @group header */

#header {
	height: 155px;
	background: #e5e5e5 url(../img/header.png) no-repeat center -45px;
	position: relative;
	z-index: 50;
}

#default #header {
	height: 250px;
	background-position: center center;
}

#tagline {
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: 175px;
	width: 250px;
	height: 50px;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap; 
	background: url(../img/tagline.png) repeat-x 0 0;
}

#default #tagline {
	display: none;
}

/* @group search */

#search {
	position: absolute;
	top: 77px;
	left: 50%;
	margin-left: 175px;
	width: 250px;
}

#default #search {
	top: 122px;
}

#search input[type=submit] {
	position: absolute;
	top: -2px;
	right: 0;
}

#search input[type=text] {
	width: 138px;
	padding-right: 15px;
}

#searchresults #twitter {
	display: none;
}

/* @end */

/* @group navigation */

#navigation {
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -435px;
}

#default #navigation {
	top: 111px;
}

#navigation li {
	float: left;
	padding: 0;
	background: 0;
	margin-right: 10px;
	position: relative;
}

#navigation li a {
	font: bold 13px/30px "Helvetica Neue", Helvetica, Arial;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	padding: 0 10px;
}

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

#navigation #nav-archive {
	position: absolute;
	top: 29px;
}

#navigation #nav-archive a {
	font: 14px/20px Cambria, Georgia, serif;
	text-transform: none;
	padding-left: 32px;
	background: url(../img/archive.png) no-repeat 13px 2px;
}

#navigation #nav-archive {
	margin: -1px 0 0 0;
}

#navigation #nav-rss a {
	padding: 0;
	width: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 150%; 
	background: url(../img/rss.png) no-repeat 0 0;
}

#nav-rss a:hover,
#nav-rss a:focus {
	background-position: 0 -30px;
}

#nav-rss a:active {
	background-position: 0 -60px;
}

/* @end */

/* @group logo */

h1 a {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	height: 135px;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap; 
	background: url(../img/logo.png) no-repeat 0 0;
}

#default h1 a {
	top: 55px;
}

h1 a:hover,
h1 a:focus {
	opacity: .9;
}

h1 a:active {
	opacity: 1;
	background-position: -250px 0;
}

/* @end */

/* @end */

/* @group footer */

#footer {
	clear: both;
	padding: 5px 0;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

#footer a {
	color: #666;
	float: left;
	padding-left: 35px;
	text-decoration: none; 
	background: url(../img/footer.png) no-repeat 0 0;
}

#footer a:hover,
#footer a:focus {
	color: #999;
	background-position: 0 -40px;
}

#footer a:active {
	color: #ccc;
}

/* @group specific */

#footer #footer-tvd a {
	background-position: 0 -80px;
}

#footer #footer-tvd a:hover,
#footer #footer-tvd a:focus {
	background-position: 0 -120px;
}

#footer #footer-twt a {
	background-position: 0 -160px;
}

#footer #footer-twt a:hover,
#footer #footer-twt a:focus {
	background-position: 0 -200px;
}

#footer #footer-txp a {
	background-position: 0 -240px;
}

#footer #footer-txp a:hover,
#footer #footer-txp a:focus {
	background-position: 0 -280px;
}

#footer #footer-cpr {
	margin: 0;
}

#footer #footer-cpr a {
	background-position: 0 -320px;
}

#footer #footer-cpr a:hover,
#footer #footer-cpr a:focus {
	background-position: 0 -360px;
}

#footer #footer-mxv {
	margin: 0;
	float: right;
	width: 40px;
	padding-left: 65px;
	background: url(../img/footer.png) no-repeat 0 -400px;
}

#footer #footer-mxv a {
	background-position: 0 -440px;
	padding-left: 40px;
	width: 0;
	overflow: hidden;
}

#footer #footer-mxv a:hover,
#footer #footer-mxv a:focus {
	background-position: 0 -480px;
}

/* @end */

#footer ul {
	width: 870px;
	margin: 0 auto;
	height: 40px;
}

#footer li {
	padding: 0;
	background: none;
	float: left;
	margin-right: 10px;
}

/* @end */



/* @end */