/*
Indy Rootstock Template
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #999999;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../images/black_bkg.gif);
	background-repeat: repeat;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.biopic {
	float: left;
	padding-right: 5px;
	padding-bottom: 3px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	font-size: 1em;
	background-image: url(../images/title_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.boxed .content {
	padding: 15px;
}

/* Post */

.post {
}

.post .title {
	font-size: 1.6em;
	font-weight: normal;
	background-image: url(../images/title_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px;
	text-indent: 45px;
	height: 50px;
}

.post .titlelong {
	font-size: 1.6em;
	font-weight: normal;
	background-image: url(../images/title_long.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px;
	text-indent: 45px;
	height: 50px;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding-bottom: 10px;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 20px;
}

/* Top of page with logo */
#toppanel {
	height: 180px;
	width: 960px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #000;
	padding: 0px;
	background-image: url(../images/top_banner.gif);
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: outset;
	border-left-style: outset;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#toppanellogo {
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
}

#toppanelmenu {
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 135px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#toppanelmenu ul {
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#toppanelmenu li {
	display: inline;
}

#toppanelmenu a {
	display: block;
	float: left;
	height: 65px;
	width: 45px;
	padding: 0px;
}

#toppanelmenu a:hover {
	text-decoration: none;
	filter: RevealTrans(Duration=2, Transition=2);
	background-color: #666633;
}

#toppanelmenu .active a {
	background-color: #99cc33;
}

/* Header */

#header {
	height: 50px;
	background-image: url(../images/footer_bk.gif);
	background-repeat: repeat-x;
	width: 960px;
	margin: 0 auto;
	border: 0px none #666;
	padding: 0px;
	background-color: #000;
}

/* Header > Logo */

#logo {
	width: 960px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}
/* Header > Roster Menu */

#rostermenu {
	width: 960px;
	height: 44px;
	background-color: #000;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	float: none;
}

#rostermenu ul {
	margin: 0 auto;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#rostermenu li {
	display: inline;
}

#rostermenu a {
	display: block;
	float: left;
	height: 40px;
	text-align: center;
	color: #000;
	width: 64px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#rostermenu a:hover {
	text-decoration: none;
	border-bottom: 3px solid #99cc33;
}

#rostermenu .active a {
}

/* Roster Names */

#rosternames {
	background-color: #000;
	width: 960px;
	height: 82px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #666;
	border-left-color: #666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#rosternames ul {
	margin: 0 auto;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#rosternames li {
	display: inline;
}

#rosternames a {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 30px;
	width: 85px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-image: url(../images/darkgreen_button.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*
#rosternames a img {
	padding-right: 5px;
	vertical-align: middle;
}
*/

#rosternames a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(../images/brightgreen_button.png);
	background-repeat: no-repeat;
	background-position: center;

}

.clearboth {
	clear: both;
}

/* Header > Menu */
/* for menu inside rootstock 
#menu {
	width: 330px;
	height: 100px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	border: none;
	float: none;
	position: relative;
	top: 45px;
	left: 10px;
}
*/

#menu {
	width: 960px;
	height: 30px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: none;
	background-color: #000;
	border-top-width: thin;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: outset;
	border-left-style: outset;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#menu ul {
	margin: 0 auto;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	width: 85px;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	border: 0px none #222222;
	background-image: url(../images/darkgreen_button.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 11px;
	padding-right: 10px;
}

#menu .active a {
	color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/brightgreen_button.png);
}

#menu a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(../images/brightgreen_button.png);
	background-repeat: no-repeat;
	background-position: center;
}


/* OLD MENU SECTION

#menu {
	width: 960px;
	height: 50px;
	background-color: #CCC;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	float: none;
	background-image: url(../images/topo_bk.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0 auto;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/foot_gray.gif);
	background-repeat: no-repeat;
	width: 100px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	background-position: center center;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 50px;
	border: 0px none #222222;
}

#menu .active a {
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu a:hover {
	background-image: url(../images/foot.gif);
	text-decoration: none;
}
*/
/* END OF OLD MENU SECTION */

/* Sidebar Menu */

#sidebarmenu {
	margin: 0 auto;
}

#sidebarmenu ul {
	margin: 0;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#sidebarmenu li {
	display: inline;
}

#sidebarmenu a {
	display: block;
	float: left;
	height: 1.7em;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	width: 200px;
	margin-top: 5px;
	margin-left: 5px;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
}


#sidebarmenu a.active {
	background-image: url(../images/v-select.gif);
	background-repeat: no-repeat;
}

#sidebarmenu a:hover {
	text-decoration: none;
	background-image: url(../images/v-select.gif);
	background-repeat: no-repeat;
}


#wrapper {
	background: url(../images/img06.gif) repeat-x;
}

/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-color: #000;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#rosterflashcontainer {
	width: 805px;
	padding: 0;
	margin: 0 auto;
}
/* Content > Photo Gallery */

#photogallery {
	width: 805px;
	padding: 0;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: left;
	width: 720px;
	padding-left: 10px;
	padding-right: 10px;
}


#blogsidebar {
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}

#blogmain {
	float: left;
	width: 470px;
	padding-left: 10px;
	padding-right: 10px;
}

.maindivthree {
	float: left;
	width: 225px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	border: thin solid #CCC;
	background-repeat: no-repeat;
	background-image: url(../images/green_fade_225wide.gif);
}

.maindivthree h3 {
	line-height: 32px;
	text-transform: uppercase;
	text-indent: 5px;
	vertical-align: middle;
}

.textbottomborder {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.textbottomborder p {
	font-size: small;
	text-align: left;
}

.eventbox {
	width: 700px;
	margin-top: 10px;
	margin-left: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 5px;
}
.eventbox .racebox {
	width: 700px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.eventbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: text-top;
	float: left;
	display: block;
	padding-right: 5px;
	padding-bottom: 5px;
}

.eventbox p {
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
/* Content > Roster */

#dblframeleft {
	float: left;
	width: 445px;
	padding-left: 10px;
}
.bioheader {
	margin: 0px;
	height: 180px;
	width: 455px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.indentedp {
	padding-left: 40px;
}


#dblframeright {
	float: left;
	width: 480px;
	padding-left: 5px;
	padding-right: 5px;
}


/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

.friendleft {
	width: 345px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.friendright {
	width: 345px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


.friendpanel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	float: left;
	width: 340px;
	border: thin solid #CCC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.friendpanel .headshot {
	height: 120px;
	width: 100px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}	

.friendpanel .friendinfo {
	width: 235px;
	padding: 0;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	float: left;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3;
}	

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding-left: 5px;
}

#rightsidebar {
	float: left;
	width: 258px;
	padding-left: 10px
}

#sponsorpanel {
	float: left;
	width: 200px;
	background-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
}

.resumelist_hdr {
	margin: 0;
	list-style: none;
	padding: 0px;
}

.resumelist_hdr li {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	list-style: none;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.resumelist_itm {
	margin: 0;
	list-style: none;
	padding: 0px;
}

.resumelist_itm li {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
	line-height: 1em;
	font-weight: normal;
	color: #CCC;
	text-align: left;
	text-transform: none;
	padding-left: 5px;
	list-style-type: none;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

#cpzero {
	margin-top: 10px;
	margin-left: 5px;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}
.sponsorlogos {
	background-color: #000;
	vertical-align: middle;
	display: inline;
	padding-top: 25px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Footer */

#footer {
	clear: both;
	background-color: #000;
	border-top-color: #666;
	height: 25px;
	width: 960px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#footer p {
	width: 960px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

#links {
}

/* Blogger Specific Style */
#navbar-iframe {
	margin: 0;
	padding: 0;
	visibility:hidden
}

#blog-title {
	visibility:hidden;
	margin:0;
	padding:0;
	border:none
}
#description {
display: none
}

#blog-wrapper {
	margin: 0 auto;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#body-blog {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3.post-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1.0em;
}
#blog-header {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p.post-footer {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
}

.feedburnerFeedBlock {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: left;
	float: left;
}

.feedburnerFeedBlock ul {
	margin-left: 0;
	padding-left: 3px;
	padding-right: 3px;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}

.feedburnerFeedBlock li {
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.feedburnerFeedBlock .headline {
}

.feedburnerFeedBlock .date {
}

.blogimage {
	display: block;
	margin: 0px;
	padding: 0px;
}

.blogimage img {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.blogimage p {
	display: block;
	font-size: x-small;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0x;
	margin-left: auto;
}