/* trippies 2007 css */
body{
	font-family:arial, helvetica, sans-serif;
	font-size:62.5%;
	color:#fff;
	background-image:url(../images/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#19181b;
	margin:0px;
	padding:0px
}
/* generic */
p {
	font-size:1.3em;
	line-height:1.7em;
	color:#fff;
	margin-top:0px;
	font-weight:normal;
}
a{
	text-decoration:none;
	color:#51f045;
}
.clear{clear:both;}
/* structure */
#t-main{
	width:1100px;
}
#t-nav{
	margin-top:132px;
	width:325px;
	float:left;
	margin-right:2px;
}
#t-content{
	width:550px;
	float:left;
	margin-right:4px;
}
#t-footer{
	text-align:left;
	width:600px;
	font-size:1.1em;
	line-height:1.4em;
	padding:15px;
	color:#444;
}
#r-gutter{
	float:left;
	width:100px;
	background-color:;
}
.g-trans{
	background-color:#19181b;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	color:#fff;
	text-align:center;
	padding:5px;
	font-size:1.1em;
	line-height:1.7em;
}
#g-top{
	background-color:#19181b;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	color:#fff;
	text-align:center;
	padding:5px;
	font-size:1.1em;
	line-height:1.7em;
	padding-top:0px;
	background-color:#19181b;
	text-align:center;
}
#g-topspace{
	background-color:#19181b;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
	height:160px;
	font-size:1.1em;
	line-height:1.7em;
	padding-top:0px;
}
#g-botspace{
	background-color:#19181b;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
	height:450px;
	font-size:1.1em;
	line-height:1.7em;
	padding-top:0px;
}
#alumni{
	background-color:#46262e;
	text-align:left;
	padding:5px;
	font-size:1.1em;
	line-height:1.7em;
	color:#fff;
}
#share{
	background-color:#264626;
	text-align:left;
	padding:5px;
	font-size:1.1em;
	line-height:1.7em;
	color:#fff;
}
#kayak{
	background-color:#264646;
	text-align:left;
	padding:5px;
	font-size:1.1em;
	line-height:1.7em;
	color:#fff;
}


/* blocks */
#t-leaderboard{
	background-color:#171719;
	height:110px;
}
#t-titleblock{
	height:25px;
	margin:12px 0px;
}
#t-titleblock h1{
	padding:0px;
	margin:0px;
	font-size:2.0em;
	color:#818383;
	font-weight:normal;
	text-align:center;
}
.blue{
	color:#08e5f8;
}
.green{
	color:#51f045;
}
.red{
	color:#f72c3a;
}
.white{
	color:#fff;
}
#t-category{
	padding:0px;
	text-transform:uppercase;
	background-color:#171719;
	border-right:#111111 solid 1px;
	border-left:#222 solid 1px;
	border-top:#222 solid 1px;
}
#t-category h3{
	padding:5px;
	margin:0px;
	font-size:1.3em;
	color:#fff;
	font-weight:normal;
}
#t-spotlight{
	height:220px;
	border-right:#111111 solid 1px;
	border-left:#222222 solid 1px;
}
#t-spotlight-winner{
	background-color:#101010;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
#t-spotlight-winner h2{
	position:relative;
	color:#fff;
	padding:10px;
	margin:0px;
	font-weight:normal;
	font-size:2.7em;
}
#t-description{
	background-color:#171719;
	padding:15px;
	border-left:#222 solid 1px;
	border-bottom:#111111 solid 1px;
	border-right:#111111 solid 1px;
	height:550px;

}
th{
	background-color:#171719;
	font-size:1.2em;
	color:#fff;
	text-align:right;
	font-weight:normal;
	padding:3px 4px 3px 0px;
}
th.t-tabs{
	background-color:#171719;
	font-size:1.3em;
	height:25px;
	text-align:center;
	padding:0px;
}
th.t-tabs a{
	color:#fff;
	border-bottom:1px dotted #666;
	text-decoration:none;
}
td.best{
	background-color:#222b21;
	font-size:1.1em;
	text-align:center;
}
td.best a{
	color:#1ce108;
	border-bottom:1px dotted #3c9433;
	text-decoration:none;
}
td.best a:hover{
	color:#fff;
	border-bottom:1px dotted #666666;
}
td.best a:visited{
	color:#666666;
	border-bottom:1px dotted #358d2c;
}
td.worst{
	background-color:#30181e;
	font-size:1.1em;
	text-align:center;
}
td.worst a{
	color:#ff0006;
	border-bottom:1px dotted #b4494b;
	text-decoration:none;
}
td.worst a:hover{
	color:#fff;
	border-bottom:1px dotted #666666;
}
td.worst a:visited{
	color:#666666;
	border-bottom:1px dotted #873c3e;
}
