body {
	background: black url(../images/background_texture.jpg) repeat-x;
	font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #48404c;
	text-align: center;
	padding: 0;
	margin: 0;
}
 h1 {
	font-size:2em;
	line-height:1.75;
	margin: 1em 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h2 {
	font-size: 1.25em;
	margin: 0.50em 0;
}
h3 {
	font-size: 1.13em;
	margin: 0.50em 0;
}
h4 {
	font-size: 0.94em;
	margin: 0.50em 0;
}

p {
	font-size: 0.750em;
	line-height: 1.5;
	margin: 0.50em 0;
}
ul { margin: 0; padding: 0;}
li { margin: 0; padding:0; }
a {
	color: white;
	text-decoration: none;
}
a:link {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #3d273d;
	text-decoration: underline;
}
a img { border: 0; }
#wrapper {
	width: 59.88em;
	margin: 0 auto 25px auto;
	text-align: left;
	position: relative;
	
}


#header {
	position: relative;
	width: 59.88em;
	height: 11.56em;
	background: url(../images/header.jpg) no-repeat;
	margin: 3px 0 0 0;
	padding: 0;
}
#logo {
	
	width: 347px;
	height: 85px;
	display: block;

}

#logo h1 {
	display: none;
}
.subHead h3{
	width: 8.31em;
	height: 1.75em;
	display: block;
}
#tabBar {
	width: 100%;
	float: left;
	margin: 155px 0 0 0;
	background: #101010;
	border-bottom: 4px solid silver;
	opacity:.7; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=70)"; /* IE8 */
	filter:alpha(opacity=70); /* IE6/IE7 */
}
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	width: 115px;
 	border-right: 1px solid #2b2b2b;
 	background: #101010;
 	font-weight: bold;
 	color: white;
	font-size:0.75em;
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	padding:0px;
	margin:0px;	
	position:relative;
	
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#3d273d;	
}


ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background:	#3d273d;		
	cursor:default !important; 
	color:black !important;
}

ul.tabs a.last {border-right: 4px solid #101010;} 
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/*scrollable*/
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 				
}

#workScroll {
	width: 898px;	
	height:155px;	
	
	
	/* custom decorations */
	margin: 5px auto;
	padding:10px 0px;	
	border:1px outset #ccc;
	background-color:black;	
}

#workOverlay {
width: 240px;
height: 30px;
position: absolute;
top:350px;
left: 0px;
background: black;
z-index: 999999;
opacity:.85; /* FX/Opera/Safari/Chrome */
-ms-filter:"alpha(opacity=85)"; /* IE8 */
filter:alpha(opacity=85); /* IE6/IE7 */
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:20px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	width:125px;
	height: 125px;
	padding:15px;
	
	border:1px outset #ccc;
	background-color: #2b2b2b;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}


/* this makes it possible to add next button beside scrollable 
div.scrollable {
	float:left;	
}*/

/* prev, next, prevPage and nextPage buttons*/
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:25px;
	height:25px;
	background:url(../images/left.png) no-repeat;
	float:left;
	margin:75px 0;
	cursor:pointer;
	font-size:1px;
}

/*mouseover state*/ 
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -25px;		
}

/*disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/*next button uses another background image*/ 
a.next, a.nextPage {
	background-image:url(../images/right.png);
	float:right;	
}

/* photo gallery styles/studio page*/
#photoGallery {
	width: 958px;
	height: 404px;
	margin: 5px 0 7px 0;
}
#photoGallery div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	margin:0;
	
}
#photoGallery div.items div {
	float:left;
	width: 590px;
	height: 404px;
	margin: 0;
	padding: 0;
	border: none;
}
#photoOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 353px;
	height: 404px;
	background: black;
	z-index: 999999;
	opacity:.85; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=85)"; /* IE8 */
	filter:alpha(opacity=85); /* IE6/IE7 */

}
/* styles for playlist */
#player_wrap{
float:right; display:block; width:720px; height:404px; 
}
#playlist_wrap {

}

#pl {
	background:url(../images/thmb_scroll_bck.png)no-repeat;
	width: 898px;	
	height:165px;	
	margin: 8px auto;
	padding:10px 0px;	
	/*border:1px solid #3d273d;*/	
	position:relative;
	overflow:hidden;
}

#pl div.entries {
	height:165px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {

	float:left;
	height:160px;
	width:125px;
	margin:0px 2px;
	padding:5px;
	text-decoration:none;
}

#pl div.entries a:hover {
	border: 1px solid #3d273d;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#2b2b2b;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#2b2b2b;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries a strong {	
	display: block;
	width: 125px;
	padding: 7px 0;
	background: url(../images/gradient.png)no-repeat;
	text-align: center;
	font-size: 12px;
}

/* tooltip styling */ 
#tooltip { 
    display:none; 
    background:url(..images/black_arrow.png); 
    height:122px; 
    padding:40px 30px 10px 30px; 
    width:209px; 
    font-size:11px; 
    color:#fff; 
    z-index: 500000;
} 
 
/* a .label element inside tooltip */ 
#tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
#tooltip a { 
    color:#789;     
    font-size:12px;     
}
/*footer*/
#footer {
	width: 960px;
	height: 114px;
	margin: 25px auto;
	position: relative;
	text-align: right;
	font-size: 0.83em;
	background: url(../images/footer_bg.png) right no-repeat;
	border-top: 1px solid #48404c;
}
.footLft {
	float: left;
	margin: 7px 0 3px 8px;
	font-size: 0.83em;
}
.footLft a {
	margin: 0.50em;
}

.footRght {
	float: right;
	margin: 7px 8px 3px 0;
	text-align: right;
	font-size: 0.83em;
}

#load {
	display: none;
	position: absolute;
	left: 540px;
	top: 400px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
/*#content-wrapper{ width:2%;}*/
#content {

}

.mainBanner {
	width: 100%;
	height: 404px;
	padding: 0;
	margin: 5px 0 7px 0;
	position: relative;
	
}

.noCopy {
	float: left;
	width: 225px;
	text-indent: -9999px;
}

.copyBlock {
	float: left;
	width: 500px;
	margin: 10px 0 5px 340px;
}

.copyBlock h1 {
 margin: 4px 0 4px 15px;
 line-height: 1em;
}

.copyBlock2 {
	float: left;
	width: 400px;
	margin: 80px auto;
	font-size: 2em;
}

.smallText {
 	margin: 4px 0 4px 15px;
 	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
    font-size: 1.30em;
	line-height: 1.1em;
}

.medText {
	margin: 4px 0 4px 15px;
	font-size: 1.75em;
	line-height: 1.2;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}
.homeBanner {background: black url(../images/index_texture.jpg) no-repeat;}
.worksBanner {background: black url(../images/works_texture.jpg) no-repeat;}
.profileBanner {background: black url(../images/profile_texture.jpg) no-repeat;}
.contactBanner {background: black url(../images/contact_texture.jpg) no-repeat;}
.clientBanner {background: black url(../images/client_texture.jpg) no-repeat;}


.subContent {
	width: 630px;
	float: right;
	background: black;
}

.subContent h2, h3, p, li {
	margin: 7px 0 12px 15px;
}

.subContent li {
	font-size: 0.750em;
}

/* clearing divs & misc styles*/

.clr:after {
 	content: ".";
 	height: 0;
 	display: block;
 	visibility: hidden;
 	overflow: hidden;
 	clear: both;
}
.clr {
 	min-height: 0; 
}

.bigType {
	font-size: 1.50em;
	line-height: 1.25;
}

/*the overlayed element */ 
#overlay { 
     
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:450px;
    height: 375px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
#overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
div.wrap {
	height:375px;
	overflow-y:auto;
} 

input.submit {
 width: 25%;
 border: 3px double #999;
 border-top-color: #ccc;
 border-left-color: #ccc;
 padding: 0.50em;
 background-color: #3d273d;
 color: white;
 font-size: 0.82em;
 font-weight: bold;
}
input.submit:hover {
 background: #48404c;
}

.black{
background: black;
text-align: left;
opacity:.85; /* FX/Opera/Safari/Chrome */
-ms-filter:"alpha(opacity=85)"; /* IE8 */
filter:alpha(opacity=85); /* IE6/IE7 */
margin: 10px 0;
}

.black h2, h3, h4, p {
color: white;
margin: 0.50em 0.75em;
}

#wlpeLogin {
border: 1px solid white; 
padding: 5px;
margin: 10px 0;
}

]
#wlpeLogin form input[type="text"], #wlpeLogin textarea {
font-size: 11px;  
width: 300px;
background: #222; 
border: 2px solid #333; 
margin-right: 6px; 
}

input.submit2 {
 width: 20%;
 border: 3px double #999;
 border-top-color: #ccc;
 border-left-color: #ccc;
 padding: 0.50em;
 background-color: #3d273d;
 color: white;
 font-size: 0.75em;
 font-weight: bold;
}
input.submit2:hover {
 background: #48404c;
}

