/*
Theme Name: The Invisible Studios
Theme URI: http://www.theinvisiblestudios.com
Description: Custom theme for The Invisible Studios by Hip Web Design.
Version: 2.0
Author: Hip Web Design
Author URI: http://www.makeyouhip.com/
*/


/*############################################################################
GLOBAL
############################################################################*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #5b5b5c;
}

a, a:visited {
	color: #f68b29;
	text-decoration: none;
}

.clear {
	clear: both;
}

small {
	font-style: italic;
}

/*############################################################################
HEADER
############################################################################*/

#header {
	width: 100%;
	height: 174px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url('images/header-bg.jpg') repeat-x;
	border-bottom: 1px #eeeeee solid;
}

#header-content {
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding: 0;
}

#client_login {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 30px;
	background: url('images/client_login_bg.jpg') repeat-x;
	border: 1px #d8d8d8 solid;
	border-top: 0;
	font-size: 7pt;
	color: #ababab;
	text-transform: uppercase;
	-moz-border-radius: 0 0 5px 5px; 
    -webkit-border-radius: 0 0 5px 5px;
}

#client_login:hover {
	color: #5b5b5c;
}

.logo {
	width: 300px;
	display: inline-block;	
}

#nav {
	position: absolute;
	top: 58px;
	right: 0;
	width: 610px;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	color: #5b5b5c;
}

#nav li {
	padding: 10px 0px;
	display: inline-block;
	list-style: none;
}

#nav li a {
	margin: 0;
	padding: 10px 11px;
	color: #5b5b5c;
}

#nav li a:hover {
	color: #f68b29;
}

#nav li.current_page_item {
	background: url('images/curpage_bg.jpg') repeat-x;
	-moz-border-radius: 10px 10px 0px 0px; 
    -webkit-border-radius: 10px 10px 0px 0px;
}

#nav li.current_page_item a {
	background: url('images/curpage_arrow.png') center 29px no-repeat;
}

/*############################################################################
PAGE
############################################################################*/

#page {
	width: 910px;
	margin: 0 auto;
	padding: 25px 0;
}

ul.services li.middle_box {
	margin: 0px 10px;
}

#full_pane {
	margin: 0 auto;
	padding: 20px;
	color: #5b5b5c;
	background: #f3f3f3;
	-moz-border-radius: 20px; 
    -webkit-border-radius: 20px;
}

#left_pane {
	width: 400px;
	padding: 0;
	color: #5b5b5c;
	float: left;
}

#left_pane .box {
	margin-bottom: 10px;
}

#left_pane li:hover {
	cursor: pointer;
}

#right_pane {
	width: 	490px;
	float: right;
	color: #5b5b5c;
	background: #f3f3f3;
	-moz-border-radius: 20px; 
    -webkit-border-radius: 20px;
}

.box {
	padding: 20px;
	color: #5b5b5c;
	background: #f3f3f3;
	list-style: none;
	-moz-border-radius: 20px; 
    -webkit-border-radius: 20px;
}

.bio_info {
	width: 250px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}

.bio_post {
	padding: 20px;
	height: 625px;
	overflow: hidden;
}

.service_post {
	margin-bottom: 10px;
}

.equipment_post {
	margin-bottom: 10px;
	padding: 20px;
	color: #5b5b5c;
	background: #f3f3f3;
	-moz-border-radius: 20px; 
    -webkit-border-radius: 20px;
}

.equipment_content {
	display: none;
}

.news_post {
	margin-bottom: 10px;
	padding: 20px;
	color: #5b5b5c;
	background: #f3f3f3;
	-moz-border-radius: 20px; 
    -webkit-border-radius: 20px;
}

.news_content {
	display: none;
	padding-top: 10px;
}

.arrow {
	position: absolute;
	right: 15px;
	top: 5px;
	width: 14px;
	height: 14px;
	background: url('images/arrow-right.png') no-repeat;
}

.open {
	background: url('images/arrow-down.png') no-repeat;
}

.contact_content {
	width: 400px;
	float: left;
}

.map {
	width: 450px;
	float: right;
	margin-top: 5px;
}

#social-sites {
	margin-bottom: 10px;
	float: right;
	text-align: right;
}

#address {
	float: right;
	width: 450px;
	padding-top: 15px;
	text-align: center;
}

/*############################################################################
FOOTER
############################################################################*/

#footer {
	margin: 0;
	padding: 25px 0;
	border-top: 1px #eeeeee solid;
	font-size: 7pt;
}

#footer:hover p, #footer:hover a, #footer:hover li a {
	color: #a8a8a8;
}

#footer p {
	text-align: center;
	color: #d4d4d4;
	margin: 15px auto;
}

#footer a {
	color: #d4d4d4;
	border-bottom: 1px #fff dotted;
}

#footer:hover a:hover {
	color: #f68b29;
	border-bottom: 1px #d4d4d4 dotted;
}

#footer ul.sitemap {
	width: 910px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer li {
	list-style: none;
	display: inline-block;
	text-align: center;
}

#footer li a {
	display: inline-block;
	padding: 0px 3px 0px 5px;
	border-left: 1px #d4d4d4 solid;
	color: #d4d4d4;
	text-transform: uppercase;
}

#footer ul.sitemap li.noborder a {
	border: 0;
}

/*############################################################################
HEADINGS
############################################################################*/

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: lighter;
	color: #5b5b5c;
	margin: 0 0 10px 0;
}

h2 a {
	color: #f68b29;
}

h2.cat_title {
	position: relative;
	margin: 0;
	font-size: 14pt;
	font-weight: lighter;
}

h2.cat_title:hover {
	cursor: pointer;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15pt;
	font-weight: lighter;
	margin: 0 0 5px 0;
	padding: 0;
}

/*############################################################################
LIST STYLES
############################################################################*/

ul.services {
	margin: 0 auto;
	padding: 0;
}

li.service {
	list-style: none;
	display: inline-block;
	width: 253px;
	height: 35px;
	overflow: hidden;
	margin:15px 0px 0px 0px;
	padding: 20px;
	color: #5b5b5c;
	background: #f3f3f3;
	text-align: center;
	font-size: 9pt;
	-moz-border-radius: 20px; 
    -webkit-border-radius: 20px;
}

ul.services li.active {
	background: #ffddbe;
}

ul.services li:hover {
	cursor: pointer;
}

li.linkcat {
	margin-bottom: 10px;
	padding: 20px;
	color: #5b5b5c;
	background: #f3f3f3;
	list-style: none;
	display: block;
	text-align: center;
	vertical-align: top;
	-moz-border-radius: 20px; 
    -webkit-border-radius: 20px;
}

li.linkcat ul {
	margin: 0;
	padding: 0;
}

ul.blogroll li {
	margin: 0;	
	padding: 0;
	display: inline-block;
	list-style: none;
}

ul.blogroll li a {
	margin: 5px 3px;
	padding: 10px 20px;
	display: inline-block;
	color: #5b5b5c;
	background: #fefefe;
	border: 1px #e4e4e4 solid;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

ul.blogroll li a:hover {
	color: #f17300;
	background: #ffddbe;
	border: 1px #f6c395 solid;
}

/*############################################################################
COMMENTS
############################################################################*/

/*############################################################################
FORMS
############################################################################*/

#contact_form {
	width: 400px;
	color: #a3a3a3;
}

#contact_form input {
	width: 370px;
	margin-top: 5px;
	padding: 5px;
	font-size: 12pt;
	background: #fff;
	border: 1px #c3c3c3 solid;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
}

#contact_form textarea {
	width: 370px;
	height: 75px;
	margin-top: 5px;
	padding: 5px;
	font-size: 12pt;
	background: #fff;
	border: 1px #c3c3c3 solid;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
}

#contact_form input.small {
	width: 60px;
}

#contact_form input.submit {
	display: block;
	width: 250px;
	padding: 10px;
	margin: 0 auto;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

#contact_form input.submit:hover {
	cursor: pointer;
	background: #ffddbe;
}

/*############################################################################
IMAGES
############################################################################*/

a img {
	border: 0;
}

img.post_thumb {
	width: 85px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

img.icon {
	margin-right: 15px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.centeralign {
	text-align: center;
	margin: 0 auto 10px auto;
}

img.captcha_img {
	margin: 10px 0 5px 0;
}

a.social-icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	overflow: hidden;
}

a#facebook {
	background: url('images/facebook-icon.png') 0 0 no-repeat;
}

a#facebook:hover {
	background-position: 0 -45px;
}

a#myspace {
	background: url('images/myspace-icon.png') 0 0 no-repeat;
}

a#myspace:hover {
	background-position: 0 -45px;
}

/*############################################################################
SCROLLABLE
############################################################################*/


/* HOME GALLERY SLIDE */

#slideshow {
	position: relative;
	width: 909px;
	height: 318px;
	margin: 0 auto 15px auto;
	padding: 0;
	border: 1px #eeeeee solid;
	overflow: hidden;
}

.items {
	position: absolute;
	width: 20000em;
}

.items .slide_photo {
	display: inline-block;
}

#slide_gallery {
	position: absolute;
	width: 909px;
	height: 90px;
	margin: 0;
	border: 0;
	padding: 0px;
	bottom: 0;
	text-align: center;
}

ul.gallery_thumbs {
	width: 400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

ul.gallery_thumbs li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}

ul.gallery_thumbs li.active img {
	border-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100)
}

ul.gallery_thumbs li img:hover {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100)
}

ul.gallery_thumbs li img {
	height: 66px;
	width: 66px;
	border: 1px #686868 solid;
	opacity: 0.5;
	filter: alpha(opacity=50)
}

.gallery_spacer {
	width: 100%;
	height: 90px;
	background: 0;
}

#gallery_bar {
	margin: 0;
	padding: 10px 45px;
	background: url('images/gallery_bg.png') repeat-x;
}

.next {
	background: url('images/next_arrow.png') no-repeat;	
}

.prev {
	background: url('images/prev_arrow.png') no-repeat;	
}

.browse {
	width: 22px;
	height: 22px;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
}

.browse:hover {
	cursor: pointer;
}

/* SERVICES SLIDE */

#service_blurb {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	height: 140px;
}

#service_page {
	position: absolute;
	height: 20000em;
}

.service_box {
	height: 140px;
	margin-bottom: 10px;
	padding: 15px 25px;
	background: #f3f3f3;
	text-align: center;
	-moz-border-radius: 25px; 
    -webkit-border-radius: 25px;
}

/* BIO SLIDE */

#right_pane {
	position: relative;
	overflow: hidden;
	height: 670px;
}

#bio_page {
	position: absolute;
	height: 20000em;
}

#left_pane li.active {
	background: #ffddbe;
}

/*############################################################################
JSCROLLPANE
############################################################################*/

.scrollpane {
	height: 100%;
	padding-right: 15px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*############################################################################
SOCIABLE
############################################################################*/

div.sociable { 
	margin: 16px 0;
	padding: 20px;
	background: #fafafa;
	text-align: center;
	-moz-border-radius: 20px; 
    -webkit-border-radius: 20px;
}

div.sociable:hover {
	background: #eaeaea;
}

div.sociable:hover .sociable-hovers {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

span.sociable_tagline { 
	position: relative; 
}

span.sociable_tagline span { 
	display: none; width: 14em; 
}

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before {
	content: ""; 
}

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

div.sociable:hover .sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*############################################################################
STUDIO TOUR
############################################################################*/

#floorplan {
	position: relative;
	background: #5c5b5d;
	width: 611px;
	height: 449px;
	margin: 15px auto 15px auto;
}

#machine-room {
	position: absolute;
	top: 9px;
	right: 150px;
	z-index: 10;
	display: block;
	width: 49px;
	height: 58px;
	background: #ffffff;
}

#machine-room:hover {
	cursor: default;
}

#studio-office {
	position: absolute;
	background: url('images/studio-office.jpg') no-repeat;
	width: 124px;
	height: 196px;
	top: 9px;
	left: 9px;
}

#studio-office:hover {
	background: url('images/studio-office.jpg') 0px -196px no-repeat;
	cursor: pointer;
}

#control-a {
	position: absolute;
	top: 9px;
	left: 142px;
	z-index: 10;
	display: block;
	width: 263px;
	height: 182px;
	background: url('images/studio-a-control.jpg') no-repeat;
}

#control-a:hover {
	background: url('images/studio-a-control.jpg') 0px -182px no-repeat;
	cursor: pointer;
}

#live-b {
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 10;
	display: block;
	width: 133px;
	height: 176px;
	background: url('images/studio-b-live.jpg') no-repeat;
}

#live-b:hover {
	background: url('images/studio-b-live.jpg') 0px -176px no-repeat;
	cursor: pointer;
}

#lounge {
	position: absolute;
	bottom: 9px;
	left: 9px;
	z-index: 10;
	display: block;
	width: 124px;
	height: 227px;
	background: url('images/the-lounge.jpg') no-repeat;
}

#lounge:hover {
	background: url('images/the-lounge.jpg') 0px -227px no-repeat;
	cursor: pointer;
}

#live-a {
	position: absolute;
	bottom: 9px;
	left: 142px;
	z-index: 10;
	display: block;
	width: 191px;
	height: 242px;
	background: url('images/studio-a-live.jpg') no-repeat;
}

#live-a:hover {
	background: url('images/studio-a-live.jpg') 0px -242px no-repeat;
	cursor: pointer;
}

#lobby {
	position: absolute;
	bottom: 10px;
	left: 340px;
	z-index: 9;
	display: block;
	width: 121px;
	height: 364px;
	background: url('images/the-lobby.jpg') no-repeat;
}

#lobby:hover {
	background: url('images/the-lobby.jpg') 0px -364px no-repeat;
	cursor: pointer;
}

#control-b {
	position: absolute;
	bottom: 9px;
	right: 9px;
	z-index: 10;
	display: block;
	width: 134px;
	height: 248px;
	background: url('images/studio-b-control.jpg') no-repeat;
}

#control-b:hover {
	background: url('images/studio-b-control.jpg') 0px -248px no-repeat;
	cursor: pointer;
}