/*
	default.css
	../css/raceday2/default.css
*/

body {
	width:            1000px;
	margin:           0 auto;
	padding:          0px;
	text-align:       left;
	font-family:      "Book Antiqua", "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size:        12px;
	color:            #616161;
        background-color: #252c31;
}

body.mceContentBody {
        background:   #fff;
        color:        #000;
	width:        550px;
}

body.mceContentBody a {
        color:        blue;
}



h1, h2, h3 {
	margin-top:   0;
	color:        #A66100;
}

h1 {
	font-size:    1.6em;
	font-weight:  normal;
}

h2 {
	font-size:    1.4em;
}

h3 {
	font-size:    1.2em;
}

.bg_input {
	background-image: url(/css/raceday2/images/bg_input.gif);
	border-color:     #999999;
	border-style:     inset;
	color:            #000000;
	font-weight:      bold;
}


.htmltooltip {
        background:       #ffff99;
        border:           2px solid #000000;
        color:            #000000;
        max-width:        400px;
        padding:          5px;
        text-align:       left;
}

.htmltooltip p {
        padding:          0 0 10px 0;
}


.blue { color:#58b7ff;}

ul {
}

a {
	text-decoration:  none;
	color: #A66100;
}

a:hover {
	text-color: blue;
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

p {
	margin: 0
}

table.border {
	margin: 0 auto;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	empty-cells: show;
}

td.border {
   border-width: 1px;
	border-style: solid;
	border-color: gray;
	vertical-align: top;
}

td.prompt {
	text-align: right;
}

td.response {
	text-align: left;
}

/* Header */

#header {
	height:      142px;
	background:  url(/css/raceday2/images/racdaytraining-logo.jpg) no-repeat left top #252c31;
}

#logo  {
        float:   right;
        margin:  20px 0 0 0;
}

/*  Login Input Area */

#login {
	float: left;
	margin: 0 auto;
	background-color: #DDDDDD;
	color: #000000;
	border: 1px solid #777777;
	font-size: 10px;
	text-align: right;
	margin-left: 100px;
	margin-left: 100px;
	width: 260px;
}

#login .theInput {
	font-size: 11px;
	width: 150px;
	margin-right: 10px;
}

#login .theSubmit {
	font-size: 11px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 20px;
}

/* Menu block for loggedin and menu  */
#menublock {
        height:           58px;
	width:            1000px;
	background:       url(/css/raceday2/images/menu_bg.gif) no-repeat left top;
}

/* LoggedIn */
#loggedin {
	float: left;
}

#loggedin ul {
	list-style:      none;
	padding:         0;
	margin:          0;
}

#loggedin li {
	float:           left;
	margin:          20px 0 0 10px;
}

#loggedin a {
	color:           #ffffff;
	text-decoration: none;
}

#menu {	float:right; }
#menu ul { float:right; padding:0; margin:7px 40px 0 0; list-style:none; border:0;}
#menu ul li { float:left; margin:0; padding:0;}
#menu ul li a { float:left; margin:0 1px 0 0; padding:15px 0; color:#c8c8c8; font:normal 11px Arial, Helvetica, sans-serif; text-decoration:none;}
#menu ul li a span { padding:15px; margin:0; background:none;}
#menu ul li a:hover { color:#60b6ff; background:url(/css/raceday2/images/r_menu.gif) no-repeat right;}
#menu ul li a:hover span { color:#60b6ff; background:url(/css/raceday2/images/l_menu.gif) no-repeat left;}
#menu ul li a.active { color:#60b6ff; background:url(/css/raceday2/images/r_menu.gif) no-repeat right;}
#menu ul li a.active span { color:#60b6ff; background:url(/css/raceday2/images/l_menu.gif) no-repeat left;}


#editmenu {
	margin-top: 2px;
	margin-right: 0 auto;
	margin-left: 0 auto;
	margin-bottom: 20px;
	padding-top: 1px;
	width: 920px;
	height: 90px;
	background: url(/css/raceday2/images/img1pxblack.jpg);
}

#editmenu ul {
	padding-right: 5px;
	list-style: none;
}

#editmenu li {
	display: inline;
}

#editmenu a {
	display: block;
	float: left;
	height: 25px;                           /* 41px; */
	margin: 0;
	padding-top: 0px;      /* 10px; */
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 20px;
	background: url(/css/raceday2/images/chromebullet.png) no-repeat left 20%;
	text-decoration: none;
	font-size: 11px;
	color: #eeeeee;
}

#editmenu a:hover {
	color: #ffffff;
}

#editmenu .current_page_item a {
	color: #FFCC00;
}

#pppolicy {
        padding:  10px 10px 0px 10px;
        width:    650px;
} 

/* Wrapper */

#wrapper {
	background-color: #252c31;
}


/* Page */

#page {
        background-color:  #ffffff;
	width:             1000px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
        /* background:  url(/css/raceday2/images/slider_bg.png) no-repeat left top; */
        float:       right;
        margin:      10px 0 0 0;
        padding:     0 0 0 0px;
	width:       755px;
}

#content h4 {
	text-align="center";
	color: red;
}

#contactform {
	float:        left;
	padding-left: 25px;
}

#contenttop {
	float:      left;
	margin:     0 auto;
	width:      500px;
	text-align: center;
}

#contenttop img {
	max-width: 500px;
}

#content img {
	display:      block:
	margin:       0 auto;
	border-style: solid;
	border-width: 0px;
}


/* editform  */

#editform {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}

#editform h4 {
	text-align="center";
}

/* edittable */

#edittable {
	margin-top: 10px;
	margin-right: 0px auto;
	margin-bottom: 10px;
	margin-left: 0px auto;
	width: 960px;
}

#edittable table {
	margin: 0 auto;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	empty-cells: show;
}

#edittable td {
	padding-left: 4px;
}

/* inputform */

#inputform {
	float: left;
	margin: 10px;
	width: 440px;
}

#inputform table {
	margin: 0 auto;
	padding: 10px;
	border-collapse: collapse;
	empty-cells: show;
}

#inputform td {
	padding-left: 4px;
	vertical-align: top;
}

#inputform td.prompt {
	text-align: right;
}

#inputform td.response {
	text-align: left;
}


#listings {
	float: left;
	color:#484848;
	margin-top: 5px;
	width: 460px;
}

#listings .listingtable {
	margin: 0 auto;
	background-color: #ffffff;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	empty-cells: show;
}

#listings .listingdetails {
	margin: 0 auto;
	background-color: #ffffff;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	empty-cells: show;
}

#listings .itemrow {
}

#listings .itemmenu {
	width: 135px;
	vertical-align: top;
}

#listings .itemprompt {
	width: 135px;
	text-align: right;
	padding-right: 3px;
	vertical-align: top;
   border-width: thin;
	border-style: solid;
}

#listings .itemresponse {
	width: 200px;
	text-align: left;
	padding-left: 3px;
	vertical-align: top;
   border-width: thin;
	border-style: solid;
}


#listings .itemimage {
	width: 125px;
	height: 100px;
	margin: 4px;
	border-width: 1px;
}

#listings .itemtext {
	width: 335px;
	vertical-align: top;
}

#fileupdown {
	float: right;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background-color: #FFFFFF;
	width: 450px;
}

#fileupdown .upnew {
	float: left;
	width: 100px;
	padding-left: 6px;
	font-weight: normal;
	background: url(/css/raceday2/images/upload.jpg) no-repeat left 20%;
}

#fileupdown .delete {
	float: left;
	width: 100px;
	padding-left: 6px;
	font-weight: normal;
	background: url(/css/raceday2/images/delete.jpg) no-repeat left 20%;
}

#fileupdown .download {
	float: left;
	width: 100px;
	padding-left: 6px;
	font-weight: normal;
	background: url(/css/raceday2/images/download.jpg) no-repeat left 20%;
}

#fileupdown .response {
	width: 330px;
	padding-right: 5px;
	margin-left: 0px;
}

#fileupdown a {
	text-align: left;
	text-decoration: none;
}

#fileupdown a.hover {
	text-color: blue;
	background-color: light-gray;
	text-decoration: underline;
}

.post {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 140%;
}

.post h1 {
	font-weight: normal;
}

.title {
	height: 78px;
	margin: 0;
	padding: 15px 0 4px 20px;
	font-weight: normal;
	background: url(/css/raceday2/images/img07.jpg) no-repeat left top;
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: -60px 20px 20px 20px;
}

.byline a {
	color: #DC8700;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

.smalltext {
	font-color: gray;
	font-size: 10px;
}

/* Sidebars */


#sidebar1 {float:left; height:362px; margin:10px 15px 0 0; width:220px; padding:0; }
#sidebar1 .left1 { float:left; width:210px;}
#sidebar1 h2 { padding:50px 15px 0px 20px; margin:0; color:#565f65; font:normal 30px Arial, Helvetica, sans-serif;}
#sidebar1 strong { margin:0; color:#9ca3a8; font:normal 15px Arial, Helvetica, sans-serif; line-height:1.4em;}
#sidebar1 p { font:normal 11px Tahoma, Geneva, sans-serif; color:#5e5e5e; padding:5px 10px 5px 20px; margin:0; line-height:1.6em;}

#sidebar2 {float:right; height:352px; margin:0; width:210px; padding:5px 5px 5px 5px; }
#sidebar2 h2 { height:16px; padding:0 0 5px 0; margin:0; color:#565f65; font:normal 16px Arial, Helvetica, sans-serif;}
#sidebar2 strong { margin:0; color:#9ca3a8; font:bold 12px Arial, Helvetica, sans-serif; line-height:1.4em;}
#sidebar2 p { font:normal 11px Tahoma, Geneva, sans-serif; color:#5e5e5e; padding:5px 15px 0 10px; margin:0; line-height:1.6em;}

#sidebar2 ul { margin:0; padding:0; list-style:none; }
#sidebar2 li { padding: 0 0 20px 0; }

.sidebar     { background:url(/css/raceday2/images/sidebar_bg.png) no-repeat top left; }

/* BottomBlock */

#BottomBlock { clear:          both; 
               background:     url(/css/raceday2/images/bottom_bg.png) no-repeat top left; 
               border-top:     1px solid #555555;
               margin:         0 0 0 0; 
               padding-top:    10px;
               height:         160px;
               width:          1000px; 
}

#BottomBlock h2 { height:      18px; 
                  padding:     0 0 8px 0; 
                  margin:      0; 
                  color:       #000000; 
                  font:        normal 16px Arial, Helvetica, sans-serif;
}

#BottomBlock strong {          margin:       0; 
                               color:        #5c5c5c; 
                               font:         normal 15px Arial, Helvetica, sans-serif; 
                               line-height:  1.1em;
}

#BottomBlock p { font:         normal 10.5px Tahoma, Geneva, sans-serif; 
                 color:        #5e5e5e; 
                 padding:      2px 5px 0 2px; 
                 margin:       0; 
                 line-height:  1.1em;
}



/* Footer */

#footer {
	width:            100%;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 2px;
	clear:            both;
	height:           70px;
	padding-top:      20px;
	margin-top:       20px;
	margin-right:     0 auto;
	margin-bottom:    20px;
	margin-left:      0 auto;
}

#footer p {
	text-align: center;
}

#footer p.smaller {
	font-size: smaller;
}

#footer p.tagline {
	text-color: black;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-color: blue;
	text-decoration: underline;
}

img.thumbnail {
	max-width: 125px;
	max-height: 125px;
}

/* Blog Formatting Style Definitions */

.blogbutton {
	background:       url(/css/raceday2/images/blogbuttongold.png) no-repeat;
	font-weight:      bold;
	height:           25px;
	margin-left:      10px;
	padding-top:      15px;
	text-align:       left;
	width:            210px;
}

.blogbutton a {
	color:            #ffffff;
	font-size:        12px;
	font-weight:      normal;
        padding:          0 0 0 10px;
}

.blogbutton a.hover {
	color:            #dddddd;
	font-size:        10px;
	font-weight:      bold;
}

.blogbuttonc {
	background:       url(/css/raceday2/images/blogbuttongold.png) no-repeat;
	height:           25px;
	margin-left:      0px;
	padding-top:      15px;
        text-align:       center;
	width:            210px;
}

.blogbuttonc a {
	color:            #ffffff;
	font-size:        12px;
	font-weight:      bold;
}

.blogbuttonc a.hover {
	color:            #dddddd;
	font-size:        10px;
	font-weight:      bold;
}


#blog   {
	float:            left;
	width:            710px;
}

#bloghead {
	border:           1px solid;
	background-color: #dddddd;
	margin:           10px 0 10px 0;
        padding:          10px;
}

.blogtitle {
	text-align:       center;
	font-size:        16px;
	color:            #A66100;
	font-weight:      bold;
	padding-bottom:   10px;
}

.blognavbar {
	text-align:       center;
	font-size:        10pt;
	color:            #a66100;
	font-weight:      normal;
	font-style:       italic;
	padding-bottom:   10px;
}

.blognavbar a {
	color:            #a66100;
}

.blognavbar a.hover {
	color:            #990000;
}

#thread {
	border:           1px solid;
	background-color: #dddddd;
	padding:          0 10px 0 10px;
	margin-bottom:    10px;
}

.newthreadbutton {
	background:       url(/css/raceday2/images/blogbuttongold.png) no-repeat top center;
	color:            #ffffff;
	height:           24px;
	margin:           0 auto;
	padding-top:      3px;
	text-align:       center;
}

.newthreadbutton a {
	font-size:        10pt;
	font-weight:      bold;
	color:            #ffffff;
}

.threadtitle {
	text-align:       left;
	font-size:        14px;
	color:            #A66100;
	font-weight:      bold;
	padding-bottom:   10px;
}

#threadmsg {
	background-color: #eeefff;
	color:            #000000;
	padding:          5px;
        border:           1px solid #111111;
        margin:           0px 5px 5px 5px;
}

#threadmsg p {
	font-size:        12px;
}

#threadmsg p.signature {
	font-size:        9px;
	text-align:       right;
}

#comment {
	background-color: #e5f0f3;
	color:            #000000;
	padding:          5px;
        border:           1px solid #111111;
        margin:           0px 5px 5px 25px;
}

#comment p {
	font-size:        11px;
}

#comment p.signature {
	font-size:        9px;
	text-align:       right;
}

.comment {
	background-color: #e5f0f3;
	color:            #000000;
	padding:          5px;
   border:           1px solid #111111;
   margin:           0px 5px 5px 25px;
}

.comment p {
	font-size:        11px;
}

.comment p.signature {
	font-size:        9px;
	text-align:       right;
}


.commentprompt {
	color:            #555555;
	margin:           0;
	padding:          0;
	text-align:       right;
}

.commentprompt a {
	color:           #555555;
	font-weight:     normal;
}
.commentprompt a:hover {
	color:           #555555;
	font-weight:     bold;
}


.thumbnail{
        position:         relative;
        z-index:          0;
}

.thumbnail:hover{
        background-color: transparent;
        z-index:          50;
}

.thumbnail span{ /*CSS for enlarged image*/
        position:         absolute;
        background-color: lightyellow;
        padding:          5px;
        top:              -200px;
        left:             -1000px;
        border:           1px dashed gray;
        visibility:       hidden;
        color:            black;
        text-decoration:  none;
}

.thumbnail span img{ /*CSS for enlarged image*/
        border-width:     0;
        padding:          2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
        visibility:       visible;
        top:              -200;
        left:             -350px; /*position where enlarged image should offset horizontally */

}


