/*

Stylesheet for Aztec Portfolio
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.aztecportfolio.com/

*/


/* ------------ SIFR ------------ */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
	
.sIFR-replaced {
	visibility: visible !important;
	}
	
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
	}
	
.sIFR-hasFlash h2 {
	height: 24px !important;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}

.sIFR-hasFlash h3 {
	height: 18px !important;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}
	
	
/* ------------ Defaults ------------ */

#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}

body
	{ 
	background: #000 url('../images/body-bg.gif') repeat-x top left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	}
		
#container {
	margin: auto;
	width: 760px;
	}
	
.cleared {
	clear: both;
	}
	
hr {
	display: none;
	}
	
	
/* ------------ Branding ------------ */

#branding { 
	height: 55px;
	margin: 10px 0 8px 0;
	text-indent: -25000px; 
	}
	
#branding h1 a
	{ 
	background: url('../images/h1-bg.gif') no-repeat top left;
	display: block;
	float: left;
	height: 55px;
	width: 429px;
	}
	
#branding p
	{ 
	background: url('../images/telephone.gif') no-repeat bottom left;
	float: right;
	height: 32px;
	margin-top: 23px; 
	width: 172px;
	}
		
	
/* ------------ Navigation ------------ */

#nav { 
	background: url('../images/nav-bg.gif') no-repeat top left;
	clear: both;
	height: 47px;
	padding-left: 20px;
	text-indent: -25000px;
	width: 740px;
	}
	
#nav li	{ 
	float: left;
	}
	
#nav a {
	display: block;
	height: 47px;
	}

#nav a:hover, #nav .selected {
	background-position: 0 -47px;
	}
		
#nav-website a {
	background: url('../images/nav-website.gif') no-repeat top left;
	width: 50px;
	}

#nav-graphic a {
	background: url('../images/nav-graphic.gif') no-repeat top left;
	width: 135px;
	}

#nav-photography a {
	background: url('../images/nav-photography.gif') no-repeat top left;
	width: 123px;
	}

#nav-video a {
	background: url('../images/nav-video.gif') no-repeat top left;
	width: 62px;
	}

#nav-skycam a {
	background: url('../images/nav-skycam.gif') no-repeat top left;
	width: 77px;
	}
	
#nav-main a {
	background: url('../images/nav-main.gif') no-repeat top left;
	width: 89px;
	}

#nav-blog a {
	background: url('../images/nav-blog.gif') no-repeat top left;
	margin-left: 42px;
	width: 56px;
	}
	
#nav-contact a {
	background: url('../images/nav-contact.gif') no-repeat top left;
	width: 84px;
	}
	

/* ------------ Content ------------ */

#content { 
	padding-top: 40px;
	}
	
#content #cu3er {
	height: 350px;
	margin-bottom: 40px;
	padding-left: 10px;
	width: 740px;
	}
	
#content #cu3er-container {
	height: 350px;
	width: 740px;
	}
	
#content a {
	color: #ff9933;
	}

#content h2,
#content h3 {
	font-size: 150%;
	text-transform: uppercase;
	}
		
#content a:hover {
	color: #ccc;
	} 

.client p, #content p {
	line-height: 1.7em;
	margin: 20px 0;
	}
		
.client img {
	float: left;
	margin-right: 40px;
	width: 271px;
	}


	
.client .info {
	float: left;
	margin-top: 15px;
	width: 449px;
	}
	
.client .button a {
	background: url('../images/button-view-website.gif') no-repeat 0 50%;
	display: block;
	float: right;
	height: 22px;
	margin-top: 38px;
	text-indent: -25000px;
	width: 105px;
	}
	
.client ul {
	float: left;
	}
		
.client li {
	background: url('../images/icon-tick.gif') no-repeat 0 50%;
	color: #999;
	font-weight: bold;
	line-height: 1.7em;
	padding-left: 26px;
	text-transform: uppercase;
	}
	
.line {
	background-color: #1a1a1a;
	clear: both;
	height: 1px;
	margin-bottom: 40px;
	width: 760px;
	}

#prev a { 
	background: url('../images/button-prev.gif') no-repeat top left;
	display: block;
	float: left;
	height: 35px;
	text-indent: -25000px;
	width: 94px;
	}
	
#next a { 
	background: url('../images/button-next.gif') no-repeat top left;
	display: block;
	float: right;
	height: 35px;
	text-indent: -25000px;
	width: 94px;
	}


/* --------------- Form --------------- */

form {
	color: #000;
	padding-top: 40px;
	}
	
form fieldset {
	background: url('../images/fieldset-bg.gif') no-repeat top left;
	float: left;
	height: 350px;
	padding: 10px 0 0 20px;
	width: 340px;
	}
#content form p {
	margin: 10px 0;
	}
	
form label {
	display: block;
	float: left;
	width: 120px;
	}
	
form #tickboxes label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 110px;
	}

form #tickboxes input {
	width: 15px;
	}
		
form legend {
	display: none;
	}
	
input, textarea, select {
	border: 1px solid #c2c2c2;
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px;
	width: 185px;
	}
	
#submit
	{
	border: none;
	height: 31px;
	margin-left: 117px;
	padding: 0;
	width: 150px;
	}

	
/* ------------ Footer ------------ */

#footer { 
	background: url('../images/footer-bg.gif') no-repeat top left;
	clear: both;
	color: #666;
	font-size: 90%;
	height: 33px;
	margin-top: 40px;
	padding-left: 20px;
	width: 740px;
	}

#footer a {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#credit {
	float: right;
	padding-top: 12px;
	}
	
#copyright {
	float: left;
	padding-top: 12px;
	}	
	
#top a { 
	background: url('../images/icon-top.gif') no-repeat top left;
	display: block;
	float: right;
	height: 33px;
	margin-left: 20px;
	text-indent: -25000px;
	width: 37px;
	}
	
	
	
	
	
	
/* ------------ This is what Rich added ------------ */
/* ------------ Sub Nav ------------ */
#subnav
	{
	display: block;
	height: 22px;
	}
	
#subnav li
	{
	float: left;
	list-style: none;
	}
	
#subnav a
	{
	display: block;
	height: 22px;
	margin-right: 1px;
	text-indent: -25000px;
	}

#subnav a:hover, #subnav .selected
	{
	background-position: 0 -22px;
	}
	
#sub-logodesign a
	{
	background: url('../images/sub-logodesign.gif') no-repeat top left; 
	margin-left: 205px;
	width: 96px;
	}
	
#sub-signage a
	{
	background: url('../images/sub-signage.gif') no-repeat top left; 
	width: 96px;
	}

#sub-display a
	{
	background: url('../images/sub-display.gif') no-repeat top left; 
	width: 96px;
	}

#sub-brochures a
	{
	background: url('../images/sub-brochures.gif') no-repeat top left; 
	width: 96px;
	}	
	
#sub-advertising a
	{
	background: url('../images/sub-advertising.gif') no-repeat top left; 
	width: 96px;
	}
	
#sub-gallery a
	{
	background: url('../images/sub-gallery.gif') no-repeat top left; 
	margin-left: 405px;
	width: 96px;
	}
	
#sub-location a
	{
	background: url('../images/sub-location.gif') no-repeat top left; 
	margin-left: 328px;
	width: 96px;
	}
	
#sub-studio a
	{
	background: url('../images/sub-studio.gif') no-repeat top left; 
	width: 96px;
	}
	
#sub-thumbnails a
	{
	background: url('../images/sub-thumbnails.gif') no-repeat top left; 
	margin-left: 70px;
	width: 116px;
	}
	
#sub-dateorder a
	{
	background: url('../images/sub-dateorder.gif') no-repeat top left; 
	width: 96px;
	}
	
	



/* ------------ Items ------------ */

.standarditem
	{
	display: block;
	float:left;
	height:204px;
	width: 126px;
	}
	
.display-item
	{
	display: block;
	float:left;
	height:240px;
	width: 84px;
	}
	
.logo-item
	{
	display: block;
	float:left;
	height:151px;
	width: 126px;
	}

.commercial-item
	{
	display: block;
	float:left;
	height:204px;
	width: 252px;
	}
	
.web-item
	{
	display: block;
	float:left;
	width: 252px;
	line-height:1.5em;
	font-size: 90%;
	text-align:center;
	padding-bottom: 45px
	}

	
																				/* ------------ Videos ------------ */
#content .btn-video a {
	background: url('../images/video1.jpg') no-repeat top left;
	display:block;
	width:340px;
	height:15px;
	text-align:center;
	color:#FFFFFF;
	padding-top:275px;
	margin-bottom:20px;
	text-decoration:none
	}

#content .btn-video1 a {
	float:right
	}
	
#content .btn-video2 a {
	background: url('../images/video2.jpg') no-repeat top left;
	float:left
	}
	
#content .btn-video3 a {
	background: url('../images/video3.jpg') no-repeat top left;
	float:right
	}
	
#content .btn-video4 a {
	background: url('../images/video4.jpg') no-repeat top left;
	float:left
	}
	
#content .btn-video5 a {
	background: url('../images/video5.jpg') no-repeat top left;
	float:left
	}
	
#content .btn-video6 a {
	background: url('../images/video6.jpg') no-repeat top left;
	float:left
	}
	
#content .btn-video7 a {
	background: url('../images/video7.jpg') no-repeat top left;
	float:left
	}
	
#content .btn-video	 a:hover {
	background-position:0 -290px;
	color:#FF9933;
	text-decoration:underline
	}