/*	master.css
	
		TABLE OF CONTENTS
		---
		= BASE
		= MASTHEAD
		= CONTENT
		= FOOTER
*/



/*//	=BASE */

html,body {
	background: #F4F4EE url(../img/bg.jpg) repeat;
	height: 100%;
	font-family: "Gill Sans", "Apple Gothic", sans-serif;
	font-size: 14px;
	color: #fff;
	}

/* links */
a {
	color: #5EA1D3;
	outline: none;
	}
a:hover {
	color: #247EB5;
	}
a:visited {
	color: #6FBBF1;
	}

/* headers */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #fff;
	text-shadow: #1B3B55 0 1px 1px;
	font-family: "Baskerville", Times, "Times New Roman", serif;
	}
h1 {
	font-size: 2.95em;
	}
h1.pagetitle {
	padding: .4em 0;
	}
h2 {
	font-size: 2.85em;
	line-height: 1.2em;
	font-style: italic;
	color: #fff;
	}
h2 em {
	color: #FEFB00;
	}
h2 span.amp {
	font-size: .9em;
	}
h3 {
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	}
h3.sectiontitle {
	margin-top: 1.5em;
  }
h4 {
	margin: 1.4em 0 0;
	font-size: 1.5em;
	font-style: italic;
	color: #FFF64F;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #161616;
	}

/* shims */
strong { font-weight: bold; }
em { font-style: italic; }
.clear { clear: both; }
.hide { display: none; }
.center { display: block; margin: 0 auto; }
.alert { color: red !important;}
ul li {
	font-size: 1.1em;
	}

/* typography */
span.amp {
	font-family: Palatino, "Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size: 110%;
	font-style: italic;
	}
span.apos {
	font-family:Garamond, Hoefler Text, Times New Roman, Times, serif;
	}



/*//	=MASTHEAD */

#masthead {
	height: 150px;
	background: #161616 url(../img/masthead-bg.jpg) repeat-x bottom center;
	}
#masthead_inner {
	margin: 0 auto;
	background: url(../img/masthead_inner-bg.jpg) no-repeat;
	text-align: left;
	}
#masthead h1 {
	float: left;
	height: 100px;
	width: 144px;
	margin-top: 24px;
	background: url(../img/logo.png) no-repeat 0 0;
	text-indent: -999em;
	}
#masthead h1 a {
	display: block;
	height: 75px;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	}

#nav {
	float: right;
	}
ul#nav {
	margin: 0;
	}
ul#nav li {
	float: left;
	list-style: none;
	}
#nav li a {
	display: block;
	float: left;
	height: 73px;
	padding: 60px 20px 15px;
	color: #FFF;
	font-size: 17px;
	line-height: 1em;
	text-decoration: none;
	text-shadow: #000 0 1px 1px;
	}
#nav li#nav_home a {
	color: #FFF64F;
	}
#nav li a small {
	display: block;
	padding-top: .1em;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: .7em;
	color: #ccc;
	}
#nav li a:hover {
	background: rgba(0,0,0,.2);
  }
#nav li a:hover small {
	color: #fff;
	}
body#home #nav li#nav_home a,
body#services #nav li#nav_services a,
body#portfolio #nav li#nav_portfolio a,
body.blog #nav li#nav_blog a,
body#about #nav li#nav_about a,
body#contact #nav li#nav_contact a {
	background: rgba(0,0,0,.25) url(../img/nav-arrow.png) no-repeat 15% 100%;
	}
body#home #nav li#nav_home a small,
body#services #nav li#nav_services a small,
body#portfolio #nav li#nav_portfolio a small,
body.blog #nav li#nav_blog a small,
body#about #nav li#nav_about a small,
body#contact #nav li#nav_contact a small {
  color: #fff;
	}
#nav li a.selected {
	
	}



/*//	=CONTENT */

#bento {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -16em auto;
	background: url(../img/content-bg.jpg) no-repeat 60% 0;
	}
p {
	margin-bottom: .8em;
	font-size: 1.1em;
	line-height: 1.3em;
	text-shadow: #1B3B55 0 1px 1px;
	}
#content ul li {
	margin-left: 20px;
	padding-left: 5px;
	text-shadow: #1B3B55 0 1px 1px;
	}
#content ul.lined li {
  margin: 0;
	padding: .4em 0;
	border-bottom: 1px solid #D8D8D3;
	}
div.colborder {
	border-color: #285477;
  }
hr {
	color: #285477;
  }

p.lined {
	line-height: 1.8em;
	}

.blurb p {
	margin-top: .3em;
	}

.videowrap {
	width: 480px;
	height: 270px;
	border: 1px solid #163147;
	}

/* homepage */
body#home #bento {
	background: url(../img/bg-home.jpg) no-repeat 60% 0;
	}
#recentwork {
	height: 350px;
	margin-bottom: 1em;
	}

/* slider */
.slider {
	position: relative;
	}
.slider .slider-wrapper {
	overflow: auto;
	position: absolute;
	top: 35px;
	left: 0;
	width: 950px;
	height: 315px;
	}
.slider .slider-wrapper ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999px;
	margin: 0;
	}
#content .slider ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 340px;
	width: 950px;
	margin: 0;
	}

.slider h3,
.slider p {
  margin-top: 0;
	color: #0F2232;
	text-shadow: #458ED0 0 1px 1px;
	}
.slider a {
	color: #000;
	}

.slider .arrow {
	display: block;
	position: absolute;
	top: 65px;
	height: 200px;
	width: 67px;
	background: url(../img/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
	}
.slider .forward {
	background-position: 0 0;
	right: -20px;
	}
.slider .back {
	background-position: -67px 0;
	left: -20px;
	}
.slider .forward:hover {
	background-position: 0 -200px;
	}
.slider .back:hover {
	background-position: -67px -200px;
	}

#thumbNav {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/slidernav-bg.png) no-repeat;
	height: 31px;
	width: 178px;
	}
#thumbNav a {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	margin: 6px 0 0 6px;
	background: url(../img/slider-button.png) no-repeat 0 -19px;
	text-indent: -999em;
	}
#thumbNav a:hover,
#thumbNav a.cur {
	background-position: 0 0;
	}

#start-stop {
	position: absolute;
	top: 0; 
	right: 0;
	color: white;
	padding: 5px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	}
#start-stop.playing {
	color: red;
	}
#start-stop:hover {
	background-image: none;
	}
.slider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto; border: 0;
	}
.slider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
	}


#intro h3 {
margin-top: 0;
	color: #FFFB57;
	text-shadow: #1B3B55 0 1px 1px;
	}
#intro p {
	color: #fff;
	text-shadow: #1B3B55 0 1px 1px;
	}

/* boxes */
.box {
	padding: 1.429em;
	background-color: #fff;
	}
.box h3 {
	padding: .4em;
	background: red;
	color: #fff;
	text-shadow: none;
	}
.box ul {
	margin: 0footer;
	list-style: none;
	}

/* portfolio */
#client_info {
	float: left;
	width: 20em;
	margin-right: 2em;
	}

ul#filter {
	list-style-type: none;
	margin-bottom: 1em;
}
ul#filter li,
ul#filter li a {
  display: inline;
  margin: 0;
  padding: 0;
	border: 0;
	font-size: 26px;
	font-style: italic;
	font-family: "Baskerville", Times, "Times New Roman", serif;
	font-weight: bold;
	color: #0F2232;
}
ul#filter li a {
	text-decoration: underline;
	text-shadow: #458ED0 0 1px 1px;
  }
ul#filter li a.current {
	color: ;
}
.portfolio_item {
	margin: 2em 0;
}

/* blog */
.post {
	width: 500px;
	}
#sidebar {
	margin-left: 650px;
	width: 300px;
	}
#sidebar ul {
	
	}



/*//	=FOOTER */

#sitefooter, #footer_push {
	clear: both;
	height: 300px;
	}
#sitefooter {
	padding-top: 3px;
	background: #1D1D1D url(../img/footer-bg.gif) repeat-x 0 0;
	}
#sitefooter_inner {
	height: 290px;
	margin: 1px auto 0 auto;
	background: transparent url(../img/footer_inner-bg.png) no-repeat;
	color: #FFF;
	}
#sitefooter h3 {
	margin: 0;
	padding-bottom: .2em;
	border-bottom: 1px solid #444;
	color: #FFF64F;
	}
#sitefooter div {
	padding-top: .5em;
	}
#sitefooter ul li {
	list-style-type: none;
	padding: .4em 0;
	border-bottom: 1px solid #222;
	}
#sitefooter p {
	margin-top: 1.2em;
	font-size: 12px;
	color: #4C4C4C;
	}
