/*  
Theme Name: Triple Play Productions
Description: A WordPress theme designed by Apparel Studios, exclusively for use by Triple Play Productions.
Author: Jason Parmer, Apparel Studios
Author URI: http://www.apparelstudios.com/

Note: The paths in sifr/js/sifr-config.js (line 2) will need to be adjusted when deployed.
*/

/* ================ */
/* = global reset = */
/* ================ */
* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
h1,h2,h3 {
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1.5em;
}
li, blockquote {
	margin-left: 1em;
}
.clear {
	clear: both;
}

/* ============== */
/* = typography = */
/* ============== */
body {
	font-family: 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
h1 {
	font-size: 21px;
	line-height: 24px;
}

a {
	color: #2a54a1;
	text-decoration: none;
	}
	
a:hover {
	color: #e37f09;
	border-bottom: 1px dotted #2a54a1;
	}


/* ========== */
/* = layout = */
/* ========== */
body {
	background: #325dab url('images/blue_diag_bg.png');
}
#container {
	width: 784px;
	margin: 0 auto;
}
#header { }
#anc_nav {
	border: 1px solid black;
	position: relative;
	height: 33px;
	
	background: #000 url('images/ancnav_bg.png') no-repeat;
}
	#anc_nav .anc_nav_div {
		position: relative;
		float: left;
		height: 23px;
		padding-top: 10px;
		padding-left: 28px;
		padding-right: 30px;
	}
		#anc_nav .anc_nav_div div {
			font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial;
			font-size: 17px;
			line-height: 14px;
			color: #ffffff;
		}
		#anc_nav .anc_nav_div img {
			position: absolute;
			top: 14px;
			right: 14px;
		}
		#anc_nav div.active, #anc_nav div.hover {
			background-image: url('images/ancnav_bg_active.png');
			/* background-position is set by a javascript callback in sifr replace function */
		}
	
#photo {

border-top: 1px solid #fff;
}
#nav {
	position: relative;
	height: 39px;
	background: #000 url('images/nav_bg.png') no-repeat;
	border: 1px solid black;
}
	#nav .nav_div {
		float: left;
		height: 26px;
		padding-top: 13px;
		padding-left: 28px;
		padding-right: 25px;
		position: relative;
		cursor: pointer;
	}
		#nav .nav_div img {
			position: absolute;
			top: 18px;
			right: 8px;
		}
		#nav .nav_div div {
			font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial;
			font-size: 19px;
			line-height: 15px;
			color: #ffffff;
		}
	
	#nav div.active, #nav div.hover {
		background-image: url('images/nav_bg_active.png');
		/* background-position is set by a javascript callback in sifr replace function */
	}
#content {
	position: relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff url('images/content_diag_bg.png') no-repeat;
	
	padding: 65px 35px 35px 35px;
}
	#left_column {
		margin-right: 230px;
	}
	
	
	#portfolio {
	
	}
	
	
	#left_column img{
		padding-right: 20px;
	}	
	
	ul {
list-style-position: inside;
	}	
	
	#right_column {
		position: absolute;
		top: 65px;
		right: 35px;
		width: 200px;
	}
	
.alignleft {
text-align: left;


}

#content_footer {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: white;
	text-align: center;
}
#footer {
	height: 55px;
	background-color: #053998;
	color: white;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 80%;
}
	

