/* ----------------------------------------------------------------------------------------- 
Kevin Tamura.
http://www.kevintamura.com

Visual design copyright 2009. All Rights Reserved. 


Index:
- Reset Styles
- General Structure
- Main Navigation
- Typography
- Tools

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

/* Colors
blue: #00438d 
pink: #bb0063
Grey: #d4d4d4
Mid Grey: #909090
Dark Grey: #545454


/* @group Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0; padding : 0; border : 0; outline : 0; font-size : 100%; vertical-align : baseline; background : transparent; }
body { line-height : 1; }
ol, ul { list-style : none; }
blockquote, q { quotes : none; }
blockquote:before, blockquote:after, q:before, q:after { content : ''; content : none; }
:focus { outline : 0; }
ins { text-decoration : none; }
del { text-decoration : line-through; }
table { border-collapse : collapse; border-spacing : 0; }

/* @end */

/* @group General Structure */

html{
	margin: 0;
	background: #fff url(../siteimages/bg-site.gif) no-repeat fixed 0 0;
}
body{
	margin-top: 0;
	margin-left: 20px;
	font: normal 13px/21px Georgia, "Times New Roman", Times, serif;}

#container{
	position: relative;
	width: 900px;
}

#branding{
	position: relative;	
	top: 0;
	height: 225px;
}
h1#logo a{
	position: absolute;
	top: 80px;
	left: 20px;
	width: 900px;
	height: 112px;
	border: none;
	font-size: 54px;
	line-height: 1;
	background: url(../siteimages/wordmark-banner.gif) no-repeat 0 0;
}
h1#logo a:hover{
	border: none;
}

h2#date {
	position: absolute;
	top: 150px;
	left: 490px;
	z-index: 100;
	width: 274px;
	height: 40px;
	text-indent: -1000px;
	overflow: hidden;
	color: #909090;
	text-align: center; background: url(../siteimages/date-slug.gif) no-repeat;}

#main{
	width: 540px;
	margin: 0 0 0 66px;
}
#sidebar{
	float:right;
	position: relative;
	width: 248px;
}

#site-info{
	clear: both;
	padding: 30px 0 45px 0;
	margin: 0 0 0 66px;
}

/* @end */

/* @group main navigation */

#main-nav{
	position: absolute;
	float: left;
	top: 0;
	right: 0;
}

#main-nav li{
	float: left;
	font: bold 11px/36px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}
#main-nav li a{
	float: left;
	display: block;
	padding: 0 18px;
	text-decoration: none;
	border-bottom: none;
	color: #F7941E;
	-webkit-transition: color .5s ease-in;
}
#main-nav li a:hover{
	color:#bb0063;
}
#main-nav li a.active, #main-nav li a.active:hover{
	color:#bb0063;
	cursor: default;}

/* @end */


/* @group Typography */
	
/*-- =h# --*/
h1{
	margin-bottom:24px;
	font: 36px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #4fc2dd;
}
h1.sep{
	clear: both;
	margin-top: 24px;
}
h2{
	clear: both;
	padding: 0 0 0 30px;
	margin:25px 0 10px 0;
	font: 21px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../siteimages/bullet.gif) no-repeat 0 50%;
}		
	#sidebar h2 {
	clear: both;
	padding: 20px 0 0 36px;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 80px;
	color: #4fc2dd;
	background: transparent url(../siteimages/tubaman.gif) no-repeat -10px 0;
}		}
	.page h2 {
	font-size: 18px;}
	
h3, h4, h5, h6 {
	margin: 0 0 6px 0;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #545454;
}
	h3.time {
	padding: 5px 5px 6px;
	margin: 0 0 18px 0;
	border: 1px solid #909090;
	border-width: 1px 0;
	background-color: #f1f1f1;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	h4.meta {
	font-size: 9px;
	color: #909090;
	text-transform: uppercase;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;}

/*-- =p --*/
p{
	margin: 0 0 24px 0;
	font-size: 14px;
	line-height: 24px;
}
	#lead p{
	padding: 30px 50px 20px 200px;
	margin: 0;
	color: #5f5f5f;
	font: 21px/36px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: transparent url("../siteimages/tuba.gif") no-repeat 0 0;
	overflow: visible;
}
	#sidebar p{
	margin-bottom: 9px;
	font-size: 11px;
	line-height: 18px;
	color: #545454;
}
	#site-info p {
	margin-bottom: 15px;
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #545454;
	}
/*-- =ul --*/
ul#schedule {
	padding: 8px;
	border: 6px solid #f1f1f1;
	}
ul#schedule li {
	padding: 9px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	align: center;
	}
ul#news-feed li{margin-bottom: 24px;}

/*-- =dl --*/

/*-- =a --*/
a {
	color: #F7941E;
	text-decoration:none;
	border-bottom: 1px dotted #bb0063;
}
a:hover {
	color: #bb0063;
}

/* @end */

img{position: relative; float: left; padding: 5px; margin: 0 20px 0 0;background-color: #fff;border: 1px solid #909090;}

object {padding: 5px; margin: 0 20px 0 0;background-color: #fff;border: 1px solid #909090;}

/* @group Tools */
.hide {display: none;}

.ir {text-indent: -1000em; overflow: hidden;}

.col { float: left;}

.clearfix:after {content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}

.clearfix {display:inline-block;}

html[xmlns] .clearfix {display:block;}

* html .clearfix {height:1%;}



/* @end */



