body {
	margin:0;
	padding:0;
	font: 13px/21px Arial, Verdana, Sans-Serif;
	color: #616161;
	background: #ccd0bc;
}

.clear { clear:both; }

table { margin: 0px; padding: 0px; border: 0px; }
th, td { margin: 0px; padding: 0px; border: 0px; font: 13px/21px Arial, Verdana, Sans-Serif; color: #616161; }

label { display: block; font-size: 11px; font-weight: bold; margin-top:10px; }
input, textarea {
	background: white;
	border: 2px solid white;
	width: 300px;
}
textarea { height: 150px; }


button#send {
	border:0px;
	margin:20px 10px 0px 0px;
	padding:0px;
	width:70px; height:70px;
	overflow:hidden;
	cursor: pointer;
	background:url("../images/btn-send.png");
}
button#send span { display:none; }

button#clear {
	border:0px;
	margin:20px 10px 0px 0px;
	padding:0px;
	width:70px; height:70px;
	overflow:hidden;
	cursor: pointer;
	background:url("../images/btn-clear.png");
}
button#clear span { display:none; }


.hr {
	clear:both;
	height:1px;
	overflow:hidden;
	background: #E5E7DD;
}

#wrap { width: 950px; }

#header {
	height: 230px;
	width: 950px;
	overflow: hidden;
	background: url("../images/top_bg.png") no-repeat top left white;
}

#menu-wrap { position: absolute; left: 95px; top: 85px; }
#menu { overflow: hidden;}
#menu ul { margin:0; padding:0; }
#menu li {
	display:block;
	list-style:none;
	width: 100px;
	height: 18px;
	overflow: hidden;
	margin:0;
	padding:0;
	float:left;
}
#menu li.spacer { width: 22px; height:18px; background: url("../images/menu_separator.png") no-repeat top left; }
#menu li a {
	display:block;
	width: 100px;
	height: 18px;
	overflow: hidden;
	margin:0;
	padding:0;
	background: url("../images/menu_reel.png") no-repeat top left;
}
#menu li a span { display:none; }
#menu li a:hover { background-position: 0px -18px; }
#menu li.selected a { background-position: 0px -18px; }

#menu #menu-reel { width: 45px; }
#menu #menu-reel a { width: 45px; background-image: url("../images/menu_reel.png"); }
#menu #menu-portfolio { width: 87px; }
#menu #menu-portfolio a { width: 87px; background-image: url("../images/menu_portfolio.png"); }
#menu #menu-resume { width: 83px; }
#menu #menu-resume a { width: 83px; background-image: url("../images/menu_resume.png"); }
#menu #menu-contact { width: 77px; }
#menu #menu-contact a { width: 77px; background-image: url("../images/menu_contact.png"); }

.content-wrap { padding-left: 60px; }
#content { width: 720px; }

#footer { padding: 20px 0 60px 0; margin-top: 40px; border-top: 1px solid #E5E7DD; }

#title {
	margin: 0;
	padding: 0 0 20px 0;
}

#resume h2 { height: 24px; overflow: hidden; padding: 20px 0 15px 0; margin: 10px 0; border-top: 1px solid #E5E7DD; border-bottom: 1px solid #E5E7DD; }
#resume table { width: 100%; margin-bottom: 40px;}
#resume table td { font-weight: bold; font-size: 11px; }
#resume table td.right { text-align: right; }
#resume table td .note { font-weight: normal; }

#reel #video { padding: 20px 0; border-top: 1px solid #E5E7DD; border-bottom: 1px solid #E5E7DD; }





/* MODULES ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#latest-projects { width: 170px; overflow: hidden; }
#latest-projects ul { width: 180px; margin:0px; padding:0px; }
#latest-projects li {
	display:block;
	margin:0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:0px;
	list-style: none;
	width:80px;
	height:120px;
	float: left;
}
#latest-projects li a { display: block; text-align: center; }


/* PORTFOLIO ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#portfolio { margin: 20px 0 200px 0px; }
#portfolio a {
	float: left;
	margin-right: 15px;
	display:block;
	overflow:hidden;
	width:230px;
	height:230px;
	background: url("../images/circle-commercials.png") no-repeat top left;
}
#portfolio a:hover { background-position: 0px -230px; }
#portfolio a#circle-features { background-image: url("../images/circle-feature.png"); }
#portfolio a#circle-misc { background-image: url("../images/circle-misc.png"); margin:0px;}


/* PROJECTS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#submenu {
	margin:0px 0px 20px 0px;
}

#submenu ul { margin:0px; padding:0px; }
#submenu li {
	float:left;
	list-style: none;
	margin:0px;
	padding:0px;
	height:20px;
}
#submenu li.spacer {
	width:13px;
	height:20px;
	overflow:hidden;
	background: url("../images/portfolio_subnav_seperator.png") no-repeat top left;
}

#submenu li a {
	display:block;
	overflow:hidden;
	width:104px;
	height:20px;
	background: url("../images/portfolio_subnav_misc.png") no-repeat top left;
}
#submenu li a:hover { background-position: 0px -20px; }
#submenu li.selected a { background-position: 0px -20px; }
#submenu li a span { display:none; }

#submenu li#submenu-commercials { width:95px; }
#submenu li#submenu-commercials a { background-image:url("../images/portfolio_subnav_commercials.png"); }

#submenu li#submenu-features { width:102px; }
#submenu li#submenu-features a { background-image:url("../images/portfolio_subnav_features.png"); }



/* PROJECT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#project #content {
	width: 890px;
}

#project-title {
	font: 24px/33px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	color: #616161;
	padding: 5px 0px;
	margin: 20px 0px 40px 0px;
	border-top: 1px solid #E5E7DD;
	border-bottom: 1px solid #E5E7DD;
}
#project-title span { color:white; font-size: 18px;}



#project-type {
	font: 16px/22px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	color: #A9A9A9;
}

#project #videodesc {
	margin-bottom: 40px;
}

#project-video {
	float: left;
	width: 464px;
	margin-right: 40px;
}

#project-desc {
	color: #666;
	float: left;
	width:720px;
}
#project-desc.video {
	width: 346px;
}

#project-desc p { margin-top:0px; }

ol.projects { margin:0px; padding:0px; width: 780px; overflow: hidden;}
ol.projects li {
	display: block;
	list-style: none;
	width: 220px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
ol.projects li.c0 { clear:left; }
ol.projects li .project-image { margin-bottom: 8px; }
ol.projects li .project-title { font-size:12px; line-height:17px; color: white; margin-bottom:4px;}
ol.projects li .project-type { font-size: 11px; line-height: 11px; color: #808080; }
ol.projects li .project-video {
	width:34px;
	height:34px;
	overflow:hidden;
	float:right;
	margin-left: 10px;
	background:url("../images/icon-video.png");
}

.project-images-wrap {
	width: 720px;
	overflow:hidden;
}
.project-images {
	margin: 0px; padding:0px;
	width: 760px;
	overflow:hidden;
}

.project-images li {
	list-style: none;
	float: left;
	width: 340px;
	overflow: hidden;
	padding:0px;
	margin:0 40px 20px 0;
}
.project-images li.c0 { clear:left; }

.project-image-title { color: white; font-weight:bold; }
.project-image-caption { margin:10px 0px; }



#project-sets ul {
	margin: 0px;
	padding: 0px;
}

#project-sets li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 10px 0;
	border-top: 1px solid #EADA45;
}

#project-sets li h3 {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	height: 20px;
	background: url("../images/bullet.png") no-repeat;
	background-position: 0px 5px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

.set-desc {
	font: 13px/21px Arial, Sans-Serif;
	color: #666;
}


/* CONTACT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contact-form {
	border-top: 1px solid #E5E7DD;
}


#contact #info {}

#contact-information {
	margin-top:40px;
	border-top: 1px solid #E5E7DD;
}

#contact-information h2 {
	display: block;
	background: url("../images/subtitle_contact_information.png");
	width:360px; height:24px;
	overflow:hidden;
	margin-top:20px;
}
#contact-information h2 span { display:none; }






/* These are standard sIFR styles... do not modify */

.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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
/*
.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 18px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/