/*  
Theme Name: The Morning After
Theme URI: http://themasterplan.in/themes/the-morning-after/
Description: A magazine-style theme for WordPress, available at <a href="http://themasterplan.in/themes/the-morning-after/">The Masterplan</a>.
Version: 1.2
Author: Arun Kale
Author URI: http://themasterplan.in/

Please read the license in the README.txt included with the theme.
*/

/* --------------------------------------------------------------   
   This theme makes use of the Blueprint CSS Framework [bjorkoy.com/blueprint]    
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/compressed.css";
/* End import/hide */

/* Start The Morning After stylesheet
-------------------------------------------------------------- */

	/* achtergrond van de website, nu middelgrijs */
	body { background: #4c4c4c url(images/bg/body_main.png) repeat-y center; }
	a { color: #000; text-decoration: none; }
	h2 { font-weight: normal; }

/* Header styles (positionering van de header op de homepage */

#header { padding: 1.5em 0 0 0; height: 108px; border-bottom: 1px solid #999; }
#header #logo { height: 90px; }
#header #logo .title { padding: 0.5em 0 0 0; font: 700 3em arial, sans-serif; letter-spacing: -.050em; line-height: 1.2em; color: #000; }
#header #logo .title .desc { text-align: right; margin: 0.4em 0 0 0; font: 400 0.25em arial, sans-serif; text-transform: uppercase; color: #666; letter-spacing: 0.2em; padding: 0.6em 0 0 1.5em; border-top: 1px solid #ccc;  }
#header #logo .title a { text-decoration: none; color: #000; }
#header #logo .title a:hover { color: #fff; background: #000; }
#header #logo a.sitelogo { display: block; width: 400px; height: 90px; background: url(images/bg/sitelogo.png) no-repeat; }

/* Search and navigation
-------------------------------------------------------------- */

#header #search_menu { height: 90px; }
#header #search_menu #search { padding: 0 0 0 5px; }
#menu { width: 400px; float: right; margin: 10px 0 0 2px; list-style: none; font-weight: bold; font-family: Verdana, sans-serif;}

#menu li { float: left; padding: 2px 0 3px 3px; line-height: 1.6em; font-size: 0.9em; margin: 1px 6px 0 0;}

#menu li a { padding: 0; text-decoration: none; color: #000; }
#menu li a:hover { padding: 0; text-decoration: underline; }
#menu li span { display: block; float: left;	padding: 0 0px 0 22px;}

#menu li span.home { background: url(images/bg/home.gif) no-repeat; }
#menu li span.about { background: url(images/bg/info.gif) no-repeat; }
#menu li span.archives { background: url(images/bg/archive.gif) no-repeat; }
#menu li span.subscribe { background: url(images/bg/subscribe.gif) no-repeat; }
#menu li span.contact { background: url(images/bg/contact.gif) no-repeat; }

/* Top banner with rotating images
-------------------------------------------------------------- */

#topbanner { height: 70px; border-bottom: 0px solid #999; background: url(images/bg/home_banner.png) no-repeat; }
#topbanner_arch { height: 70px; border-bottom: 0px solid #999; background: url(images/bg/archive_banner.png) no-repeat; }
#topbanner_single { height: 70px; border-bottom: 0px solid #999; background: url(images/bg/single_banner.png) no-repeat; }
#topbanner .pagetitle, #topbanner_arch .pagetitle, #topbanner_single .pagetitle { float: left; background: #fff; color: #000; font: 700 2em arial, sans-serif; text-transform: lowercase; letter-spacing: -0.036em; padding: 1px 5px 1px 0; margin: 20px 0 0 0; }

/* Home page columns
-------------------------------------------------------------- */

	/* Ruimte tussen de top banner en het Latest News kopje*/
	#home_content {margin: 2em 0;}

/* latest post */

	#latest_post { padding: 0 0 1.5em 0; }
	#latest_post_image img { margin: 0 0 0.2em 0; }
	.latest_post_meta { line-height: 1.6em; }
	.latest_post_meta a { font-weight: bold; }
	.latest_post_meta a:hover { text-decoration: underline; }
	.latest_read_on { padding: 0 20px 1px 20px; background: url(images/bg/readon.png) no-repeat top left; font-size: .9em;}
	.latest_comments { padding: 0 20px 1px 20px; background: url(images/bg/comment.png) no-repeat top left; font-size: .9em;}
	.latest_category { padding: 0 20px 1px 20px; background: url(images/bg/category.png) no-repeat top left; font-size: .9em;}

/* featured post */

	#home_featured { background: #4c4c4c repeat-x left bottom; float: left; width: 100%;
}
.feat_content { float: left; padding: 0 0.7em 0.4em 0.7em;
	color: #fff;
}
.feat_thumb img { float: left; padding: 0; border: 1px solid #999;
	margin: 0.2em .5em 0 0;
}
.feat_title { font: 700 13px tahoma, arial, sans-serif; padding: 0 0 0.3em 0; }
.feat_title a { color: #fff; }
.feat_title a:hover { color: #000; }

/* asides */

#home_asides { background: #e6e6e6;
	margin-bottom: 0;
	border: 1pt dashed #e6e6e6;
	padding-right: .5em;
	padding-bottom: 0;
	padding-left: .7em;
	margin-top: 5px;
}
	
ul.arrow, ul.cat, ul.reccom, ul.email { list-style: none; list-style-image: none; margin: 0; }
ul.arrow li { padding: 0 0 0.5em 12px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; border-left: 5px solid #dadada; }
ul.arrow li a, ul.reccom li a, ul.email li a { color: #224970; }
ul.arrow li a:hover, ul.reccom li a:hover, ul.email li a:hover { color: #000; background: #eee; }

/* ten tenths */

#home_tentenths { border-bottom: 1px solid #dadada; border-top: 1px solid #dadada; background: #ADD8E6 url(images/bg/ttlogo.png) no-repeat right bottom;
	padding-right: 0.7em;
	padding-bottom: 2;
	padding-left: 0.7em;
}
#home_tentenths a { font-size: 1em; }

/* about */

#home_about { border-bottom: 1px solid #dadada; border-top: 1px solid #dadada; margin: 0 0 1em 0; background: #f3f9ff; padding: 0.5em 0.7em 0 0.7em; }
#home_about p { font-size: 0.9em; font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }

/* Sponsor */

#home_sponsor { border-bottom: 1px solid #dadada; margin: 0 0 1em 0; background: white; padding: 0 0.7em 0 0; }

/* recent posts */

.home_recent_post { padding: 0.1em 0 1.2em 0; margin: 0 0 0.8em 0; background: url(images/bg/dot.png) repeat-x bottom left; }
.home_recent_thumb { padding: 0 10px 0 0; margin: 0 0 0.25em 0; float: left; }
.home_recent_thumb img { float: left; margin: 0; }
.home_recent_thumb a img { background: #999; padding: 2px; margin: 0; border: 0; }
.home_recent_thumb a:hover img { background: #333; padding: 2px; margin: 0; border: 0; }
.home_recent_title a { font-weight: bold; }
.home_recent_title a:hover { color: #fff; background: #000; }
.home_recent_date, .home_recent_auth { padding: 0; margin: 0; color: #666; font-size: 0.9em; }
.home_recent_exc p { color: #666; text-align: left; }

/* category list */

#side_categories { margin: 0 0 1em 0; }
ul.cat li { padding: 0 0 0.3em 0; margin: 0; }
ul.cat li a { display: block; text-transform: uppercase; font-size: 0.8em; font-weight: bold; color: #000; border-bottom: 1px solid #dadada; border-left: 3px solid #dadada; padding: 3px 12px 0 7px; margin: 0; background: url(images/bg/arrow.png) no-repeat 177px 3px; height: 19px; }
ul.cat li a:hover { background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 177px 3px; color: #224970; }
ul.cat li ul { list-style: none; list-style-image: none; margin: 0; padding: 0.3em 0 0.2em 0.8em; }
ul.cat li ul li { padding: 0; margin: 0; }
ul.cat li ul li a { border: 0; margin: 0; padding: 0 0 0 12px; text-transform: none; font-size: 0.9em; height: 19px; background: url(images/bg/sub.png) no-repeat; }
ul.cat li ul li a:hover { background: #f1f1f1 url(images/bg/sub1.png) no-repeat; }

/* recent comments */

#side_recent_comments, #side_most_emailed, #side_tag_cloud { margin: 0 0 1.4em 0; }
#side_tag_cloud a:hover { color: #fff; background: #000; }

ul.reccom li { padding: 0 0 0.2em 20px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; background: url(images/bg/guy.png) no-repeat 0 3px; }

/* most emailed */

ul.email li { padding: 0 0 0.2em 20px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; background: url(images/bg/favmail.png) no-repeat 0 3px; }

/* ad */

.ad_block { border: 1px solid #dadada; padding: 4px 0; margin: 1em 0 1.2em; text-align: center; }
.ad_block .ad160 { margin: 0 auto; width: 160px; }
.ad_block .ad180 { margin: 0 auto; width: 180px; }
.ad_block .ad250 { margin: 0 auto; width: 250px; }
.ad_block img, .ad_block p img { margin: 0; padding: 0; display: block; }


.post_meta { color: #666; padding: 0.3em 0 0.4em 0; font-size: 1.8em; text-transform: uppercase; }
.post_meta_tag { color: #666; }
.post_meta p img, .post_meta a img { margin: 0; padding: 0; float: none; }
img.WP-PrintIcon, img.WP-EmailIcon { display: none; }
.post_meta p { margin: 0 0 0.4em 0; }
.post_text { margin: 0.9em 0 0 0; }
.post_text p { margin: 0 0 1em 0; padding: 0; line-height: 1.6em; }
.post_text a { border-bottom: 1px solid #eee; }



/* Archive styles
-------------------------------------------------------------- */

#arch_content, #post_content { margin: 1.5em 0; }
.archive_meta { margin: 1.5em 0; border-top: 1px solid #dadada; }
.archive_meta a { color: #666; }
.archive_meta a:hover { color: #224970; }
.archive_feed { padding: 0.5em 1.5em; margin: 0; border-bottom: 1px solid #dadada; background: url(images/bg/feedicon12.png) no-repeat 0 8px; color: #666; }
.archive_number { padding: 0.5em 1.5em; margin: 0; border-bottom: 1px solid #dadada; color: #666; background: url(images/bg/info.png) no-repeat 0 8px;  }
.archive_email { padding: 0.5em 1.5em; margin: 0; border-bottom: 1px solid #dadada; color: #666; background: url(images/bg/email_author.png) no-repeat 0 9px;  }
.archive_post_block { padding: 0.1em 0 0 0; border-bottom: 1px solid #dadada; margin: 0 0 1.2em 0; }
.archive_post_meta { color: #818181; padding: 0 0 0.6em 0; }
.archive_post_meta a, .post_meta a { color: #224970; }
.archive_post_meta a:hover, .post_meta a:hover { color: #000; text-decoration: underline; }

/* Single post styles
-------------------------------------------------------------- */

.post_meta { color: #666; padding: 0.3em 0 0.4em 0; font-size: 0.8em; text-transform: uppercase; }
.post_meta_tag { color: #666; }
.post_meta p img, .post_meta a img { margin: 0; padding: 0; float: none; }
img.WP-PrintIcon, img.WP-EmailIcon { display: none; }
.post_meta p { margin: 0 0 0.4em 0; }
.post_text { margin: 0.9em 0 0 0; }
.post_text p { margin: 0 0 1em 0; padding: 0; line-height: 1.6em; }
.post_text a { border-bottom: 1px solid #eee; }

#post_content blockquote { float: right; width: 260px; color: #666; margin: 0 0 0 1.5em; color: #000; font: bold 1.3em georgia, serif; font-style: italic; letter-spacing: -0.048em; }
#post_content blockquote p { text-align: right; line-height: 1.5em; }
#post_content p img { float:left; margin:0 1.5em 1em 0;padding:0; }
#post_content img.WP-PrintIcon, #post_content img.WP-EmailIcon { margin: 0 0.3em 0 0;padding: 0; }
#post_content p a, #arch_content p a { color: #224970; }
#post_content p a:hover, #arch_content p a:hover { color: #000; text-decoration: underline; }

/* Comment area styles
-------------------------------------------------------------- */

#comments { margin-top: 3em; }
#commenthead { margin-bottom: 1em; }
ol#commentlist { list-style-type: none; margin: 0; padding: 0 0 12px 0; }
ol#commentlist li { border-right: 3px solid #dadada; border-bottom: 1px solid #dadada; margin: 0 0 1em 0; padding: 0 1em 1em 0; overflow-x: hidden; }
ol#commentlist li.alternate { border-right: 3px solid #999; border-bottom: 1px solid #dadada; }
ol#commentlist cite { font-style: normal; text-align: left; display: block; color: #818181; }
ol#commentlist cite a { color: #224970; }
ol#commentlist cite a:hover { color: #000; text-decoration: underline; }
ol#commentlist li blockquote { float: none; width: auto; padding: 0 2em 0 0; margin: 0.5em 0; color: #818181; font: italic 1em arial, sans-serif; letter-spacing: 0; text-align: left; }
ol#commentlist li .commentauthor { font-weight: bold; color: #333; }
ol#commentlist li .commentauthor a, ol#commentlist li .commenttime a { font-weight: bold; color: #224970; }
ol#commentlist li .commentauthor a:hover, ol#commentlist li .commenttime a:hover { color: #000; text-decoration: underline; }
ol#commentlist li .commnumber { width: 30px; text-align: left; float: left; font-size: 3em; font-weight: bold; line-height: 1em; }
ol#commentlist li .commentcont p { margin: 0 0 0.5em 0; padding: 0; }

/* comment form */

#comment-form form { margin-top: 1.5em; }
label.com { float: left; width: 100px; }
input.comtext, textarea.comtext { width: 500px; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; padding: 2px; }
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover { background: #f7f7f7; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; }
input.comsubmit { margin-left: 100px; }
ul.archives {  margin: 0 0 1.5em 0; list-style: none; list-style-image: none; }
ul.archives li { padding: 0 0 0.2em 20px; background: url(images/bg/doc.png) no-repeat 0 3px; }
ul.archives li a { color: #224970; }
ul.archives li a:hover { color: #000; background: #eee; }
.comment-warning {margin-left: 100px; border: 1px solid #4789bb; color:#555555; line-height: 15px; padding:7px; width:493px; background-color: #cbe6ef; font-size: .9em; }
.subscribe-to-comments {margin-left: 100px; } 

/* subscription-manager 
-------------------------------------------------------------- */

.subscription-manager {padding: 10px 0 20px 0;margin: 5px 0 0 55px;width: 650px;}div.wrap {background: #fafafa;padding: 5px 10px;margin: 20px 0;border: 1px solid #ccc;}div.wrap h2 {margin: .5em 0 1em 0;border-bottom: 2px solid #589bd2;}div.wrap fieldset {border: 1px solid #555;margin: 1em 0;padding: 5px 10px;}div.wrap fieldset legend {font-weight: bold;font-size: small;}div.wrap p.submit {text-align: right;}.updated {background: #B9D6EF;border: 1px solid #589bd2;margin: 1em 5% 10px;padding: 0 1em;}.updated-error {background-color: #FFA3A3;border: 1px solid #FF5D5D;}div.wrap form {margin: 0;padding: 0;}div.warp li {margin-bottom: 6px;line-height: 130%;}

/* Footer (stippellijn onderaan de homepage) */

#footer { background: url(images/bg/dot.png) repeat-x top left; padding: 1em 0 0 0; color: #666; }


/* Form styles
-------------------------------------------------------------- */

input.search_input { width: 292px; border: 0; background: #fff url(images/bg/input.png) no-repeat; padding: 5px; color: #E0691A; font-weight: bold; margin: 0; float: left; }
input.submit_input { background: /*#E0691A*/ url(images/bg/submit.png) no-repeat; border: 0; height: 24px; padding: 0; width: 65px; margin: 0 0 0 5px; color: #FFF; font: bold 0.9em arial, sans-serif; float: left; }

/* Miscellaneous styles
-------------------------------------------------------------- */

/*  heading styles */

	/*  grote tekst links op de pagina archives */
	h2.archive_name, h2.post_name { letter-spacing: -0.04em; }

	/* categorienaam boven de titel van een individueel artikel (bijv. 24 Hours of Le Mans) */
	h2.post_cat { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.2em 0; margin: 0 0 1em 0; letter-spacing: 0.1em; color: #999; border-bottom: 1px solid #dadada; }
	
	/*  header van de comments ("DISCUSSION") */
	h2.post_comm { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0.3em 0 0.2em 0; margin: 0 0 0.2em 0; letter-spacing: 0.1em; color: #000; border-bottom: 1px solid #dadada; background: url(images/bg/stripe.png) repeat; }
	
	/*  header van de comments ("POST A COMMENT") */
	h2.post_comm2 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0.3em 0 0.2em 0; margin: 0 0 0.2em 0; letter-spacing: 0.1em; color: #000; border-bottom: 1px solid #dadada; }
	
	/*  titel (artikelnaam) van het Latest News artikel op de homepage */
	h3.latest_post_title { font: bold 1.6em arial, sans-serif; line-height: 1.6em; margin: 0; letter-spacing: -.035em; padding: 0 0 0.2em 0; }
	h3.latest_post_title a:hover { color: #fff; background: #000; }

	/*  header van het featured tekstblok ("FEATURED ARTICLE")*/
	h3.home_featured { background: repeat-x top left; text-transform: uppercase; font-size: 0.9em; line-height: 1.8em; font-weight: bold; padding: 0.7em 0.7em 0.9em 0.7em; color: #fff; letter-spacing: 0.1em; }
	
	/* categorienaam boven de titel van een individueel artikel (bijv. 24 Hours of Le Mans) */
	h3.mast { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.6em 0; letter-spacing: 0.1em; color: #a11b1b; }

	/* header van het asides tekstblok ("LATEST PLANETLEMANS UPDATES")*/
	h3.mast2 { text-transform: uppercase; font-size: 0.9em; line-height: 1.8em; font-weight: bold;  letter-spacing: 0.1em; color: #000; padding: .7em 0 0.2em; }

	/*  */
	h3.mast3 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.2em 0; letter-spacing: 0.1em; color: #224970; }

	/* titel van de search box ("SEARCH") */
	h3.mast4 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.6em 0; letter-spacing: 0.1em; }

	/*  header van de comments ("<X AANTAL> COMMENTS FOR <ARTIKELNAAM>") */
	h3.mast5 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.6em 0; letter-spacing: 0.1em; color: #b3b3b3; }

	/* header van het ten-tenths tekstblok ("LATEST TEN-TENTHS MOTORSPORTS THREADS") */
h3.mast6 { text-transform: uppercase; font-size: 0.9em; line-height: 1.8em; font-weight: bold; letter-spacing: 0.1em; color: #002ea0; padding: .7em 0 0.2em;}

	/* footer van het ten-tenths tekstblok ("The opinions expressed by users of the Ten-Tenths forum are not necessarily those of Planetlemans.com.") */
	h3.mast7 {font-size: 0.8em; font-weight: normal; color: #666; text-align: right; vertical-align: top; margin-top: 0;}

	/*  */
	h3.archive_title { line-height: 1em; padding: 0 0 5px 0; }

	/*  titel (artikelnaam) van de artikelen die je krijgt als je een auteur kiest ("author archive") */
	h3.archive_title a { font: bold 1.0em arial, sans-serif; color: #000; letter-spacing: -0.036em; }

	/*  */
	h3.archive_title a:hover { color: #fff; background: #000; }

/* miscellaneous */

.none { display: none; }
.border_left { padding-left: 9px; margin-left: 0; border-left: 1px solid #ddd; }
.dot { font-family: "lucida sans unicode", "arial unicode ms", sans-serif; }
.navigation { color: #818181; }

/* image caption classes */

.captionleft { float: left; margin: 0 1em 0 0; padding: 0.5em; text-align: left; }
.captionright { float: right; margin: 0 0 1em 1.5em; padding: 0.5em; text-align: left; }
.captionfull { margin: 0 0 1em 0; padding: 0; text-align: left; }
.captionleft img, .captionright img, .captionfull img { margin: 0; display: block; }
.captionleft p, .captionright p, .captionfull p { background: #666666; margin: 0; line-height: 1em; padding: 0.5em; border-bottom: 0px solid #ccc; border-top: 0px solid #ccc; font-size: 0.9em; color: #fff; }

/* entrylist & calendar table */

.eltable {  font-size:.9em;
  width: 730px;
  cellpadding: 0;
  cellspacing: 0;
  border-width: 0px;
  border-collapse:	collapse;
}

.eltable img {
  margin:0 0 0 0; 
  padding:0;
}

.elphoto {
  text-align: center;
  vertical-align: top;
  padding-top: 2px;
}

.cstatus {
  text-align: center;
  padding-top: 6px;
}

td,th{  padding:2px;
} 

/* entrylist status table */

.elstatustable {
  width: 200px;
  cellpadding: 0;
  cellspacing: 0;
  border-width: 0px;
  border-collapse:	collapse;
	font-size: .8em;
}

.elstatustable img {
  margin:0 0 0 0; 
  padding:0;
}

/* entrylist details page table widths */

#tnum {width:20px;}
#country {width:20px;}
#team {width:180px;}
#drivernat {width:20px;}
#driver {width:150px;}
#tires {width:80px;}
#photo {width:180px;}

/* entrylist landing page table widths */

#eldate {width:80px;}
#elseries {width:50px;}
#elcountry {width:30px;}
#elvenue {width:250px;}
#elduration {width:140px;}
#elstatus {width:40px;}
#ellinkvenue {width:40px;}

/* entrylist landing page updates table widths */

#elodate {width:60px;}
#eloseries {width:50px;}
#elocomments {width:600px;}

/* calendar table widths */

#cround {width:40px;}
#cdate {width:80px;}
#ccountry {width:30px;}
#cvenue {width:280px;}
#cduration {width:140px;}
#clinkentry {width:40px;}
#cresults {width:40px;}
#cgallery {width:40px;}
#clinkvenue {width:40px;}

tbody th{  text-align: left;  background: #999;
  color: #ccc;
  font-size: .9em;
  border-color: #999;
  border-width: 1px;
  border-right-width: 0;
}tbody td{  background: #e6e6e6;
  border-style: none;
  vertical-align: top;
}

tbody tr.full{
	border-bottom: 1px outset #dbdbdb;
}

tbody tr.odd td{  background: #ccc;
  border-style: none;
}

/* entrylist classes */

.LMP1 {
	background-color: #b90606;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.LMP2 {
	background-color: #3399ff;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.LMGT1 {
	background-color: #009800;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.LMGT2 {
	background-color: #ff9900;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.FIAGT3 {
	background-color: #f96c23;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.FIAG2 {
	background-color: #3399ff;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.FIAG3 {
	background-color: #b90606;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

/* calendar classes */

.CLM24 {
	background-color: #b90606;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.CLM24:hover {
	color: #fff;
}


.CALMS {
	background-color: #4c4c4c;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.CLMS {
	background-color: #3399ff;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.CFIAGT {
	background-color: #f96c23;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

/* entrylist landig page classes */

.ELIST {
	background-color: #009800;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

.ELO {
	background-color: #3399ff;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.3em;
}

/* calendar & entrylist status */

#stat_green {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/status/green.jpg);}
#stat_red {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/status/red.jpg);}
#stat_white {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/status/white.png);}
#stat_orange {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/status/orange.jpg);}
#stat_black {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/status/black.jpg);}
#stat_yellow {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/status/yellow.jpg);}

/* entrylist flags */

#flag_tba {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/tba.gif);}
#flag_us {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/us.gif);}
#flag_ca {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/ca.gif);}
#flag_gb {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/gb.gif);}
#flag_de {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/de.gif);}
#flag_fr {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/fr.gif);}
#flag_es {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/es.gif);}
#flag_pt {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/pt.gif);}
#flag_br {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/br.gif);}
#flag_au {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/au.gif);}
#flag_mx {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/mx.gif);}
#flag_nl {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/nl.gif);}
#flag_ch {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/ch.gif);}
#flag_dk {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/dk.gif);}
#flag_be {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/be.gif);}
#flag_it {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/it.gif);}
#flag_mc {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/mc.gif);}
#flag_fi {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/fi.gif);}
#flag_se {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/se.gif);}
#flag_jp {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/jp.gif);}
#flag_cz {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/cz.gif);}
#flag_ae {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/ae.gif);}
#flag_at {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/at.gif);}
#flag_hu {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/hu.gif);}
#flag_ie {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/ie.gif);}
#flag_lv {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/lv.gif);}
#flag_my {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/my.gif);}
#flag_nz {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/nz.gif);}
#flag_pl {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/pl.gif);}
#flag_ru {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/ru.gif);}
#flag_sm {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/sm.gif);}
#flag_sg {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/sg.gif);}
#flag_sk {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/sk.gif);}
#flag_tr {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/tr.gif);}
#flag_ua {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/ua.gif);}
#flag_ar {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/ar.gif);}
#flag_ro {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/ro.gif);}
#flag_hk {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/hk.gif);}
#flag_za {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/za.gif);}
#flag_bg {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/bg.gif);}
#flag_sa {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/sa.gif);}
#flag_by {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/by.gif);}
#flag_gr {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/gr.gif);}
#flag_cn {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/cn.gif);}
#flag_lu {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/lu.gif);}
#flag_in {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/in.gif);}
#flag_no {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/no.gif);}
#flag_ec {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/ec.gif);}
#flag_yu {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/flags/yu.gif);}

/* entrylist tires */

#tire_mi {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/michelin.png);}
#tire_du {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/dunlop.png);}
#tire_br {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/br.gif);}
#tire_ku {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/kuhmo.png);}
#tire_pi {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/pirelli.png);}
#tire_to {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/to.gif);}
#tire_yo {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/yokohama.png);}
#tire_fa {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/falken.png);}
#tire_ha {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/hankook.png);}
#tire_xx {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/xx.gif);}
#tire_av {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/avon.png);}
#tire_co {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/tires/cooper.png);}

/* entrylist series */

#ser_lm {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/series/lemans_12.png);}
#ser_lms  {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/series/lms_12.png);}
#ser_alms  {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/series/alms_12.png);}
#ser_fiagt  {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/series/fiagt_12.png);}
#ser_fiagt1 {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/series/fiagt1_12.png);}
#ser_fiagt2 {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/series/fiagt2_12.png);}
#ser_fiagt3 {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/series/fiagt3_12.png);}
#ser_cer {text-indent: -100em; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-image: url(images/series/cer_12.png);}
