body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", "Ludica Grande", Arial, sans-serif;
	color: #000;
	font-size: 18px;
	background: #f6f6f6 url(/images/backgrounds/page.jpg) repeat-x scroll left top;
}

a, a:visited {
	color: #09f;
	text-decoration: underline;
}
a:hover, a:active {
	color: #f06;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: normal;
  font-family: Georgia, Times, serif;
  line-height: 1.4em;
  color: #f06;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

p {
	font-size: 16px;
}

strong {
  font-weight: bold;
}

div.header {
  background-color: #333;
  border-bottom: 1px solid #fff;
}

div.navbar {
  background-color: #f06;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

div.navbar div.contact {
  padding: 13px 0 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: right;
}

div.navbar div.contact a {
  color: #fff;
  text-decoration: none;
}

div.navbar div.contact a:hover {
  color: #000;
  text-decoration: underline;
}

div.navbar div.contact span.phone {
  display: block;
  float: left;
}

ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	float: right;
}

ul.nav li {
  font-size: 18px;
  display:inline;
  margin: 0;
  text-transform: uppercase;	
}

ul.nav li a, ul.nav li a:active, ul.nav li a:link {
  padding: 14px 10px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

ul.nav li a:hover {
  color: #000;
}

ul.nav li a.selected, ul.nav li a.selected:hover {
	background: #fff url(/images/backgrounds/selected_nav.jpg) repeat-x scroll left bottom;
	color: #f06;
	text-shadow: 0px 1px 1px #999;
}

ul.nav { margin-bottom: 0; }

.logo {
  padding: 5px 30px 0 0;
  background: transparent url(/images/backgrounds/logo.png) no-repeat scroll right center;
}

.main {
	background-color: #fff;
	padding: 30px 0 40px;
}

.intro {
  padding: 5px 0 3px 0;
  background: #333 url(/images/backgrounds/intro.gif) repeat-x scroll left top;
}

.intro .statement {
  font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #ccc;
	padding: 25px 0 25px 0px;
	margin: 0;
	line-height: 1.4em;
	text-align: justify;
	text-shadow: 1px 1px 2px #000;  
}

.intro .statement a, .intro .statement a:visited {
  color: #0cf;
}

.intro .statement strong {
  font-size: 22px;
  color: #fff;
}

.service {
  padding-bottom: 20px;
}

.service p {
  padding: 0;
  font-size: 16px;
}

.team p {
  font-size: 14px;
  line-height: 1.4em;
}

.team .avatar {
  width: 60px;
  float: left;
  margin-right: 10px;
  font-size: 11px;
}

.team .avatar a {
  width: 60px;
  height: 60px;
  display: block;
}

.team .avatar a img {
  display: block;
}

.team .avatar.erica a span {
  display: none;
}

.team .avatar a {
  text-indent: -9999px;
}
.team .avatar a:focus{ outline:0 }

.team .avatar.erica a {
  background: transparent url(/images/avatars/background/erica.jpg) no-repeat scroll left top;
}
.team .avatar.sam a {
  background: transparent url(/images/avatars/background/sam.jpg) no-repeat scroll left top;
}
.team .avatar.joff a {
  background: transparent url(/images/avatars/background/joff.jpg) no-repeat scroll left top;
}
.team .avatar.dom a {
  background: transparent url(/images/avatars/background/dom.jpg) no-repeat scroll left top;
}

.team .avatar a:hover {
  background-position: left -60px;
}

.team, .testimonials {
  margin-top: 30px;
}

.testimonials blockquote {
  font-size: 16px;
  font-style: italic;
  line-height: 1.4em;
  margin: 0 0 30px;
  color: #000;
}

.testimonials cite {
  display: inline;
  margin: 0 10px 30px 0;
  padding: 0;
  font-size: 12px;
  font-style: italic;
  text-align: left;
  color: #666;
}

.footer {
	color: #FFF;
	padding: 30px 0 40px;
	border-top: 2px solid #000;
	background: #333 url(/images/backgrounds/footer.jpg) repeat-x scroll left bottom;
}

.footer h3 {
  color: #fff;
  text-shadow: 0px 1px 2px #000;
}

.member {
	margin-bottom: 80px;
}

.member h2 {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1.1em;
}

.member .role {
  margin: 0 0 10px 0;
  padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	color: #333;
}

.member p {
	font-size: 15px;
	margin-bottom: 6px;
}

.member dl {
  font-size: 14px;
  line-height: 1.3em;
  padding-bottom: 40px;
  background: #fff url(/images/backgrounds/service.jpg) no-repeat scroll -50px bottom;
}

.team .member img {
	margin-top: 13px;
}

.footer .flickr-stream a img {
  margin-right: 9px;
  border: 1px solid #666;
}

.footer .flickr-stream a:hover img {
  border: 1px solid #fff;
}

ul.twitter {
	list-style-type: none;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 14px;
}

ul.twitter li {
	margin: 0 0 10px 0;
}

.newsletter-signup form {
	margin: 14px 0 0 0;
	padding: 0;
}

.newsletter-signup input.text {
	border: none;
	height: 20px;
	width: 200px;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	padding: 4px;
	float:left;
	border: 1px solid #fff;
}

.newsletter-signup input.button {

}

.projects img {
	border: 4px solid #efefef;
}

.project {
	padding: 20px 0;
	margin: 20px 0 30px;
}

.contact img {
	margin-top: 20px;
}

.contact input.text {
	width: 300px;
	height: 26px;
	font-size: 22px;
	padding: 6px;
	border: 6px solid #ccc;
	font-family: Georgia, Times, sans-serf;
}

.contact textarea {
	width: 400px;
	height: 140px;
	font-size: 22px;
	padding: 6px;
	border: 6px solid #ccc;
	font-family: Georgia, Times, sans-serf;
}

.contact input.button {
	height: 46px;
	font-family: Georgia, Times, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #f06;
}

/* lists */
dl {
	margin: 0;
	padding: 10px 0;
}
dl dt {
	margin: 0 0 2px 0px;
	padding: 0px 0 0 0;
	width: 70px;
	float: left;
	clear: left;
}
dl dd {
	margin: 0 0 2px 0px;
	padding: 0px;
}

/* 960 Hack */
.container_12 .grid_8.omega.nav_container { width: 640px; }

/* Vimeo */
.vimeoBadge { margin: 0; padding: 0; font: normal 11px verdana,sans-serif; }
.vimeoBadge a img { border: 1px solid #666; }
.vimeoBadge a:hover img { border: 1px solid #fff; }
.vimeoBadge .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active { color:#3A75C4; text-decoration:none; cursor:pointer; }
.vimeoBadge a:hover { color:#00CCFF; }
.vimeoBadge #vimeo_badge_logo { margin-top:10px; width: 57px; height: 16px; }
.vimeoBadge #vimeo_badge_logo img { border: none; }
.vimeoBadge .credit { font: normal 11px verdana,sans-serif; }
.vimeoBadge .clip { padding:0; float:left; margin:0 10px 10px 0; width:100px; line-height:0; }
.vimeoBadge .caption { font: normal 11px verdana,sans-serif; overflow:hidden; width:100px; }
.vimeoBadge .clear { display: block; clear: both; visibility: hidden; }