
/* Specific to Tyler Tinsworth Site */

body {
	font-size:75%;
	color:#222;
	font-family:"Georgia", Georgia, serif;
	background-color:#343432;
	}
	
.site-border {
	background-color:#fff;
	}
.site-border-top, site-border-bottom {
	background-color:#fff;
	height:20px;
	}
		
.header {
	color:#343432;
	background-color:#cec6af;
	height:112px;
	}		
.header img {
	padding:32px 0 0 4px;
	}
.header p {
  	margin:58px 0px 0px 12px;
	}
.header span {
	margin-right:16px;
	background: url('../images/interface/nav-spacer.png') no-repeat left top #cec6af;
	}
.header a {
  	margin-left:16px;
  	color:#908a7a;
  	font-weight:bold;
	text-decoration:none;
	}
.header a:hover {
	text-decoration:underline;
  	color:#343432;
	}
  
.footer {
  color:#343432;
  background-color:#cec6af;
  height:50px;
	}
.footer p {
  	margin:26px 12px 0px 0px;
	}
.footer a {
  	color:#343432;
	text-decoration:none;
	}
.footer a:hover {
	text-decoration:underline;
	}

.index-divider {
	background: url('../images/interface/single-dot.jpg') repeat-x left center #d8dfda;
}
  
.content-left {
  color:#f00;
  background-color:#d8dfda;
  height:456px;
}

div.span-20 {margin-right:0px;}
.span-20 { width: 400px;}

.content-right {
	color:#343432;
	background-color:#d8dfda;
	height:456px;
	font-size:1.2em;
}
.content-right h1 {
	color:#343432;
  	margin:18px 8px 10px 56px;
	font-size:1.2em;
	line-height: 1.2em;
  	letter-spacing:1px;
}
.content-right p {
	color:#343432;
  	margin:10px 38px 10px 56px;
  	letter-spacing:.3px;
}
.content-right a {
  	color:#343432;
	text-decoration:none;
}
.content-right a:hover {
	text-decoration:underline;
}

.content-full {
	color:#343432;
	background-color:#d8dfda;
	min-height:456px;
	font-size:1.2em;
}
.content-full h1 {
	color:#343432;
  	margin:10px 38px 10px 20px;
	font-size:1.2em;
  	letter-spacing:1px;
}
.content-full p {
  	margin:10px 38px 10px 20px;
  	letter-spacing:.3px;
}

.gallery-nav {
	min-height:548px;
	text-align:center;
	background-color:#d8dfda;
	text-transform:uppercase;
}
div.span-17 {margin-right:0px;}
.span-17 { width: 340px;}

.span-17 {display:inline;}
.span-20 {display:inline;}
.span-23 {display:inline;}
.span-26 {display:inline;}
.span-43 {display:inline;}
.span-45 {display:inline;}

.gallery-nav a {
  	color:#908a7a;
  	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}
.gallery-nav a:hover {
	text-decoration:underline;
  	color:#343432;
	}
.gallery-nav-divider {
	color:#fff;
	margin:3px 0 3px 0;
}
.gallery-nav-item {
	margin:5px 0 5px 0;
	text-align:center;
}
.gallery-nav-item p {
	margin:5px 0 5px 0;
	text-align:center;
}

.gallery-image {
	min-height:548px;
	background-color:#d8dfda;
	text-align:right;
}



.credits {
	color:#fff;
}
.credits p {
	margin:.8em 12px 0 0;
}
.credits a {
	letter-spacing:1px;
	color:#fff;
	text-decoration:none;
}
.credits a:hover {
	color:#fff;
	text-decoration:underline;
}

.right {
	text-align:right;
}
.center {
	text-align:center;
}

.test {
	background-color:#090;
}
