/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */

/* standard */
body {
	min-width: 950px;
	background: #000;
	border-top: 5px solid #fc3;
	font: 12px/16px "Lucida", Arial, Verdana, sans-serif;
	color: #999;
	margin: 0;
	padding: 0;
	}
img {
	border: none;
	}
a {
	color: #fc3;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
form, 
fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
input, 
select, 
textarea {
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif;
	}
input:focus, 
textarea:focus {
	outline: none;
	}

/* container */
#container {
	overflow: hidden;
	width: 100%;
	background: #141414 url(/img/bg-body.jpg) no-repeat 50% 0;
	}

/* wrapper */
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 30px;
	}

/* header */
#header {
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 195px;
	margin: 0;
	padding: 0;
	}
#header .logo {
	position: absolute;
	top: 45px;
	left: 0;
	width: 425px;
	height: 85px;
	background: url(/img/date.png) no-repeat 0 0;
	text-indent: -9999px;
	}
#header .ironman {
	position: absolute;
	top: 130px;
	left: 0;
	font: normal 24px "Impact", Arial, Verdana, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	}
#header input {
	position: absolute;
	top: 130px;
	left: 0;
	background: none;
	border: none;
	font: normal 24px "Impact", Arial, Verdana, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	}
#header .intro-txt {
	position: absolute;
	top: 75px;
	right: 0;
	width: 450px;
	color: #fff;
	text-align: right;
	}
#header .intro-txt strong {
	font: normal 18px "Impact", Arial, Verdana, sans-serif;
	}

/* nav */
.nav {
	position: absolute;
	list-style: none;
	top: 0;
	right: 0;
	width: 520px;
	height: 40px;
	margin: 0;
	padding: 0;
	}
.nav li {
	float: right;
	margin: 0 0 0 1px;
	padding: 0;
	}
.nav li a {
	display: block;
	font: normal 17px "Impact", Arial, Verdana, sans-serif;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	padding: 0 10px;
	}
.nav li a:hover {
	color: #fc3;
	}
.nav li.active a {
	background: #fc3;
	}
.nav li.active a:hover {
	color: #fff;
	}

/* content */
.content {
	float: left;
	overflow: hidden;
	width: 640px;
	margin: 0;
	}
.content h2 {
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	font: normal 18px "Impact", Arial, Verdana, sans-serif;
	color: #fc3;
	line-height: 40px;
	margin: 0 0 20px;
	}
.content h3 {
	font-size: 14px;
	font-weight: normal;
	color: #fc3;
	margin: 0 0 10px;
	padding: 0;
	}
.content .photo {
	display: block;
	width: 640px;
	height: 480px;
	background: #000;
	margin: 0 0 15px;
	padding: 0;
	}

/* links */
.links {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.links li {
	float: left;
	width: 190px;
	background: url(/img/bullet.gif) no-repeat 0 4px;
	color: #666;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	}
.links li a {
	color: #999;
	text-decoration: none;
	}
.links li a:hover {
	color: #fc3;
	}

/* fotos */
.fotos {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.fotos li {
	float: left;
	width: 100%;
	background: url(/img/bullet.gif) no-repeat 0 4px;
	color: #666;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	}
.fotos li a {
	color: #999;
	text-decoration: none;
	}
.fotos li a:hover {
	color: #fc3;
	}

/* photos */
#rotate {
	display: block;
	width: 638px;
	height: 383px;
	border: 1px solid #000;
	margin: 0 0 20px;
	}

/* youtube */
#youtube {
	display: block;
	width: 640px;
	height: 385px;
	padding: 0 0 20px;
	}

/* arrows */
.arrows {
	list-style: none;
	width: 68px;
	height: 24px;
	margin: 0 auto 15px;
	padding: 0;
	}
.arrows li {
	float: left;
	width: 24px;
	height: 24px;
	text-decoration: none;
	margin: 0 20px 0 0;
	padding: 0;
	}
.arrows li.arrow-right {
	margin: 0;
	}
.arrows li a {
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-indent: -9999px;
	}
.arrows li.arrow-left a { background: url(/img/arrow-left.gif) no-repeat 0 0; }
.arrows li.arrow-right a { background: url(/img/arrow-right.gif) no-repeat 0 0; }
.arrows li a:hover {
	background-position: 0 -24px;
	}

/* thumbs */
.thumbs {
	list-style: none;
	width: 642px;
	height: 1%;
	margin: 0 0 0 -3px;
	padding: 0;
	}
.thumbs li {
	float: left;
	width: 104px;
	height: 79px;
	background: #000;
	text-decoration: none;
	margin: 0 0 3px 3px;
	padding: 0;
	}
.thumbs li a {
	display: block;
	width: 100px;
	height: 75px;
	border: 1px solid #515151;
	text-align: center;
	text-decoration: none;
	padding: 1px;
	}
.thumbs li a:hover, 
.thumbs li.active a {
	border: 1px solid #fc3;
	}

/* blog-box */
.blog-box {
	overflow: hidden;
	width: 640px;
	border-top: 1px solid #515151;
	margin: 0;
	padding: 10px 0;
	}
.blog-box img {
	float: left;
	margin: 0 20px 0 0;
	}
.blog-box h1 {
	font-size: 14px;
	font-weight: normal;
	color: #fc3;
	margin: 0 0 5px;
	}
.blog-box h1 span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	}
.blogfoot {
	font-size: 12px;
	color: #333;
	margin: 0 0 10px 0;
	}
.blogfoot a {
	color: #333;
	text-decoration: none;
	}
.blogfoot a:hover {
	color: #fc3;
	}
.first {
	border-top: none;
	padding: 0 0 10px;
	}

/* sidebar */
.sidebar {
	float: right;
	overflow: hidden;
	width: 285px;
	color: #666;
	margin: 0;
	}
.sidebar h2 {
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	font: normal 18px "Impact", Arial, Verdana, sans-serif;
	color: #fc3;
	line-height: 40px;
	margin: 0 0 20px;
	}
a.twitter {
	display: block;
	height: 50px;
	background: url(/img/twitter.gif) no-repeat 0 50%;
	font: normal 18px "Impact", Arial, Verdana, sans-serif;
	color: #fc3;
	line-height: 50px;
	text-decoration: none;
	margin: 0 0 10px;
	padding: 0 0 0 55px;
	}
a.twitter:hover {
	color: #fff;
	}

/* tweets */
.tweets {
	display: block;
	overflow: hidden;
	color: #666;
	margin: 0 0 15px;
	}
.tweets span {
	display: block;
	font-size: 10px;
	color: #333;
	padding: 2px 0 0;
	}

/* sidebar-box */
.sidebar-box {
	overflow: hidden;
	width: 245px;
	height: 85px;
	background: #000;
	color: #999;
	margin: 0 0 20px;
	padding: 15px 20px;
	}
.sidebar-box h3 {
	font: normal 18px "Impact", Arial, Verdana, sans-serif;
	color: #333;
	margin: 0;
	}
.sidebar-box h4 {
	font-size: 14px;
	font-weight: normal;
	color: #fc3;
	margin: 0;
	}

/* footer */
#footer {
	overflow: hidden;
	width: 950px;
	font-size: 10px;
	color: #333;
	margin: 0 auto;
	padding: 25px 0;
	}
#footer h4 {
	border-bottom: 1px solid #141414;
	font: normal 14px "Impact", Arial, Verdana, sans-serif;
	color: #252525;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0 0 5px;
	}
#footer .disclaimer {
	float: right;
	overflow: hidden;
	width: 265px;
	border-left: 1px solid #141414;
	line-height: 12px;
	text-align: left;
	padding: 0 0 0 20px;
	}

/* sponsors */
.kinepolis {
	float: left;
	display: block;
	width: 117px;
	height: 125px;
	background: url(/img/kinepolis.gif) no-repeat 0 0;
	text-decoration: none;
	}
.skinfit {
	float: left;
	display: block;
	width: 190px;
	height: 125px;
	background: url(/img/skinfit.gif) no-repeat 0 0;
	text-decoration: none;
	}
.vegabike {
	float: left;
	display: block;
	width: 190px;
	height: 125px;
	background: url(/img/vegabike.gif) no-repeat 0 0;
	text-decoration: none;
	margin: 0 10px 0 0;
	}
.alienwheels {
	float: left;
	display: block;
	width: 126px;
	height: 125px;
	background: url(/img/alienwheels.gif) no-repeat 0 0;
	text-decoration: none;
	}
.trinch {
	float: left;
	display: block;
	width: 190px;
	height: 125px;
	background: url(/img/trinch.gif) no-repeat 0 0;
	text-decoration: none;
	}
.kinepolis:hover, .skinfit:hover, .vegabike:hover, .alienwheels:hover, .trinch:hover {
	background-position: 0 -125px;
	}

/* sponsors small */
.kinepolis-small {
	float: left;
	display: block;
	width: 75px;
	height: 75px;
	background: url(/img/kinepolis-small.gif) no-repeat 0 0;
	text-decoration: none;
	margin: 0 20px 0 0;
	}
.skinfit-small {
	float: left;
	display: block;
	width: 105px;
	height: 55px;
	background: url(/img/skinfit-small.gif) no-repeat 0 0;
	text-decoration: none;
	margin: 10px 20px 0 0;
	}
.vegabike-small {
	float: left;
	display: block;
	width: 150px;
	height: 30px;
	background: url(/img/vegabike-small.gif) no-repeat 0 0;
	text-decoration: none;
	margin: 25px 20px 0 0;
	}
.alienwheels-small {
	float: left;
	display: block;
	width: 80px;
	height: 75px;
	background: url(/img/alienwheels-small.gif) no-repeat 0 0;
	text-decoration: none;
	margin: 0 20px 0 0;
	}
.trinch-small {
	float: left;
	display: block;
	width: 125px;
	height: 50px;
	background: url(/img/trinch-small.gif) no-repeat 0 0;
	text-decoration: none;
	margin: 15px 0 0;
	}
.kinepolis-small:hover, .skinfit-small:hover, .vegabike-small:hover, .alienwheels-small:hover, .trinch-small:hover {
	background-position: 0 bottom;
	}

/* form */
.text {
	width: 500px;
	background: #141414;
	border: 1px solid #333;
	color: #666;
	margin: 0 0 10px;
	padding: 10px;
	}
.safecode {
	width: 40px;
	background: #141414;
	border: 1px solid #333;
	color: #666;
	margin: 0 0 10px 8px;
	padding: 10px;
	}
#textarea {
	overflow: auto;
	width: 500px;
	height: 200px;
	background: #141414;
	border: 1px solid #333;
	color: #666;
	margin: 0 0 10px;
	padding: 10px;
	}
.button {
	cursor: pointer;
	width: 100px;
	background: #fc3;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 0 30px;
	padding: 5px 0;
	}

/* --- table --- */
table {
	width: 99%;
	border-collapse: collapse;
	}
td, th {
	padding: 5px 0;
	}
thead th {
	border-bottom: 1px solid #fc3;
	font-size: 12px;
	color: #fc3;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	}
tbody th, tbody td {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	}
	tbody td {
		text-align: left;
		line-height: 15px;
		}

/* miscellaneous */
.clear { clear: both; }
.left { float: left !important; }
.right { float: right !important; }
.nobdr { border: none !important; }