/*
Theme Name: TOUCH/CAST
Theme URI: http://www.touchcast.co.nz/
Description: The 2010 theme for TOUCH/CAST.
Author: TOUCH/CAST
Version: 1.0
Tags: red, TOUCH/CAST, white, two-columns
*/


/* Imports */
@import url("css/reset.css");
@import url("css/fonts.css");

/***** Global *****/
/* Body */
html {
	background: #1f1f1f url(images/bg.jpg) repeat-x 50% 0%;
}
body {
	color: #333;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Headings and Fonts */
h1,h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: .25em;
}
h1 {
	color: #EF3022;
	font-size: 3.4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
	color: #777;
	font-weight:500;
}
h4 {
	font-size: 1.4em;
	color: #777;
	font-weight:500;
}
h5 {font-size: 1.143em;}
h6 {font-size: 1em;}

h1#site-title { margin:0; padding:0; }

.arial, .tags, h1, h2, h3, h4 {
	font-family: Arial, Verdana, sans-serif;
}
	
/* Anchors */
a {
	outline: 0;
}
a img {
	border: 0px;
	text-decoration: none;
}
a:link, a:visited {
	color: #EF3022;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Text replace */
.text-replace, .button, #main-nav a, #site-title a,.about-nav li a,.ilsb-share,.nav-previous a,.nav-next a {
	display: block;
	font-size: 1%;
	text-indent: -5000px;
}

/* Paragraphs */
p,.p {
	display: block;
	font-size:1.2em;
	margin-bottom: 1.143em;
}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Fancy Highlighting */
::-moz-selection {background: #EF3022; color: #fff;}
::selection {background: #EF3022; color: #fff;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {}
	
/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}

/* Useful styles */
.clear {
	clear: both;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.hidden {
	display: none;
}

/***** Layout *****/
#container {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#header, #content, #footer {
	padding: 0 30px;
	width:900px;
}
#content {
	background: #FFF url(images/content-bg.png) repeat-y 50% 0%;
	margin: 0 30px;
	padding: 0;
}
img.right figure.right {float: right;
	margin: 0 0 2em 2em;
}
img.left, figure.left {
	float: right;
	margin: 0 0 2em 2em;
}

/*
	Header
*****************/
#header {
	background: transparent url(images/header.png) 50% 0% no-repeat;
	height: 220px;
	margin: 0 auto;
	position: relative;
}

/* Banner */
#header #site-title a {
	height:108px;
	left:260px;
	position:absolute;
	top:90px;
	width:442px;
}

#header h1 a:hover, #header h1 a:active {
	background: none;
	color: #C74350;
	text-shadow: none;
}

#header h1 strong {font-size: 0.36em; font-weight: normal;}
	
/* Main Nav */
#main-nav {
	font-size: 1.143em;
	height: 480px;
	line-height: 30px;
	list-style: none;
	margin: 0 auto 2em auto;
	padding: 0;
	position: absolute;
	right: -15px;
	text-align: center;
	top:250px;
	width: 60px;
}

#main-nav li {
	float: left;
	display: block;
	margin: 0;
}

#main-nav li a {
	background: url(images/main-nav.png) no-repeat;
	display: inline-block;
	height: 160px;
	padding: 0;
	text-decoration: none;
	width: 60px;
}
#main-nav li.nav-about a         { background-position: 0 0; }
#main-nav li.nav-about a:hover   { background-position: -60px 0; }
#main-nav li.nav-about.active a  { background-position: -120px 0; }
#main-nav li.nav-clients a       { background-position: 0 -160px; }
#main-nav li.nav-clients a:hover { background-position: -60px -160px; }
#main-nav li.nav-clients.active a{ background-position: -120px -160px; }
#main-nav li.nav-find-us a       { background-position: 0 -320px; }
#main-nav li.nav-find-us a:hover { background-position: -60px -320px; }
#main-nav li.nav-find-us.active a{ background-position: -120px -320px; }

/*
	Featured
*****************/
#sidebar {
	float: right;
	margin: 40px 60px 0 0;
	overflow: hidden;
	width: 165px;
}

#sidebar #contact {  margin-bottom: 0.333em;}
#sidebar #contact h3 {font-size: 1.8em; margin-bottom: .5em;}

#sidebar h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
#sidebar h3 a:hover, #featured h3 a:active {color: #fff;}

/*
	Body
*****************/
#main-content {
	overflow: hidden;
	padding: 20px 20px;
	width: 550px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*
	Extras
*****************/
#extras {margin: 0 auto 3em auto; overflow: hidden;}

#extras ul {list-style: none; margin: 0;}
#extras li {border-bottom: 1px solid #fff;}
#extras h2 {
	color: #C74350;
	font-size: 1.429em;
	margin-bottom: .25em;
	padding: 0 3px;
}

#extras a:link, #extras a:visited {
	color: #444;
	display: block;
	border-bottom: 1px solid #F4E3E3;
	text-decoration: none;
	padding: .3em .25em;
}

#extras li:last-child,
#extras li:last-child a {border: 0}

#extras .blogroll li:nth-last-child(2),
#extras .blogroll li:nth-last-child(3),
#extras .blogroll li:nth-last-child(2) a,
#extras .blogroll li:nth-last-child(3) a {border: 0;}

#extras a:hover, #extras a:active {color: #fff;}

	/* Blogroll */
	#extras .blogroll {
		float: left;
		width: 615px;
	}
	
	#extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
	
	/* Social */
	#extras .social {
		float: right;
		width: 175px;
	}
	
	#extras div[class='social'] a {
		background-repeat: no-repeat;
		background-position: 3px 6px;
		padding-left: 25px;
	}
	
		/* Icons */
		.social a[href*='delicious.com'] {background-image: url('images/icons/delicious.png');}
		.social a[href*='digg.com'] {background-image: url('images/icons/digg.png');}
		.social a[href*='facebook.com'] {background-image: url('images/icons/facebook.png');}
		.social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('images/icons/lastfm.png');}
		.social a[href*='/feed/'] {background-image: url('images/icons/rss.png');}
		.social a[href*='twitter.com'] {background-image: url('images/icons/twitter.png');}

/*
	About
*****************/
#about {
	background: #fff;
	border-bottom: 1px solid #EEE;
	font-style: normal;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
}

#about .fn { display: none; }


/*
	Footer
*****************/
#footer {
	background: #CCC;
	color: #888;
	margin: 0 auto;
	padding: 1em 30px;
	text-align: left;
	width:840px;
}
#footer p,#footer .p {
	margin-bottom: 0
}

/***** Sections *****/
/* Blog */
.hentry {
	border-bottom: 1px solid #EEE;
	margin-bottom:30px;
}
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 1em 0;}

.entry-title { margin-bottom: 0.5em;}

.hentry .post-info * {font-style: normal;}

/* Content */
.hentry footer {
	clear:both;
	margin-bottom: 5px;
	padding:5px 0;
}
.hentry footer address {
	display: inline;
}
.entry-content {
	margin-bottom: 20px;
}
#posts-list footer address {
	display: block;
}
.post-info h4 {
	float: left;
	padding:12px 25px 0 0;
}
.post-info .tags {
	padding-top: 5px;
	width:465px;
}
.post-info {
	border-bottom:1px solid #EEE;
	border-top:1px solid #EEE;
}

/* Date */
.published {
	background:url(images/icon-date.png) no-repeat 0 0;
	display:block;
	float: left;
	height:43px;
	margin: 0 10px 5px 0;
	text-align:center;
	width:43px;
}
.published span {
	float: left;
	width:43px;
}
.published .month {
	color: #FFF;
	font-size: 1.1em;
}
.published .day {
	font-size: 1.8em;
}

/* Tags */
ul.tags {
	margin:0;
}
.tags .tag {
	color: #FFF;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 5px 5px 0;
	text-transform: capitalize;
}
.tags .tag a {
	background: #999;
	color: #FFF;
	display: inline;
	float: left;
	padding: 7px 8px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.tags .tag a:hover {
	background: #EF3022;
}

	/* Blog Index */
	#posts-list {list-style: none; margin: 0;}
	#posts-list .hentry {padding-left: 200px; position: relative;}
	#posts-list .hentry:hover {
		background: #C64350;
		color: #fff;
	}
	#posts-list .hentry:hover a:link, #posts-list .hentry:hover a:visited {
		color: #F6CF74;
		text-shadow: 1px 1px 1px #333;
	}
	
	#posts-list footer {
		left: 10px;
		position: absolute;
		top: 1.5em;
		width: 190px;
	}
	
	/* About the Author */
	#about-author {
		background: #f9f9f9;
		clear: both;
		font-style: normal;
		margin: 2em 0;
		padding: 10px 20px 15px 20px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#about-author strong {
		color: #C64350;
		clear: both;
		display: block;
		font-size: 1.429em;
	}
	
	#about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
	
	/* Comments */
	#comments-list {list-style: none; margin: 0 1em;}
	#comments-list blockquote {
		background: #f8f8f8;
		clear: both;
		font-style: normal;
		margin: 0;
		padding: 15px 20px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
	
	#comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
	
	/* Add a Comment */
	#add-comment label {clear: left; float: left; text-align: left; width: 150px;}
	#add-comment input[type='text'],
	#add-comment input[type='email'],
	#add-comment input[type='url'] {float: left; width: 200px;}
	
	#add-comment textarea {float: left; height: 150px; width: 495px;}
	
	#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
	
	#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
	#add-comment * {margin-bottom: .5em;}

nav {
	position: relative;
}
#loader {
	background: url(images/overlay-bg.jpg) 100% 0%;
	position: absolute;
	margin-top:12px;
	position:absolute;
	right:45px;
	z-index:100;
}
.content {
	background: url(images/overlay-bg-internal.jpg);
	margin: 30px 250px 30px 30px;
	padding: 30px;
}
#loader .close {
	background: #880;
	height: 50px;
	position: absolute;
	top:0;
	width:50px;
}
.dots {
	background: url(images/dots.png) 100% 0% no-repeat;
	height:100%;
	position:absolute;
	right:0;
	top:150px;
	width:360px;
}

#balloon {
	position: absolute;
	top:200px;
	right:-80px;
}
iframe {
	background:#FFF;
	border:1px solid #F4F4F4;
	padding:1px;
}

strong.intro-text {
	font-size: 1.6em;
}
.about-nav {
	height: 45px;
	margin: 10px 0 25px;
}
.about-nav li {
	float: left;
	display: inline;
	height: 45px;
	margin: 0;
}

.about-nav li a {
	background: url(images/about-nav.png) no-repeat;
	display: inline-block;
	height: 45px;
	padding: 0;
	text-decoration: none;
	width: 1px;
}

.about-nav li.why-work-with-us a           { background-position: 0 0; width: 186px; }
.about-nav li.why-work-with-us a:hover     { background-position: 0 -45px; }
.about-nav li.why-work-with-us.active a    { background-position: 0 -90px; }
.about-nav li.awards a                     { background-position: -186px 0; width: 94px; }
.about-nav li.awards a:hover               { background-position: -186px -45px; }
.about-nav li.awards.active a              { background-position: -186px -90px; }
.about-nav li.what-our-clients-say a       { background-position: -280px 0; width: 195px; }
.about-nav li.what-our-clients-say a:hover { background-position: -280px -45px; }
.about-nav li.what-our-clients-say.active a{ background-position: -280px -90px; }


.button-return-home {
	background:url(images/button-return-home.jpg) no-repeat 0 0;
	height: 45px;
	margin:10px 0;
	width:550px;
}
.button-return-home:hover { background-position: 0 -45px; }
.button-return-home:active,.button-return-home:focus { background-position: 0 -90px; }

/* Post navigation */
#nav-below {
	height: 30px;
	margin-bottom: 20px;
}
.nav-previous a,.nav-next a {
	background:url(images/post-nav.png) no-repeat 0 0;
	float: left;
	height: 30px;
	width:150px;
}
.nav-previous a:hover {
	background-position: 0 -30px;
}
.nav-next a {
	background-position: 100% 0;
	float: right;
}
.nav-next a:hover {
	background-position: 100% -30px;
}

.entry-image img {
	background: #FFF;
	border: solid 1px #EEE;
	margin:5px 0;
	padding: 4px;
	-moz-box-shadow:0 0 6px #BBBBBB;
	-webkit-box-shadow:0 0 6px #BBBBBB;
	-o-box-shadow:0 0 6px #BBBBBB;
}
.bio strong {
		font-weight: normal;
}
#contact h4.org a {
	color: #333;
	font-size: 1.2em;
	text-decoration: none;
}
ul.core-principles {
	margin:0;
	padding:0;
}

ul.core-principles li {
	background: url(images/bullet.png) no-repeat 0 5px;
	padding:0px 5px 15px 30px;
}
ul.core-principles li strong {
	font-size: 1.6em;
	font-weight: normal;
}
#why-work-with-us .section-title {
	margin-bottom: 20px;
}
.addthis_container {
	margin: 10px 0;
}
.testimonial-nav {
	height: 14px;
	margin:1em auto;
	width:100px;
}
.testimonial-nav li {
	display: inline;
	float: left;
	margin-right: 10px;
	width:14px;
}
.testimonial-nav li a {
	background: url(images/button-testimonials.png) no-repeat 0 0;
	display: inline;
	float: left;
	height: 14px;
	width: 14px;
}
.testimonial-nav li a:hover {
	background-position: 0 -14px;
}
.testimonial-nav li a.active {
	background-position: 0 -28px;
	cursor: default;
}
.position-business {
	font-size: 1.4em;
}
.testimonial h3 {
	color: #333;
	font-size: 1.8em;
}
.testimonial .testimonial-copy {
	background:url(images/quote.png) no-repeat 0 0;
	padding: 0 0 0 42px;
}
#infscr-loading {
	color: #EF3022;
}
.map-address {
	background:url(images/tc-logo.png) 0 0 no-repeat;
	padding-top:30px;
}
.map-address-content p {
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
}
/*
.rotated {
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in; 
}
.unrotated {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in; 
	-o-transition: all 1s ease-in; 
}
*/
