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

/* 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	background: transparent;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	}

/* standard */
html {
	overflow-y: scroll;
	}
body {
	-webkit-font-smoothing: antialiased;
	background: #f0f0f0 url(../img/body-bg.gif) repeat-x;
	background-attachment: fixed;
	font: 12px 'PT Sans', Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	}
img {
	outline: none !important;
	border: 0 !important;
	}
a {
	outline: 0;
	color: #9cc;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
input, textarea, select {
	font: 100% 'PT Sans', Arial, sans-serif;
	vertical-align: middle;
	}
input:focus, textarea:focus {
	outline: none;
	}

/* html5 */
header, nav, aside, section, article, footer {
	display: block;
	margin: 0;
	}

/* miscellaneous */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.left { float: left !important; }
.right { float: right !important; }

/* other */
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	}
aside {
	/* position: fixed; */
	float: left;
	width: 250px;
	padding: 0 25px;
	}
aside h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	}
#main {
	float: right;
	width: 660px;
	}
#main h1 {
	border-bottom: 1px solid #e2e2e2;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 10px;
	}
#main h1 a {
	color: #333;
	}
#main h1 a:hover {
	color: #9cc;
	}

/* nav */
nav ul {
	float: right;
	list-style: none;
	width: 580px;
	height: 35px;
	background: url(../img/nav-bg.gif) repeat-x 0 100%;
	margin: 55px 0 40px;
	padding: 0;
	}
nav li {
	float: left;
	margin: 0 20px 0 0;
	}
nav a {
	display: block;
	border-bottom: 1px solid #e2e2e2;
	font-size: 14px;
	color: #666;
	line-height: 34px;
	text-transform: uppercase;
	}
nav a:hover {
	border-bottom: 1px solid #9cc;
	color: #9cc;
	}
nav .active a {
	border-bottom: 1px solid #9cc;
	font-weight: bold;
	color: #9cc;
	}

/* baseline */
.baseline {
	float: right;
	width: 580px;
	margin: 0 0 40px 0;
	}
.baseline p.title {
	font: 30px/30px 'Michroma', Arial, sans-serif;
	color: #9cc;
	word-spacing: 5px;
	text-transform: uppercase;
	}
.baseline p.title span {
	display: block;
	color: #333;
	}
.baseline p {
	display: block;
	font-size: 18px;
	color: #333;
	}

/* tweets */
.tweet {
	float: left;
	width: 220px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0 auto 10px;
	padding: 14px;
	}
.tweet a:hover {
	border-bottom: 1px solid #9cc;
	}
.tweet span {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}
.btn-twitter {
	float: left;
	display: inline;
	overflow: hidden;
	width: 120px;
	height: 55px;
	background: url(../img/twitter.png) no-repeat;
	text-indent: -9999px;
	margin: 0 0 0 -2px;
	}
.btn-twitter a {
	display: block;
	height: 100%;
	}

/* content */
.content {
	float: right;
	overflow: hidden;
	width: 580px;
	margin: 0 0 20px;
	}

/* twocolumns */
.twocolumns {
	float: right;
	overflow: hidden;
	width: 580px;
	margin: 0 0 20px;
	}
.twocolumns .col {
	float: left;
	width: 270px;
	margin: 0 20px 0 0;
	}

/* blog */
.blog {
	float: left;
	overflow: hidden;
	width: 660px;
	margin: 0 0 20px;
	}
.blog .blog-sub {
	float: left;
	width: 50px;
	}
.blog .blog-sub .data {
	float: left;
	width: 48px;
	height: 38px;
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 10px 0 0;
	}
.blog .blog-sub .comments {
	float: left;
	width: 50px;
	height: 60px;
	background: url(../img/comments-bg.gif) no-repeat;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	text-align: center;
	}
.blog .blog-sub .comments a {
	color: #fff;
	}
.blog .blog-sub .comments a:hover {
	color: #333;
	}
.blog .blog-txt {
	float: left;
	width: 580px;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0 30px;
	padding: 15px 0 0;
	}
.blog h4 {
	font-size: 14px;
	color: #9cc;
	margin: 0 0 5px;
	padding: 0;
	}
.more {
	overflow: hidden;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0 0 30px;
	}
.more a {
	float: right;
	width: 175px;
	height: 40px;
	background: url(../img/btn-more.gif) no-repeat 100% 0;
	color: #fff;
	line-height: 40px;
	padding: 0 10px;
	}
.more a:hover {
	color: #333;
	}

/* threecolumns */
.threecolumns {
	float: left;
	overflow: hidden;
	width: 660px;
	margin: 0 0 20px;
	}
.threecolumns .col {
	float: left;
	width: 200px;
	margin: 0 30px 0 0;
	}
.threecolumns .last {
	margin: 0;
	}
.threecolumns .col h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	}
.threecolumns .col h4 {
	font-size: 18px;
	font-weight: normal;
	color: #9cc;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 0;
	}
.threecolumns .col section {
	width: 170px;
	min-height: 90px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0;
	padding: 14px;
	}
* html .threecolumns .col section {
	height: 90px;
	}

/* photos */
.pics {
	float: left;
	overflow: hidden;
	width: 660px;
	margin: 0 0 20px;
	padding: 0;
	}
.pics h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	}
.pics ul {
	float: left;
	list-style: none;
	width: 690px;
	margin: 0 0 0 -30px;
	padding: 0;
	}
.pics ul li {
	float: left;
	overflow: hidden;
	width: 65px;
	height: 65px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0 0 0 30px;
	padding: 9px;
	}
.pics ul li a {
	display: block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	text-align: center;
	}

/* links */
.links {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.links li {
	float: left;
	width: 170px;
	background: url(../img/bullet.gif) no-repeat 0 5px;
	color: #666;
	margin: 0 10px 5px 0;
	padding: 0 0 0 10px;
	}
.links li a {
	border-bottom: 1px solid #ccc;
	color: #666;
	}
.links li a:hover {
	border-bottom: 1px solid #9cc;
	color: #9cc;
	}

/* fotos */
.fotos {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.fotos li {
	background: url(../img/bullet.gif) no-repeat 0 5px;
	color: #666;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	}
.fotos li a {
	border-bottom: 1px solid #ccc;
	color: #666;
	}
.fotos li a:hover {
	border-bottom: 1px solid #9cc;
	color: #9cc;
	}


/* rotate */
#rotate {
	display: block;
	width: 300px;
	height: 300px;
	border-bottom: 5px solid #9cc;
	margin: 0 0 20px -25px;
	}

/* table */
table {
	width: 580px;
	border-collapse: collapse;
	}
table h3 {
	font-size: 14px;
	color: #9cc;
	margin: 0 0 5px;
	padding: 0;
	}
td, th {
	padding: 5px 0;
	}
tbody td {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	}

/* form */
.text {
	width: 400px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0 0 10px;
	padding: 5px;
	}
.spx {
	width: 330px;
	}
.safecode {
	width: 50px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0 0 10px 8px;
	padding: 5px;
	}
#textarea {
	overflow: auto;
	width: 400px;
	max-width: 400px;
	height: 200px;
	max-height: 200px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0 0 10px;
	padding: 5px;
	}
.button {
	cursor: pointer;
	width: 75px;
	background: #9cc;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0;
	}
