/* COLOURS
	Copy - #818486
	Links - #D41F44
	Headers - #1D3060
	Keyline - #818486
*/

/* GENERIC STYLES */
*{
	border:0;
	list-style:none;
	margin:0;
	padding:0;
}

body {
	color:#818486;
	font:100% Georgia, "Times New Roman", Times, serif;
}

#pageWrapper{
	margin:0 auto;
	width:960px;
}

.left{
	display:inline;
	float:left !important;
}

.right{
	display:inline;
	float:right !important;
}

legend{
	display:none;
}

/* 12 COLUMN GRID STYLES*/
.contentRow{
	border-bottom:1px solid #818486;
	overflow:hidden;
}

.contentRow .bottomRow{
	border-bottom:none;
}

.thirdRight{
	background:url(../images/columnBG_thirdRight.gif) repeat-y 0 50%;
}
.threeThirds{
	background:url(../images/columnBG_threeThirds.gif) repeat-y 0 50%;
}

.rowColumn{
	margin:0 0 0 20px;
	padding:10px 0;
	position:relative;
}
	.firstLeft{
		clear:left;
		margin:0 0 0 10px;
		padding:10px 0;
	}
	.lastRight{
		margin-right:0;
		padding:10px 0;
	}
	.cellTwelve{
		width:950px;
		margin:0;
	}
		#headerNav.cellTwelve{
		}
	.cellEight{
		width:620px;
	}
	.cellSix{
		width:460px;
	}
	.cellFour{
		width:300px;
	}
	.cellTwo{
		width:140px;
	}

a{
	border-bottom:1px solid #D41F44;
	color:#D41F44;
	overflow:hidden;
	cursor:pointer;
	text-decoration:none;
}
	a:visited{
		color:#D41F44;
	}
	a:hover{
		border-bottom:1px dotted #D41F44;
		color:#D41F44;
		cursor:pointer;
		text-decoration:none;
	}

.moreLink{
	position:absolute;
	right:10px;
	top:10px;
}
	.moreLink a{
		border-bottom:1px solid #D41F44 !important;
	}	
		.moreLink a:hover{
			border-bottom:1px dotted #D41F44 !important;
		}

h1{
	color:#1D3060;
	font-family:"helvetica", verdana, arial;
	font-size:2.5em;
	font-weight:normal;
	padding:0 0 10px 0;
}
	h1 a{

	}
h2{
	color:#1D3060;
	font-family:"helvetica", verdana, arial;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 10px 0;
}
h3{
	color:#1D3060;
	font-family:"helvetica", verdana, arial;
	font-weight:normal;
}
h4{
	color:#D41F44;
	font-family:"helvetica", verdana, arial;
	font-weight:normal;
}

p{
	line-height:1.5em;
	margin:0 0 5px 0;
}
	p strong, .twittLI strong{
		color:#1D3060;
		font-weight:normal;
	}

#warning{
	background:#FDF4F4;
}
	#warning h3{
		color:#EF9192;
	}

.error{
	color:#D41F44;
}

.asterisk{
	color:#CC3300;
}

/* LIST STYLES */
li, dt, dd{
	line-height:1.5em;
}

dt{
	color:#1D3060;
	font-family:"helvetica", verdana, arial;
}

	/* INLINE LIST */
	.inlineList li{
		display:inline;
		float:left;
	}

	/* BULLET LIST */
	.bulletList li, .bulletList dd{
		background:url(../images/bullet.gif) no-repeat 0 0.75em;
		padding:0 0 0 10px;
		margin:0 5px;
	}
	.bulletList dd.last{
		margin:0 0 10px 5px;	
	}

/* SPECIFIC STYLES */

/* HEADER */
#logo a{
	background:url(../images/logo_tuca.gif) no-repeat 0 50%;
	border:none;
	display:block;
	height:120px;
	text-indent:-9999em;
	width:610px;
}

#headerContact dt{
	border:none;
	clear:left;
	display:block;
	float:left;
	height:25px;
	text-indent:-9999em;
	width:60px;
}
	#headerContact dt.headerPhone{
		background:url(../images/title_phone.gif) no-repeat 0 50%;
	}
	#headerContact dt.headerEmail{
		background:url(../images/title_email.gif) no-repeat 0 50%;
	}
	#headerContact dt.network{
		display:none;
	}
#headerContact dd{
	text-align:right;
}
	#headerContact ul.network{
		text-align:left;
	}
		#headerContact ul.network li{
			float:right;
		}
			#headerContact ul.network li a{
				border:0;
				display:block;
				height:24px;
				margin:10px 0 0 10px;
				text-indent:-9999em;
				width:24px;
			}
				#headerContact li.facebook a{
					background:url(../images/logo_facebook.gif) no-repeat 0 50%;
				}
				#headerContact li.flickr a{
					background:url(../images/logo_flickr.gif) no-repeat 0 50%;
				}
				#headerContact li.twitter a{
					background:url(../images/logo_twitter.gif) no-repeat 0 50%;
				}
				#headerContact li.linkedin a{
					background:url(../images/logo_linkedin.gif) no-repeat 0 50%;
				}

/* HEADER NAVIGATION */
#headerNav li{
	border-right:1px solid #818486;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

	#headerNav li.home{
		width:70px;
	}
	#headerNav li.about{
		width:105px;
	}
	#headerNav li.offer{
		width:160px;
	}
	#headerNav li.team{
		width:105px;
	}
	#headerNav li.clients{
		width:130px;
	}
	#headerNav li.news{
		width:75px;
	}
	#headerNav li.RSS{
		background:url(../images/logo_RSS.gif) no-repeat 0 50% #D41F44;
		border-right:none;
		height:20px;
		text-indent:-9999em;
		width:55px;
	}

	#headerNav li a{
		border:none;
		color:#1D3060;
		display:block;
		font-family:"helvetica", verdana, arial;
		padding:0 10px;
	}
	#headerNav li.current a{
		color:#D41F44;
		text-decoration:none;
	}
		#headerNav li a:hover{
			color:#D41F44;
		}

		#headerNav li.RSS a{
			background:url(../images/logo_rss.gif) no-repeat 0 50% #D41F44;
			color:#FFFFFF;
			padding:0 5px 0 35px;
		}

#headerNav li.listEnd{
	border-right:none;
}

/* HERO */
#heroImage{
	
	height:235px;
	width:620px;
}
	#heroImage h2{
		bottom:20px;
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:normal;
		left:15px;
		position:absolute;
	}
	.heroQuote{
		color:#D41F44;
		font-size:1.5em;
		line-height:1.25em;
	}
	.leftQuote{
		color:#818486;
		font-size:3.5em;
		height:30px;
		line-height:75px;
	}
	.rightQuote{
		color:#818486;
		font-size:3.5em;
		height:30px;
		line-height:75px;
		position:absolute;
	}
	.heroLabel{
		font-family:"helvetica", verdana, arial;
		text-transform:uppercase;
	}

/* INTRO */
#intro{
}
	#intro p{
		margin-right:20px;
	}

/* WHAT WE OFFER*/
#offer .bulletList dt{
	color:#D41F44;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
#offer .bulletList{
	display:inline;
	float:left;
	margin:0 0 0 10px;
	width:300px;
}
	#offer .bulletList.firstLeft{
		margin:0x;
		padding:0;
	}
#offer p{
	clear:both;
}

/* TEAM */
.teamPics{
	clear:both;
	margin:0 0 0 10px;
}
.teamPics a{
	border:none;
}
	.teamPics img{
		border:1px solid #818486;
		height:120px;
		margin:0 20px 10px 0;
		padding:5px;
		width:120px;
	}
	.teamPics img:hover{
		border:1px solid #D41F44;
	}

.description{
	clear:both;
}

/* CONTACT FORM*/
#formList dt{
	clear:left;
	display:inline;
	float:left;
	margin:0 0 5px 0;
	white-space:nowrap;
	width:75px;
}
#formList dd{
	display:inline;
	float:right;
	line-height:20px;
	margin:0 0 5px 0;
}
#formList dd input{
	border:1px solid #818486;
	height:20px;
	line-height:1.5em;
	width:215px;
}
#formList dd textarea{
	border:1px solid #818486;
	height:7.5em;
	line-height:1.5em;
	width:215px;
}
button.submitButton{
		background:url(../images/formSubmit.jpg) no-repeat 0 0;
		clear:both;
		cursor:pointer;
		display:inline;
		float:right;
		font-family:"helvetica", verdana, arial;
		height:30px;
		margin:5px 0;
		padding:5px 10px;
		text-indent:-9999em;
		width:80px;
}


/* LINKS */
#miniBlog{
		background:url(../images/team/alex.jpg) no-repeat 100% 100%;
}

	#miniBlog .moreLink a{
		background:url(../images/moreBlog.jpg) no-repeat 50% 50%;
		border:0 !important;
		display:block;
		height:30px;
		text-indent:-9999em;
		width:100px;
	}
	#miniBlog p{
		margin-right:125px;
	}

/* FLICKR */
	#flickr{
		overflow:hidden;
	}
		#flickr .moreLink a{
			background:url(../images/moreFlickr.jpg) no-repeat 50% 50%;
			border:0 !important;
			display:block;
			height:30px;
			text-indent:-9999em;
			width:100px;
		}
		#flickr .fancyPhotoset{
		}
		#flickr .fancyPhotoset li{
			height:63px;
			margin:0 10px 10px 0;
		}
		#flickr img{
			border:1px solid #818486;
			height:63px;
			width:63px;
		}
		#flickr li a{
			border:none;
		}
		#FlickrImages{
			margin-bottom:1em;float:left;
		}

/* CLIENTS */
#clients{
}
	#clients .moreLink a{
		background:url(../images/more.jpg) no-repeat 50% 50%;
		border:0 !important;
		display:block;
		height:30px;
		text-indent:-9999em;
		width:85px;
	}

	#clients a{
		border-bottom:none;
	}
		#clients a:hover{
			border-bottom:none;
		}

	#clients li{
		border:1px solid #818486;
		float:left;
		margin:0 10px 10px 0;
		padding:5px;
	}

/* TWITTER */
	#twitter .moreLink a{
		background:url(../images/moreTwitter.jpg) no-repeat 50% 50%;
		border:0 !important;
		display:block;
		height:30px;
		text-indent:-9999em;
		width:100px;
	}
	li#twittLI1{
		/*border-bottom:1px dotted #818486;*/
		margin:0 10px 10px 0;
		padding:0 0 0 0;
	}

/* BLOG STYLES */

.tumblr {
	margin-bottom: 10px;
}
	.tumblr h3 {
		line-height:1.5em;
	}
	.tumblr li {
		margin-bottom: 10px;
	}
	.tumblr p {
		margin-right:20px;
	}
	.tumblr img {
		border:1px solid #818486;
		display: block;
		margin:auto;
	}
	.tumblr object{
		margin:auto;
	}
		.tumblr embed {
			border:1px solid #818486;
			display: block;
			margin:auto;
		}
.tumblr .tumblr-post-date{
	color:#1D3060;
}

/* FOOTER */
#footer{
	font-size:0.75em;
}

/* FOOTER NAVIGATION*/
#footerNav{
}
#footerNav li{
	margin:0 0 0 5px;
	padding:0 0 0 5px;
}
	#footerNav li a{
		border:none;
		color:#818486;
	}
		#footerNav li a:hover{
			color:#D41F44;
			border-bottom:1px dotted #D41F44;
		}