/* GLOBAL RESETS
---------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	margin-bottom: 50px;
}
body {
	font: normal 11px/18px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
	color: #666;
	background-color: #000;
	margin: 0 50px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
}

img {
	display: block;
	border: none;
}

/* TYPOGRAPHY
---------------------------------------------------------------------------*/
h5 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
}
h6 {
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	text-shadow: #333 2px 2px 2px;
}

a:link,
a:visited {
	text-decoration: none;
	color: #666;
}
a:focus {
	outline:none;
}
a:hover {
	color: #acacac;
}
a img {
	border: none;
}
p.description {
	margin:10px 0px;
}
/* COMMON CLASSES
---------------------------------------------------------------------------*/
.center {
	width:900px;
	margin:0px auto;
}
.hideText {
	text-indent:-9999px;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
}
.homevideo {
	margin-bottom:20px;
	width:640px;
	height:376px;
	border-bottom:none;
}
/* STRUCTURE
---------------------------------------------------------------------------*/
#header {
	border-bottom:1px solid #5E5E5E;
}
#header .logo {
	background:url(../images/header.gif) 0 center no-repeat;
	display:block;
	margin-left:10px;
	height: 125px;
	width:134px;
}

#crumbs {
	margin:5px 0 0 10px;
}
#crumbs li {
	float: left;
	background:none;
	padding-right: 3px;
}
#crumbs li a.on {
	color: #acacac;
	cursor: default;
}

/* content */
#content {
	padding: 50px 0px 100px 10px;
}
#content a.thumbnail {
	float:left;
	width:130px;
	height:130px;
	margin-right:10px;
	line-height:11px;
}
#content a.thumbnail * {
	cursor:pointer;
}
#content a.thumbnail div.image {
	margin-bottom:10px;
	position:relative;
}
#content a.thumbnail div.image img.thumbnail {
	opacity: 1;
	-webkit-transition: opacity .5s linear;
}
#content a.thumbnail div.image div.overlay {
	display:none;
	position:absolute;
	width:130px;
	height:65px;
}
#content a.thumbnail:hover div.image img.thumbnail {
	filter: alpha( opacity=20 );
	opacity: .2;
}
#content a.thumbnail:hover div.image div.overlay {
	display:block;
}
#content a.thumbnail div.image div.overlay.file {
	background:url(../images/file_overlay.png) center center no-repeat;
}
#content a.thumbnail div.image div.overlay.mov {
	background:url(../images/mov_overlay.png) center center no-repeat;
}
#content a.thumbnail .subtitle {
	font-size:9px;
}
#content .asset {
	margin-bottom:20px;
}
#content .asset .nav {
	text-align:right
}
#left-content {
	width: 265px;
	float: left;
}
#right-content {
	width: 565px;
	margin: 0 0 20px 50px;
	float: left;
}
.gallery #left-content,
.work #left-content {
	width:200px;
}
.gallery #right-content,
.work #right-content {
	width:640px;
}
/* asset */
a.website {
	text-decoration:underline;
}
/* content - end */

/* custom pages */
.campaignstrategy #left-content {
	width:540px;
}
.campaignstrategy #right-content {
	width:300px;
}
.campaignstrategy ul {
	list-style-position:inside;
	list-style-type:circle;
}
.campaignstrategy ul li {
	padding-left:20px;
}