/*
	----------------------------------------
	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; }
label {
	font-style: italic;
	color: #B5B5B5;
}
dd {
	font-size: 12px;
	line-height: 16px;
	background: url(../_img/icon-bullet.png) 0 5px no-repeat;
	padding: 0 0 6px 12px;
}

.clear {
	clear: both;
}


/* 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;
}

/* CONTENT
---------------------------------------- */
#content {
	background: #FFF;
	border-bottom: 4px solid #EBEBEB;
	float: left;
	width: 100%;
}
#content.dock {
	padding-top: 113px;
}
#content h4 {
	color: #5A69B6;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
}
#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;
}

/* 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;
}

/* 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 {
	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 / 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;
}

/* 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 dl dd {
	background: none;
	padding: 0;
}

#contact a {
	color: #969696;
}
#contact a:hover {
	color: #FFF;
}