/* core.css (contains all core and reset styles, no further editing required) */

/* TABLE OF CONTENTS
-----------------------------------------------------------------------------
	
	_RESET
	_TYPO
	_TABLE
	_ADDRESS
	_FRAMEWORK
	
*/

/* _RESET
	removes bg, border, margin, outline & padding from all common elements
	sets font-size to 100% and vertical-align to baseline
----------------------------------------------------------------------------- */

html, body, br, hr, 
div, span, a,
object, iframe,
ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6, blockquote, q, address,
small, big, cite, dfn, ins, del, 
i, em, b, strong, sup, sub, strike,
pre, code, samp, kbd, var, tt,
form, fieldset, legend, label,
input, textarea, option, .nobox{ 
	background-color: #111111;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline; 
}

blockquote, q{ quotes: none; }		/* removes browser generated quotes */
br{ height: 0; }					/* removes height from break tag */
a img{ border: 0; }					/* removes border from linked images */
img{ display: block; }				/* fixes 3px gap below non-floated in content images */
img.inline{ display: inline; }		/* gives inline display back to specific images */
legend{ display: none; }			/* removes legend */

/* _TYPO
	sets default typography settings for common elements
----------------------------------------------------------------------------- */

body{ font: normal normal 14px "Helvetica", Sans-Serif; }

code, samp, kbd, var{ font-family: "Courier New", "Courier", Monospace; }

h1, h2, h3, h4, h5, h6, b, strong{ font-weight: normal; }
i, em, cite, dfn, ins{ font-style: italic; }
del, code, samp, kbd, var{ font-style: inherit; }

a{ text-decoration: none; }
del{ text-decoration: line-through; }
ins{ text-decoration: none; }

abbr, acronym{ 
	border: 0; 
	cursor: help; 
	text-decoration: none; 
}

h1{ 
	color: #f1f1e7;
	}
	
h2{ 
	color: #686a6c; 
	font-size: 11px;
	padding: 6px 0 10px 0; 
	}
	
h3{ 
	color: #f1f1e7; 
	font-size: 12px; 
	}
	
h4{ font-size: 22px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }

p{ 
	color: #f1f1e7;
	font-size: 12px; 
	line-height: 20px;
	}
	
a:link,
a:visited{
	color: #686a6c;
}	
	
	a:hover,
	a:active,
	a.act{
		color: #111111;
		text-decoration: none; 
		background-color: #f1f1e7;
		outline: none;
	}
	
ul, dl{ 
	color: #686a6c; 
	font-size: 13px; 
	list-style: none; 
	}
	
	
	
ol{ list-style-type: decimal; }


/* _TABLE
----------------------------------------------------------------------------- */

#container{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
}

#header{
	width: 890px;
	border-bottom: 1px dotted #f1f1e7;
	padding: 0 0 1px 0;
	position: relative;
}

	#logo{
	float: left;
	width: 250px;
	text-align: center;
	}
	
		#logo h1{
			margin-top: 8px;
			background: transparent url(../content/img/logo_tch.png) no-repeat 0 0;
			text-indent: -13000em;
			height: 220px;
		}
		
		#logo span{
			padding: 4px 0 2px 0;
			background: none;
			color: #686a6c; 
			font-size: 11px;
		}

	#quote{
	float: right;
	background-image: url(../content/img/tchdisycom.png);
	height: 118px;
	background-repeat: no-repeat;
	width: 486px;
	margin-top: 70px;
	}
	
	
		#quote h2{
			float: right;
		}

#portfolio{
	width: 890px;
	margin-top: 65px;
}

	#portfolio span{
		background: transparent;
		color: #686a6c; 
		font-size: 11px;
		padding: 6px 0 10px 0;
	}
	
		#portfolio li{
			line-height: 19px;
		}

	#websites{
	float: left;
	width: 290px;
	}
	
		#websites h2{
			background: transparent url(../content/img/websites.jpg) no-repeat 0 0;
			text-indent: -13000em;
			height: 30px;
		}

	#video{
	float: left;
	width: 290px;
	}
	
		#video h2{
			background: transparent url(../content/img/video.jpg) no-repeat 0 0;
			text-indent: -13000em;
			height: 30px;
		}
		
			#motion{
	float: left;
	width: 290px;
	margin-left: 20px;
	}
	
		#motion h2{
			background: transparent url(../content/img/motion_graphics.jpg) no-repeat 0 0;
			text-indent: -13000em;
			height: 30px;
		}
		
	#section-head{
	width: 290px;
	height: 70px;
	padding: 0 0 1px 0;
	margin-bottom: 15px;
	border-bottom: 1px dotted #f1f1e7;
	}

	#identity{
	float: left;
	position: relative;
	width: 300px;
	padding: 0 0 0 38px;
	}
	
		#identity h2{
			background: transparent url(../content/img/head-identity.png) no-repeat 0 0;
			text-indent: -13000em;
			height: 65px;
		}
		
		#identity span{
	position: absolute;
	top: 44px;
	font-size: 11px;
	right: 103px;
	width: 200px;
		}

	.client-column{
		float: left;
		width: 141px;
	}

#hero{
	width: 890px;
	border-top: 4px solid #f1f1e7;
	border-bottom: 4px solid #f1f1e7;
	margin-top: 50px;
}

#info h3{
	color: #f1f1e7;
	font-size: 14px;	
}

	#info{
		float: left;
		width: 600px;
		margin-top: 12px;	
	}

	#info span{
		color: #686a6c;
		font-size: 12px;	
	}
	
	#url{
		text-align: right;
		float: right;
		width: 200px;
		margin-top: 14px;	
	}
	
	#url span{
		color: #f1f1e7;
		font-style: italic;
		font-size: 12px;	
	}

#content{
	width: 890px;
	margin-top: 70px;
}

	#content h2{
		background: transparent;
	}
	
	#content li{
		margin-bottom: 16px;
	}

	#about{
		float: left;
		width: 425px;
	}
	
	#about h2{
		background: transparent url(../content/img/perfil.png) no-repeat 0 0;
		text-indent: -13000em;
		height: 30px;
	}
	
	#about span{
		background: transparent;
		color: #686a6c; 
		font-size: 11px;
		padding: 6px 0 10px 0;
	}

		#about p{
			line-height: 22px;
			width: 410px;
			padding: 2px 0 0 0;
		}
		
		#about a{
			color: #828282;
		}
		
		#about a:hover{
			color: #111111;
			text-decoration: none; 
			background-color: #f1f1e7;
			outline: none;
		}

	#awards{
	float: left;
	width: 425px;
	padding: 0 0 0 38px;
	}
	
	#awards h2{
		background: transparent url(../content/img/media.png) no-repeat 0 0;
		text-indent: -13000em;
		height: 30px;
	}
	
	#awards span{
		background: transparent;
		color: #686a6c; 
		font-size: 11px;
		padding: 6px 0 10px 0;
	}
	
	.awards-column{
	float: left;
	width: 212px;
	padding: 6px 0 0 0;
	}

#footer{
	width: 890px;
	margin: 60px 0 0 0;
	padding: 10px 0 80px 0;
	border-top: 1px dotted #f1f1e7;
}

	#icon{
		float: left;
		width: 160px;
	}

	#contact{
		float: left;
		width: 170px;
		padding: 8px 40px 0 0;
	}
		
		#contact p{
			line-height: 16px;
			margin: 0;
		}

	#social{
		float: left;
		width: 270px;
	}

		#twitter, #flickr, #vimeo{
	float: left;
	padding: 10px 25px 0 0;
	color: #CCC;
		}

	#copyright{
	float: right;
	width: 250px;
	text-align: right;
	padding: 6px 0 0 0;
	}

	#copyright p{
		font-size: 10px;
		line-height: 16px;
		margin: 0;
	}
	
	#copyright p span{
		color: #686a6c;
	}

/* _FRAMEWORK
----------------------------------------------------------------------------- */

/* manually set inline display to floats, solves MSIE issue
   has no effect on firefox, safari or opera  */
	
.left,
.right{ 
	display: inline;
	float: left;
	width: auto; 
}

	.right{ float: right; }

.float-clear:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
} /* after method, works very well, must set height: 1%; for IE */

.float-clear-div{
	clear: both; 
	height: 0; 
	font-size: 0; 
} /* extra div method, use only in case of emergency */

.hide{ display: none; }

.snap{ 
	margin: 0 auto; 
	width: 940px; 
}

.txt-right{ text-align: right; }
.txt-center{ text-align: center; }
.txt-left{ text-align: left; } 			/* only used to override a parent */
.txt-justify{ text-align: justify; }


/* jCarousel
-------------------------------------------------------------------------------------------------------- */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 890px;
    height: 700px;
}
		
	
	
	.jcarousel-skin-tango .jcarousel-container {
	    -moz-border-radius: 10px;
	    background: #F0F6F9;
	}

	.jcarousel-skin-tango .jcarousel-container-horizontal {
	    width: 890px;

	}

	.jcarousel-skin-tango .jcarousel-container-vertical {
	    width: 75px;
	    height: 245px;

	}

	.jcarousel-skin-tango .jcarousel-clip-horizontal {
	    width: 890px;
	    height: 700px;
	}

	.jcarousel-skin-tango .jcarousel-clip-vertical {
	    width:  75px;
	    height: 245px;
	}

	.jcarousel-skin-tango .jcarousel-item {
	    width: 890px;
	    height: 700px;
	}

	.jcarousel-skin-tango .jcarousel-item-horizontal {
	    margin-right: 10px;
	}

	.jcarousel-skin-tango .jcarousel-item-vertical {
	    margin-bottom: 10px;
	}

	.jcarousel-skin-tango .jcarousel-item-placeholder {
	    color: #fff;
	}

	/**
	 *  Horizontal Buttons
	 */
	.jcarousel-skin-tango .jcarousel-next-horizontal {
	    position: absolute;
	    top: 335px;
	    right: -55px;
	    width: 37px;
	    height: 37px;
	    cursor: pointer;
	    background: transparent url(../content/img/arrow-next.png) no-repeat 0 0;
	}

	.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	    background-position: -37px 0px;
	}

	.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	    background-position: 0px 0;
	}

	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	    cursor: default;
	    background-position: -74px 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-horizontal {
	    position: absolute;
	    top: 335px;
	    left: -55px;
	    width: 37px;
	    height: 37px;
	    cursor: pointer;
	    background: transparent url(../content/img/arrow-prev.png) no-repeat 0 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	    background-position: -37px 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	    background-position: 0 px 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	    cursor: default;
	    background-position: -74px 0;
	}
