/*  
Theme Name: Bueno
Version: 1.0.4
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com

Copyright: (c) 2009 WooThemes.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/

/* Default styles */
@import "css/reset.css";

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Extended Footer
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 Extended Footer Widgets

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  {
    font: 14px Georgia, Times, Serif; line-height: 1.5; color: #7a7a7a;
  /*  background: url("../images/racinguk/bg-body.gif") repeat-x scroll 0 0 #EBEDF3;*/
}

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: Arial,Helvetica,Sans-serif; color: #000; }
h1  {font-size: 30px;} h2  {font-size: 24px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p  {margin: 0;}

/* 1.2 Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#container  {
	padding-top:11px;
	background:#fff;
	font: 14px/1.5 Georgia,Times,Serif !important;
	color: #7a7a7a !important;
/*    background:url("/images/racinguk/bg-twocolumns.gif") repeat-x scroll 0 0 #EBEDF3 !important;
    margin:auto;
    overflow:hidden !important;
    padding:0 15px 0 24px !important;
    width:992px !important;*/
}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 940px; margin: 0 auto; }

/* 2.2 Navigation */

#navigation  { text-transform: uppercase; font-size:11px; background-color: #000; }
.nav, .nav ul  { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }
.nav li  { float:left; width: auto; }

/* 2.2.1 Drop-down menus */
.nav li ul  {  position: absolute; left: -999em; width: 160px;  }
.nav li ul li  { border: 1px solid #d8d8d8; background: #FFF; border-width: 0 1px 1px; }
.nav li ul li a  { width:148px; line-height:25px!important; font-size:11px; color:#555!important; padding: 0 0 0 10px; }
.nav li ul ul  { margin: -26px 0 0 158px!important; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul, .nav li li li li.sfhover ul { left: auto;}
.nav li:hover,.nav li.hover  { position:static; }


/* CATEGORY NAVIGATION */
#catnav  { width: 620px; }
#catnav a:link, #catnav a:visited  { display:block; z-index:100; padding:0 20px 0 0; line-height:55px; font-family: Helvetica, Arial, sans-serif; text-decoration: none; color: #fff; }
#catnav a:hover  { text-decoration: underline; }
#catnav li ul  {  margin-top: -15px; border-top: 1px solid #d8d8d8;  }
#catnav li ul a:link, #catnav li ul a:visited  { padding: 0 0 0 10px; }
#catnav li ul a:hover  { color: #000!important; background: #d8d8d8;  }

/* PAGES NAVIGATION */
#pagenav  { margin-top: 20px; }
#pagenav a  { display:block; z-index:100; margin: 0; padding:0 15px 10px 15px; text-decoration: none; text-transform: uppercase; font-size: 25px; font-family: Impact, Helvetica, arial, sans-serif; color: #000;  }
#pagenav li ul a:link, #pagenav li ul a:visited  { padding: 0 0 0 10px; font-family: Helvetica, Arial, sans-serif !important; font-size: 14px; text-transform: none; border: none; }
#pagenav li.rss a  { padding-right: 25px; }



/* 2.3 Header */
#topsearch  { width: 300px; line-height: 0; }
#topsearch #searchform_top  { margin: 14px 0 0 0; }

#container #header{
    margin:auto;
    overflow:hidden !important;
    width:978px !important;
    background:#fff;
    height:auto;
}

#logo  { }
#logo img  { }
#logo .site-title, #logo .site-description  { display: none; }


/* 2.4 Content */
#content{min-height:550px;padding:0; width: 929px !important;}
* html #content{height:550px;}

#main{width:620px;}
#main.fullwidth  { width: 940px; }

/* 2.5 Sidebar */
#sidebar{width:275px !important;overflow:hidden; }

/* 2.6 Extended Footer */
#extended-footer  { margin: 50px 0 0 0; padding: 40px 0; }
#featured {
    background: none repeat scroll 0 0 #FFFFFF !important;
    color: #7a7a7a !important;
    height: auto !important;
    text-align: left !important;
    width: auto !important;
}
.block  { float: left; width: 300px; padding: 0 10px 0 0; }
.one, .two  { margin: 0 9px 0 0; }
.three  { padding: 0; }

/* 2.7 Footer */
#footer  { font-family: Helvetica, Arial, sans-serif; font-size: 11px; padding: 20px 0; background: #000 !important; color: #fff; text-transform: uppercase; min-height:20px !important;}
#footer a:link, #footer a:visited  { color: #fff; }
#footer p  { margin: 5px 0 0 0; }
#footer #credit img  { vertical-align: middle; }
#footer #credit span  { display: none; }



/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb, .archive_header  { font-family: Helvetica, Arial, sans-serif; display: block; margin:10px 0; padding: 0 55px; font-size: 18px; font-weight: bold; color: #000; }
#breadcrumb  { font-size: 14px; font-weight: normal; padding: 0; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post  { position: relative; margin: 0 0 60px 0; padding: 50px 55px; background-color: #fff; border: 5px solid #efefef; }

.post .title  { width:100%; position:relative; margin: 0 0 5px 0; padding: 0 0 10px 0; color: #000; font-size: 32px; }
.post .title a:link, .post .title a:visited  { color: #000; }
.post .title a:hover  { text-decoration: none; }

.post .date  { position: absolute; top: 30px; left: -40px; width: 71px; height: 60px; padding: 10px 0 0 0; text-align: center; color: #fff; }

.post .date .day  { display: block; font-size: 36px; line-height: 32px; }
.post .date .month  { display: block; font-size: 12px; text-transform: uppercase; font-weight: bold; }

.post-meta  { margin: 15px 0 15px 0; font-size: 11px; color: #9F9F9F; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #c4c4c4; }

.post-meta li  { float: left; width: 154px; padding: 10px 0 7px 10px; }
.post-meta li.categories  { border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; }
.post-meta li span  { display: block; }
.post-meta li .head  { font-size: 10px; text-transform: uppercase; font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #FF6600; }
.post-meta li .body, .post-meta li .body a:link, .post-meta li .body a:visited  { font-size: 13px; color: #7a7a7a; font-style: italic; text-decoration: none; }

.post img.thumbnail  { margin: 0 0 20px 0; }

.entry  {}

/* 3.1 Typographic Elements */
.entry h1 {}  .entry h2 {}  .entry h3 {}  .entry h4 {}  .entry h5 {}  .entry h6 {}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {	margin: 0 0 15px 0; }

.entry p  { margin: 0 0 15px 0; }

.entry blockquote  { padding: 10px 30px; color: #666; font-style: italic; font-size: 16px; }
.entry blockquote p  {}

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: circle; }
.entry ul ul li  { list-style-type: disc; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
img.wp-smiley  { padding: 0; border: none; }

.entry .alignleft  { float: left; width: auto; margin: 10px 15px 10px 0; }
.entry .alignright  { float: right; width: auto; margin: 10px 0 10px 15px; }
.entry .aligncenter  { text-align: center; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F4; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font-size:11px; text-align:center; }

/* 3.3 Pagination / WP-Pagenavi */
.more_entries { margin-top: -30px; padding: 10px 55px; background-color: #fff; border: 5px solid #efefef; }
.more_entries a { display: block; margin: 0 0 0 0; text-transform: uppercase; font-weight: bold; text-decoration: none; }

.more_entries .wp-pagenavi { margin: 0; text-align: center; }
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited { display: inline; text-decoration: none !important; padding: 4px 6px!important; }
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover { padding: 4px 7px; font-weight: bold; }
.more_entries .wp-pagenavi .extend { background:none; border:none; }


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.1 Generic Widgets */
.widget  { margin: 0 0 30px 0; }
.widget h3  { margin: 0; padding: 10px 0; text-transform:uppercase; color: #404040; }

.widget ul  { clear:both; }
.widget ul li  {}
.widget ul li a:link, .widget ul li a:visited { display: block; padding: 0 0 0 25px; line-height: 30px; text-decoration: none; color:#666; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0 6px 10px; line-height: 18px; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */


/* 4.2 Specific Widgets */

/* FEATURED POSTS */

#featured li  { float: left; width: 300px; padding: 10px 0; list-style: none; }
#featured li a  { padding: 0; background: none; border: none; }
#featured span  { display: block; }
#featured span.thumb  { float: left; width: 80px; }
#featured .right  { float: left; width: 275px; font-size: 12px; line-height: 18px; }
#featured .right h4  { margin: 0 0 5px 0; font-size: 14px; line-height: 18px; }
#featured .right h4 a  { line-height: 18px; }

/* WIDGET FORMS */
#searchform  { margin: 15px 0 0 0; }
input#s, input.field  { float: left; width: 195px; padding: 5px 0 5px 5px; }
input.submit  { display:block; float: right; line-height: 17px; border: none; padding: 4px 5px; color: #fff; text-shadow: 1px 1px 0 #424242; text-transform: uppercase; font-size: 12px; }
.widget .screen-reader-text  { display: none; }

/* FLICKR */
#flickr h3  {}
#flickr h3 span{color:#0061D8;}
#flickr h3 span span{color:#FF1183;}
#flickr .flickr_badge_image  { width: 75px; float: left; margin: 15px 34px 0 0; }
#flickr .pictures  { margin-right: -28px; }
#flickr a img  { float: left; display: block;}

/* LIFESTREAM */
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* TEXT WIDGET */
.textwidget  { padding: 10px 0; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* ADS */
#sidebar .ads125 { padding: 0 0 12px 12px; background: #fff; }
.ads125 img  { margin: 14px 16px 0 0; }

/* 4.3 Extended Footer Widgets */
#extended-footer .widget  { margin: 0 0 30px 0; padding: 0 10px; }
#extended-footer .widget h3  { font-size: 16px; margin: 0 0 10px 0; padding: 0; border-bottom: none; }
#extended-footer .widget ul li a  { padding: 0; line-height: 24px; background: none; border-bottom: none; }
#extended-footer .widget ul li a:hover  { background: none; }

#extended-footer .textwidget  { padding: 0; }
#extended-footer #flickr .flickr_badge_image  { width: 75px; float: left; margin: 15px 25px 0 0; }
#extended-footer #flickr .pictures  { margin-right: -28px; }
#extended-footer input#s, #extended-footer input.field  { width: 210px; }
#extended-footer #advert_300x250 { padding-left: 0; padding-right: 0; }
#extended-footer .ads125 img  { margin: 14px 13px 0 0; }
#extended-footer .widget_recent_comments li, #extended-footer #twitter li  { padding: 6px 0 6px 0; }

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments { position:relative; margin: 0 0 60px 0; padding: 50px 55px; background-color: #fff; border: 5px solid #efefef; }
#comments h3{ margin: 0 0 20px 0; }
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .comment .comment-container  { padding: 10px 0; border-bottom: 3px solid #eee;}
#comments .comment-head  { margin: 0 0 15px 0; }
#comments .comment-head .avatar  { float: left; }
#comments .comment-head .avatar img{margin: 0 10px 0 0;vertical-align: middle;border:3px solid #eee;}
#comments .comment-head .name  { display: block; margin: 0 0 -5px 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}

#comments ul.children{margin:10px 0 0 25px;padding:0;}
#comments .cancel-comment-reply a, #comments .comment-reply-link  { text-transform: uppercase; font-family: helvetica, arial, sans-serif; font-weight: bold; text-decoration: none; font-size: 11px;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

/* 5.2 Pingbacks / Trackbacks */
#pings  { margin: 0 0 60px 0; padding: 50px 55px; background-color: #fff; border: 5px solid #efefef; }
#pings h3  { margin: 0 0 20px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }

/* 5.3 Comments Form */
#respond  { margin: 15px 0 0 0; padding: 50px 55px; background-color: #fff; border: 5px solid #efefef; }
#comments #respond  { padding: 20px 0; margin: 0; border: none; }
#comments #respond h3  { margin-bottom: 0; }
#respond h3  { }

#commentform  {	margin: 15px 0 0 0; }
#commentform input.txt  { width: 260px; margin: 0 5px 10px 0; padding: 7px 5px; border: 1px solid #eee; }
#commentform label  { font-family: Helvetica, Arial, sans-serif; font-size: 11px; text-transform: uppercase; font-weight: bold; }
#commentform textarea  { width: 95%!important; padding: 5px; border: 1px solid #eee; }
#commentform #submit  { border: none; margin: 20px 0 0 0; padding: 4px 10px; color: #fff; text-shadow: 1px 1px 0 #424242; text-transform: uppercase; font-size: 12px; }

/* racing uk */
.headerwrap {
 background: #1E3E95 url(http://www.racinguk.com/javaImages/e8/7f/0,,12542~5865448,00.jpg) no-repeat scroll left top;
 height:93px;
 width: 992px;
margin: 0 auto;
}

.layout {
 text-align:left;
}


/**NAVBAR STYLES**/

.HomeButton {
background:transparent url(http://www.racinguk.com/javaImages/38/30/0,,12542~3747896,00.jpg) repeat-x scroll left top;
vertical-align: top;
 padding: 8px 2px;
 border-left:2px solid #fff;
}
.HomeButton img {

}


.navbar{
 background:transparent url("../../../../images/racinguk/navbar.jpg"/*tpa=http://www.racinguk.com/javaImages/51/40/0,,12542~3752017,00.jpg*/) repeat-y scroll left top;
 height: 10px;
 font-size:12px;
 font-family:'Trebuchet MS',Arial,sans-serif;
 height: auto;

}


.menu {
 background:transparent url("../../../../images/racinguk/navbar.jpg") repeat-x scroll left top;
 height:100%;
 margin:0 2px 0 2px;
/* margin:0 3px;*/
/* width:986px;*/
}

.menu:after {
 content:" ";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
.menu li {
 list-style-type:none;
 float:left;
 background:transparent url("../../../../images/racinguk/menu_item.jpg"/*tpa=http://www.racinguk.com/javaImages/38/30/0,,12542~3747896,00.jpg*/) repeat-x top left;
 height:36px;
}

.menu li a {
 padding:7px 26px;
 color:#ffffff !important;
 line-height:36px;
 border-right: 1px solid #728ed3;
 border-left: 1px solid #1b3e93;
 font-family:'Trebuchet MS',Arial,sans-serif !important;
 text-decoration: none !important;
}

.menu a:hover {
   text-decoration: none !important;
}




.menuxboxcontent
{
   color:#ffffff;
   text-decoration: none !important;
   font-size:1,2em !important;
   font-family:'Trebuchet MS',Arial,sans-serif !important;
}

.menuxboxcontent:hover
{
   text-decoration: none !important;
}

#flatMenuItem2249219 a {
/*padding-left:42px;
padding-right:40px;*/
}
#flatMenuItem2249221 a {
 border-right: 0px solid #728ed3;
}
#flatMenuItem2249215 a:hover, #flatMenuItem2249190 a:hover, #flatMenuItem2249216 a:hover, #flatMenuItem2249218 a:hover, #flatMenuItem2249177 a:hover, #flatMenuItem2249219 a:hover, #flatMenuItem2249221 a:hover, #flatMenuItem2251714 a:hover {
 background:transparent url("../../../../images/racinguk/menu_item_selected.jpg") repeat-x top left;
 border-right: 1px solid #96a9d8;
 border-left: 1px solid #607198;
 text-decoration:none !important;
}
.highlight{
 background:transparent url("../../../../images/racinguk/0,,12542~3750818,00.jpg") repeat-x top left;
 border-right: 1px solid #96a9d8;
 border-left: 1px solid #607198;
 text-decoration:none;
}
.menu li { 
 list-style-type:none;
 float:left;
 background:transparent url(http://racinguk.com/javaImages/38/30/0,,12542~3747896,00.jpg) repeat-x top left;
 height:36px;
}

.menu li a {
 padding:7px 10px;
 color:#fff;
 line-height:36px;
 border-right: 1px solid #728ed3;
 border-left: 1px solid #1b3e93;
}

/////
#flatMenuItem2249219 a {
/*padding-left:42px;
padding-right:40px;*/
}
#flatMenuItem2249221 a {
 border-right: 0px solid #728ed3;
}
#flatMenuItem2249215 a:hover, #flatMenuItem2249190 a:hover, #flatMenuItem2249216 a:hover, #flatMenuItem2249218 a:hover, #flatMenuItem2249177 a:hover, #flatMenuItem2249219 a:hover, #flatMenuItem2249221 a:hover, #flatMenuItem2251714 a:hover {
 background:transparent url(http://www.racinguk.com/images/menu_item_selected.jpg) repeat-x top left;
 border-right: 1px solid #96a9d8;
 border-left: 1px solid #607198;
 text-decoration:none;
 font-size:1em !important;
}
.highlight{
 background:transparent url(http://www.racinguk.com/javaImages/a2/3b/0,,12542~3750818,00.jpg) repeat-x top left;
 border-right: 1px solid #96a9d8;
 border-left: 1px solid #607198;
 text-decoration:none;
}

#flatMenuItem2255626 {
 background:transparent url(http://www.racinguk.com/javaImages/b7/28/0,,12542~5515447,00.jpg) repeat top left;
}

#flatMenuItemAnchor2255626, #flatMenuItemAnchor2255626 span {
 color:#ffffff;
 font-size:1.2em !important;
}


#topNav {
	color:#000000;
	font-family:Arial !important;
	font-size:12px!important;
	margin:0 auto;
	width:992px;
}
/**END OF NAVBAR STYLES**/

/***-------------------- Sub Nav drop down----------------------------***/
.hoverPopupMenu {
 background-image:url("../../../../images/racinguk/RUK_TVSubNavdrop_bg.gif");
 color:#1E3791;
 text-align:left;
 border-bottom:1px solid #c3c3c3;
 border-left:1px solid #c3c3c3;
 border-right:1px solid #c3c3c3;
 padding-top:4px;
 padding-bottom:10px;
 margin-top:36px;
 width:auto;
 z-index:5;
 font-size: 15px !important;
 font-familie:Trebuchet MS,Arial,Helvetica,sans-serif !important;
}

#hoverpopup_7581 {
 width:90px;
}

#hoverpopup_7581 {
 width:90px;
}


.hoverPopupMenu A, .hoverPopupMenu A:hover {
 text-decoration:none !important;
 padding-left:10px;
 padding-right:14px;
 font-size: 12px !important;
 font-family:Trebuchet MS,Arial,Helvetica,sans-serif !important;
 font-weight: bold !important;
}

.hoverPopupMenu A {
 color:#1E3791!important;
}

.hoverPopupMenu A:hover, .hoverMenuPos:hover,  .hoverMenuPos:hover A{
 color:#ffffff!important;
 background-color:#1E3791!important;
}

.hoverMenuPosSep { display:none; }

/***--------------------------------------------------------------------***/

DIV#banner
{
	height: 91px;
	background-image: url(../../../../images/racinguk/top_bg_curved.jpg);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #1C3F94;
}
DIV#banner.curly_image
{
	background-image: url(../../../../images/racinguk/top_bg_wth_curly_curved.jpg);
}
DIV#banner.attheraces_image
{
	background-image: url(../../../../images/racinguk/top_bg_wth_attheraces_logo.jpg);
}

DIV#banner_bottom
{
	height: 20px;
	padding-top: 2px;
	/*background-image: url(../../../../images/racinguk/header_line.jpg);
	background-repeat: repeat-y;*/
	background-color: #5a6791;
	color: #fff;
	/*font-size: 140%;
	font-weight: bold;*/
	/*padding-left: 10px;*/
}
DIV#banner_bottom A, DIV#banner_bottom SPAN
{
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
}
DIV#banner_bottom DIV
{
	cursor: pointer;
}
DIV#banner_bottom A IMG, DIV#banner_bottom SPAN IMG
{
	margin-left: 12px;
	margin-right: 12px;
	background-repeat: no-repeat;
}

.popupsubmenu
{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 152px;
	height: auto !important;
	z-index: 2000;
}
.popup_item_top, .popup_item_right, div.popup_item_bottom
{
	float: left !important;
	width: 152px !important;
	z-index: 1000 !important;
	line-height:1;
	visibility:visible !important;
}
div.popup_item_bottom {
height:10px!important;
}
.popup_item_top DIV, .popup_item_right DIV, .popup_item_bottom DIV
{
	float: left;
	width: 140px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	background-color: #f2f2f2;
}
.popup_item_top IMG
{
	margin: 0px;
	padding: 0px;
	background-image: url(../../../../images/racinguk/shadow_righttop.png);
	background-repeat: no-repeat;
	background-position: right top;

	//background-image: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../images/racinguk/shadow_righttop.png', sizingMethod=scale);
}
.popup_item_right IMG
{
	margin: 0px;
	padding: 0px;
	background-image: url(../../../../images/racinguk/shadow_right.png);
	//background-image: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../images/racinguk/shadow_right.png', sizingMethod=scale);
	background-repeat: repeat-y;
	background-position: right top;
}
.popup_item_bottom IMG
{
	margin: 0px;
	padding: 0px;
	background-image: url(../../../../images/racinguk/shadow_bottom.png);
	//background-image: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../images/racinguk/shadow_bottom.png', sizingMethod=scale);
	background-repeat: no-repeat;
	background-position: left top;
}


DIV#r_navigation
{
	/*border: 1px solid green;*/
	font-family: Arial,Helvetica,sans-serif;

	margin-right: 2px;
	margin-top: 0px !important;
	width: 140px;
	float: left;

	height: auto !important;
	/*position: static !important;*/

	background-color: #f2f2f2;
}

DIV#r_navigation DIV
{
	height: 14px;
}
div#r_navigation a, div#r_navigation a:visited {
	color:#000000 !important;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:14px;
	padding-left:7px;
	text-decoration:none;
}

.oddRow {
background-color:#E6E6E6;
}



.headerwrap {
width:992px;
background:none;
height:auto;
}

.racingukLogo {
    margin:27px 12px 12px 27px;
}

.flashwraper {
    height:110px;
   /* margin-left:290px; */
margin-left:29px;
    margin-top:19px;
}

.layout.headerwrap .HTMLElement{
    vertical-align: middle;
}


.flashheader {
    margin-bottom: 10px;
}

#my_flash {
height:92px;
margin:9px;
width:386px;
}

#topNav td 
{
	vertical-align:top;
}

.layout .navbar {
background-image:none;
font-family:'Trebuchet MS',Arial,sans-serif;
font-size:1.2em;
height:auto;
padding-bottom:7px;
padding-top:7px;
width:992px;
}

.layout .navbar .menu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../../../images/racinguk/background_menu.jpg) no-repeat scroll left top;
height:36px;
margin:0 21px;
width:942px;
}

.layout .navbar .menu li {
float:left;
height:36px;
list-style-type:none;
background:none;
}

.menu li a {
border-right:1px solid #FFFFFF;
color:#FFFFFF;
line-height:35px;
padding:0 12px;
}

.layout .navbar .menu #flatMenuItem2275494 a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../../../images/racinguk/home.gif) no-repeat scroll left top;
display:block;
height:17px;
margin:10px 1px 10px 21px;
width:5px;
}

#menuSection a {
font-size:1.1em;
font-weight:normal !important;
}

.layout .navbar .menu #flatMenuItem2275494 span {
display:none;
}

.layout .menuxboxcontent {
color:#FFFFFF;
font-family:'Trebuchet MS',Arial,sans-serif !important;
text-decoration: auto;
}

#menuSection li span {
font-weight:normal;
font-size:12px;
}

#nav{
    border-top:1px solid #E4E4E4 !important;
    list-style:none outside none !important;
    margin:0 !important;
    overflow:hidden !important;
    padding:7px 0 6px 9px !important;
     width: 969px !important;
     margin: 0 auto !important;
     background:#fff;
}

#nav li {
    float:left !important;
    font-size:1.1em !important;
    padding:0 28px 0 29px !important;
    width:102px !important;
}

#nav li {
    float:left !important;
    font-size:1.1em !important;
    padding:0 22px 0 23px !important;
    width:92px !important;
}

#nav li a {
    font: 0.7em/1.3em "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    text-decoration:none;
    color:#FFFFFF !important;
    display:block !important;
    height:21px !important;
    padding:6px 0 0 !important;
    text-align:center !important;
    width:102px !important;
}

#nav li.active a, #nav li a:hover {
   
    text-decoration:none !important;
}

.popup_item_top div, .popup_item_right div, .popup_item_bottom div {
    background-color:#F2F2F2;
    border-left:1px solid #D5D5D5;
    border-right:1px solid #D5D5D5;
    float:left;
    min-height:14px;
    width:140px;
}

div.popupsubmenu a, div.popupsubmenu a:visited {
    color:#000000 !important;
    display:block;
    font-size:10px !important;
    font-weight:normal !important;
    height:14px;
    padding-left:7px;
    text-decoration:none;
}

.popup_item_right img {
    background-image:url("../../../../images/racinguk/shadow_right.png");
    background-position:right top;
    background-repeat:repeat-y;
    margin:0;
    padding:0;
}

.popup_item_top, .popup_item_right, .popup_item_bottom {
    float:left;
    width:152px;
    z-index:1000 !important;
}

.popup_item_bottom img {
    background-image:url("../../../../images/racinguk/shadow_bottom.png");
    background-position:left top;
    background-repeat:no-repeat;
    margin:0;
    padding:0;
}

/* TOP LOGIN CSS */
.jquerycssmenu {
    height:31px;
}

#myjquerymenu li {
    list-style-type:none;
    z-index:10;
}

#jumpingnav {
    background-image:url("../../../../images/racinguk/join_racing.png");
    height:31px;
    width:205px;
    z-index:3;
}

#jumpingnav span {
    visibility: hidden;
}

.jquerycssmenu ul li {
    position:relative;
}

.racingukfollowwrap  {
font-size:12px;
left:424px;
    padding-left:44px;
    width:400px;
    float:left;
    height:20px;
    padding-left:58px;
    padding-top:2px;
    position:absolute;
    top:0;
}

.racingukfollowtest {
    color:#FFFFFF;
    float:left;
    line-height:27px;
    padding-right:8px;
font-size:12px;
}

.racingukfollowimgone,
.racingukfollowimgtwo,
.racingukfollowimgthree {
    padding-right:0;
    float:left;
}

.racingukfollowimgtwo{
    display: none;
}

.racingukfollowimgfour_test  {
    float:left;
    padding-left:1px;
}

.racingukListenPod {
    color:#FFFFFF;
    float:left;
    height:18px;
font-size:12px;
}

.listenDiv {
    color:#FFFFFF;
    float:left;
    height:20px;
    margin-left:1px;
    padding:6px 0 0 6px;
    background:url("../../../../images/racinguk/split.png") no-repeat scroll -5% 0 transparent;
}

.podcastLogo {
    float:left;
    margin-left:1px;
    padding-top:3px;
}

.downloadtool_test {
    color:#FFFFFF;
    float:left;
    line-height:20px;
}

.downloadToolbar {
    padding:4px 0 0 3px;
}

.text-streak-l.festival {
    color:white;
    font-size:18px;
    font-family: "Arial";
}

.racingukLogo {
    margin:29px 12px 12px 27px;
}

.inDisplayTab .flashwraper{
    height:110px;
    /*margin-left:50px;*/
margin-left:25px;
    margin-top:7px;
}

.flashheader a img {
    float:left;
   /* margin: 0 0 0 246px;*/
}

#container #header .layout.headerwrap {
    background: none white;
}

#bottomLinks.layout{
    font-family:Arial !important;
    font-size:12px;
    margin:auto;
    max-width:992px;
}

.username,.password,.forgottenPasswordSpan,.forgottenUsernameSpan {
display:none;
}
.loginbox {
background-image:url(../../../../images/racinguk/loginbox.png);
background-repeat:no-repeat;
float:left;
height:31px;
overflow:hidden;
padding-left:10px;
position:relative;
width:775px;
}

.logintext {
color:#FFFFFF;
float:left;
font-size:12px;
padding-bottom:0;
padding-left:0;
padding-top:7px;
width:100px;
}
.topLogin
{
margin:auto;
width:992px;
}
.topLogin a
{text-decoration:none;}

#userName {
background-color:#FFFFFF;
color:#666666;
float:left;
font-size:10px !important;
margin-right:5px;
margin-top:5px;
padding-bottom:1px;
padding-left:16px;
padding-top:1px;
width:77px;
}

#passwordbox {
background-color:#FFFFFF;
color:#666666;
float:left;
font-size:10px !important;
margin-right:5px;
margin-top:5px;
padding-bottom:1px;
padding-left:16px;
padding-top:1px;
width:77px;
}

.notJoinedText {
float:left;
margin-top:7px;
width:64px;
}

.loginButton {
float:left;
margin-right:4px;
margin-top:7px;
}

.topLogin input {
-x-system-font:none !important;
font-family:arial,sans-serif !important;
font-size:100% !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:normal !important;
vertical-align:middle !important;
}

.topLogin td {vertical-align:top;}

.topLogin {margin-top:17px;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;}

div.loginForm a, div.loginForm a:visited {
display:block;
font-size:10px;
font-weight:bold;
height:14px;
padding-left:7px;
text-decoration:none;
}

.jquerycssmenu ul li a {
color:#FFFFFF;
display:list-item;
height:31px;
margin-right:0;
text-decoration:none;
}

.jquerycssmenu ul li a:hover {text-decoration:none !important;}

.jquerycssmenu ul li ul li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FF6600 none repeat scroll 0 0;
border-bottom:1px solid #FF6600;
border-left:1px solid #FF6600;
border-right:1px solid #FF6600;
border-width:0 1px 1px;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:17px;
line-height:17px;
margin:0;
padding:4px 5px 4px 32px;
width:163px;
}

.jquerycssmenu ul li ul li a:hover {
background:#1c3e95;
color:#fff;
}
#nav{
	width:978px !important;
	padding:10px 0 0 0 !important;
	border-top:0 !important;
}
#nav li{
	width:auto !important;
	padding:0 !important;
}
#nav li a{
	height:36px!important;
	display:block;
	padding-top:0 !important;
	color:#fff;
	text-transform:uppercase;
	font:14px/33px Calibri,Arial,Tahoma;
	text-indent:-9999px;
}
.nav-login li a{
	background:#444444 url(../../../../images/racinguk/menu_login.png) 0 0 no-repeat!important;
}
.nav-logout li a{
	background:url(../../../../images/racinguk/menu-logout.png) 0 0 no-repeat!important;
}
#nav li.home a{
	width:107px !important;
}
#nav li.forum a{
	width:115px !important;
	background-position:-107px 0!important;
}
#nav li.register a{
	width:126px !important;
	background-position:-222px 0!important;
}
#nav li.monthly a{
	width:168px !important;
	background-position:-348px 0!important;
}
#nav li.daily a{
	width:143px !important;
	background-position:-516px 0!important;
}
#nav li.streak5 a{
	width:161px !important;
	background-position:-659px 0!important;
}
#nav li.festival a{
	width:158px !important;
	background-position:-820px 0!important;
}
#nav li.home a:hover{
	width:107px !important;
	background-position:0 -36px!important;
}
#nav li.forum a:hover{
	width:115px !important;
	background-position:-107px -36px!important;
}
#nav li.register a:hover{
	width:126px !important;
	background-position:-222px -36px!important;
}
#nav li.monthly a:hover{
	width:168px !important;
	background-position:-348px -36px!important;
}

#nav li.daily a:hover{
	width:143px !important;
	background-position:-516px -36px!important;
}
#nav li.streak5 a:hover{
	width:161px !important;
	background-position:-659px -36px!important;
}
#nav li.festival a:hover{
	width:158px !important;
	background-position:-820px -36px!important;
}
.JS {
				background: transparent url(/images/racinguk/johnsmiths/loginBox.png) no-repeat scroll 0 0;
				height: 120px !important;
				padding-left: 25px !important;
				padding-top: 5px !important;
				width: 275px !important;
				border: none !important;
				display: block !important;
			}

			.JS form &gt; div {
				margin-top: 3px;
				vertical-align: middle;
			}

			.JS .loginHeader {
				color: #1C3F94;
				font-family: Arial;
				font-size: 18px;
			}

			.JS form &gt; div {
				margin-top: 3px;
				vertical-align: middle;
			}

			.JS input.data {
				border-color: #75736E #F2F0EE #F2F0EE #75736E;
				border-style: solid;
				border-width: 2px;
				color: #75736E;
				padding: 2px;
				font-size:9px;
			}

			.JS .left {
				float: left;
				margin-right: 5px;
			}

			.JS .lostPassword {
				color: #999999;
				margin-left: 20px;
				margin-top: 4px;
				position: relative;
				text-decoration: underline !important;
				top: 4px;
				font-weight: normal !important;
			}

			.JS a, .JS a:visited, .JS input {
				display: inline !important;
				width: auto !important;
				padding-left: 0px !important;}


	#footer img{
	display:block !important;
	}
	#footerLogos {
    height: 83px;
    position: relative;
    width: 978px;
     min-height: 200px;
     padding:0;
     
}
#footer{
padding:0;
background:url("http://www.racinguk.com/images/site/footerBg.gif") no-repeat scroll left top #01245C !important;
}
