/* -----------------------------------------------
FluidGrids CSS - Layout
----------------------------------------------- */

body {
	background: #eceff4;
	border-top: 20px solid #eceff4;
	color: #444;
	padding: 0 0 40px;
}

/* anchors
----------------------------------------------- */

a {
	color: #424A00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #901414;
}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #444;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #d4d4d4;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

.clearfix li:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0
}

.clearfix li {
	display: inline-block
}

* html .clearfix li {
	height: 1%
}

.clearfix li {
	display: block
}

.right {
	float: right;
}

.clearall {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1 {
	font-size: 240%;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #424a00;
}

h2 {
	font-size: 180%;
	color: #424a00;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 50%;
	color: #424a00;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* headings
----------------------------------------------- */

h1 a {
	color: #000;
}

h1 a:hover {
	color: #f00;
}

/* page
----------------------------------------------- */

.page {
	width: 1024px;
	/*	min-width:760px;  
	max-width:1500px;  */
        background: #fff;
	margin: 0 auto;
	padding-top: 0px;
}

/* grid borders
----------------------------------------------- */

.page {
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.head {
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.head h3 {
	margin-top: 18px;
	margin-bottom: 0;
}

.row {
	border-bottom: 1px solid #ccc;
}

.column .content {
	border-right: 1px solid #ccc;
	padding-top: 18px;
	padding-bottom: 20px;
}

.col1of1 .content,
.lastColumn .content {
	border-right: none;
}

/* Compensate for height added by bottom border */

.row {
	margin-top: -1px;
}

/* header
----------------------------------------------- */

#header {
	background: #fff;


/*	position:fixed; 
	z-index:2000;
	width:100%; */
}

#header .row {


/*	min-width:760px;
	max-width:1500px;
	margin:0 auto;
	border-left:20px solid #ccc;
	border-right:20px solid #ccc; */
	border-top: 1px solid #d4d4d4;
}

#header small.aux_nav {
        font-size:10px;	
        position: absolute; right: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
#header small a {padding: 0 5px; margin: 0 5px; color: #444;}
#header small a:hover {color: #999;}
#header small.aux_nav img {vertical-align: middle;}

#branding h1 {
	font-size: 5em;
	margin: 0;
	background: #fff;
}

#branding h4 {
	font-size: 1.5em;
	color: #444;
	margin: 0;
	background: #fff;
}

#branding .content {

}

#show_grid {
	font-size: 1.5em;
}

#header .col1of5 .content {
	background: #fff
        vertical-align:bottom;
	text-align: center;
	color: #fff;
	margin-left: -10px;
	padding-top: 10px;
	padding-right: 0px;
	border-right: 1px solid #d4d4d4;
}

#header .col1of5 .test {
	background: #fff;  /* url(images/sized/images/site/cw_world_logo-160x160.png) bottom center no-repeat; */
	border-right: 1px solid #d4d4d4;
	padding-top: 0px;
	text-align: center;
	color: #fff;
	padding-right: 0px;
}

h1#lederboard {
	font-weight: normal;
	font-size: 3em;
	text-align: center;
	background: #fff;
	padding-bottom: 10px;
	min-height: auto;
	margin-bottom: 0;
}

#todays_date_text {
	height: 1.8em;
	padding: 6px 0 5px 0;
	font-size: .9em;
	text-align: center;
	font-weight: bold;
	color: #ccc;
}

#todays_date span {

}

/* boxes
----------------------------------------------- */

.box {
	background: #fff;
	margin-bottom: 20px;
	padding: 10px 10px 1px 10px;
	border: 1px solid #d4d4d4;
}

.box h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #036;
	margin: -10px -10px 0 -10px;
	padding: 6px 12px;
}

.box h2 a,
.box h2 a.visible {
	color: #fff;
	background: #036 /* url("../img/switch_minus.gif") 97% 50% no-repeat; */
	display:block;
	padding: 6px 12px;
	margin: -6px -12px;
	border: none;
}

.grid_4 .box h2 a {
	background-position: 97% 50%;
}

.grid_5 .box h2 a {
	background-position: 98% 50%;
}

.grid_12 .box h2 a {
	background-position: 99% 50%;
}

.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}

.box h2 a:hover {
	background-color: #036;
}

.block {
	padding-top: 10px;
}

div.menu {
	padding: 0;
}

div.menu h2 {
	margin: 0;
}

div.menu .block {
	padding-top: 0;
}

/* paragraphs, quotes and lists
----------------------------------------------- */

p {
	margin-bottom: 1em;
}

blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13px;
	padding-left: 1em;
	border-left: 4px solid #ccc;
}

blockquote cite {
	font-size: .9em;
}

ul, ol {
	padding-top: 0;
}

/* menus
----------------------------------------------- */

ul.menu {
	list-style: none;
	border-top: 1px solid #bbb;
}

ul.menu li {
	margin: 0;
}

ul.menu li a {
	display: block;
	padding: 4px 10px;
	border-bottom: 1px solid #ccc;
}

ul.menu li a:hover {
	background: #eee;
}

ul.menu li a:active {
	background: #ccc;
}

/* submenus
----------------------------------------------- */

ul.menu ul {
	list-style: none;
	margin: 0;
}

ul.menu ul li a {
	padding-left: 30px;
}

/* section menus
----------------------------------------------- */

ul.section {
	border-top: 0;
	margin-bottom: 0;
}

ul.section li {
	text-transform: uppercase;
}

ul.section li a {
	background: #bbb;
}

ul.section li a:hover {
	background: #aaa;
}

ul.section li a:active {
	color: #fff;
	background: #666;
}

ul.section li li a {
	background: #ddd;
	border-bottom: 1px solid #eee;
}

ul.section li li a:hover {
	background: #ccc;
}

ul.section li li a:active {
	color: #000;
	background: #fff;
}

ul.section ul li {
	text-transform: none;
}

ul.section ul.current li a {
	background: #eee;
	border-bottom: 1px solid #fff;
}

ul.section ul.current li a:hover {
	background: #ddd;
}

ul.section ul.current li a:active {
	background: #fff;
}

ul.section li a.current {
	color: #fff;
	background: #666;
}

ul.section li a.current:hover {
	background: #555;
}

ul.section li a.current:active {
	background: #444;
}

ul.section li a.active {
	background: #fff;
	cursor: default;
}

ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color: #fff;
	background: #666;
	cursor: default;
}

/* table
----------------------------------------------- */

table {
	width: 100%;
	border: 1px solid #bbb;
	margin-bottom: 10px;
}

col.colC {
	width: 8em;
}

th, td {
	padding: .2em 1em;
	text-align: left;
}

thead th {
	border-bottom: 2px solid #888;
	background: #bbb;
	padding: .4em 1em .2em;
}

thead th.table-head {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #555;
	border: 1px solid #555;
}

tbody th,
tbody td {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #dedec6;
}

tbody tr.odd th,
tbody tr.odd td {
	background: #fff;
}

tfoot th,
tfoot td {
	border-top: 2px solid #666;
	background: #eee;
}

tfoot tr.total th,
tfoot tr.total td {
	border-top: 6px double #666;
}

tfoot tr.total th {
	text-transform: uppercase;
}

th.currency,
td.currency {
	text-align: right;
}

/* forms
----------------------------------------------- */

form {
	overflow: hidden;
}

fieldset {
	border: 1px solid #bbb;
	padding: 10px;
	position: relative;
	background: #e9e9e9;
	margin-bottom: 10px;
}

legend {
	font-size: 1.1em;
	padding: .4em .8em;
	background: #fff;
	border: 1px solid #bbb;
}

fieldset.login p {
	margin-bottom: 1em;
	margin-top: 0pt;
}

fieldset p label {
	width: 98%;
}

fieldset p input {
	width: 98%;
}

fieldset p select {
	width: 99%;
}

fieldset.login p label {
	float: left;
	line-height: 2em;
	margin-right: 3%;
	text-align: right;
	width: 32%;
}

fieldset.login p input {
	width: 60%;
}

fieldset.login input.button {
	margin-left: 35%;
}

form p.notice {
	font-weight: bold;
}

input.search.text {
	width: 66%;
}

input.search.button {
	width: 28%;
	margin-left: 2%;
}

/* articles
----------------------------------------------- */

.articles {
	padding: 0;
}

.articles h2 {
	margin: 0;
}

#articles {
	padding-top: 0;
}

.article {
	border-top: 1px solid #666;
	padding-top: .5em;
}

.box .article {
	border-top: 3px solid #fff;
	padding: 13px 10px 0 10px;
}

.article h2 {
	font-size: 2em;
	font-weight: normal;
	text-transform: none;
	color: #424A00;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

.article h3 {
	margin-bottom: .2em;
	font-size: 1.6em;
}

.box .first {
	border-top: none;
}

.article h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.article a.image {
	float: left;
	margin: 3px 10px 3px 0;
	padding: 4px;
	border: 1px solid #bbb;
	background: #fff;
}

.article a.image:hover {
	border: 1px solid #666;
}

.article a.image img {
	float: left;
}

.article p.meta {
	color: #666;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: .3em 0;
	margin-bottom: .8em;
}

.cover_block {
	height: 220px;
	font-size: 1em;
	text-align: center;
	margin-top: 10px;
	padding: 20px;
	background: #ecddc3;
}

.cover_block img {
	/*Flexible image size with border*/
	width: 89%;
	/*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background: #fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic;
        /* prevents image pixelation for IE 6/7 */
}

/* Comments
---------------------------------------------- */

#commentblock {
	width: 92%;
	background: #e7ebef;
	color: #333;
	float: left;
	padding: 10px 20px 0px 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #c0c0c0;
}

.commentheader {
	background: #b9c7d5; /* url(/images/backgrounds/comments_header570.gif) no-repeat; */
	padding: 12px;
	margin-bottom: 15px;
	text-align: center;
	font-family: Gill Sans, Verdana, non-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
}

.commentdate {
	font-size: 12px;
	padding-left: 0px;
}

#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
}

.commentname {
	background: url(/images/structure/comment_tri.gif) no-repeat 28px top;
	padding: 5px 0 0 45px;
	font-family: "Lucida Grande";
	font-size: 11px;
}

.commentinfo {
	clear: both;
}

.commenttext {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 12px;
	width: 90%;
	background: #fff url(images/comment.gif) no-repeat left top;
	font-size: 12px;
	line-height: 1.35em;
	color: #444;
}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 85%;
	background: #fff url(images/comment.gif) no-repeat left top;
}

#commentpaginate {
	clear: both;
	padding: 12px 15px 0;
}

#commentsformheader {
	padding-left: 0px;
}

#commentsform {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#commentsform form {
	text-align: left;
	margin: 0px;
}

#commentsform p {
	margin: 0px;
}

#commentsform form textarea {
	width: 87%;
}

p.comments_link img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.textwidget {
	margin-top: -15px;
}

/*  Socials Styles
--------------------------------------------------------------- */

.social-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.social-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* FOOTER site information
----------------------------------------------- */

#site_info .box {
	font-size: 11px;
	text-align: center;
	border: 0px;
	color: #444;
	background: #fff;
	margin-bottom: 0px;
/* Tim changed from 10px; */
}

#site_info a {
	color: #444;
}

#site_info a:hover {
	color: #000;
}

/* Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */

ul.nav,
ul.nav * {
	margin: 0;
	padding: 0;
}

ul.nav {
	position: relative;
	background: #fff;
	max-width: 100%;
	height: 2.5em;
}

ul.nav li {
	cursor: pointer;
	float: left;
	text-align: center;
	list-style-type: none;
	font-weight: normal;
}

ul.nav li ul {
	cursor: default;
	width: 100%;
	max-width: 100%;
	position: absolute;
	height: auto;
	top: 2.5em;
	background-position: 0 0 !important;
	left: -9000px;
}

ul.nav li ul li {
	padding: 0;
	border: 4px;
	width: auto;
	max-width: none;
}

ul.nav li a {
	color: #fff;
	background: #666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 1em;
	height: 2.4em;
	line-height: 2.5em;
}

ul.nav li ul li a {
	position: relative !important;

/* ie Mac */
	cursor: pointer !important;
	white-space: nowrap;
	line-height: 2em;
	height: 2em;
	font-weight: normal;
	color: #666;
	background-position: 0 50% !important;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {
	color: #000;
	background: #5A6843;
}

ul.nav li a:active {
	color: #666;
	background: #fff;
}

ul.nav li:hover ul {
	left: 0;
	z-index: 10
}

ul.nav li ul,
ul.nav li {
	background: #ccc !important
}

ul.nav li:hover ul li a {
	color: #444;
}

ul.nav li:hover ul li a:hover {
	color: #000;
	background: #fff;
}

ul.nav li:hover ul li a:active {
	color: #666;
	background: #fff;
}

ul.nav li.current a {
	color: #666;
	background: #fff;
	cursor: default;
	font-weight: bold;
}

ul.nav li.current ul {
	left: 0;
	z-index: 5
}

ul.nav li.current ul,
ul.nav li.current {
	background: #ccc !important
}

ul.nav li.current ul li a {
	color: #444;
	background: #ccc;
	font-weight: normal;
}

ul.nav li.current ul li a:hover {
	color: #000;
	background: #fff;
}

ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {
	color: #666;
	background: #fff;
}

/* navigation (vertical subnavigation)
----------------------------------------------- */

ul.nav {
	background: #63734A;
}

ul.main li {
	position: relative;
	top: 0;
	left: 0;
}

ul.main li ul {
	border-top: 0;
}

ul.main li ul li {
	float: left;
}

ul.main li a {
	height: 2.5em;
	line-height: 2.5em;
	border: 0;
	color: #fff;
	background: #63734A;
}

ul.main li ul li a {
	width: 12em;
	line-height: 2em;
	height: 2em;
	text-align: left;
	color: #fff;
	border-top: 1px solid #fff;
	background: #444;
}

ul.main li a:focus {
	color: #fff;
	background: #63734A;
}

ul.main li ul li a:hover {
	color: #fff;
	background: #424A00;
}

ul.main li:hover a {
	color: #fff;
background#424A00;
}

ul.main li:hover ul li a {
	color: #fff;
}

ul.main li:hover ul li a:hover {
	color: #fff;
	background: #444;
}

ul.main li:hover a:active {
	background: #444;
}

ul.main li:hover ul li a:active {
	color: #fff;
	background: #222;
}

/* secondary list
----------------------------------------------- */

ul.nav li.secondary {
	float: right;
	color: #5A6843;
	margin-right: 0px;
	background: transparent !important;
}

ul.nav li.secondary span.status {
	float: left;
	padding: 0 1em;
	line-height: 2.77em;
	height: 2.77em;
	font-size: 0.9em;
}

ul.nav li.secondary span.status a {
	float: none;
	display: inline;
	padding: 0;
	height: auto;
	line-height: auto;
	color: #5A6843;
	background: transparent;
}

ul.nav li.secondary span.status a:hover {
	color: #fff;
	background: transparent;
}

ul.nav li.secondary span.status span {
	text-transform: capitalize;
}

ul.nav li.secondary:hover a {
	color: #fff;
	background: #666;
}

ul.nav li.secondary:hover a:hover {
	background: #5A6843;
}

ul.nav li.secondary:hover a:active {
	background: #444;
}

/**
 * jQuery lightBox styles
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/* Archive styles
----------------------------------------------- */

ul.archive {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

ul.archive li {
	float: left;
	width: 193px;


/*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}

.archive_block {
	height: 220px;
	font-size: 1em;
	text-align: center;
	margin-right: 10px;
	/*Crea

tes the 10px gap between each column*/
	padding: 20px;
	background: #ecddc3;
}

.archive_block h2 {
	font-size: 1.8em;
}

.archive_block img {
	/* Flexible image size with border */
	width: 89%; /* Took 1% off of the width to prevent IE6 bug */
	padding: 5%;
	background: #fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /* prevents image pixelation for IE 6/7 */
}

/* Inoperative

.archive_pagination {
        text-align: center;
       margin: 5px 0 5px 0;
	height: 2px;
	padding: 0;
	display: block;
	background: url(/images/structure/hr.gif);
	background-repeat: repeat-x;
	clear: both;
}

*/

/*  Media Kit styles
-------------------------------------------------------------------*/

table#ad_sizes {
	width: 100%;
	background-color: #fff;
	border: none;
}

tr {
	border: none;
}

th, td {
	vertical-align: middle;
	padding: .2em;
	border: none;
}

.ad_image_size {
	text-align: right;
	background-color: #fff;
}

.ad_fullname {
	text-align: left;
	background-color: #fff;
}

.ad_width {
	text-align: right;
	background-color: #fff;
}

.x {
	text-align: left;
	background-color: #fff;
}

.ad_height {
	text-align: left;
	background-color: #fff;
}

/* Freewill Styles
---------------------------------------*/

.head-black {
	color: #600;
	font-size: 18px;
	font-weight: bold;
}

.body-bold {
	color: #444;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.body-small {
	color: #444;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

/* AltWeekly Styles
---------------------------------------*/

#altWeeklyInclude {
	position: relative;
	width: 692px;
	height: 90px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #000;
	font-family: arial,helvetica,sans-serif;
}

#altWeeklyInclude a {
	color: #684;
}

#altWeeklyInclude a:hover {
	text-decoration: none;
}

.altWeeklyImage {
	display: block;
	width: 692px;
	height: 15px;
	background-color: #000;
}

.altWeeklyImage a {
	display: block;
	width: 106px;
	height: 15px;
	background-image: url(http://www.altweeklies.com/images/awhorizontalbar.gif);
}

.altWeeklyImage span {
	display: none;
}

.altWeeklyBlurb {
	float: left;
	width: 218px;
	height: 60px;
	margin: 2px 6px;
	padding: 0;
	font-size: 10px;
	line-height: 11px;
	overflow: hidden;
}

.altWeeklyHeadline {
	padding-right: 5px;
	font-weight: bold;
}

.altWeeklySummary {
	display: inline;
}

.altWeeklyPub {
	display: inline;
	font-style: italic;
}

.altWeeklyMore {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 210px;
	height: 12px;
	background-color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 10px;
}

.altWeeklyNewsBox {
	position: absolute;
	top: 1px;
	right: 2px;
	width: 210px;
	height: 12px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 10px;
}

#altWeeklyInclude .altWeeklyNewsBox a {
	color: #fff;
}

/* Widgets */

/* AJAX sliding shelf
----------------------------------------------- */

#loading {
	float: right;
	margin-right: 14px;
	margin-top: -2px;
}

.block {
	padding-bottom: 1px;
}

/* Accordian
----------------------------------------------- */

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 1.1em;
	font-weight: normal;
}

.element h4 {
	margin: 0;
	padding: 4px;
	line-height: 1.2em;
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding: 10px 20px;
	float: right;
}

#accordian-block {
	padding-bottom: 10px;
}

/* Mootools Kwicks
----------------------------------------------- */

#kwick-box {
	padding: 0;
	overflow: hidden;
}

#kwick-box h2 {
	margin: 0;
}

#kwick {
	position: relative;
}

#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style: none;
	margin: 0;
	overflow: hidden;
}

#kwick li {
	float: left;
	margin: 0;
	padding: 0;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}

#kwick .kwick span {
	color: #fff;
}

#kwick .one {
	background: #666;
}

#kwick .two {
	background: #777;
}

#kwick .three {
	background: #888;
}

#kwick .four {
	background: #999;
}