/* CSS for Racing Blog templates */

img { border: 0 }

.right-fix {
  width: 200px;
  position: absolute;
  right: 20px;
  top: 220px;
}

#racing-blog {
	margin-right: 240px;
}
#racing-blog h2 {
	font-size: 18px;
	padding: 5px;
	background-color: #333;
}


#misc {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #333;
}

h3.calendarLabel {
	margin: 5px 0 5px 0;
	padding-left: 20px;
	background-image: url(calendar.png);
	background-position: top left;
	background-repeat: no-repeat;
}
h3.archiveLabel {
	margin: 10px 0 5px 0;
	padding-left: 20px;
	background-image: url(archives.png);
	background-position: top left;
	background-repeat: no-repeat;	 
}
#archive-links p {
	margin: 0;
	font-size: 12px;
}

#misc a:link {
	color: #fff;
	text-decoration: none;
}
#misc a:visited {
	color: #999;
	text-decoration: none;
}
#misc a:active {
	color: #FF9900;
}
#misc a:hover {
	text-decoration: underline;
}
#misc .buttons {
	margin: 15px 0 5px 0;
	text-align: center;
}


/* Blog entry rules  -  general */

.blog-entry {
	font-size: 13px;
	margin: 10px 0 40px 0;
	padding: 0;
}
.blog-entry h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0 0;
	padding-left: 20px;
	background-image: url(doc.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.blog-entry .date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding-left: 20px;
}
.blog-entry .info {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 10px 0;	
}
.blog-entry .category {
	padding-left: 13px;
	background-image: url(folder.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.blog-entry .poster {
	padding-left: 13px;
	background-image: url(person.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.blog-entry .comments {
	padding-left: 13px;
	background-image: url(comment.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#content .blog-entry .info a:link {
	color: #fff;
	text-decoration: none;
}
#content .blog-entry .info a:visited {
	color: #bbb;
	text-decoration: none;
}
#content .blog-entry .info a:hover, #content .blog-entry .info a:active {
	color: #fff;
	text-decoration: underline;
}

/* 
 * Rules for racingblog_entrypage template 
 */

#entry-wrapper {
	width: 100%;
}
#entry-wrapper .left-flex {
	float: left;
	width: 100%;
	margin: 0 0 0 -230px;
}
#entry-wrapper .left-col {
	margin: 0;
	padding: 0 0 0 230px;
}
#entry-wrapper .right-fix {
	float: right;
	width: 200px;
}
#entry-wrapper .entry-navigation {
	margin-top: 0;
	text-align: center;
}
#entry-wrapper h3.postTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #555;
}

/*
 * Rules to style Tageratti content
 */

.tt_taglist {
	margin-top: 20px;
	border: 1px solid white;
	padding: 0 5px 5px 5px;
	background-color: #555;
}
.tt_taglist h2 {
	margin: 5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tt_taglist ul {
	margin: 0;
}
.tt_taglist li {
	font-size: 10px;
}






/* BEGIN CALENDAR RULES */
table.calendar {
	padding: 0px;
	width: 175px;
	margin-left: auto;
	margin-right: auto;
}
.calendar {
	margin: 0px;
	font-size: 12px;
}
.calendar td {
	padding: 2px 2px;
	border: 1px solid gray;
	margin: 0px;
	color: #ccc;
	text-align: center;
}
.calendar td:hover {
	background-color: #CC9999;
}
.calendar th {
	font-weight: bold;
	color: #000;
	background: #ddd;
}
.calendar td a {
	font-weight: bold;
	color: white;
	text-decoration: underline !important;
}
.calendarToday {
	background-color: #ff9;
	color: black !important;
	border: 1px solid #999;
	font-weight: bold;	
}
.calendarToday a:link, .calendarToday a:visited {
	color: black !important;
}
th.calendarHeaderControl a, th.calendarHeaderControl a:visited {
	font-size:13px;
	color: black !important;
}
/* END CALENDAR RULES */

