body {
	font-family: 'Lucida Grande', Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	background-color: #7AAAD2;
	background-image: url('cyan-blend.png');
	background-repeat: repeat-x;
}
a {
	color: #004577;
}
a:hover {
	color: #00A2DE;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica';
	padding: 0;
	margin: 0;
}
h2 {
	margin: .5em 0 .5em 0;
	font-size: 1.25em;
	color: #004577;
}
h3 a {
	text-decoration: none;
}
li {
	font-size: .8em;
}
img {
	border: 0;
}
hr {
	height: 1px;
	background-color: #c0c0c0;
	color: #c0c0c0;
	border: none;
	padding: 0;
	margin: 1em 0;
}
p {
	text-align:justify;
	padding:0 0 8px;
}
/* Header
 *******************************************/

#top {
	width: 980px;
	margin: 0px auto;
}
#header {
	background-color: #fff;
	float:left;
	width:980px;
}
#logo {
	float: left;
	padding: 0;
	margin:0;
}
#header .search {
	padding: 10px 0 0;
	margin: 0;
	float: right;
	font-size: .75em;
}
#header .search form {
	display: inline;
}
#header .search input {
	width: 150px;
	margin-right: 4px;
}
#header .search label {
	font-weight: bold;
	margin-right: 4px;
	color: #000;
}
#header ul {
	margin: 0;
	padding: 0px;
	float:left;
}
#header li {
	padding: 2px;
	font-family: Helvetica;
	list-style-type: none;
	float: left;
	font-size: 11px;
	font-weight: bold;
	background:#000;
	border:1px solid #ccc;
	border-width:0 1px;
	height:60px;
	overflow:hidden;
}
#header li.last {
	border: none;
}
#header a {
	text-decoration: none;
	color: #004577;
	float:left;
}
#header a:hover {
	color: #00A2DE;
}
#topics {
	background-color: #c0c0c0;
	background-image: url('grey-blend.png');
	background-repeat: repeat-x;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border: 3px solid #fff;
	padding: 0 10px;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
#topics ol {
	padding: 0;
	margin: 0;
	border-right: 10px solid #000;
}
#topics li {
	list-style: none;
	float: left;
	padding: 5px 0;
	font-size: 1em;
}
#topics li a {
	padding: 5px .5em;
	color: #004577;
	text-decoration: none;
}
#topics li a:hover {
	color: #00A2DE;
}
#topics #upcoming {
	float: left;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #ccc;
}
#topics #upcoming a {
	color: #777;
	text-shadow: #fff 0px 1px 1px;
	font-weight: bold;
	text-decoration: none;
}
#topics #upcoming a:hover {
	color: #333;
}
#quicklogin {
	position: absolute;
	z-index: 10;
	width: 950px;
	background-color: #c0c0c0;
	background-image: url('grey-blend.png');
	background-repeat: repeat-x;
	padding-top: 3px;
	display: none;
}
#quicklogin form, #quicklogin input {
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 1em;
	float: inherit;
}
#quicklogin input {
	margin-right: 10px;
	background-color: #999;
	text-align: center;
}
#quicklogin input[type="submit"] {
	border: 0;
	color: #fff;
	font-weight: normal;
	background-color: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 2px 3px;
}
#adspan {
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 10px 0;
	padding: 4px;
	height:88px;
	overflow:hidden;
}
#rectangle {
	float: left;
	margin-right: 4px;
}
#leaderboard {
}
.adstrip {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #555;
	font-size: .8em;
	font-weight: bold;
	padding: .25em .5em;
	margin-bottom: 10px;
}
/* Content
 *******************************************/


#wrapper {
	width: 980px;
	margin: 0px auto;
	margin-top: 10px;
}
#container {
	width: 626px;
	float: left;
	margin-right: 10px;
	_margin-right: 9px;
}
.teaser {
	background-color: #eee;
	padding: 7px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	font-family: 'Lucida Grande';
}
.teaser ol {
	padding: 0;
	margin: 0;
}
.teaser li {
	width: 200px;
	font-size: 1em;
	float: left;
	list-style: none;
	padding: 2px 0;
	text-align:center;
}
.teaser img {
	border:1px solid #999;
	padding:1px;
	background:#ccc;
}
.teaser a {
	color: #777;
	text-decoration: none;
}
.teaser a:hover {
	color: #c0c0c0;
}
.teaser strong {
	color: #333;
}
.sort {
	background-color: #f8f8f8;
	padding: .1em .75em;
	font-size: .8em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	color: #999;
	padding-right: 4px;
}
.sort a {
	padding: 0 .25em;
	margin: 0 .25em;
	color: #999;
	text-decoration: none;
}
.sort a:hover {
	text-decoration: underline;
}
.sort strong {
	margin-right: .5em;
}
.sort img {
	float: right;
}
.sort a.active {
	color: #444;
	text-shadow: #fff 0px 1px 1px;
	background-color: #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.content {
	background-color: #fff;
	margin-bottom: 10px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border: 1px solid #fff;
	padding: 0 5px;
	_padding: 0 4px;
	float:left;
	width:301px;
}
.upcoming {
	margin: 1.75em 0 1em 0;
	padding: .75em .5em;
	font-size: .75em;
	color: #333;
	background-color: #eee;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.upcoming p {
	margin: 0;
	font-size: .9em;
}
#advanced_search label {
	display: block;
	color: #111;
	font-weight: normal;
	padding: 0 .5em;
	font-size: .9em;
	font-weight: bold;
}
#advanced_search .searchr {
	float: right;
}
#advanced_search .searchl {
	float: left;
}
#advanced_search .searchl input {
	margin-right: 3em;
}
#advanced_search #active {
	margin: .5em 0;
	margin-left: 3em;
}
#advanced_search #active_label {
	display: inline;
	font-weight: normal;
}
#advanced_search form {
	padding: 0;
}
/* Tutorials
 *******************************************/

.tutorial {
	clear: both;
	padding: 8px 5px 0 5px;
	border-bottom: 1px solid #ccc;
	float:left;
	width:291px;
	overflow:hidden;
}
.tutorial h3 {
	font-size: 1em;
}
.tutorial h3 a {
	text-decoration: none;
	color: #222;
}
.tutorial h3 a:visited {
	color: #777;
}
.tutorial h3 a:hover {
	color: #004577;
}
.tutorial img.thumbnail {
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
}
.tutorial .block {
	font-size: .75em;
	color: #555;
}
.tutorial .block span.status {
	color: #999;
	font-size: .75em;
}
.tutorial .description {
	font-size: .8em;
	margin: 3px 0 7px 0;
	line-height: 1.4em;
}
.tutorial .stats, .bio .stats {
	clear: both;
	font-size: .75em;
	padding-bottom: 2px;
}
/* jQuery.Rating Plugin CSS (modified) - http://www.fyneworks.com/jquery/star-rating/ */
    .rating {
	cursor:pointer;
	float:left;
	margin: 5px 0 0 0;
	padding-top: 2px;
	width:105px;
	padding: 0;
}
.rating:after {
	content:'.';
	display:block;
	height:0;
	width:0;
	clear:both;
	visibility:hidden
}
li.cancel, li.star {
	float:left;
	width:17px;
	height:15px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden
}
li.cancel, li.cancel a {
	background:url('delete.gif') no-repeat 0 -16px
}
li.star, li.star a {
	background:url('star.gif') no-repeat 0 0px;
}
li.cancel a, li.star a {
	display:block;
	width:16px;
	height:100%;
	background-position:0 0px;
	border:1 solid #FF0000
}
li.star_on a {
	background-position:0 -16px!important
}
li.star_hover a, li.star_live a:hover {
	background-position:0 -32px
}
/* Partial Star CSS */
    li.star {
	background:transparent!important;
	overflow:hidden!important
}
/* END jQuery.Rating Plugin CSS */
    .tutorial .author {
	float: right;
	margin-right: -11px;
	font-weight: bold;
}
.tutorial .data {
	float: left;
	margin-top: 5px;
}
.tutorial .stats a {
	margin-right: .5em;
	color: #666;
	text-decoration: none;
}
.tutorial .stats a:hover {
	color: #222;
}
.tutorial .stats img {
	vertical-align: middle;
	padding: 1px;
	border: 1px solid #ccc;
}
.tutorial .gravatar {
	border: 0 !important;
}
.sharing, .reporting {
	border-bottom: 1px solid #eee;
	padding: .25em .5em;
	font-size: .75em;
}
.sharing a, .reporting a {
	padding: 0 .5em;
}
.featured {
	margin: 0 -10px;
}
.featured .tutorial {
	background-color: #D1EAFF;
}
.featured .info {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin-right: 10px;
	padding: .25em .5em;
	font-size: .7em;
	background-color: #ccc;
	float: right;
	margin-bottom: -1em;
}
.featured .info a {
	color: #666;
	text-decoration: none;
}
.featured .info a:hover {
	color: #333;
}
/* Comments
 *******************************************/

.comment {
	margin: .5em;
	margin-top: 0;
}
.comment .date {
	border-bottom: 1px solid #eee;
	color: #777;
	font-size: .9em;
	padding: .25em 0;
}
.comment .date img {
	padding: 1px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.comment .date a {
	margin-left: .5em;
	color: #555;
}
.comment .status {
	font-size: .75em;
	color: #222;
}
.comment .time {
	float: right;
	font-size: .75em;
	padding-top: 5px;
}
.comment .body {
	padding: .5em;
	font-size: .8em;
	color: #333;
}
.comment .body p {
	margin: 0 0 1em 0;
}
.comment .body .commentable {
	font-style: italic;
	margin: 1em 5px;
	font-size: .8em;
}
.aside {
	font-size: .7em;
	padding: .5em 0;
	float: left;
}
/* Sidebar
 *******************************************/

#sidebar {
	float: left;
	margin-bottom: 2em;
	width: 344px;
}
.sidechunk, .sidenote {
	padding: 4px;
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-bottom: 10px;
	float:left;
}
.sidechunk {
	float:left;
	text-align:center;
	width:337px;
}
.sidechunk h5, .sidechunk p {
	text-align: left;
	padding: 0 3px;
}
.sidechunk h5 a {
	text-decoration: none;
}
.sidechunk p {
	margin: 0;
	text-transform: uppercase;
	font-size: .7em;
	color: #666;
	font-weight: bold;
}
.sidechunk .headline a {
	text-decoration: none;
}
.sidechunk .headline img {
	float: right;
	padding: 1px .1em;
}
.sidenote #skycolumn {
	width: 171px;
	float: left;
	overflow:hidden;
	text-align:left;
}
#skycolumn ul {
	padding: 0;
	margin: 0 0 5px 0;
	float:left;
	width:171px;
}
#skycolumn li {
	list-style-type: none;
	float:left;
	width:165px;
	background:url(icon.gif) no-repeat 0 1px;
	padding:0 0 0 20px;
}
#skycolumn li.headline, .sidechunk .headline {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height:16px;
	text-shadow: 0px 1px 0px #fff;
	margin-bottom: 5px;
	padding: 2px;
	color: #004577;
	text-transform: uppercase;
	background: #CFDBE6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
}
#skycolumn li.headline {
	float:left;
	width:165px;
}
#skycolumn li a {
	color:#222222;
	display:block;
	float:left;
	font-size:12px;
	line-height:16px;
	padding:5px 2px 2px 5px;
	text-decoration:none;
	width:140px;
}
#skycolumn li:hover a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #eee;
}
#skycolumn .cube {
	margin: .5em 23px;
	padding: .5em 0;
	border-top: 1px solid #CFDBE6;
	text-align: center;
}
.sidenote #skyscraper {
	width: 165px;
	float:left;
	text-align:center;
}
.sidenote #skyscraper img{ margin:5px 0; }
/* Footer
 *******************************************/

#footer {
	background-color: #eee;
	border-top: 2px solid #fff;
	padding: 2em;
	clear: both;
	color: #555;
	font-size: .75em;
	font-family: 'Helvetica Neue';
}
#footer a {
	color: #222;
}
/* User Pages
 *******************************************/

.bio {
	padding-top: 10px;
}
.bio h2 {
	margin: 0;
	color: #222;
	font-size: 1.25em;
	font-weight: normal;
}
.bio h3 {
	color: #555;
	font-size: 1em;
	font-weight: normal;
	padding: .25em 0;
	margin-top: 1em;
}
.bio img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	padding: 3px;
}
.bio span {
	font-size: .9em;
}
#feed {
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	font-size: .8em;
}
#feed .item {
	padding: .25em;
	border-bottom: 1px solid #eee;
}
#feed .item a {
	text-decoration: none;
}
#feed span {
	color: #555;
}
.bio .stats {
	border-bottom: 1px solid #ccc;
	color: #666;
}
/* Ads
 *******************************************/
.graph {
	margin: 0 -10px;
	background-color: #004577;
}
.ads {
}
.ads .col {
	margin-bottom: 2em;
}
.ads h2 {
	font-size: 1em;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	margin-bottom: 0;
}
.ads ul {
	margin: 0;
	padding: 0;
}
.ads li {
	list-style-type: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	padding: .25em;
	line-height: 1.75em;
}
.ads li div {
	color: #000;
	text-transform: uppercase;
	background-color: #CFDBE6;
	font-size: .75em;
	padding: 2px;
	display: inline;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.ads li span {
	color: #666;
	display: block;
	float: right;
	font-size: .75em;
}
.ads .more {
	font-size: .75em;
}
/* General
 *******************************************/

.clear {
	clear: both;
}
.cap {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border: 1px solid #eee;
	background-color: #CFDBE6;
	color: #193878;
	font-weight: bold;
	padding: .5em .5em .25em .5em;
	text-shadow: 1px 1px 1px #fff;
	border-bottom: 1px solid #ccc;
}
.cap h1 {
	font-size: 1.25em;
	font-weight: normal;
}
form {
	margin-top: 10px;
}
fieldset {
	border: 0;
	border-top: 4px solid #eee;
	padding: 1em;
}
legend {
	color: #999;
	margin-left: -1.25em;
	padding: .25em;
}
form label {
	font-weight: bold;
	display: block;
	font-size: 10pt;
	color: #004577;
}
form input, textarea {
	margin-bottom: 1em;
}
form select {
	margin-bottom: 1em;
}
input[type="submit"] {
	width: inherit ! important;
	float: right;
}
form.descriptive input {
	width: 350px;
}
p {
	font-size: 10pt;
	line-height: 1.5em;
}
.administrative {
	border-top: 1px solid #fff;
	background-color: #000;
	background-image: url('black-blend.png');
	background-repeat: repeat-x;
	color: #eee;
	padding: 5px 10px;
	font-size: 10pt;
}
.administrative a {
	color: #eee;
	text-decoration: none;
}
.administrative a:hover {
	text-decoration: underline;
}
.flash {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: .8em;
	padding: .75em .5em;
	margin-bottom: 10px;
}
.warning {
	background-color: #850707;
	border: 1px solid #850707;
	color: #fff;
}
.notice {
	border: 1px solid #e3f04b;
	background-color: #e3f04b;
	color: #555;
}
.notice h2 {
	font-weight: normal;
	margin: 0;
}
.notice li {
	font-size: 1em;
}
.pagination {
	padding: 1em;
	font-size: .75em;
	text-align: center;
}
.pagination .disabled {
	color: #999;
}
.pagination a, .pagination span {
	border: 1px solid #ccc;
	padding: .25em .5em;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #eee;
}
.pagination .current {
	color: #333;
	font-weight: bold;
}
table {
	padding: 0;
	margin: 0;
	font-size: .9em;
	width: 100%;
}
th {
	border-bottom: 1px solid #ccc;
	padding: 0 .5em;
	color: #333;
}
td {
	padding: .5em 0;
	border-bottom: 1px solid #eee;
}
td span {
	font-size: .8em;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
td.numbers {
	text-align: right;
	padding-right: .5em;
}
td.sum {
	text-align: right;
	font-weight: bold;
}
div#bsaz_1236733.adblock {
	width:100%;
	display:block;
}
div#bsaz_1236733.adblock a {
	width:125px;
}
div#bsaz_1236733.adblock a img {
	padding:0;
}
div#bsaz_1236733.adblock a em {
	font-style:normal;
}
div#bsaz_1236733.adblock a {
	display:block;
	font-size:11px;
	color:#888;
	font-family:verdana, sans-serif;
	margin:10px 20px;
	_margin:10px 10px;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	float:left;
}
div#bsaz_1236733.adblock img {
	border:0;
	clear:right;
}
div#bsaz_1236733.adblock a.adhere {
	color:#666;
	font-weight:bold;
	font-size:12px;
	border:1px solid #ccc;
	background:#e7e7e7;
	text-align:center;
}
div#bsaz_1236733.adblock a.adhere:hover {
	border:1px solid #999;
	background:#ddd;
	color:#333;
}
div#bsaz_1236733.adblock a.adhere {
	width:125px;
	height:125px;
	line-height:1000%;
}
html>body div#bsaz_1236733.adblock a.adhere {
	width:123px;
	height:123px;
}
div#bsaz_1236733.adblock img.s {
	height:0;
	width:0;
}

