* {
	margin:0;
	padding:0;
	outline:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #4b4c4e url(../img/structure/body_background.jpg) no-repeat top center;
	font-family: "Lucida Grande", Calibri, Helvetica, Arial, sans-serif;
	line-height: 1;
	color: #171717;
	text-align: center;
	font-size: small;
}
/* h1, h2, h3, h4, #header strong {
	font: 22px Georgia, "Times New Roman", serif;
	margin: 0 0 20px 0;
	padding: 0;
}
h2 {
	color: #777;
	font-size: 20px;
}
h3 {
	color: #555;
	font-size: 18px;
}
h4 {
	color: #333;
	font-size: 16px;
}
p, li, td {
	line-height: 150%;
}
ul, ol, dl, p {
	margin: 0 0 10px 0;
	padding: 0;
}
li {
	margin: 0 0 5px 30px;
}*/
input, textarea, select {
	font-family: "Lucida Grande", Calibri, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 4px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a img {
	border: none;
}
a, a:visited {
	color: #24a9df;
}
a:hover {
	color: #1b75ba;
}
p {
	margin-bottom: 13px;
}
.clear {
	clear: both;
	display: block;
	float: none;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
	margin: 20px 40px;
}
hr.divider {
	clear: both;
	float: none;
	padding: 0 20px;
	visibility: hidden;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.under {
	margin-top: 20px;
}
.close {
	margin: 0 9px 20px 9px;
}
.close a, .close a:visited {
	color: #1b75bb;
	font-size: 14px;
}
#page {
	margin: 0 auto;
	/*padding: 0 20px;*/
	text-align: left;
	display: block;
	width: 900px;/*_width: 960px;
	_text-align: center;*/
}
#contHold {
	display: block;
	text-align: left !important;
	_text-align: left !important;
}
#content {
	float: left;
	width: 468px;
	background-color: #cdcdcd;
	display: block;
	font-size: 90%;
	line-height: 1.5em;
}
#sidebar {
	float: right;
	width: 419px;
	display: block;
}
#top a {
	display: none;
}
#header {
	width: 900px;
}
#footer {
	padding: 31px 0 50px 0;
	width: 900px;
	background: url(../img/structure/footer_background.gif) no-repeat top left;
}
#blog-title a, #blog-title a:visited {
	color: #444;
	font-size: 30px;
	text-decoration: none;
}
#blog-description {
	color: #999;
}
#content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4 {
	margin: 20px 0 10px;
	padding: 0;
}
#content .notification {
	background: #ddd;
	color: #444;
	font-size: 11px;
	padding: 7px;
}
#content div.hentry.post {
	/*margin-bottom: 40px;*/
	margin-bottom: 10px;
	padding: 9px;
	background: #cdcdcd url(../img/structure/post_background.png) no-repeat top left;
}

#content div.hentry.post img {
	max-width: 450px;
	height: auto;
}


#content div.hentry.page {
	/*margin-bottom: 40px;*/
	margin-bottom: 10px;
	padding: 9px;
	background: #cdcdcd url(../img/structure/post_background.png) no-repeat top left;
}
#content .entry-title, #content .entry-title a, #content .entry-title a:visited {
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 130%;
	line-height: 1.25em;
	color: #1b75bb;
}
#content .entry-title a:hover {
	text-decoration: underline;
}
#content div.entry-content {
	color: #444;
	margin-bottom: 10px;
}
#content .entry-content blockquote {
	border-left: 1px solid #ddd;
	margin: 0 0 10px 20px;
	padding: 7px 10px;
}
#content div.entry-content ol, #content div.entry-content ul {
	margin: 0 0 10px 30px;
	padding: 0;
}
#content div.entry-content ul {
	list-style: disc;
}
#content div.entry-content li, #content ol.archive div.entry-content li {
	margin: 0 0 5px 0;
	padding: 0;
}
#content .comments-link {
	margin-bottom: 15px;
}
#content p.comments-link a, #content p.comments-link a:visited {
	color: #333;
}
#content .by-line {
	color: #777;
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: -5px;
}
#content .filed {
	border-top: 1px dotted #666;
	color: #777;
	font-size: 11px;
	padding: 5px 0;
}
#content .page .by-line {
	margin-top: 30px;
}
#content .by-line a, #content .by-line a:visited, #content .filed a, #content .filed a:visited {
	color: #555;
}
#content .by-line address {
	display: inline;
	font-style: normal;
}
#content .by, .date {
	display: inline;
	font-style: normal;
}
#content .entry-editlink, #content .comment-editlink {
	visibility: hidden;
	float: right;
}
#content .hentry:hover .entry-editlink, #content .hentry:hover .comment-editlink {
	visibility: visible;
	float: right;
}
#content .comment-feed {
	padding-top: 5px;
	float: right;
}
#content a.comment-feed, #content a.comment-feed:visited {
	color: #333;
	font-size: 12px;
}
#content h2.comments {
	margin-bottom: 10px;
}
#content h3.pings {
	margin-top: 40px;
}
#content form.comment-form {
	color: #333;
	margin-bottom: 20px;
}
#content form.comment-form label em {
	color: #777;
	font-size: 11px;
	font-style: normal;
}
#content .some-html-is-ok {
	color: #666;
	font-size: 11px;
	font-style: normal;
}
#content .comment-form-trackback, #content .comment-form-trackback a, #content .comment-form-trackback a:visited {
	color: #555;
	font-size: 11px;
}
#content ol.comments {
	margin: 0 0 20px 0;
	padding: 0;
}
#content ol.comments li {
	list-style: none;
	margin-bottom: 9px;
	padding: 9px;
	background: #dedede url(../img/structure/comment_background.png) no-repeat bottom right;
	border: 1px solid #bbbbbb;
}
#content ol.comments .depth-2 {
	margin-left: 20px;
}
#content ol.comments .depth-3 {
	margin-left: 40px;
}
#content ol.comments .depth-4 {
	margin-left: 60px;
}
#content ol.comments .depth-5 {
	margin-left: 80px;
}
#content ol.comments .entry-content {
	color: #333;
}
#content ol.comments .meta {
	color: #777;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
#content ol.pings .meta {
	height: 20px;
	line-height: 20px;
	padding-left: 0;
}
#content ol.comments .avatar {
	left: 0;
	position: absolute;
	top: 0;
}
#content ol.comments .meta a, #content ol.comments .meta a:visited {
	color: #777;
}
#content ol.comments .meta .author {
	color: #444;
	font-size: 13px;
	font-weight: bold;
}
#content ol.comments .meta .author a, #content ol.comments .meta .author a:visited {
	color: #00f;
}
#content ol.comments .meta .comment-reply-link, #content ol.comments .meta .comment-reply-link:visited {
	color: #333;
}
#content .pagination {
	/*margin: 40px 0;*/
	padding: 9px;
	background: #24a5d9 url(../img/structure/pagation_background.gif) repeat-x top left;
	border-top: 1px solid #56bad6;
}
#content .pagination a, #content .pagination a:visited {
	/*color: #333;*/
	color: #FFF;
}
#content .pagination .next {
	float: right;
	text-align: right;
}
#content .pagination .next, .previous {
	width: 48%;
	display: block;
}
#content ol.archive {
	color: #444;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ol.archive li {
	margin: 0 0 20px;
	padding: 0;
}
#content ol.archive .meta, #content ol.archive .meta a, #content ol.archive .meta a:visited {
	color: #777;
	font-size: 11px;
}
#content ol.archive li.search h3, #content ol.archive li.search p {
	line-height: 130%;
	margin-bottom: 5px;
}
#content ol.archive li.search .meta {
	line-height: 100%;
}
#content ol.archive .entry-title {
	font: 18px Georgia, "Times New Roman", serif;
	line-height: 100%;
	margin-bottom: 5px;
}
#content ol.archive .hentry {
	margin-bottom: 0;
}
#sidebar {
	color: #444;
}
#sidebar h2 {
	font-size: 18px;
	margin: 20px 0 10px;
}
#sidebar .widget ul {
	margin: 0;
	padding: 0;
}
#sidebar .widget ul li {
	color: #999;
	font-size: 12px;
	list-style: disc;
	margin: 0 0 5px 16px;
	padding: 0;
}
#sidebar .widget a, #sidebar .widget a:visited {
	color: #555;
}
#sidebar .meta {
	font-size: 12px;
}
#carrington-about {
	color: #555;
	font-size: 11px;
	line-height: 140%;
}
#carrington-about h2 {
	margin-top: 0;
}
/*#footer, #footer a, #footer a:visited {
	color: #999;
	font-size: 12px;
}
#footer p {
	margin: 0;
	padding: 0;
}*/
#generator-link {
	line-height: 30px;
}
#developer-link a, #footer p#developer-link a:visited {
	background:url(../img/by-crowd-favorite.png) no-repeat;
	display: block;
	float:right;
	height:30px;
	overflow: hidden;
	text-indent:-32697px;
	width:270px;
}
a#TB_prev:hover {
	background:url(../img/lightbox-left.png) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox-right.png) no-repeat right center;
}
#attachment p.top {
	padding: 5px 10px;
	text-align: left;
}
#attachment p.top a, #attachment p.top a:visited {
	color: #666;
}
#attachment h1 {
	margin: 10px 0;
}
#attachment a img {
	border: 0;
}
#attachment .nav, #attachment #footer {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 900px;
}
#attachment .nav .next {
	float: right;
}
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 11px 6px 6px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption.alignleft {
	margin-left: 0;
}
.wp-caption.alignright {
	margin-right: 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 0 0;
	margin: 0;
}
/* ---------- Added Sidebar Styles -----------*/

#sidebarColHold {
	background: transparent url(../img/structure/sidebarBG.gif) repeat-y top left;
}
.sidebarCol {
	width: 203px;
}
.box {
	background-color: #cdcdcd;
	font-size: 90%;
}
.gutter {
	padding: 9px;
	line-height: 1.5em;
}
.news li {
	background: url(../img/structure/list_bullet.png) no-repeat 0px 8px;
	padding: 3px 0 3px 13px;
	border-bottom: 1px dotted #999;
}
.comingup li {
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #999;
}
.comingup li span {
	display: block;
	font-size: 90%;
}
.morelink {
	background: url(../img/structure/list_bullet.png) no-repeat 0px 6px;
	display: block;
	padding: 3px 0 3px 11px;
	font-size: 90%;
}
#listenRequest {
	padding-bottom: 13px;
}
#listenRequest img {
	width: 203px;
	height: 34px;
}
.advertisement {
	margin-top: 13px;
	clear: both;
}
.advertisement img {
	width: 419px;
	height: 79px;
}
.djIcon {
	float: right;
	margin-left: 10px;
}
.newEntries {
}
.newEntries div {
	border-bottom: 1px dotted #CCC !important;
	display: block;
	padding-bottom: 5px;
	clear: both;
}
.entry_author_image {
	float: left;
	width: 69px;
	display: block;
}
.entry_author_image img {
	float: none;
}
.newEntries div span em {
	font-style: normal;
	font-size: 90%;
	display: block;
}
.newEntries div span {
	padding-left: 77px;
	_padding-left: 0;
	display: block;
}
.newEntries div img {
	float: none;
}
/* ---------- Added Footer Styles -----------*/

#socialmedia {
	display: block;
	float: left;
}
#socialmedia img {
	float: left;
	margin-right: 13px;
	display: block;
}
#copyright {
	float: right;
	display: block;
	font-size: 80%;
}
#copyright li {
	float: left;
	border-left: 1px solid #171717;
	display: block;
	padding: 0 5px;
}
.firstfootlink {
	border-left: none !important;
}
#copyright p {
	color: #666;
	display: block;
	clear: left;
	text-align: right;
	line-height: 1.5em;
	padding-top: 7px;
}
#footerlogos {
	float: right;
	display: block;
	width: 140px;
}
#footerlogos img {
	margin-left: 13px;
	float: left;
}
/* ---------- Twitter -----------*/

#tweet li {
	background: url(../img/structure/list_bullet.png) no-repeat 0px 8px;
	padding: 3px 0 3px 13px;
	border-bottom: 1px dotted #999;
}

#tweet li p {
	margin: 0;
}

#tweet li p span {
	margin: 0;
	display: block;
	font-style: italic;
	color: #666;
}


/* ---------- Added Misc -----------*/

.logo {
	display: block;
	float: left;
	z-index: 20;
}
#nav {
	display: block;
	float: left;
	width: 680px;
	padding-top: 85px;
}
#nav img {
	display: block;
}
#navHTML {
	display: none;
}
#navFLASH {
}
.left {
	float: left;
}
.right {
	float: right;
}

#content h2 {
	font-size: 120%;
}

.training td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 3px 4px;
	
}
