@import url('grid.css');
/* 
Theme Name: TDR 2010 Theme
Theme URL: http://tdr.infinitecycles.com/
Description: Built for 2010 TDR
Author: Brad Rowberry
Author URI: http://rowdesign.com
Version: 1.0

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}


#wrapper {
	background-color: #FF9;
	height: 100%;
	background:url(images/top-gradient.png) repeat-x top;
}

#header {	
	height: 70px;
}


#logo { 

	height: 70px;
	background:url(images/header-logo.png) no-repeat;
	background-position:0px 0px;
}

#logo:hover { 
	height: 70px;
	background:url(images/header-logo.png) no-repeat;
	background-position:0px -70px;
}

#date {
	background: url(images/header-date.png) top right no-repeat;
	padding-top: 35px;
	text-align:right;
}

#tabs {
	height: 50px;
}	

#tabdiv {
	background-color: #fff;
	height: 33px;
	text-align:center;
	padding-top: 5px;
}

#homefeaturewrapper {
	margin-top: 5px;	
}

#tdr2010logo {
		background:url(images/tdr2010-logo.png) no-repeat top left;
		height: 350px;
}

#navigation {

}

#navlinks {
	border-bottom: 1px solid #999;
	margin-bottom: 25px;
}

#navlinks ul{margin: 0 !important; }

#navlinks li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
	margin-right: 8px;
	padding-bottom: 3px;
	margin-bottom: 5px;

}

#navlinks li a {
	color: #666;	
	text-decoration: none;	
	font-size: 80%;
	text-transform:uppercase;

}

#navlinks .current_page_item a, #navlinks a:hover {
	color: #f7941e;	
}

#pagecontent {background-color: #fff;}

.pagesidebar{ background-color:#fff;}

#footer {border-top: 1px solid #666; padding-top: 15px; margin-bottom: 15px;}

.footwidget {background-color: #fff;}








.hidden {text-indent: -99999px; height: 0; float: left;}
.countdown {margin-right: 5px;}
h5.widgettitle {font-size: 300%; margin-bottom: 12px; font-family:"Arial Black", Gadget, sans-serif;}
.defaultwidget {padding-bottom: 10px; margin-bottom: 15px; border-bottom: 1px solid #999;}



/*sprites*/
/*widget sprites*/
.widgetsprite {
	background: url(images/widgets-sprite.png) no-repeat;
	height: 40px;
}

.register			{background-position: 0px 0px;}	
.registerbutton 	{background-position: 0px -40px;}	
.volunteer		 	{background-position: 0px -80px;}	
.sponsors		 	{background-position: 0px -120px;}	




.alignleft { float:left; margin: 10px;}
.alignright { float:right; margin: 10px;}


/*color key

orange: f7941e
grey: 666
dark: 222



/*typography*/
body { font-size: 75%; }
 
 
/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,ul li,input,textarea {font-family:Verdana, Geneva, sans-serif; color: #666;}
 
 
/* Headings
-------------------------------------------------------------- */
 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
 
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.1em; }
h6 { font-size: 1em; }
 
 
/* Text elements
-------------------------------------------------------------- */
 
p { margin: 0 0 1.5em; color: #666;}
 
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
 
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }
 
abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }
 
a { color: #f7941e; text-decoration: none; }
a:hover { border-bottom: 1px solid; }
 
blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }
