body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
}

/* ---------------------------- TEXT & LINKS */

h1{
	font-size: 30px;
}

h2{
	font-size: 24px
}

h3{
	font-size: 20px;
	font-weight: bold;
}

h4{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #333333;
}

p{
	line-height: 16px;
	font-size: 12px;
	color: #333333;
}

a{
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover{
	color: #000000;
}

a:active{
}

/* ---------------------------- FORMATTING */

#container{
	width: 960px;
	margin: auto;
	border-top: 5px solid #000000;
	position: relative;
}

#top-content {
	float: left;
}


#content {
	float: left;
	margin-top: 200px;	
}

/* ---------------------------- HEADER & NAVIGATION */

#header{
	height: 180px;
	float: left;
}

#image{
	width: 230px;
	float: left;
	margin-right: 20px;
}

#image a{
	margin: 133px 0 0 0;
	display: block;
	opacity: 0.2;
}

#image a:hover{
	opacity: .8;
}	

#navigation{
	float: right;
	padding-top: 100px;
	width: 710px;
	font-size: 14px;
}

#navigation ul li a{
	float:left;
	margin-right:20px;
	padding:10px 0;
	width:160px;
	border-bottom:1px solid #CCCCCC;
}

#navigation #nav-contact a{
	margin-right: 0px;	
}

#navigation ul li a:hover{
	border-bottom: 3px solid #000000;
	padding-bottom: 8px;
	color: #000000;
}

#navigation ul li a:active{
	border-bottom: 5px solid #000000;
	padding-bottom: 6px;
}

#navigation .selected{
	border-bottom: 3px solid #000000;
	font-weight: bold;
	padding-bottom: 8px;
}

#hero{
	width: 940px;
	height: 250px;
	margin: 0 10px 35px 10px;
	background-color: #F7F7F7;
}

#hero-image{
	background: #F7F7F7 url(../images/benji_hero_animations.gif) no-repeat scroll 0 35px;
	height: 170px;
	margin-left: 240px;
	width: 380px;
}

/* ---------------------------- TEXT */

.hero-text {
	padding-top: 175px;
	width: 275px;
}

.action-item{
	font-weight: bold;
	color: #000000;
}

/* ---------------------------- MODULES */

#module{
	margin: 0 10px 50px;
	float: left;
}

#module-list{
	margin-top: 40px;
}

.two-column{
	width: 460px;
}

.four-column{
	width: 220px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 16px;
}

.four-column:hover{
	border-bottom: 3px solid #000000;
	padding-bottom: 14px;
}

.four-column:active{
	border-bottom: 5px solid #000000;
	padding-bottom: 12px;
}

#module.two-column.four-column{
	margin: 0 0 100px 0;
}

#intro-container{
	width:960px;
	float: left;
	padding-top: 3px;
	border-top: 3px solid #000000;
}

.intro{
	margin: 70px 0 25px 250px;
	width: 500px;
	float: left;
}

.anchor-links{
	float: left;
	margin: 10px 20px 0 0;
	width: 160px;
}

.intro li{
	float: left;
	margin-right: 3px;
}

.single-intro{
	margin: 0 0 25px 250px;
	width: 500px;
	float: left;
}

#intro-container .single-intro {
	margin: 0 0 25px 0;
}

.chunk{
	width: 950px;
	border-top: 1px solid #CCCCCC;
	margin: 0 10px;
	padding-bottom: 30px;
	float: left;
}

#anchor{
	margin-top: 35px;
}

.contact-chunk{
	border-top: none;
	padding: 30px 0;
	margin: 0 10px;
	width: 950px;
	float: left;
}

.case-study{
	width: 210px;
	margin-right: 20px;
	float: left;
}

.web .case-study {
	width: 185px;
}

.case-study a:hover{
	color: #000000;
}

.case-study .link-arrow, #module .link-arrow{
	display: none;
}

.case-study a:hover img, #module a:hover img{
	display: inline;
}

.timestamp{
	color: #666;
	margin-top: -2px;
}

.description{
	color: #333;
	padding: 16px 0 10px;
}

#contact-info .description{
	padding: 16px 0 0 0;
}

.case-study .arrow-list{
	list-style-image: url(../images/arrow_bullet.gif);
	color: #333333;
	margin-left: 16px;
	padding-bottom: 2px;
}

.case-study ul{
	padding-bottom: 6px;
}

.link a{
	line-height: 24px;
	padding: 2px 4px;
	background-color: #ECECEC;
}

.link a:hover{
	color: #FFFFFF;
	background-color: #333333;
}

.visuals{
	float: left;
	width: 720px;
}

.single-visual {
	float: left;
	width: 710px;
	margin-left: 10px;
}

.single-visual img {
	max-width: 710px;
	float: right;
}

.web .visuals{
	float: left;
	width: 720px;
}

.web .single-visual {
	float: left;
	width: 710px;
	margin-left: 10px;
}

.web .single-visual img {
	float: left;
	max-width: 2000px;
}

.web .screens {
	margin-left: -269px;
}

.contact-form {
	background: #F7F7F7;
	width: 520px;
	float: left;
	margin: 0 10px;
}

.contact-form form{
	padding: 25px 0 10px 0;
}

.contact-form input {
	margin-bottom: 10px;
	height: 16px;
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 7px;
	width: 200px;
}

.contact-form label{
	text-align: right;
	padding: 8px 15px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width: 160px;
	float: left;
	
}

.contact-form textarea {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 7px;
}

.contact-form #submit-button {
	text-indent: - 9999px;
	background: url(../images/form_send-message.gif) no-repeat #F7F7F7 0 0;
	height: 28px;
	width: 129px;
	margin: 10px 0 0 260px;
}

.contact-form #submit-button:hover {
	background: url(../images/form_send-message_over.gif)  no-repeat #F7F7F7 0 0;
	cursor: pointer;
}
.contact-form #error {
	margin-left: 175px;
	font-size: 12px;
	font-weight: bold;
	color: #DD0000;
	padding: 5px 0 15px 0;
}

.contact-form input .error {
	border: 1px solid #DD0000;
}

#form-thanks {
	padding: 20px;
}

.visual-thumbnail{
	width: 240px;
	float: left;
}

.visual-thumbnail img{
	width: 120px;
	float: left;
}

.top-link{
	float: right;
	width: 35px;
}

.top-link .link a{
	background-color: #FFFFFF;
}

.top-link .link a:hover{
	background-color: #333333;
	color: #FFFFFF;
}

.back-arrow {
	padding: 0 2px 1px 0;
}

#footer{
	border-bottom: 5px solid #000000;
	height: 10px;
	width: 940px;
	padding: 10px;
	float: left;
}

/* ---------------------------- IMAGES */

.flickr-thumbnail img {
	border: 1px solid #FFFFFF;
	margin: 0 11px;
	width: 156px;
}

.flickr-thumbnail img:hover {
	border: 1px solid #333333;
}

.flickr-thumbnail {
	background: url(../images/flickr_thumb_bg_tile.gif) #FFFFFF repeat-y 0 0;
	width: 180px;
	float: left;
}

.flickr-thumbnail .top{
	height: 11px;
	width: 180px;
	background: url(../images/flickr_thumb_top.gif) #FFFFFF no-repeat 0 0;
}

.flickr-thumbnail .bottom{
	height: 11px;
	width: 180px;
	background: url(../images/flickr_thumb_bottom.gif) #FFFFFF no-repeat 0 0;
}

.polaroid-thumbnail{
	width: 160px;
	margin: 0 8px;
}

.polaroid{
	width: 520px;
	margin: 0 10px;
}

.works-image img {
	border: 1px solid #FFFFFF;
	margin: 0 11px;
	width: 516px;
}

.works-image img:hover {
	border: 1px solid #333333;
}

.works-image {
	background: url(../images/works_bg_tile.gif) #FFFFFF repeat-y 0 0;
	width: 540px;
	float: left;
}

.works-image .top{
	height: 11px;
	width: 540px;
	background: url(../images/works_bg_top.gif) #FFFFFF no-repeat 0 0;
}

.works-image .bottom{
	height: 11px;
	width: 540px;
	background: url(../images/works_bg_bottom.gif) #FFFFFF no-repeat 0 0;
}

.works-image .overlay{
	background: #000000;
	position: absolute;
	display: none;
	color: #FFFFFF;
	padding: 7px 10px;
	margin: 15% 25%;
}

.works-image a:hover .overlay{
	display: inline;
}

.module-thumbnail img{
	width: 216px;
	border: 1px solid #FFFFFF;
	margin: 0 11px;
}

.module-thumbnail img:hover{
	border: 1px solid #333333;
}

.module-thumbnail .top{
	height: 11px;
	width: 240px;
	background: url(../images/module_thumb_top.gif) #FFFFFF no-repeat 0 0;
}

.module-thumbnail {
	background: url(../images/module_thumb_bg_tile.gif) #FFFFFF repeat-y 0 0;
	width: 240px;
	float: left;
	margin: 39px -11px;
}

.module-thumbnail .bottom{
	height: 11px;
	width: 240px;
	background: url(../images/module_thumb_bottom.gif) #FFFFFF no-repeat 0 0;
}

/* ---------------------------- LISTS */

.row-divide-list {
	border-top: 1px solid #EBEBEB;
	margin: -2px 0 37px 0;
	line-height: 34px;
}

.row-divide-list li{
	border-bottom: 1px solid #EBEBEB;
	color: #666666;
}

#elsewhere{
	display:block;
	float:left;
	margin-left: 10px;
	position:relative;
	width:160px;
}

#elsewhere h4{
	padding: 6px 0 17px 0;
}

#links{
	list-style:none;
	list-style-position:inside;
}

#links li{
	margin-bottom: 10px;
}

#links a{
	padding: 4px 5px 4px 25px;
	color: #000;
	background-position: 3px 3px;
}

#links a:hover{
	background-color: #e9e9e9;
	padding: 4px 5px 3px 25px;
	font-weight: bold;
	color: #000;
}

#flickr{
	background: url(../images/social/flickr.gif) no-repeat;
}

#facebook{
	background: url(../images/social/facebook.gif) no-repeat;
}

#linkedin{
	background: url(../images/social/linkedin.gif) no-repeat;
}

#twitter{
	background: url(../images/social/twitter.gif) no-repeat;
}

#vimeo{
	background: url(../images/social/vimeo.gif) no-repeat;
}

#delicious{
	background: url(../images/social/delicious.gif) no-repeat;
}


/*-------- rollover links----------*/

#flickr:hover{
	background: url(../images/social/flickr_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#facebook:hover{
	background: url(../images/social/facebook_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#linkedin:hover{
	background: url(../images/social/linkedin_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#twitter:hover{
	background: url(../images/social/twitter_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#vimeo:hover{
	background: url(../images/social/vimeo_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#delicious:hover{
	background: url(../images/social/delicious_over.gif) #e9e9e9 no-repeat 3px 3px;
}

/* ---------------------------- PLUGINS */

#tweet {
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	margin: -2px 0 9px;
	padding: 8px 0;
	height: 43px;
}

#tweet a{
	font-size: 11px;
	color: #999999;
}

#tweet a:hover{
	color: #000000;
}

#flickr-feed{
	height: 73px;
	overflow: hidden;
	margin-bottom: 35px;
}

#flickr-feed li{
	display: inline;
	float: left;
}

#flickr-feed img{
	width: 61px;
}

#flickr-feed a {
	border: 1px solid #EBEBEB;
	display: block;
	margin: 2px;
	padding: 3px;
}

#flickr-feed a:hover {
	border-color: #CCCCCC;
