/* STYLESHEET / CLIENT: EVERYBODY'S / MEDIA: ALL / AUTHOR: STUDIO JUICE (www.studiojuice.com) /
-----------------------------------------------------------------------------------------------*/
body {
	background: #FFF;
	margin-top: 55px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
}
/* ANCHORS
-----------------------------------------------------------------------------------------------*/
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#news #content a:hover,
#newsArticle #content a:hover{
	color: #E41B5B;
}
#creatives #content a:hover,
#creativesProfile #content a:hover{
	color: #DB6D2C;
}
#people #content a:hover {
	color: #52b13d;
}
#contact #content a:hover {
	color: #ce0d22;
}
/* GLOBAL
-----------------------------------------------------------------------------------------------*/
abbr {
	border: 0px;
	font-weight: bold;
}
img {
	border: 0px;
}
.clear {
	clear: both;
}
/* CONTAINER
-----------------------------------------------------------------------------------------------*/
#container {
	background: url(../images/everybody-s.jpg) top right no-repeat;
	width: 800px;
	padding-top: 66px;
	padding-right: 66px;
	padding-bottom: 33px;
	padding-left: 66px;
	margin: auto;
}
/* HEADER
-----------------------------------------------------------------------------------------------*/
#header {
	width: 800px;
	height: 200px;
}
/* NAV
-----------------------------------------------------------------------------------------------*/
#nav {
	height: 147px;
	margin-top: 19px;
}
#nav a {
	display: block;
	line-height: 20px;
	font-weight: normal;
	border-bottom: #666666 1px solid;
	text-decoration: none;
	color: #333333;
}
#nav .home a:hover {
	color: #fcde24;
	border-bottom: #fcde24 1px solid;
}
#nav .about a:hover {
	color: #00A0C6;
	border-bottom: #00A0C6 1px solid;
}
#nav .news a:hover {
	color: #E41B5B;
	border-bottom: #E41B5B 1px solid;
}
#nav .creatives a:hover{
	color:#DB6D2C;

}
#nav .people a:hover {
	color: #75BE1E;
	border-bottom: #75BE1E 1px solid;
}
#nav .contact a:hover {
	color: #c63032;
	border-bottom: #c63032 1px solid;
}
#home #nav .home a {
	cursor: default;
	color: #fcde24;
	border-bottom: #fcde24 1px solid;
}
#about #nav .about a {
	cursor: default;
	color: #00A0C6;
	border-bottom: #00A0C6 1px solid;
}
#news #nav .news a,
#newsArticle #nav .news a {
	cursor: default;
	color: #E41B5B;
	border-bottom: #E41B5B 1px solid;
}
#creatives #nav .creatives a,
#creativesProfile #nav .creatives a{
	cursor: default;
	color: #DB6D2C;
	border-bottom: #DB6D2C 1px solid;
}

#people #nav .people a {
	cursor: default;
	color: #75BE1E;
	border-bottom: #75BE1E 1px solid;
}
#contact #nav .contact a {
	cursor: default;
	color: #c63032;
	border-bottom: #c63032 1px solid;
}
#about #nav .back a:hover {
	color: #00A0C6;
}
#news #nav .back a:hover,
#newsArticle #nav .back a:hover{
	color: #E41B5B;
}
#creatives #nav .back a:hover,
#creativesProfile #nav .back a:hover{
	color:#DB6D2C;
}
#people #nav .back a:hover {
	color: #75BE1E;
}
#contact #nav .back a:hover {
	color: #c63032;
}
/* COLUMN
-----------------------------------------------------------------------------------------------*/
#column {
	width: 200px;
	height: 400px;
	float: left;
}
#column #contactDetails {
	height: 156px;
	margin-top: 14px;
}
#column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: #666666 1px solid;
	color: #333333;
}
#column li {
	height: auto;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: #666666 1px solid;
}
#column li.empty {
	height: 25px;
	border-bottom: #666666 1px solid;
}
#column li.social-media{
	height:16px;
	padding:3px 0;
	border-bottom: #666666 1px solid;
}
#column li.social-media img{
	margin-right:3px;
}
#column a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#home #column a:hover {
	color: #fcde24;
}
#about #column a:hover {
	color: #00A0C6;
}
#news #column a:hover,
#newsArticle #column a:hover{
	color: #E41B5B;
}
#creatives #column a:hover,
#creativesProfile #column a:hover{
	color: #DB6D2C;
}
#people #column a:hover {
	color: #75BE1E;
}
#contact #column a:hover {
	color: #c63032;
}
/* GRID
-----------------------------------------------------------------------------------------------*/
#grid {
	width: 600px;
	height: 400px;
	float: left;
}
.boxWhite {
	width: 185px;
	height: 185px;
	background: #1a1a18;
	padding: 7px;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
	font-size: 12px;
}
.boxWhite h1 {
	margin: 0;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.boxClear {
	width: 185px;
	height: 185px;
	background: none;
	padding: 7px;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
}
.boxDoubleClear {
	width: 385px;
	height: 185px;
	background: none;
	padding: 7px;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: #666666 1px solid;
}
li.empty {
	height: 20px;
	border-bottom: #666666 1px solid;
}
/* GRID GRADIENTS
-----------------------------------------------------------------------------------------------*/
.gradientBlue {
	background: #354897;
	width: 165px;
	height: 165px;
	padding: 10px;
}
.gradientBlue a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.gradientBlue a:hover {
	color: #000;
}
.gradientYellow {
	background: #fcde24;
	width: 165px;
	height: 165px;
	padding: 10px;
}
.gradientYellow a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.gradientYellow a:hover {
	color: #000;
}
.gradientGreen {
	background: #52b13d;
	width: 165px;
	height: 165px;
	padding: 10px;
}
.gradientGreen a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.gradientGreen a:hover {
	color: #000;
}
.gradientPurple {
	background: #e01781;
	width: 165px;
	height: 165px;
	padding: 10px;
}
.gradientPurple a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.gradientPurple a:hover {
	color: #000;
}
.gradientRed {
	background: #ce0d22;
	width: 165px;
	height: 165px;
	padding: 10px;
}
.gradientRed a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.gradientRed a:hover {
	color: #000;
}
.gradientOrange {
	background:#DB6D2C;
	width: 165px;
	height: 165px;
	padding: 10px;
}
.gradientOrange a {
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}
.gradientOrange a:hover {
	color:#000;
}
/* CONTENT
-----------------------------------------------------------------------------------------------*/
#content {
	width: 560px;
	min-height: 360px;
	background: #1a1819;
	color: #fffeff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
#content h1 {
	margin: 0px auto auto 0px;
	width: 200px;
	color: #ffffff;
	text-transform: uppercase;
}
#content h2 {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}
#content hr {
	background: #ffffff;
	color: #ffffff;
	height: 1px;
	border: 0;
	clear: both;
}
#content p {
	font-size: 12px;
	width: 390px;
	line-height: 150%;
}

/* news
-----------------------------------------------------------*/

#news #content b.title {
	color: #E41B5B;
	width: 390px;
	text-transform: uppercase;
}
#news #content p {
	font-size: 12px;
	line-height: 150%;
}
#newsArticle #content p {
	font-size: 12px;
	width: 320px;
	line-height: 150%;
}
#newsArticle #content #photo {
	width: 185px;
	height: 185px;
	padding: 7px;
	float: right;
	margin-top: 5px;
	border: #c8c7c7 1px solid;
}

/* people
-----------------------------------------------------------*/

#people #content p {
	font-size: 12px;
	width: 560px;
	line-height: 150%;
}
#people #content #photo {
	width: 185px;
	height: 185px;
	padding: 7px;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
	border: #c8c7c7 1px solid;
}

/* creatives
-----------------------------------------------------------*/

#creatives #content b.title{
	color:#DB6D2C;
	width:390px;
	text-transform:uppercase;
}
#creatives #content p{
	font-size:12px;
	line-height:150%;
}
#creativesProfile #content p{
	font-size:12px;
	width:320px;
	line-height:150%;
}
#creativesProfile #content #photo {
	width:185px;
	height:185px;
	padding:7px;
	float:right;
	margin-top:5px;
	border:#c8c7c7 1px solid;
}
/* FOOTER
-----------------------------------------------------------------------------------------------*/
#footer {
	width: 799px;
	clear: both;
	padding: 3px 0px 3px 0px;
	text-align: right;
}
#footer p {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
/* ENDS
-----------------------------------------------------------------------------------------------*/