/* The Essential Stuff */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body ::selection {
	color: #fff;
	background-color: #8f2d2d;
}

body {
	background: #666;
	margin-top: 70px;
}

#container {
	width: 100%;
	height: 100%;
}


/* Header */

#banner {
	z-index: 1000;
    position: fixed;
    top: 0;
    height: 52px;
    min-width: 900px;
    width: 100%;
    background: url(/images/bg_header.png) repeat-x;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.logo {
    display: inline-block;
    padding: 0.5em;
    -moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

.where {
	position: absolute;
	top: 27px;
	left: 222px;
	text-transform: uppercase;
	font-size: 9px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #aaa; 
}

.logo a {
    margin-left: 20px;
    font-family: Arial;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
	-khtml-opacity: 0.95;
    opacity: 0.95;
}

.logo:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
    opacity: 1.0;
}

/* Navigation */

#banner nav {
    position: absolute;
    top: 0;
    right: 15px;
	font-size: 1.143em;
	height: 40px;
	padding: 0.5em 0.5em 0 0;
	text-align: center;
	font-family: Georgia;
}

#banner nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

#banner nav li {
    float: left; 
    display: inline; 
    padding-left: 8px; 
    height: 100%;
}

#banner nav a:link, #banner nav a:visited {
	color: #fff;
	display: inline-block;
	padding: 5px 1.2em;
	text-decoration: none;
	border: 0;
}

#banner nav a:hover, #banner nav a:active,
#banner nav .active a, #banner nav .active a:visited,
#banner nav .active a:focus {
	background: #8f2d2d;
	color: #fff;
	border: 0;
}

#banner nav li a {
	border-radius: 5px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search .rss .contact {
    vertical-align: bottom;
    cursor: pointer;
    border: 0;
}

.search-button-active {
    height: 100%;
    border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}


/* Search */

#search {
	width: 275px;
	position: fixed;
	right: 24px;
	top: 52px;
	z-index: 100000;
	display: none;
	background: #111;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#search ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#search ul li {
	padding: 7px 0 7px 0;
}

#search ul li a {
	display: block;
	min-height: 24px;
	font-family: "Lucida Grande", Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 6px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto;
	width: 240px;
}

#search ul li a:hover {
	background: #8f2d2d;
}

#search ul li:last-child {
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#search input {
	background: #333;
	color: #ccc;
	padding: 7px;
	font-size: 11px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 240px;
}

#search .searchq {
	background: #111 !important;
	padding: 5px;
	text-align: center;
}

#search-results {
	background: #111;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#search-results li {
	position: relative !important;
}

#search-results .icon {
	position: absolute;
	left: 17px;
	top: 17px;
	width: 20px !important;
	height: 20px !important;
	border-radius: 4px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#search-results .stitle {
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 12px;
}

#search-results .snippet {
	font-family: Times;
	font-style: italic;
	font-size: 11px;
}

#search-results .match, .search-results-full .match {
	background-color: #f9ffbc !important;
	color: #000 !important;
	padding: 0 1px 0 1px !important;
}

#search-results .ddate {
	position: absolute;
	bottom: 10px;
	right: 17px;
	color: #ccc;
	font-size: 9px;
}

.search-results-full .date {
	text-transform: uppercase;
	font-family: sans-serif, tahoma;
	color: #aaa;
	font-size: 10px;
	
}

.search-results-full .icon {
	width: 28px;
	height: 30px;
	float: left;
	border-radius: 5px;
    behavior: url(border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search-results-full .text {
	margin-left: 45px;
}

.search-results-full {
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

.search-results-full:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	cursor: pointer;
}


/* Subscribe */

#subscribe {
	background: #111;
	width: 300px;
	position: fixed;
	right: 15px;
	top: 52px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 50;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	display: none;
}

#subscribe ul {
	list-style-type: none;
	width: 100%:
	height: 100%;
	font-family: Tahoma;
}

#subscribe ul li {
	display: block;
	
}



/* Content */

#content {
	font-family: Tahoma;
	padding-bottom: 300px;
	width: 100%;
	min-height: 100%;
	height:  auto !important;
	height: 100%;
	margin: 0 auto -180px;
	float: left;
}


#wrapper {
	width: 900px;
	padding-bottom: 50px;
	position: relative;
	margin: 0 auto;
}

#commentform {
	position: relative;
	line-height: 110%;
}

#wrapper .left, #wrapper .right {
	width: 450px;
	height: 100%;
}

#wrapper .left {
	float: left;
	margin-right: 0px;
}

#wrapper .right {
	float: left;
}

#wrapper .box {
	width: 390px;
	position: relative;
    background: #fff url(/images/bg_box.png) repeat-x 0 bottom;
    color: #555 !important;
    border-radius: 10px;
    behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 15px;
	font-family: Georgia;
	line-height: 160%;
	padding: 20px;
	padding-bottom: 50px;
	-webkit-box-shadow: 0px 0px 26px #333;
	-moz-box-shadow: 0px 0px 26px #333;
	box-shadow: 0px 0px 26px #333;
	margin: 0 auto;
	margin-bottom: 40px;
}

#wrapper .inner {
	height: 100%;
	width: 100%;
}



.box h2 {
	color: #8f2d2d;
	position: absolute;
	margin-top: 10px;
	right: 10px;
	bottom: 0;
	font-size: 30px;
	text-transform: uppercase;
	z-index: 0;
	filter: alpha(opacity=25);
    -moz-opacity: 0.25;
	-khtml-opacity: 0.25;
    opacity: 0.25;
	font-family: Arial;
}

.full {
	width: 100% !important;
	padding: 0;
}

#content p {
	display: block;
	margin: 0px 0 10px 0;
}

.loading {
	vertical-align: middle;
	padding-left: 7px;
}

#content .code {
	font-family: Courier !important;
}

.quote-author {
	font-size: 11px;
	text-transform: uppercase;
	color: #bbb;
	font-family: sans-serif, tahoma;
	text-align: right;
}

/* Feed */

#feed {
	list-style-type: none;
	width: 100%;
}

#feed li {
	border-bottom: 0.1em solid #ddd;
	padding: 4px;
}

#feed li a {
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #555;
	min-height: 50px;
	position: relative;
	line-height: 120%;
	padding: 6px 0 6px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	position: relative;
}

#feed li a:hover {
	background-color: #efefef;
	color: #444;
	text-decoration: none;
}

#feed li:last-child {
	border: 0;
}

#feed li .icon {
	position: absolute;
	left: 5px;
	width: 32px;
	height: 35px;
	vertical-align: middle;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#feed li .desc {
	position: absolute;
	left: 48px;
	font-family: Tahoma;
	font-size: 0.79em;
}

#feed .date {
	margin-top: 10px;
	position: absolute;
	right: 12px;
	bottom: 0px;
	color: #ccc;
	font-size: 11px;
	font-family: Tahoma;
}

/* Column */

#column {
	width: 100%;
	height: 100%;
}

#column .col-left, #column .col-middle, #column .col-right {
	float: left;
}

#column .inner {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#column .col-left , #column .col-middle {
	margin: 0 24px 0 0;
}

#column .box {
	width: 270px;
	padding: 7px;
	font-size: 14px;
	background: #fff url(/images/bg_box.png) repeat-x 0 bottom;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	cursor: pointer;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
}

#column .box:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#column .full {
	width: 886px !important;
	margin: 0 auto;
	margin-bottom: 14px !important;
}

#column h3 a, .search-results-full h3 a {
	color: #8f2d2d;
	text-decoration: none;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 8px;
}

#column-loading {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 150px;
}


#column-loading img {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#column-loading img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	cursor: pointer;
}



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

.article-contents {
	line-height: 200%;
	text-align: justify;
	-moz-column-width-policy: flexible;
	-moz-column-count: 2;
	-moz-column-gap: 35px;
	-webkit-column-width-policy: flexible;
	-webkit-column-count: 2;
	-webkit-column-gap: 35px;
	column-width-policy: flexible;
	column-count: 2;
	column-gap: 30px;
	font-family: Georgia;
	font-size: 14px;
	color: #555555;
	line-height: 22px;
	position: relative;
}

.article .top-button {
	width: 100%;
	text-align: center;
}

.article .top-button a {
	color: #aaa !important;
	text-decoration: none !important;
	font-size: 17px !important;
}

.article .top-button a:hover {
	color: #ccc !important;
	text-decoration: none !important;
}

#rate img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	margin-right: 7px;
}

#rate img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	cursor: pointer;
}
.rated {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
	-khtml-opacity: 1.0 !important;
	opacity: 1.0 !important;
	cursor: default !important;
}

.article-contents a img {
	position: relative;
}

.article-contents:first-letter {
	font-size: 36px;
	float: left;
	padding: 10px 5px 5px 0;
}

.author {
	padding-left: 7px;
	text-transform: uppercase;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #bbb;
}

.article .options {
	position: absolute;
	bottom: 5px;
	left: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
	font-family: sans-serif, tahoma;
}

.article .options a {
	text-decoration: none !important;
}

.article .options img {
	vertical-align: baseline !important;
}

.article .last-updated {
	color: #bbb;
	text-align: right;
	font-size: 11px;
	font-family: Arial;
}

blockquote {
	word-wrap: break-word;
	font-family: serif;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}

blockquote span.author {
	text-transform: uppercase;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #aaa;
	padding: 0 5px 0 0;
}

/* Comments */

#avatar {
	color: inherit;
}

#avatar img {
	vertical-align: middle;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#comment-wrapper {
	position: relative;
}

#comment-float {
	position: relative;
}

/*.fixed {
	right: 0 !important;
	top: 65px !important;
	position: fixed !important;
}*/

.abs {
	visibility: hidden;
}

.abs2 {
	position: relative !important;
}

.postcommentbox {
	position: relative;
	z-index: 50;
}

#comments ul {
	list-style-type: none;
	width: 100%;
}

#comments li {
	/*border-bottom: 0.1em solid #ddd;*/
	padding: 3px;
	display: block;
}

#comments li .comment-contents {
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #555;
	min-height: 40px;
	line-height: 110%;
	padding: 10px 0 10px 0;
	display: block;
	position: relative;
}

.comment-contents .meta {
	position: absolute;
	bottom: 1px;
	right: 10px;
	font-size: 10px;
	color: #ccc;
	font-family: Tahoma;
}

#comments li .comment-contents:hover {
	color: #444;
}

#comments li:last-child {
	border: 0 !important;
}

#comments li .avatar {
	float: left;
	margin-left: 5px;
	width: 40px;
	height: 40px;
	position: relative;
}

#comments li .avatarimg {
	vertical-align: middle;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#comments li .avatar-box {
	width: 40px;
	height: 40px;
	background: #000;
	opacity: 0.55;
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	visibility: hidden;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#comments li .comment-number {
	width: 40px;
	color: #fff;
	margin-top: 6px;
	font: 20px Georgia;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 11;
	visibility: hidden;
}

#comments li .message {
	margin-left: 55px;
	font-family: Tahoma;
	font-size: 13px;
	margin-bottom: 15px;
}

#comments li .message strong a {
	font-size: 11px;
	color: #777;
	text-decoration: none;
}

#comments li .message strong a[rel="reader-website"] {
	font-size: 11px;
	color: #777;
	text-decoration: underline !important;
}

#comments li .op {
	visibility: hidden;
}

#comments li .op a {
	font-size: 9px;
	float: right;
	margin-right: 10px;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
}

#comments li .op a:hover {
	color: #666;
	text-decoration: underline;
}

#replyingto {
	font: 10px sans-serif;
	color: #777;
	text-transform: uppercase;
}

/* Forms */

.field-name {
	font-family: sans-serif;
}

label {
	cursor: pointer;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
	padding: 7px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
}

#content input[type="text"], #content input[type="email"], #content textarea {
	background: #fff url(/images/bg_input.png) repeat-x 0 bottom;
	padding: 7px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
	font-family: Georgia;
	border: 0.13em solid silver;
	width: 200px;
	opacity: 0.65;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
}

#content input:focus, #content textarea:focus, #content input:hover, #content textarea:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}

input[type="checkbox"] {
	margin-right: 6px;
}

#content textarea {
	padding: 10px;
	width: 250px;
}

.emoticon {
	vertical-align: baseline;
}

.colophon-arrow {
	width: 100%;
	text-align: center;
}

.colophon-arrow a img {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	width: 25px;
	height: 21px;
}

.colophon-arrow a img:hover {
	cursor: pointer;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.bubbleInfo {
	left: 278px;
    position: absolute;
    display: inline;
    filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.bubbleInfo .trigger {
	filter: alpha(opacity=50) !important;
	-moz-opacity: 0.5 !important;
	opacity: 0.5 !important;
	vertical-align: baseline;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
	cursor: pointer;
}

.bubbleInfo .popup, .sort .sort-methods {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    padding: 5px;
    text-align: center;
    background: #000;
    border-radius: 10px;
    behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #555;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

.sort-methods a {
	border-radius: 6px;
    behavior: url(border-radius.htc);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.sort {
	position: relative;
}

.sort .sort-methods, .sort .sort-methods a {
	color: #ccc;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Tahoma;
}

.sort .sort-methods a {
	text-decoration: underline;
}

.sort-methods select {
	margin: 3px;
	padding: 1px;
}

.sort-methods select, .sort-methods option {
	background: #222;
	color: #ccc;
}

#emoticons {
	list-style-type: none;
	width: 57px;
	text-align: center;
}

#emoticons li {
	width: 17px;
	height: 20px;
	float: left;
	display: block;
	padding: 1px;
}

#content .button {
	width: auto !important;
	-webkit-appearance: push-button;
	background: #8f2d2d;
	color: #fff;
}

#content input[disabled], #content textarea[disabled] {
	background: #ddd !important;
	color: #bbb !important;
	cursor: not-allowed;
}

#content .field {
	display: block;
}

#contact-loading {
	display: none;
	background: url(/images/loading2.gif) no-repeat center center;
	width: 100%;
	height: 300px;
}

/* Lists */

.default-list li {
	list-style-position: inside;
	list-style-image: url(/images/bullet.png);
	color: #555;
}

.default-list li:hover {
	list-style-image: url(/images/bullet_hover.png);
	color: #000;
	cursor: pointer;
}

#content ul {
	margin-left: 0;
}


/* Links */

a[rel="external"] {
	background:url(/images/external.png) 99% 40% no-repeat; padding-right: 15px;
}

a[rel="external"]:visited {
	color: #b17e7e !important;
	text-decoration: underline !important;
	background:url(/images/visited_checkmark.png) 99% 40% no-repeat; padding-right: 15px;
}

#content a {
	color: #8f2d2d;
	text-decoration: none;
}

#content a:hover {
	color: #8f2d2d;
	text-decoration: underline;
}




/* Footer */

#footer, .push {
	height: 262px;
	z-index: 100;
}

#footer {
	background: #111;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
	clear: both;
}

#footer .ribbon {
	width: 100%;
	height: 8px;
	background-color: #8f2d2d;
	position: absolute;
	top: 0;
}

#footer .wrapper {
	width: 900px;
	min-width: 900px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#footer .inner {
	padding: 0 10px 0 10px;
}

#footer .copyright {
	color: #444;
	width:  100%;
	text-align: center;
	clear: left;
	font-family: Tahoma;
	font-size: 10px;
	padding-top: 15px;
}

#read, #hear, #see {
	width: 300px;
	color: #fff;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

#read li a, #hear li a {
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	padding: 3px;
	width: 100%;
	height: 18px;
	color: #fff;
	text-decoration: none;
}

#read li, #hear li {
	border-bottom: 1px solid #333;
	padding: 3px 0 3px 0;
	position: relative;
}

#read li:last-child, #hear li:last-child {
	border-bottom: none !important;
}

#read .header, #hear .header, #see .header {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}

#read ul, #hear ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#read ul li:last-child a, #hear ul li:last-child a  {
	border:  0;
}

#read ul li a:hover, #hear ul li a:hover  {
	background-color: #8f2d2d;
	color: #fff;
}


.album img {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-right: 10px;
	border: 0.08em solid maroon;
}

.nowplaying {
	padding-left: 3px;
	vertical-align: middle;
}

#hear .artist {
	position: absolute;
	right: 3px;
	color: #888;
	font-size: 10px;
}

#see a img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

#see table {
	border: 0;
	width: 100%;
}

#see td {
	padding: 5px;
	width: 100px;
}

#see a {
	width: 100% !important;
	height: 100% !important;
	display: block;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#see a:hover {
	width: 100% !important;
	height: 100% !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* Poll */

#poll {
	margin: 0 auto;
	width: 250px;
	clear: left;
}

.poll-title {
	text-align: center;
	font-weight: bold;
	clear: left;
	padding-bottom: 5px;
}

.poll-box {
	display: table;
	width: 250px;
	margin: 0 auto;
	border-spacing: 5px;
	clear: left;
}

.poll-box .row {
	display: table-row;
	width: 100%;
}

.poll-box .radio {
	display: table-cell;
	text-align: left;
	width: 15px;
}

.poll-box .option {
	display: table-cell;
	text-align: left;
	width: 235px;
}

.poll-box .option2 {
	display: table-cell;
	text-align: left;
	width: 75%;
}

.poll-box .percent {
	display: table-cell;
	text-align: right;
	width: 25%;
}

.poll-options .vote-button {
	clear: left;
	text-align: center;
}

.vote-button {
	margin: 3px;
	padding: 3px;
	width: 50px;
	background: #8f2d2d;
	color: #fff;
	border: 1px outset maroon;
}


.hidden {
	display: none;
}


/* Popup */

#rss {
	padding-top: 30px;
	display: none;
	color: #fff;
	font-family: Tahoma;
	font-size: 16px;
}

#rss p {
	margin: 7px 0 7px 0;
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup_block{
	display: none; /*--hidden by default--*/
	background: #222;
	padding: 20px;
	border: 5px solid #333;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}

*html .popup_block {
	position: absolute;
}

#rss .close-button {
	position: absolute;
	top: 5px;
	left: 12px;
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;
	margin: 5px;
}

#rss .close-button a {
	background: #333;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 2px;
}

#rss .close-button a:hover {
	background: #8f2d2d;
}

#rss input {
	margin: 7px 12px 7px 0;
	padding: 6px;
	font-size: 13px;
	background: #333;
	color: #ccc;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#rss input[type="submit"]:hover {
	background: #8f2d2d;
	color: #fff;
	cursor: pointer;
}

#rss a {
	color: #fff;
	text-decoration: underline;
}

#rss-options {
	margin-top: 13px;
	list-style-type: none;
	height: 90px;
	width: 330px;
}

#rss-options li {
	list-style-type: none;
	width: 110px;
	height: 30px;
	float: left;
	text-align: center;
}

$rss-options li a {
	display: block;
	width: 100%;
	height: 100%;
}

/**** Speech Bubble Icons *****/
.spch-bub-inside {
  position: relative;
}

a.spch-bub-inside {
  font-family: Tahoma;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.spch-bub-inside em {
  font-style: normal;
}

.spch-bub-inside em {
  background: #555;
  color: #fff;
  padding: 0 0.4em;
  -moz-border-radius: 0.25em; 
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  behavior: url(border-radius.htc);
  position: relative;
}

.spch-bub-inside .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 1.1em;
  left: 0.4em;
  display: block;
  border-left: 0.45em solid #555;
  border-left: 0.45em solid #555; 
  border-bottom: 0.45em solid #FFF;
  border-bottom: 0.45em solid rgba(0,0,0,0); 
  overflow: hidden;
}

a.spch-bub-inside:hover {
  color: #fff;
  text-decoration: none !important;
}

a.spch-bub-inside:hover em {
  cursor: pointer;
  background: #8f2d2d;
  color: #fff;
}

a.spch-bub-inside:hover .point {
  border-left: 0.45em solid #8f2d2d;
}

img a, a img {
	border: 0;
}

.sponsor {
	width: 100%;
	text-align: center;
	margin: 50px 0 50px 0;
}

/* Archives page */

* html .archives ol li
{
	position: relative;
}

.archives {
	-moz-column-count: 3;
	-moz-column-gap: 35px;
	-webkit-column-count: 3;
	-webkit-column-gap: 35px;
	column-count: 3;
	column-gap: 35px;
}

.archives ul {
	margin-bottom: 5px;
	list-style-type: none;
}

.archives ul li {
	width: 250px;
	padding: 3px;
}

.archives ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 3px;
	font-family: Helvetica, Arial;
	font-size: 13px;
	-moz-border-radius: 10px; 
  	-webkit-border-radius: 10px;
 	 border-radius: 10px;
  	behavior: url(border-radius.htc);
}

.archives ul li a:hover {
	background: #f9f9f9;
}


.archives .month {
	text-transform: uppercase;
	text-align: right;
	font-size: 11px;
	font-family: sans-serif, Tahoma;
	color: #aaa;
	border-bottom: 1px solid #ddd;
}

.archives .art {

}

.archives ul li:first-child {
}

/* Highslide */

.highslide-wrapper, .highslide-outline {
	background: #111111;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: 2px solid #111111;
}
.highslide-caption {
	color: #CCCCCC;
	padding: 2px;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(graphics/loader.white.gif);
}

.highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 195px !important;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}
.highslide-html {
	background: none;
}
.highslide-header ul a {
	background-image: url(graphics/controlbar-text-buttons.png);
	padding-left: 16px;
	display: inline-block;
	height: 16px;
}
.highslide-header ul li span {
	display: none;
}
.highslide-header .highslide-move {
	display: none;
}
.highslide-header .highslide-close a {
	background-position: 0 -221px;
}