/* @override http://localhost/marcsilver/assets/default/css/main.css */

/*
Company:	Marc Silver
File:		main.css - This contains all the main styles for the website.
*/

/* @group HTML, Body */
html{
    margin: 0;
}



body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 80%;
}
body.blue{
    background: url('../images/bodybg_blue.gif') repeat-x top left #43454e;
}
body.green{
    background: url('../images/bodybg_green.gif') repeat-x top left #66714f;
}

body div{
	text-align: left;
}
body a, object{
	outline: none;
}

/* @group Global Text styles */

p{
	color: #fff;
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 1.6em;
}
strong{
	font-weight: bold;
}

h2      { 
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: rgba(255,255,255,0.7);
}

#actions p, #actions label{
	color: #7f7f7f;
}
#actions h2{
	color: #7f7f7f;
	margin-bottom: 30px;
	margin-top: 0;
}

h1#branding {
	width: 470px;
	height: 90px;
    display: block;
    text-indent: -9999em;
    background: url('../images/branding.png') no-repeat top left;
    margin-bottom: 30px;
}

/* @group Default Links */
a:link, a:visited {
    cursor:pointer;
	color: rgba(0,0,0,0.5);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
    cursor:pointer;
	text-decoration: underline;
}
/* @end */
/* @end */


/* @end */

/* @group Layout */

div.wrapper {
    width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 65px;
}
div#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	border-top: 1px solid #FFF;
}
/* @end */


/* @group Main Navigation */
#nav_global{
    display: block;
    height: 62px;
    background: url('../images/navbg.png') repeat-x top left transparent;
}
#nav_global li{
    float: left;
	display: inline;
}

#nav_global li a {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../images/globalnav.png);
	background-repeat: no-repeat;
	text-decoration: none;
    height: 62px;
    line-height: 62px;
}

#nav-email a            {width: 236px;  background-position: 0 0;}
#nav-facebook a         {width: 144px;  background-position: -236px 0px;}
#nav-login a            {width: 144px;  background-position: -380px 0px;}
#nav-mailout a          {width: 144px; background-position: -524px 0px;}
#nav-share a            {width: 144px;  background-position: -668px 0px;}
#nav-about a            {width: 148px; background-position: -812px 0px;}

#nav-email a:hover      { background-position: 0      -62px; }
#nav-facebook a:hover   { background-position: -236px -62px; }
#nav-login a:hover      { background-position: -380px -62px; }
#nav-mailout a:hover    { background-position: -524px -62px; }
#nav-share a:hover      { background-position: -668px -62px; }
#nav-about a:hover      { background-position: -812px -62px; }

#nav-email.selected a      { background-position: 0      -124px; }
#nav-facebook.selected a   { background-position: -236px  -124px; }
#nav-login.selected a      { background-position: -380px -124px; }
#nav-mailout.selected a    { background-position: -524px -124px; }
#nav-share.selected a      { background-position: -668px -124px; }
#nav-about.selected a      { background-position: -812px -124px; }

/* @end */

/* @group Content */

div#actions, #journal {
	margin-bottom: 20px;
}

#shareform ul li a {
	display: block;
	float: left;
	margin-right: 20px;
	
}
div#actions > div {
	background-color: #e3e4e6;
	margin-bottom: 20px;
	padding: 40px;
}

div.leftcol, div.rightcol{
	width: 415px;
	float: left;
}
div.rightcol{
	float: right;
}
div.leftcol{
}

a.closebtn {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	width: 87px;
	height: 38px;
	background-image: url(../images/closebtn.gif);
	float: right;
}

/* @group clients */

div#plus {
	padding-top: 50px;
	background: url(../images/plus.png) no-repeat;
	margin-top: 20px;
}

#plus p.clientlist {
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 1.4em;
	line-height: 1.2em;
	color: rgba(208,208,200,0.6);
}

a#clientlink  {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	width: 123px;
	height: 38px;
	background: url(../images/youtubebtn.png) no-repeat;
	background-position: top left;
}

a#clientlink:hover  {
	background-position: bottom left;
}



/* @end */

/* @group About Marc */

#aboutmarc {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: none;
}

#aboutmarc img {
	padding: 52px;
	border: 4px double #c0c0c0;
	background-color: #f2f2f2;
}
#aboutmarc a.closebtn {
	margin-top: 30px;
}

#about_downloads{
	margin-top: 20px;
	text-align: center;
}

#about_downloads li a {
	display: block;
	padding: 20px;
	background-color: #f2f2f2;
	width: 37%;
	float: left;
	text-align: center;
	text-decoration: none;
	border: 4px double #bebebe;
	color: #3f3f3f;
	font-size: 1.2em;
	font-weight: bold;
}

#about_downloads li a:hover {
	background-color: #d3d3d3;
}



#cvdownload {
	margin-right: 10px;
}

#pressdownload {
	
}


/* @end */

/* @group subsform */
#subsform{
	text-align: center;
	display: none;
}
#subsform form{
	width: 774px;
	float: left;
	line-height: 38px;
}
#subsform li {
	display: inline;
	margin-right: 20px;
}
#subsform input.button {
	
}

/* @end */

/* @group shareform */
#shareform{
	display: none;
}
/* @end */

/* @group Blog */



#preview_icons{
	border-top: 1px solid #cbcbcb;
	padding: 10px;
	padding-top: 25px;
}
#preview_icons li {
	float: left;
	margin-right: 6px;
}
#tagcloud{
	padding: 40px;
	border-bottom: 1px solid #92949E;
}
#tagcloud a, #tagcloud a:link, #tagcloud a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CFD0D4;
	padding: 0 4px 2px 3px;
	white-space: nowrap;
}

#tagcloud a.current {
	color: #4f4f4f;
	background: url('../images/navbg.png') repeat-x center left transparent;
}

#journal{
	border-top-style: solid; 
	border-top-width: 1px; 
	border-color: #cbcbcb;
}
#journal .rightcol{
	width: 442px;
}
#journalcontent{
	position: relative;
	background-color: #92949E;
	height: 375px;
	width: 442px;
	overflow: auto;
	padding: 20px;
}

#journalcontent li.item {
	margin-bottom: 20px;
	padding-bottom: 1px;
}
#journalcontent ul li.item h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #b2b2b2;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 0.3em;
}

div.slideshow_wrapper{
	position: relative;
}

div.controls{
    z-index: 1000; 
    position: absolute; 
    top: 0; 
    left: 0; 
    display: none;
    background-color: #92949E;
    margin: 0; 
    padding: 6px; 
}

div.controls a{
	color: #FFF;
}

div.slideshow {
	width: 425px;
	height: 320px;
	margin-bottom: 1em;
}
div.slideshow img {
	width: 425px;
	height: 320px;
}


#twitter{
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
}
.tweet {
    color: #CFD0D4;
    margin-bottom: 9px;
}
.tweet .loading{
	font-weight: bold;
}

#twitter div.tweet ul.tweet_list li.tweet_first.tweet_odd span.tweet_text {
	clear: both;
	display: block;
}
.tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #92949E; 
}
.tweet .tweet_list li {
    overflow: auto;
    padding: 1em; 
}
.tweet .tweet_list li a {
    color: #fff;
}
.tweet .tweet_list .tweet_even {
}
.tweet .tweet_list .tweet_avatar {
  padding-right: 1em;
  float: left; 
}
.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle;
}
#twitter p.follow{
	margin: 0;
	padding: 0;
}
#twitter p.follow a {
	text-decoration: none;
	font-weight: bold;
	color: #4f4f4f;
	background: url('../images/navbg.png') repeat-x center left transparent;
	padding: 0 4px 2px 3px;
}
/* @end */

/* @group video links */

/* @group tooltips */

.qtip-content h3 {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1em;
	font-size: 1.1em;
}
.qtip-content p {
	line-height: 1.2em;
	margin-bottom: 5px;
	color: #999;
	font-size: 0.9em;
}
.qtip-content p.filmdata {
	color: #7f7f7f;
	font-weight: bold;
	margin: 0;
}
.qtip-content p.hdwarn {
	margin: 8px 0 0;
	background-color: #8b8b8b;
	padding: 6px;
	color: #fff;
}

/* @end */

div.category      { 
	border-top-style: solid; 
	border-top-width: 1px; 
	margin-bottom: 1em;
	border-color: #cbcbcb;
}

div.category ul {
	display: block;
}

div.category li{
	display: inline;
}

div.category li a{
	float: left; 
	margin-right: 25px; 
	height: 224px; 
	width: 172px; 
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

div.category li a.last{
	margin-right: 0;
}

div#indevelopment li a{
	height: 250px;
}

/* @group category - past */
a#benokri{
	background-image: url('../images/content/okri.png');
}
a#clubvisuals{
	background-image: url('../images/content/clubvisuals.png');
}
a#burningman{
	background-image: url('../images/content/burningman.png');
}
a#globalprotest{
	background-image: url('../images/content/globalprotest.png');
}
a#nitin_prophesy{
	background-image: url('../images/content/nitin_prophesy.png');
}
a#leech{
	background-image: url('../images/content/leech.png');
}
a#yeastculture{
	background-image: url('../images/content/yeastculture.gif');
}
a#nyman{
	background-image: url('../images/content/nyman.png');
}
/* @end */

/* @group category - current */
a#resist{
	background-image: url('../images/content/resist.png');
}
a#eots{
	background-image: url('../images/content/eots.png');
}
a#ageless{
	background-image: url('../images/content/ageless.png');
}
a#cullum{
	background-image: url('../images/content/cullum.png');
}
a#enmasse{
	background-image: url('../images/content/enmasse.png');
}
/* @end */

/* @group category - in development */
a#thegames{
	background-image: url('../images/content/thegames.png');
}
a#z{
	background-image: url('../images/content/z.png');
}
a#us{
	background-image: url('../images/content/us_withGL.png');
}
a#sun{
	background-image: url('../images/content/here-comes-the-sun.png');
}
/* @end */



/* @end */

/* @group video overlay */

div.overlay {
	background:url(../images/white_16-9.png) no-repeat;
	padding: 45px;	
	width: 800px;
	display:none;
}
div.overlay_small {
	background: #fff url(../images/white_16-9.png) no-repeat;
	padding: 10px;
	width: 320px;
	display:none;
}
div.overlay div.close {
	background: url(../images/close.png) no-repeat center center;
	position:absolute;
	top: 13px;
	right: 14px; 
	width: 40px;
	height: 40px;
	cursor:pointer;
}

a.player { 		
	display:block;
	height: 470px;
}
div.overlay_small a.player {
	height: 210px;
}

/* @end */

/* @end content*/


/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

