.hidden {
	display: none !important;
	}

/* Structure */

body {
	min-width: 600px;      /* 2x (LC fullwidth +
							CC padding) + RC fullwidth */
	margin: auto;
	}

#wrapper {
	padding-left: 140px;   /* LC fullwidth */
	padding-right: 170px;  /* RC fullwidth + CC padding */
	position: relative;
	}

* html #wrapper {
	padding-left: expression("140px");
	padding-right: expression("170px");
	}

#wrapper .column {
	position: relative; /* I.E */
	float: left;
	}

#center {
	width: 100%;
	background-color: blue;
	}

#left {
	width: 130px;          /* LC width */
	overflow: hidden;
	background-color: red;
	}

#right {
	width: 160px;          /* RC width */
	margin-right: -170px;  /* RC fullwidth + CC padding */
	left: 10px;
	background-color: green;
	}

#footer {
	clear: both;
	}

/* Structure w/ 900px width */
#wrapper {
	width: 590px;
	margin: auto;
	}

#header,
#footer {
	width: 900px;
	margin: auto;
	}

* html #header,
* html #footer {
	width: expression("900px");
	}

#left {
	right: 140px;          /* LC fullwidth + CC padding */
	left: 170px;           /* RC fullwidth */
	margin-left: -900px;
	}

* html #left {
	margin-left: expression("-900px");
	left: expression("170px");
	}

/* Structure w/ 100% width */

* html .w100p #wrapper {
	padding-left: expression(document.body.clientWidth < 601? "0" : "140px");   /* LC fullwidth */
	padding-right: expression(document.body.clientWidth < 601? "0" : "170px");  /* RC fullwidth + CC padding */
	position: static;
	}

.w100p #header,
.w100p #footer,
.w100p #wrapper {
	width: auto;
	}

* html .w100p #header,
* html .w100p #footer,
* html .w100p #wrapper {
	width: expression(document.body.clientWidth < 301? "300px" : "auto");
	}

.w100p #left {
	margin-left: -100%;
	left: -140px;
	right: 0;
	}

* html .w100p #left {
	margin-left: expression(document.body.clientWidth < 601? "0" : "-100%");
	}

*:first-child+html .w100p #left {
	left: 170px;
	}

* html .w100p #left {
	left: expression(document.body.clientWidth < 601? "0" : "170px");
	}

/* Style */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	}

.clear {
	clear: both;
	line-height: 0;
	}

hr {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

body {
	background-color: #000;
	margin: 0;
	}

img {
	border: 0;
	}

#header,
#main,
#footer,
#wrapper {
	background-color: #6e738f;
	}

#header {
	height: 71px;
	padding: 10px 0;
	}

#header_content {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #2c2f3f url(../images/content_shadow.gif) repeat-x top;
	height: 69px;
	}

#header p {
	float: left;
	}

#header h1 {
	position: absolute;
	left: -10000px;
	}

#header #topad {
	float: right;
	padding: 5px 15px 0 0;
	}

#center {
	color: #ddd;
	background: #2c2f3f url(../images/center_bg.gif) no-repeat;
	border-bottom: 1px solid #fff;
	}

#center a {
	color: #ffe7bf;
	}

#center a:hover {
	color: #8c8599;
	}

#center h1 {
	padding: 0 0 0 10px;
	top: 0;
	left: 0;
	}

#center h1 a {
	font-size: 12px;
	background: url(../images/center_top_right.gif) no-repeat right;
	height: 20px;
	float: left;
	padding: 0 25px 0 0;
	line-height: 20px;
	color: #4b4942;
	}

#center h1 a:hover {
	color: #4b4942;
	}

#center .content {
	margin-top: 14px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	clear: both;
	padding: 0 10px 10px 10px;
	}

/* Center w/ 100% width */

.w100p #center {
	background-color: #6e738f;
	border-bottom: none;
	}

.w100p #center .content {
	margin-top: 0;
	background: #2c2f3f url(../images/content_shadow.gif) repeat-x top;
	border: 1px solid white;
	padding-top: 10px;
	}

#left {
	font-weight: bold;
	}

#left .content {
	background: #2c2f3f url(../images/content_shadow.gif) repeat-x top;
	border: 1px solid white;
	border-left: none;
	padding: 10px;
	}

#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#left li.selected a {
	font-style: italic;
	color: #8c8599;
	}

#left a {
 	color: #e2dace;
	text-decoration: none;
	line-height: 22px;
	}

#left a:hover {
	color: #8c8599;
	}

#left h3 {
	background: #a4a9b5 url(../images/left_header.gif) no-repeat;
	margin: 0;
	font-size: 12px;
	height: 19px;
	text-align: right;
	padding: 0 10px 0 0;
	border-bottom: 1px solid white;
	}

#left h3 a {
	color: #4b4942;
	line-height: 19px;
	}

#left h3 a:hover {
	color: #4b4942;
	}

#left #archive_types li {
	text-align: right;
	padding-bottom: 3px;
	}

#left img {
	vertical-align: middle;
	}

#right {
	background-color: #2c2f3f;
	color: #ddd;
	}

#right .content {
	background: #2c2f3f url(../images/content_shadow.gif) repeat-x top;
	border: 1px solid white;
	border-right: none;
	padding: 10px;
	}

#right a {
	color: #e2dace;
	text-decoration: none;
	}

#right a:hover {
	color: #8c8599;
	}

#right h3 {
	background: #a4a9b5 url(../images/right_header.gif) no-repeat;
	margin: 0;
	font-size: 12px;
	height: 20px;
	color: #a9acbf;
	margin: 0;
	}

#right h3 a {
	color: #4b4942;
	line-height: 20px;
	display: block;
	padding: 0 0 0 10px;
	}

#right h3 a:hover {
	color: #4b4942;
	}

#right h4 {
	background: #a4a9b5 url(../images/right_header2.gif) no-repeat;
	height: 19px;
	margin: 0;
	font-size: 12px;
	color: #4b4942;
	line-height: 19px;
	padding: 0 0 0 10px;
	}

#right ul {
	list-style: none;
	margin: 0;
	}

#right ul,
#right p,
#right form {
	padding: 3px 0 5px 5px;
	margin: 0;
	}

#right h5 {
	font-size: 12px;
	color: #a9acbf;
	}

#right .prefs li {
	display: inline;
	}

#footer {
	clear: both;
	padding: 10px 0;
	color: #a9acbf;
	}

#footer p {
	padding: 10px;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #2c2f3f url(../images/content_shadow.gif) repeat-x top;
	}

#footer a {
	color: #e2dace;
	}

#footer a:hover {
	color: #8c8599;
	}

#footer img {
	float: left;
	margin-right: 10px;
	}

/* / global */

.cwm_msg{
	border: 3px solid #ffe7bf;
	background-color: #4a4f63;
	color: #fff;
	padding: 10px;
	}

#smileytbox {
	display: none;
	}

#genre_list img {
	display: none;
	}

#genre_list {
	background: url(/images/s_sprite.png) left bottom no-repeat;
	}

#genre_list a {
	padding-left: 35px;
	display: inline-block;
	height: 25px;
	}

/* Pagination */

#pagination_wrapper {
	padding-top: 10px;
	}
* html #pagination_wrapper {
	text-align: center
	}
*:first-child+html #pagination_wrapper {
	text-align: center
	}

#pagination_wrapper ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	}
* html #pagination_wrapper ul {
	display: inline;
	}
*:first-child+html #pagination_wrapper ul {
	display: inline;
	}

#pagination_wrapper ul li {
	background-color: #4a4f63;
	margin: 2px;
	display: table-cell;
	border: 2px solid #2c2f3f;
	}
* html #pagination_wrapper ul li {
	border: none;
	display: inline;
	}
*:first-child+html #pagination_wrapper ul li {
	border: none;
	display: inline;
	}

#pagination li.current span {
	background-color: #ffe7bf;
	color: #292c39;
	font-weight: normal;
	}

#pagination_wrapper ul a,
#pagination_wrapper ul span {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	}
* html #pagination_wrapper ul a,
* html #pagination_wrapper ul span {
	display: inline-block;
	}
*:first-child+html #pagination_wrapper ul a,
*:first-child+html #pagination_wrapper ul span {
	display: inline-block;
	}

#pagination li a:hover {
	text-decoration: underline;
	background-color: #ffe7bf;
	color: #292c39;
	}

#pagination li.first_elipsis,
#pagination li.last_elipsis {
	background: none;
	}
  
#pagination li.first_elipsis span,
#pagination li.last_elipsis span {
	padding: 3px 0;
	}
  
#pagination ul li.no_link span {
	font-weight: normal;
	}

#pagination li.previous {
	position: absolute;
	left: 7px;
	bottom: 8px;
	}

#pagination li.next {
	position: absolute;
	right: 7px;
	bottom: 8px;
	}

#pagination li.first,
#pagination li.last,
#pagination li.jump_back,
#pagination li.jump_forward {
	display: none !important;
	}

#to_google_ad_side {
	position: absolute;
	top: 460px;
	right: 29px;
	}

#google_ad_side {
	width: 120px;
	height: 90px;
	}
/** -- PAGE OVERRIDES -- **/

/* - INDEX - */

#index .news_item {
	margin-bottom: 10px;
	}

#index #center h2 {
	padding: 5px 5px 0 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	}

#index #center h2 a {
	color: #fff;
	background: url(../images/lil_monkey.gif) left 2px no-repeat;
	padding: 0 0 0 20px;
	}

#index #center h2 a:hover {
	color: #fff;
	}

#index #center h2 small {
	font-size: 10px;
	}

#index #center p {
	padding: 5px 25px 3px 25px;
	margin: 0;
	}

#index #center hr {
	height: 2px;
	background-color: #c5c1bc;
	border: none;
	margin: 0;
	}

/* - INDEX - */

/* - SMILEYS - */

#smileys #smileytbox {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #6e738f;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	}

* html #smileys #smileytbox {
	left: 130px;
	}

#smileys #smileytbox form {
	margin: 0;
	padding: 0;
	}

#smileys #smileytbox fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	}

#smileys #smileytext {
	background-color: #2c2f3f;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: #fff solid 2px;
	}

#smileys #wrapper {
	padding-top: 2em;
	}

#smileys #center .content {
	zoom: 1;
	}

#smileys #center p span {
	width: 120px;
	overflow: hidden;
	display: block;
	border: 2px solid #6e738f;
	background-color: #000;	
	white-space: nowrap;
	}

#smileys #center p {
	float: left;
	min-height: 100px;
	min-width: 120px;
	padding: 5px;
	}

#smileys #center p.hover {
	background-color: #4a4f63;
	}

#smileys .smiley_anim {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border: 2px solid #fff;
	background-color: #2c2f3f;
	}

/* - /SMILEYS - */

/** -- /PAGE OVERRIDES -- **/