/*----------------------------------------
Site Name: Sugarsled Creative
Developed by: Jeff Claeson 
Date Created: 06-2009
Last Updated: 
----------------------------------------*/

/* Elements
----------------------------------------*/
body {
background: #FFF;
}
#wrap {
width: 850px;
margin: 0 auto;
padding: 0;
position: relative;
}


/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
a img 		{border: none;}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/* Branding
----------------------------------------*/
#branding {
width:850px;
position: relative;
height: 90px;
margin: 0;
float: left;
}

#logo {
float: left;
margin: 35px 0 0 0;
position: relative;
display: block;
}

/* Nav
----------------------------------------*/
.nav {
width: 220px;
height: 46px;
background: url(../images/layout/mainNav.png);
position: relative;
padding: 0;
margin: 0 auto 60px auto;
clear: both;
}
.nav li {
display: inline;
}
.nav li a:link, .nav li a:visited {
position: absolute;
top: 0;
height: 46px;
text-indent: -9000px;
overflow: hidden;
z-index: 10;
}
.nav .live a:link, .nav .live a:visited {
left: 0;
width: 105px;
}
.nav .live a:hover, .nav .live a:focus {
background: url(../images/layout/mainNav.png) no-repeat 0 -46px;
}
.current-live .live a:link, .current-live .live a:visited {
background: url(../images/layout/mainNav.png) no-repeat 0 -46px;
cursor: default;
}
.nav-live {
position: absolute;
top: 0;
left: 0;
width: 105px;
height: 46px;
background: url(../images/layout/mainNav.png) no-repeat 0 -46px;
}



.nav .work a:link, .nav .work a:visited {
left: 105px;
width: 146px;
}
.nav .work a:hover, .nav .work a:focus {
background: url(../images/layout/mainNav.png) no-repeat -105px -46px;
}
.nav .work a:active {
background: url(../images/layout/mainNav.png) no-repeat -105px -46px;
}
.current-work .work a:link, .current-work .work a:visited {
background: url(../images/layout/mainNav.png) no-repeat -105px -46px;
cursor: default;
}
.nav-work {
position: absolute;
top: 0;
left: 105px;
width: 146px;
height: 46px;
background: url(../images/layout/mainNav.png) no-repeat -105px -46px;
}

.nav .play a:link, .nav .play a:visited {
left: 251px;
width: 112px;
}
.nav .play a:hover, .nav .play a:focus {
background: url(../images/layout/mainNav.png) no-repeat -251px -46px;
}
.nav .play a:active {
background: url(../images/layout/mainNav.png) no-repeat -251px -46px;
}
.current-play .play a:link, .current-play .play a:visited {
background: url(../images/layout/mainNav.png) no-repeat -251px -46px;
cursor: default;
}

.nav-play {
position: absolute;
top: 0;
left: 251px;
width: 112px;
height: 46px;
background: url(../images/layout/mainNav.png) no-repeat -251px -46px;
}

.subNav {
margin: 0 0 15px 0;
padding: 0;
overflow: hidden;
}
#live {
margin-left: 270px;
}
#work {
margin-left: 410px;
}
#play {
margin-left: 402px;
}
.subNav li {
display:inline;
color: #666;
text-align: center;
margin: 0 8px; 
padding: 10px 0;
font-size: 16px;
}
.subNav li a {
color: #000;
text-decoration: none;
font-size: 16px;
padding: 2px 6px;
position: relative;
z-index: 1;
}
.subNav li a:hover, .subNav li a.current {
background: none;
color: #B32017;
}
.subNav li a.current {
font-weight: bold;
}
.subNav li a.dead {
color: #999;
cursor: text;
}

#topNav {
z-index: 1000;
position: relative;
float: right;
top: 0;
margin: 0;
padding: 0;
list-style: none;
}
#topNav li {
list-style: none;
float: left;
padding: 0;
margin: 0;
}
#topNav li, #topNav a:link, #topNav a:visited {
display: block;
color: #333;
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
}
#topNav li a {
padding: 15px 10px 0 10px;
line-height: 1;
}
#topNav li a:hover {
color: #CF5A64;
}
li#nav-home {
border-right: 1px solid #666;

}



/* Main Content
----------------------------------------*/

#hero {
position: relative;
clear: both;
margin-bottom: 18px;
width: 850px;
background: #FFF url(/images/layout/ajax-loader.gif) no-repeat center center;
}
#home-new {
position: absolute;
background: url(/images/layout/homeNew.png) no-repeat;
display: block;
width: 250px;
height: 250px;
text-indent: -9999px;
left: 640px;
top: 220px;
}
#hero h1 {
width: 850px;
height: 400px;
text-indent: -9999px;
}

#home-index {
background: url(/images/hero-home.jpg) no-repeat center center;
}
#live-index {
background: url(/images/hero-live.jpg) no-repeat center center;
}
#work-index {
background: url(/images/hero-work.jpg) no-repeat center center;
}
#play-index {
background: url(/images/hero-play.jpg) no-repeat center center;
}
#contact-index {
background: url(/images/sliver-contact.jpg) no-repeat center center;
}
#hero #staff-index {
text-indent: 0;
}
#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #144f9e;
background-color: #FFF;
padding: 5px 10px;
opacity: 0.85;
}
#tooltip h3, #tooltip div {
margin: 0;
font-size: 16px;
}


#filter {
float: left;
display: inline;
width: 170px;
list-style: none;
padding: 0;
}
#filter li a {
display: block;zoom:1;
padding: 5px;
text-decoration: none;
border-bottom: 1px solid #eee;
font-size: 14px;
}
#filter li a:hover {
color: #000;
border-bottom-color: #000;
}
#filter li.current a {
background: #B32017;
color: #FFF;
}
.portfolio {
margin-left: 210px;
list-style: none;
padding: 0;
overflow: hidden;
}
.portfolio li {
float: left;
display: inline;
height: 50px;
margin: 0 1px 1px 0;
}
#thumbs {
width: 860px;
overflow: hidden;
margin: 80px 0 0 0;
padding: 0;
clear: both;
}
#thumbs li {
float: left;
list-style: none;
}
#thumbs li img {
padding: 2px;
border: 1px solid #ccc;
width: 105px;
height: 50px;
margin-left: 12px;
}
#thumbs li.firstCol img {
margin-left: 0;
}
div.right {
float: right;
border-left: 1px solid #EEE;
width: 480px;
display: inline;
margin-bottom: 80px;
padding-left: 60px;
margin-left: 20px;
}
img.right {
width: auto;
margin-left: 40px;
margin-bottom: 80px;
}
.left {
width: 300px;
overflow: hidden;
margin-bottom: 80px;
}
label {
padding: 2px 0;
line-height: 1.5;
font-weight: bold;
display: block;
margin-top: 10px;
}
fieldset {
border: 0;
}
fieldset input, fieldset textarea {
display: block;
width: 180px;
padding: 3px;
line-height: 1;
font-size: 14px;
color: #144f9e;
margin-bottom: 5px;
}
fieldset textarea {
width: 400px;
}
#submit {
padding: 2px 15px;
font-size: 16px;
font-weight: bold;
margin-top: 20px;
display: block;
}
p.error {
color: #b32017;
font-size: 11px;
margin: 0;
padding: 3px 5px 3px 20px;
background: #fff url(/images/layout/error.png) no-repeat 0 50%;
}
h2.success {
padding: 3px 5px 3px 30px;
color: #389504;
background: #fff url(/images/layout/success.png) no-repeat 0 50%;
}

#tube {
width: 605px;
}
/* Footer
----------------------------------------*/
#footer {
clear: both;
width:850px;
margin: 50px auto;
overflow: hidden;
border-top: 1px solid #eee;
}
#footer p {
color: #ccc;
font-size: 11px;
display: inline;
margin: 0;
float: right;
}

