/*
	----------------------------------------
	Mod7 CSS
	Sean Mitchell, sean@seanmitchell.ca
	07 / 02 / 10
	----------------------------------------
*/



/* RESET
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%;
}



/* BODY
---------------------------------------- */
body {
	background: #1E1E1E;
	color: #505050;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	/*text-rendering: optimizeLegibility;*/
	-webkit-text-stroke: 1px transparent;
}
@media only screen and (max-device-width:480px) {
	body {
		-webkit-text-stroke: 0 black;
	}
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #5A69B6;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
a, a:focus, a:active, input, select, textarea {
	outline: none;
}
	.group dd a:link,
	.group dd a:visited,
	.group dd a:active { color: #505050; text-decoration: none; }
	.group dd a:hover { color: #5A69B6; }
	



/* WRAPPER
---------------------------------------- */
#wrapper {
	margin: auto;
	text-align: left;
	width: 100%;
}



/* WRAPPER
---------------------------------------- */
div.wrapper {
	margin: auto;
	width: 976px;
}



/* UTILITIES
---------------------------------------- */
#utilities {
	border-bottom: 1px solid #FFF;
	float: left;
	width: 100%;
}
#utilities p {
	background: url(../_img/icon-tweet.png) 0 15px no-repeat;
	color: #FFF;
	float: left;
	font-size: 11px;
	line-height: 16px;
    padding: 15px 0 15px 21px;
	width: 600px;
}
#utilities p a {
	color: #969696;
}
#utilities p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#utilities ul {
	float: right;
	font-size: 11px;
	line-height: 22px;
    padding: 12px 0 12px 0;
}
#utilities li {
	border-right: 1px solid #3C3C3C;
	float: left;
	margin-right: 14px;
	padding-right: 16px;
}
#utilities li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
#utilities li a {
	color: #FFF;
	display: block;
	padding-left: 23px;
}
#utilities li a:hover,
#utilities li a.selected {
	color: #FF6600;
	text-decoration: underline;
}
#utilities #u-facebook a {
	background: url(../_img/icon-facebook.png) 0 3px no-repeat;
}
#utilities #u-twitter a {
	background: url(../_img/icon-twitter.png) 0 3px no-repeat;
}
#utilities #u-rss a {
	background: url(../_img/icon-rss.png) 0 3px no-repeat;
}
#utilities #u-contact a {
	background: url(../_img/icon-contact.png) 0 3px no-repeat;
}



/* HEADLINE
---------------------------------------- */
#headline {
	background: #FFF;
	border-top: 4px solid #EBEBEB;
	float: left;
	width: 100%;
}
#headline h1 {
	float: left;
	padding: 27px 0 30px 0;
	width: 976px;
}
#headline h1 a {
	background: url(../_img/logo.png) no-repeat;
	display: block;
	height: 52px;
	width: 138px;
}
#headline h2 {
	background: url(../_img/headline.png) no-repeat;
	display: block;
	float: left;
	height: 158px;
	padding-bottom: 31px;
	width: 976px;
}
#headline span {
	display: none;
}



/* MENU
---------------------------------------- */
#menu {
	background: #EBEBEB;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	float: left;
	width: 100%;
	z-index: 1000;
}
#menu.dock {
	position: fixed;
	top: 0;
}
#menu div.wrapper {
	width: 980px;
}
#menu ul {
	border-left: 2px solid #FFF;
	float: left;
	padding: 59px 0 20px 0;
	width: 324px;
}
#menu li {
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	padding-left: 20px;
	text-transform: uppercase;
}
#menu li a {
	color: #505050;
}
#menu li a:hover {
	color: #5A69B6;
}
#menu #m-skills {
	background: url(../_img/menu-skills.png) 8px 14px no-repeat #F5F5F5;
}
#menu #m-do {
	background: url(../_img/menu-do.png) 8px 14px no-repeat #F5F5F5;
}
#menu #m-you {
	background: url(../_img/menu-you.png) 8px 14px no-repeat #F5F5F5;
	border-right: 2px solid #FFF;
}



/* CONTENT
---------------------------------------- */
#content {
	background: #FFF;
	border-bottom: 4px solid #EBEBEB;
	float: left;
	width: 100%;
}
#content.dock {
	padding-top: 113px;
}
#content h4 {
	color: #5A69B6;
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
}
#content h4 a {
	color: #5A69B6;
}
#content h4 a:hover {
	color: #1E1E1E;
}
#content h5 {
	color: #5A69B6;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
}
#content h5 a {
	color: #5A69B6;
}
#content h5 a:hover {
	color: #1E1E1E;
}
#content h6 {
	color: #505050;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}
#content h6 a {
	color: #5A69B6;
}
#content h6 a:hover {
	color: #1E1E1E;
	text-decoration: underline;
}
#content dl {
	padding-bottom: 13px;
}
	#content dl.bump {
	margin-top: 29px;
	}
#content dt {
	color: #505050;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 5px;
}
#content p {
	padding-bottom: 13px;
}



/* SLIDESHOW
---------------------------------------- */
#slideshow {
	background: #F5F5F5;
	float: left;
	width: 100%;
}
#slideshow div.wrapper {
	width: 980px;
}
#slideshow.dock div.items {
	position: static !important;
}
#slideshow div.scrollable {
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	float: left;
	height: 480px;
	overflow: hidden;
	position: relative;
	width: 976px;
}
#slideshow div.items {
	clear: both;
	position: absolute;
	width: 20000em;
}
#slideshow div.entry {
	float: left;
	width: 976px;
}
#slideshow img {
	background: #EBEBEB;
	display: block;
	height: 480px;
	width: 976px;
}



/* CONTROLLER
---------------------------------------- */
#controller {
	float: left;
	padding: 12px 0 0 0;
	width: 100%;
}
div.navi {
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	float: left;
	padding: 2px 14px 2px 14px;
}
div.navi a {
	background: url(../_img/icon-navi.png) no-repeat;
	display: block;
	float: left;
	height: 16px;
	margin: 0 2px 0 2px;
	width: 16px;
}
div.navi-prev {
	float: left;
	padding: 2px 19px 2px 387px;
}
div.navi-prev span {
	display: none;
}
div.navi-prev a.prev {
	background: url(../_img/icon-prev.png) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}
div.navi-next {
	float: left;
	padding: 2px 0 2px 19px;
}
div.navi-next span {
	display: none;
}
div.navi-next a.next {
	background: url(../_img/icon-next.png) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}



/* MAIN
---------------------------------------- */
#main {
	float: left;
	padding-right: 32px;
	width: 640px;
}



/* SIDE
---------------------------------------- */
#side {
	float: left;
	width: 304px;
}



/* GROUP
---------------------------------------- */
div.group {
	border-top: 2px solid #EBEBEB;
	float: left;
}
div.group:first-child {
	border: none;
}
#main div.group {
	width: 640px;
}
#side div.group {
	width: 304px;
}
#main div.group dl {
	float: left;
	width: 192px;
	padding-right: 32px;
}
#main div.group dl:last-child {
	padding-right: 0;
}



/* TITLE
---------------------------------------- */
div.title {
	padding: 50px 0 10px 0;
}
div.title h3 {
	display: block;
	height: 45px;
	font-size: 24px;
	font-family: universe-light, Helvetica, Arial;
	font-weight: light;
	color: #000;
}/*
div.title h3 span {
	display: none;
}*/
div.title h3 a {
	display: block;
	height: 45px;
	color: #000;
}
#main div.title {
	width: 640px;
}
#side div.title {
	width: 304px;
}/*
#approach div.title h3 {
	background: url(../_img/title-approach.png) no-repeat;
}
#awards div.title h3 {
	background: url(../_img/title-awards.png) no-repeat;
}
#clients div.title h3 {
	background: url(../_img/title-clients.png) no-repeat;
}
#facebook div.title h3 {
	background: url(../_img/title-facebook.png) no-repeat;
}
#featured-post div.title h3 {
	background: url(../_img/title-featured-post.png) no-repeat;
}
#featured-work div.title h3 {
	background: url(../_img/title-featured-work.png) no-repeat;
}
#industries div.title h3 {
	background: url(../_img/title-industries.png) no-repeat;
}
#infamous div.title h3 {
	background: url(../_img/title-infamous.png) no-repeat;
}
#recent div.title h3 {
	background: url(../_img/title-recent.png) no-repeat;
}*/
#recent div.title h3 a {
	width: 220px;
}
/*
#services div.title h3 {
	background: url(../_img/title-services.png) no-repeat;
}
#talking div.title h3 {
	background: url(../_img/title-talking.png) no-repeat;
}
#twitter div.title h3 {
	background: url(../_img/title-twitter.png) no-repeat;
}*/
#twitter div.title h3 a {
	width: 222px;
}/*
#weird div.title h3 {
	background: url(../_img/title-weird.png) no-repeat;
}*/



/* MAIN / PROJECT
---------------------------------------- */
#main div.project {
	float: left;
	width: 192px;
	padding: 0 32px 20px 0;
}
#main div.project h5 {
	padding-bottom: 5px;
}
#main div.project p {
	padding-bottom: 6px;
}
#main div.last {
	padding: 0 0 20px 0;
}

.featured-work-divider {
	height: 2px;
	padding: 0;
	margin: 0;
	margin-bottom: 22px;
	background-color: #ebebeb;
	clear: both;
}


/* MAIN / IMAGE
---------------------------------------- */
#main div.image {
	display: block;
	padding-bottom: 16px;
}
#main div.image a img {
	border: 2px solid #EBEBEB;
	display: block;
	padding: 2px;
}
#main div.image a img:hover {
	border: 2px solid #1E1E1E;
}



/* MAIN / FEATURED-POST
---------------------------------------- */
#main #featured-post div.post {
	padding: 4px 0 20px 0;
}
#main #featured-post h4 {
	padding-bottom: 13px;
}
#main #featured-post p {
	padding-bottom: 10px;
}



/* MAIN / APPROACH
---------------------------------------- */
#main #approach div.post {
	padding: 4px 0 20px 0;
}
#main #approach h4 {
	padding-bottom: 4px;
}
#main #approach p {
	padding-bottom: 10px;
}



/* MAIN / AWARDS
---------------------------------------- */
#main #awards dd {
	font-size: 11px;
	line-height: 16px;
	background: url(../_img/icon-bullet.png) 0 5px no-repeat;
	padding: 0 0 6px 12px;
}



/* SIDE / POST
---------------------------------------- */
#side div.post {
	background: url(../_img/divide.png) repeat-x;
	float: left;
	padding: 21px 0 20px 0;
	width: 304px;
}
#side div.post:first-child {
	background: none;
}
#side div.post h5 {
	padding-bottom: 2px;
}
#side div.post p {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0;
}



/* SIDE / TALKING
---------------------------------------- */
#side #talking ul {
	padding: 2px 0 18px 0;
	width: 304px;
}
#side #talking li {
	background: url(../_img/icon-category.png) 0 6px no-repeat;
	padding-left: 17px;
}
#side #talking li a {
	color: #5A69B6;
	font-weight: bold;
	text-transform: lowercase;
}
#side #talking li a:hover {
	color: #1E1E1E;
}
#side #talking li span {
	font-size: 11px;
	line-height: 16px;
}



/* SIDE / INFAMOUS
---------------------------------------- */
#side #infamous h5 {
	padding-bottom: 12px;
	width: 304px;
}
#side #infamous h6 {
	background: url(../_img/divide.png) repeat-x;
	padding-top: 21px;
	width: 304px;
}
#side #infamous h5 {
	padding-bottom: 18px;
}
#side #infamous p {
	padding: 3px 0 18px 0;
	width: 304px;
}



/* SIDE / TWEET
---------------------------------------- */
#side div.tweet {
	background: url(../_img/divide.png) repeat-x;
	float: left;
	padding: 21px 0 20px 0;
	width: 304px;
}
#side div.tweet h6 {
	padding-top: 4px;
}
#side div.tweet p {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0;
}



/* SIDE / FACEBOOK
---------------------------------------- */
#side #facebook {
	padding: 4px 0 40px 0;
}
#side #facebook iframe {
	display: block;
	border: 4px solid #F5F5F5;
	width: 296px;
	height: 330px;
}

/* SIDE / ENEWSLETTER
---------------------------------------- */
#side #enewsletter {
	
}
	#side #enewsletter-form {
		border: solid 4px #f5f5f5;
	}
		#side #enewsletter-form #enewsletter-form-field {
			width: 190px;
			padding: 5px 6px;
			-moz-padding: 5px 5px;
			border: solid 1px #ccc;
			font-size: 11px;
			color: #ccc;
		}
		#side #enewsletter-form #enewsletter-form-submit {
			padding: 5px 6px;
			font-size: 11px;
			border: solid 1px #ccc;
			background-color: #ccc;
			color: #fff;
			text-transform: uppercase;
		}
		#side #enewsletter-form-container {
			padding: 12px;
			border: solid 1px #ebebeb;
			font-size: 11px;
		}
		#side #enewsletter-form-success, #side #enewsletter-form-error {
			margin-top: 4px;
			margin-bottom: -4px;
			line-height: 12px;
		}
		#side #enewsletter-form-success {
			display: none;
			color: #82bc6c;
		}
		#side #enewsletter-form-success img {
			margin-right: 14px;
		}
		#side #enewsletter-form-error {
			display: none;
			color: #cc3939;
		}


/* CONTACT
---------------------------------------- */
#contact {
	border-top: 1px solid #FFF;
	float: left;
    padding: 32px 0 32px 0;
	width: 100%;
}
#contact dl {
	border-right: 2px solid #3C3C3C;
	color: #FFF;
	float: left;
    padding: 10px 24px 10px 24px;
	width: 276px;
}
#contact dl:last-child {
	border: none;
}
#contact dt {
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 5px;
}
#contact a {
	color: #969696;
}
#contact a:hover {
	color: #FFF;
}