/** @Import Default */
/** ------------------------------ */

@import url("base.css");

/** @Header */
/** ------------------------------ */

#navigation {
	position: fixed;
	height: 39px;
	width: 101%;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 500;
	border-top: 1px #333 solid;
}

/** @end */
/** ------------------------------ */

body#s404{
	background: #000;
}

/** @Navigation */
/** ------------------------------ */

#global {
	height: 30px;
	margin: 9px 0 0 30px;
	float: left;
}

#prevnext {
	height: 30px;
	margin: 9px 50px 0 0;
	float: right;
}


#global a  {
	display: block;
	float: left;
	height: 14px;
	padding: 4px 0 0 24px;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 20px;
}
	
#prevnext a	{
	display: block;
	float: left;
	height: 14px;
	padding: 4px 0 0 24px;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 20px;
	
}

#prevnext a.previous  {
	background: url(../images/icons/prev.gif) no-repeat top left;
}

	#prevnext a.previous:hover {
		background-position: bottom left;
	}
		
		#prevnext a.previous.dead  {
			display: none;
		}

#prevnext a.next  {
	background: url(../images/icons/next.gif) no-repeat top right;
	padding: 4px 24px 0 0;
}

	#prevnext a.next:hover {
		background-position: bottom right;
	}
	
		#prevnext a.next.dead {
			display:none;
		}
	
	
#global a.comments  {
	background: url(../images/icons/comments.gif) no-repeat top left;
}

	#global a.comments:hover {
		background-position: bottom left;
	}
	
#global a.info  {
	background: url(../images/icons/info.gif) no-repeat top left;
}

	#global a.info:hover {
		background-position: bottom left;
	}
	
#global a.calendar  {
	background: url(../images/icons/calendar.gif) no-repeat top left;
}

	#global a.calendar:hover {
		background-position: bottom left;
	}

#global .active {
	background-position: bottom left;
}

#social {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index:600;
}	

#social li {
	float:left;
	margin: 0 2px 0 0;
	font-weight: bold;
	font-size: 15px;
}

#social li a {
	float: left;
	width: 19px;
	height: 19px;
	display: block;
	background: url(../images/social_icons.png) no-repeat;
	text-indent: -8787px;
}

#social li.share, #social li.subscribe {
	padding: 2px 0 0 0;
}

#social li.twitter  a {
	background-position: 0 0;
}

#social li.twitter  a:hover {
	background-position: 0 -20px;
}

#social li.facebook a {
	background-position: -19px 0;
}

#social li.facebook a:hover {
	background-position: -19px -20px;
}

#social li.rss  a {
	background-position: -38px 0;
}

#social li.rss  a:hover {
	background-position: -38px -20px;
}

#social li.stumble  a{
	background-position: -57px 0;
	margin-right: 2px;
}

#social li.stumble  a:hover {
	background-position: -57px -20px;
}

#social li.delicious a{
	background-position: -76px 0;
}

#social li.delicious a:hover {
	background-position: -76px -20px;
}

/** @Calendar */
/** ------------------------------ */

#dateselection {
	height: 165px;
	background:#fff;
	position: absolute;
	width: 101%;
	left: 0;
	bottom:-165px;
}	

#dateselection img {
	margin: 36px 0 0 15px;
}	

#dateselection .month_set {
	float: left;
	width: 134px;
	margin: 0 20px 0 0;
}

#dateselection .month {
	font: bold italic 10px georgia, times, serif;
	color: #898989;
	display:block;
	margin: 20px 0 6px 0;
	text-align: center;
	width: 167px;
}

#dateselection ul {
	display: block;
	width: 134px;
	margin: 0 0 0 20px;
}

#dateselection ul li {
	background-color: #D1D1D1;
	display: block;
	float: left;
	width: 12px;
	height: 15px;
	margin: 3px;
	border-radius: 2px;  
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px; 
}

#dateselection ul li.dead {
	background-color: #fff;
	display: block;
	float: left;
	width: 12px;
	height: 15px;
	margin: 3px;
}

#dateselection .selected {
	background-color: #000!important;
}	

#dateselection li a {
	background-color: #000;
	display:block;
	width: 12px;
	height: 15px;
	border-radius: 2px;  
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px; 
}

#dateselection ul li a {
	background-color: #8E8E8E;
}

#dateselection ul li a  :hover{
	background-color: #8E8E8E;
}

#dateselection ul li a:focus{
	background-color: #000;
}

#day {
	position:absolute;
	background: url(../images/day_icon_bg.gif) no-repeat;
	color:#fff;
	font: bold 11px times, georgia, serif;
	display:none;
	padding: 5px 1px;
	width: 22px;
	z-index: 1000;
	height: 27px;
	text-align: center;
}

.colleft {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}

.close a {
	background: url(../images/close_bg.gif) repeat-x top left;
	width: 118px; height:16px;
	padding: 6px 0 0 0;
	border: 1px #CCCCCC solid;
	display: block;
	text-align: center;
	font: normal 10px verdana, helvetica, sans-serif;
	text-transform: uppercase;
	color: #444;
	margin: 20px 0 0 23px; 
	border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px; 
}

.close a:hover {
	color: #000;
	border: 1px #000 solid;
}


#infoContent {
	z-index: 9999;
}

#TB_window  .contact {
	margin-left: 20px!important;
}

#aboutinfo {
	line-height: 10px;
	font-size: 38px!important;
	margin: 10px 0 0 17px;
}

#TB_window   .networks {
	margin: 40px 0 0 0;
	font-weight: bold;
}

#TB_window .mynetworks {
	font-size: 20px!important;
	color: #fff;
	float: left;
	margin: 7px 26px 0 17px;
	font-weight: bold;
}

#TB_window  .twitter a {
	background: url(../images/twitter_icon.png) no-repeat top left;
	width: 32px;
	height: 32px;
	display:block;
	float: left;
	text-indent: -8888px;
	margin: 0 4px 0 0;
}

#TB_window  .twitter a:hover {
	background-position: bottom left;
}

#TB_window  .facebook a {
	background: url(../images/facebook_icon.png) no-repeat top left;
	width: 32px;
	height: 32px;
	display:block;
	float: left;
	text-indent: -8888px;
	margin: 0 4px 0 0;
}

#TB_window  .facebook a:hover {
	background-position: bottom left;
}

#TB_window  .lastfm a {
	background: url(../images/lastfm_icon.png) no-repeat top left;
	width: 32px;
	height: 32px;
	display:block;
	float: left;
	text-indent: -8888px;
}

#TB_window  .lastfm a:hover {
	background-position: bottom left;
}

#TB_window   .link a {
	font-weight: normal;
	padding: 0 0 0 0;
	display: block;
	color: #666;
	margin: 8px 10px 0 10px!important;
	float:left;
}

#TB_window   .link a:hover {
	color: #fff;
}

/** @end */
/** ------------------------------ */

#infoContent {
	display: none;
	color: #fff;
}

#index {
	margin: 5px 0 0 80px;
}

#index a{
	display: block;
	margin: 0 0 20px 0;
	font: 16px georgia, times, serif;
}

#index a span{
	font-weight: bold;
	font-style: italic;
	margin: 0 10px 0 0;
}

/** @end */
/** ------------------------------ */