/* Cleaned CSS: */


/* @group Reset & Fix */
header, footer, article, section, nav, figure, figcaption {display: block;}
body, div ,dl ,dt, dd, h1, h2, h3, h4, h5, h6, pre,form,  fieldset, input, textarea, p, blockquote, th, td, header, footer, article, section, nav, figure, figcaption {margin: 0;padding: 0;}
ul, ol, li {margin-top: 0;margin-bottom: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-style: normal;font-weight: normal;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;}
/* @end */



body {
    color: #2a2a2a;
    background-color: #f3f3f3;
    text-shadow: rgba(0,0,0,0.01) 0 0 1px;
    font: 14px Verdana, Arial, sans-serif;
}

a {
    color: #aa2121;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div#pagecontainer {
    width: 960px;
    margin: 0 auto;
    padding-left: 6px;
    padding-top: 20px;
}

h1.ontdp-logo {
    margin-bottom: 15px;
}

h1.ontdp-logo a {
    display: block;
    width: 960px;
    height: 150px;
    overflow: hidden;
    text-indent: -2000px;
    background: url(http://i.imgur.com/7AhIb.png) no-repeat center center;
}

div#nav {
    height: 35px;
    margin-bottom: 1px;
}

div#nav ul, div#nav li, #whatshot ul, #whatshot li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#nav li {
    display: block;
    float: left;
}

div#nav li a {
    display: block;
    height: 35px;
    overflow: hidden;
    text-indent: -2000px;
}

div#nav li.post a {
    width: 197px;
    background: url(http://i.imgur.com/UeSYj.png) no-repeat -3px 0;
}

div#nav li.post a:hover {
    background-position: -3px -36px;
}

div#nav li.register a {
    width: 197px;
    background: url(http://i.imgur.com/IUrwT.png) no-repeat -3px 0;
}

div#nav li.register a:hover {
    background-position: -3px -36px;
}

div#nav li.join a {
    width: 197px;
    background: url(http://i.imgur.com/bWPxx.png) no-repeat -3px 0;
}

div#nav li.join a:hover {
    background-position: -3px -36px;
}

div#nav li.calendar a {
    width: 126px;
    background: url(http://i.imgur.com/7O3ye.png) no-repeat 0 0;
}

div#nav li.calendar a:hover {
    background-position: 0 -36px;
}

div#nav li.tags a {
    width: 92px;
    background: url(http://i.imgur.com/7Rn3e.png) no-repeat 0 0;
}

div#nav li.tags a:hover {
    background-position: 0 -36px;
}

div#nav li.friends a {
    width: 121px;
    background: url(http://i.imgur.com/V5cYT.png) no-repeat 0 0;
}

div#nav li.friends a:hover {
    background-position: 0 -36px;
}

div#nav li.userinfo a {
    width: 105px;
    background: url(http://i.imgur.com/Ro4Wp.png) no-repeat 0 0;
}

div#nav li.userinfo a:hover {
    background-position: 0 -36px;
}

div#search {
    width: 309px;
    height: 35px;
    line-height: 35px;
    float: left;
    padding-left: 10px;
    background: url(http://i.imgur.com/nyosj.png) no-repeat 0 0;
}

div#search form {
    display: block;
    overflow: hidden;
    margin-top: 5px;
}

div#search form input:focus{
    outline: 0;
}

div#search input.text{
    width: 180px;
    background-color: #fff;
    color: #9e9e9e;
    padding: 4px;
    border: 1px solid #9e9e9e;
    margin-right: 7px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 13px;
	position: relative;
	top: -7px;
	font-size: 10px;
}

div#search input.button{
	display: block;
	float: left;
}

div#subnav {
	background-color: #2c2d2f;
	padding: 5px;
	margin-bottom: 15px;
}

div#subnav div#newsticker {
	color: #fff;
	width: 790px;
	margin-right: 10px;
	float: left;
}

div#subnav div#twitterlink a {
	color: #fff;
}





/* Sidebar */




div#sidebar {
	float: right;
	width: 300px;
	margin-left: 8px;
	margin-top: 7px;
	margin-bottom: 40px;
	padding: 15px;
	background-image: url(http://i.imgur.com/ytnOG.png);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div#sidebar div {
	margin-bottom: 20px;
}



#sidebar div#spotlightposts h2 {
	width: 328px;
	margin-left: -14px;
	display: block;
	background: url(http://i.imgur.com/CQHvm.png) no-repeat 0 0;
	height: 40px;
	overflow: hidden;
	text-indent: -2000px;
}



div#spotlightposts ul, div#spotlightposts ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#spotlightposts ul li {
	margin-bottom: 10px;
}

div#spotlightposts ul li a {
	font-size: 13px;
	display: block;
	padding: 5px;
	color: #2a2a2a;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	line-height: 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 0px 6px #ccc;
	-webkit-box-shadow: 1px 0px 6px #ccc;
	box-shadow: 1px 0px 6px #ccc;
}

div#spotlightposts ul li a:hover {
	color: #aa2121;
	background-color: #fff;
	border: 1px solid #999;
	text-decoration: none;
	-moz-box-shadow: 1px 0px 8px #999;
	-webkit-box-shadow: 1px 0px 8px #999;
	box-shadow: 1px 0px 8px #999;
}

div#spotlightposts ul li a:active {
	color: #2a2a2a;
	background-color: #f7f7f7;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;
}

div.systemlinks h2 {
	width: 328px;
	margin-left: -14px;
	display: block;
	background: url(http://i.imgur.com/aMHaw.png) no-repeat 0 0;
	height: 40px;
	overflow: hidden;
	text-indent: -2000px;
}

div.systemlinks ul {
	list-style-type: circle;
	display: block;
	padding-left: 20px;
	overflow: hidden;
}

div.systemlinks ul li {
	margin-bottom: 5px;
}

#sidebar div.w-head  {
	background-color: transparent !important;
	margin-bottom: 10px;
}

#sidebar div.w-head i.w-head-corner {
	display: none !important;
}

#sidebar div.w-topentries div.w-head h2, #sidebar div.w-topentries div.w-head h2 span {
	padding: 0 !important;
}

#sidebar div.w-topentries div.w-head h2 span {
	width: 328px;
	margin-left: -14px;
	display: block;
	background: url(http://i.imgur.com/CQHvm.png) no-repeat 0 0;
	height: 40px;
	overflow: hidden;
	text-indent: -2000px;
}

#sidebar div.w-topentries ul {
	display: block;
	margin: 0;
	padding: 0;
}

#sidebar div.w-topentries li {
	display: block;
	width: 290px;
	height: 65px;
	padding: 6px 5px 0;
	border: 0 !important;
	background: url(http://i.imgur.com/T7Alr.png) -3px -2px;
	margin-bottom: 10px;
	overflow: hidden;
}

#sidebar div.w-topentries p.b-posts-data, #sidebar div.w-topentries p.b-posts-data a {
	color: #fff;
}

#sidebar div.w-topentries li a {
	color: #666;
}

#sidebar div.w-topentries li a:hover {
	text-decoration: underline;
}

#sidebar div.w-topentries li dl dt {
	display: block;
	float: left;
	margin-right: 8px;
}

#sidebar div.w-topentries li dl dt img.ContextualPopup {
	display: block;
	max-width: 60px;
	max-height: 60px;
}

#sidebar div.w-topentries li dl dd h3 {
	font-size: 13px;
	width: 220px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 4px;
}

#sidebar div.w-topentries li dl dd p.b-posts-data {
	font-size: 12px;
	width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sidebar h2#facebookHead {
	display: block;
	background: url(http://i.imgur.com/CmdqW.png) no-repeat 0 0;
	width: 328px;
	height: 40px;
	margin-left: -14px;
	overflow: hidden;
	text-indent: -2000px;
}

#sidebar h2#toptags {
	display: block;
	background: url(http://i.imgur.com/i21gL.png) no-repeat 0 0;
	width: 328px;
	height: 40px;
	margin-left: -14px;
	overflow: hidden;
	text-indent: -2000px;
}

#sidebar a.more {
	color: #fff;
	display: block;
	margin-top: -33px;
	text-transform: uppercase;
	text-align: right;
}

div.w-topcommenters div.w-head h2 span.w-head-in {
	display: block;
	background: url(http://i.imgur.com/poNhI.png) no-repeat 0 0;
	width: 328px;
	margin-left: -14px;
	height: 40px;
	overflow: hidden;
	text-indent: -2000px;
	padding: 0 !important;
}

div.w-topcommenters div.w-head h2 {
	padding: 0 !important;
	margin-bottom: 10px;
}

div#topcommentersbox {
	width: 300px;
	height: 206px;
	padding-top: 10px;
	padding-left: 10px;
}

div#topcommentersbox ol, div#topcommentersbox ol li {
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#topcommentersbox ol li {
	display: block;
	width: 90px;
	height: 90px;
	background-position: center center;
}

div#topcommentersbox ol li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div#topcommentersbox ol li a {
	display: block;
	width: 90px;
	height: 90px;
	text-indent: -2000px;
}

div#topcommentersbox ol li a:hover {
	color: #fff;
	text-indent: 0;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-top: 30px;
	background-image: url(http://i.imgur.com/Qz1xk.png);
}

div#topcommentersbox ol li a span {
	display: block;
	font-size: 18px;
}

#sidebar h2#newsletterHead {
	display: block;
	background: url(http://i.imgur.com/8DVGq.png) no-repeat 0 0;
	width: 328px;
	height: 40px;
	margin-left: -14px;
	overflow: hidden;
	text-indent: -2000px;
}

div#newsletter p {
	margin-bottom: 15px;
}

div#newsletter input.input {
	width: 180px;
	background-color: #fff;
	color: #9e9e9e;
	padding: 4px;
	border: 1px solid #9e9e9e;
	margin-right: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 15px;
	position: relative;
	top: -7px;
	font-size: 10px;
}

div#sidebar div#tags {
	margin-top: 20px;
}

div#sidebar div#tags a {
	color: #2a2a2a;
}

div#sidebar div#tags a:hover {
	color: #aa2121;
}





/* Entries */






div.entry {
	position: relative;
	float: left;
	width: 614px;
	margin-left: -7px;
}

div.entry-body {
	position: relative;
	background: url(http://i.imgur.com/d9jOc.png) no-repeat 1px 0;
	padding-top: 15px;
}

div.entry-body div.user {
	float: left;
	width: 100px;
	padding: 1px;
	background-color: #aa2121;
	text-align: center;
	margin-right: 15px;
}

div.entry-body div.user b {
	font-weight: normal;
}

div.entry-body div.user span.ljuser a {
	font-size: 13px;
	color: #fff;
}

div.entry-body div.user span.ljuser a:hover {
	text-decoration: underline;
}

div.entry-body div.user span.ljuser {
	display: block;
	height: 25px;
	line-height: 25px;
}

div.entry-body div.user span.ljuser a img {
	display: none
}

div.entry-body span.date {
	font-size: 12px;
	color: #999;
	line-height: 26px;
}

div.entry-body div.linkbar-top {
	position: relative;
	float: right;
	clear: both;
	margin-right: -2px;
	margin-top: -10px;
	background: url(http://i.imgur.com/FYNRO.png) no-repeat right 0;
	width: 160px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
}

div.entry-body div.linkbar-top ul, div.entry-body div.linkbar-top ul li, div.entry-body div.linkbar-top ul li a {
	display: block;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

div.entry-body div.linkbar-top ul li {
	float: left;
	margin-left: 10px;
}

div.entry-body div.linkbar-top ul li, div.entry-body div.linkbar-top ul li a {
	width: 25px;
	height: 25px;
}

div.entry-body div.linkbar-top ul li.add-comment, div.entry-body div.linkbar-top ul li.entry-comment, div.entry-body div.linkbar-top ul li.entry-editentry, div.entry-body div.linkbar-top ul li.entry-edittags, div.entry-body div.linkbar-top ul li.entry-unwatchcomments, div.entry-body div.linkbar-top ul li.entry-watchcomments, div.entry-body div.linkbar-top ul li.entry-facebook-like {
	display: none;
}

div.entry-body div.linkbar-top ul li a {
	background-image: url(http://i.imgur.com/vTGef.png);
	text-indent: -2000px;
}

div.entry-body div.linkbar-top ul li.entry-facebook a {
	background-position: 3px -22px;
}

div.entry-body div.linkbar-top ul li.entry-facebook a:hover {
	background-position: 3px 2px;
}

div.entry-body div.linkbar-top ul li.entry-twitter a {
	background-position: 103px -22px;
}

div.entry-body div.linkbar-top ul li.entry-twitter a:hover {
	background-position: 103px 2px;
}

div.entry-body div.linkbar-top ul li.entry-email a {
	background-position: 28px -22px;
}

div.entry-body div.linkbar-top ul li.entry-email a:hover {
	background-position: 28px 2px;
}

div.entry-body div.linkbar-top ul li.entry-memadd a {
	background-position: -69px -22px;
}

div.entry-body div.linkbar-top ul li.entry-memadd a:hover {
	background-position: -69px 2px;
}

div.entry-body div.postheader {
	position: relative;
	background: url(http://i.imgur.com/id1Oe.png) repeat-y;
	padding-left: 24px;
	padding-top: 10px;
}

div.entry-body div.postheader:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.entry-body h2.title {
	width: 455px;
	font-size: 26px;
	color: #333;
	margin-bottom: 15px;
	margin-top: -3px;
	padding-left: 118px;
}

div.entry-body h2.title a {
	color: #333;
}

div.entry-body h2.title a:hover {
	text-decoration: underline;
}

div.entry-body div.content {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	clear: both;
	background: url(http://i.imgur.com/id1Oe.png) repeat-y;
}

div.entry-body div.content img, span.LJ_Placeholder_Container, .lj_embedcontent {
    max-width: 565px !important;
    overflow: hidden;
}


span.LJ_Placeholder_Container {
	display: block;
}

div.entry-body div.content div.linkbar-post {
    overflow: hidden;
}

div.entry-body div.content div.linkbar-post ul, div.entry-body div.content div.linkbar-post ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.entry-body div.content div.linkbar-post ul {
	margin-top: 20px;
	float: right;
}

div.entry-body div.content div.linkbar-post ul li {
	float: left;
	margin-left: 10px;
}

div.entry-body div.content div.linkbar-post ul li.entry-editentry {
	border-right: 1px solid #457783;
	padding-right: 10px;
}

div.entry-body div.content div.linkbar-post ul li.entry-facebook-like, div.entry-body div.content div.linkbar-post ul li.add-comment, div.entry-body div.content div.linkbar-post ul li.entry-comment, div.entry-body div.content div.linkbar-post ul li.entry-facebook, div.entry-body div.content div.linkbar-post ul li.entry-twitter, div.entry-body div.content div.linkbar-post ul li.entry-email, div.entry-body div.content div.linkbar-post ul li.entry-comment, div.entry-body div.content div.linkbar-post ul li.entry-watchcomments, div.entry-body div.content div.linkbar-post ul li.entry-unwatchcomments, div.entry-body div.content div.linkbar-post ul li.entry-memadd {
	display: none;
}

div.entry-body ul.tags, div.entry-body ul.tags li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.entry-body ul.tags {
	line-height: 24px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 15px;
	font-size: 13px;
	background: url(http://i.imgur.com/id1Oe.png) repeat-y;
}

div.entry-body ul.tags li:after {
	content: ", ";
}

div.entry-body ul.tags li:last-child:after {
	content: "";
}

div.entry-body ul.tags li:first-child:after {
	content: "";
}

div.entry-body ul.tags li {
	float: left;
	margin-left: 10px;
}

div.entry-body ul.tags li h2 {
	padding-left: 24px;
	text-transform: uppercase;
	background: url(http://i.imgur.com/0lVlN.png) no-repeat left center;
}

div.entry-body ul.tags li a {
	
}

div.entry-body ul.tags li a:hover {
	
}

div.entry div.bottom {
	position: relative;
	overflow: hidden;
	background: url(http://i.imgur.com/H5Xq7.png) no-repeat 1px top;
	height: 46px;
	margin-bottom: 20px;
}

div.entry div.bottom ul, div.entry div.bottom ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.entry div.bottom ul {
	overflow: hidden;
	width: 584px;
	margin-left: 20px;
	margin-top: 3px;
}

div.entry div.bottom ul li, div.entry div.bottom ul li a {
	display: block;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	color: white;
}

div.entry div.bottom ul li {
	float: left;
	margin-right: 10px;
}

div.entry div.bottom ul li.entry-facebook,
div.entry div.bottom ul li.entry-twitter,
div.entry div.bottom ul li.entry-email,
div.entry div.bottom ul li.entry-memadd,
div.entry div.bottom ul li.entry-editentry,
div.entry div.bottom ul li.entry-edittags {
	display: none;
}

div.entry div.bottom ul li.entry-facebook-like {
	width: 48px;
	color: red !important;
	padding: 5px 0 0;
	height: 20px;
}

div.entry div.bottom ul li.entry-watchcomments a, div.entry div.bottom ul li.entry-unwatchcomments a {
	text-indent: -2000px;
	overflow: hidden;
	width: 18px;
	background: url(http://i.imgur.com/2BATv.png) no-repeat;
}

div.entry div.bottom ul li.entry-watchcomments a {
	background-position: right -22px;
}

div.entry div.bottom ul li.entry-watchcomments a:hover {
	background-position: right 3px;
}

div.entry div.bottom ul li.entry-unwatchcomments a {
	background-position: right -72px;
}

div.entry div.bottom ul li.entry-unwatchcomments a:hover {
	background-position: right -47px;
}

div.entry div.bottom ul li.add-comment, div.entry div.bottom ul li.entry-comment, div.entry div.bottom ul li.entry-watchcomments, div.entry div.bottom ul li.entry-unwatchcomments {
	float: right;
}

div.entry div.bottom ul li.add-comment a {
	padding-right: 35px;
	background: url(http://i.imgur.com/q39RT.png) no-repeat right -25px;
}

div.entry div.bottom ul li.add-comment a:hover {
    background-position: right -1px;
}

div.entry div.bottom ul li a:hover {
	text-decoration: underline;
}

div.pagefooterblock {
	overflow: hidden;
	text-indent: -2000px;
	margin-bottom: 40px;
}

div#pagenav {
	clear: left;
	width: 600px;
	overflow: hidden;
}

body.lj-view-entry div#pagenav {
	width: 960px;
}

div#pagenav div.pagenavLinks {
	position: relative;
	overflow: hidden;
}

div#pagenav a {
	display: block;
	background: url(http://i.imgur.com/ZwwH2.png) no-repeat -1px -1px;
	width: 124px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	float: left;
}

div#pagenav a:hover {
	
}

div#pagenav a.newer {
	float: right;
}



div#footer {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}







/* Comments */

#add_comment {
	clear: both;
	margin-bottom: 20px;
}

div.replyform table {
	width: 960px;
}

div.replyform table textarea {
	width: 100%;
}

div.replyform table label {
	font-weight: bold;
}

div.replyform table td {
	padding: 10px;
}

div#comments {
	clear: both;
	width: 960px;
	overflow: hidden;
	margin-bottom: 20px;
}

div#comments div.entry-comments {
	background-color: #fff;
	padding: 20px;
}

div#qrdiv {
	overflow: hidden;
	clear: both;
}

div#qrdiv table {
	margin-top: 20px;
	border: 0 !important;
	clear: both;
}

div#qrdiv table tr td {
	padding: 10px 0;
}

div#comments div.bodynavblock {
	margin-bottom: 40px;
}

div#comments div.comment-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

div#comments div.comment-head {
	float: left;
	overflow: hidden;
	padding-left: 10px;
	background-color: #d4d4d4;
}

div#comments div.comment-head img {
	display: block;
}

div#comments div.comment-head div.comment-upic a {
	display: block;
	text-align: center;
	min-width: 100px;
	min-height: 100px;
	background-color: #ececec;
}

.comment-wrap .comment-text .comment-meta {
	text-align:left;
	overflow: auto;
	min-height: 76px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	margin-bottom: 15px;
	background-color: #d4d4d4;
}

div.comment-meta {
	font-size: 11px;
}

div.comment-meta span {
	display: block;
	margin-bottom: 5px;
	clear: both;
}

div.comment-meta span.ljuser-name_ {
	font-size: 14px;
}

div.comment-meta span.commentHeaderSubject {
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	white-space: nowrap;
	max-width: 750px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#comments div.comment-body {
	overflow: hidden;
}

div#comments div.comment-text {
	margin-bottom: 10px;
}

div#comments div.comment-menu {
	clear: both;
	overflow: hidden;
}

div#comments div.comment-menu div.commentLinkbar {
	font-size: 11px;
	overflow: hidden;
	float: left;
	margin-left: -5px;
}

div#comments div.comment-menu ul, div#comments div.comment-menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#comments div.comment-menu ul li {
	float: left;
	border-right: 1px solid #457783;
}

div#comments div.comment-menu ul li a {
	display: block;
	text-transform: lowercase;
	padding-left: 5px;
	padding-right: 5px;
}

div#comments div.comment-menu ul li:last-child {
	border: none;
}






/* Archive */

div.yearHolder {
	float: left;
	margin: 10px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #2c2d2f;
}

div.yearHeader {
	background-color: #666;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #2c2d2f;
}

div.yearHeader a {
	color: #fff;
	text-shadow: none;
	letter-spacing: 1px;
}

div.yearHolder table.month {
	width: 100%;
}

div.yearHolder table.month, div.yearHolder table.month a {
	color: #2c2d2f;
	text-shadow: none;
}

div.yearHolder table.month td {
	text-align: center;
	padding-top: 3px;
}

div.yearHolder table.month td:hover {
	color: #fff !important;
	background-color: #aa2121;
}

div.yearHolder table.month td:hover * {
	color: #fff !important;
}

div.yearHolder table.month td:hover a {
	color: #fff;
}

div.yearHolder table.month thead {
	color: #b9b9b9;
}

div.yearHolder table.month div.day-count {
	font-size: 10px;
	margin-bottom: 2px;
}

div.yearHolder table.month div.day-count a {
	color: #aa2121;
}







/* Ticker Styling */
.ticker-wrapper.has-js {
	width: 780px;
	height: 20px;
	display: block;
	font-size: 11px;
	overflow: hidden;
	padding-top: 2px;
	padding-left: 10px;
}
.ticker {
	width: 710px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #2c2d2f;
}
.ticker-title {
	color: #ff4b4b;
	font-weight: bold;
	background-color: #2c2d2f;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	background-color: #2c2d2f;
	overflow: hidden;
	white-space: nowrap;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #fff;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #fff;
}
.ticker-swipe {
	position: absolute;
	top: 0px;
	background-color: #2c2d2f;
	display: block;
	width: 800px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #2c2d2f;
	border-bottom: 1px solid #fff;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}




/* End Stylesheet */


