/* I apologize for a really messy implementaiton of the wonderful jquery galleriffic plugin.  Please don't use my implementation as an example.  If I wanted to take more time about it, I would have extended the plugin properly instead of hacking it up a fair amount*/


.pause{

}
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight:normal;
}

div.loader {
	background-image: url(pics/loading-bar.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height:480px;
	overflow:hidden;
	position:absolute;
	left:171px;
	}
	
#loadingFirst{
background-image: url(pics/loading-bar.gif);
background-repeat:no-repeat;
display:block;
height:31px;
margin:0 auto;
position:relative;
top:300px;
width:230px;
z-index:200;
}

.footerStrip{
clear:both;
}
.ui-tabs-nav li{
float:right !important;
}

.controls{height:0 !important;}
a {
	color:#348;
	text-decoration:none;
	outline:none;
}
a:hover {
	/*color:#67a;*/
	color:#BB5858;
}

.caption, .caption1 {
	color:#888877;
font-style:italic;
margin:4px 0 0 120px;
}

.caption h4{
margin:0;
font-size:13px;
font-style:normal;
}
.caption p{
margin:2px 0;
font-size:12px;
}
.caption p a{
color:#6677AA;
}
.caption p a:hover {
	color:#BB5858;
}

.demo {
	position:relative;
	margin-top:2em;
}

.gallery_demo li, .gallery1_demo li{
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}
.gallery_demo li div, .gallery1_demo li div {
	left:240px
}
.gallery_demo li div .caption1, .gallery1_demo li div .caption1 {
	font:italic 0.7em/1.4 georgia, serif;
}
#main_image, #main1_image {
	margin:0 auto 60px auto;
	height:438px;
	width:660px;
	background:black;

}
#main_image img, #main1_image img {
	margin-bottom:10px;
}
.nav {
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}
.info {
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p {
	margin-top:1.6em;
}

#slideshow1, #slideshow2{
text-align:center;
}

	
body {
	font: 62.5% "Trebuchet MS", sans-serif;
	margin: 20px;
	margin-top:10px;	
	background-color:white;
	}
.demoHeaders {
	margin-top: 2em;
}
#mainTitle{
margin:2px 10px 10px 21px;
position:absolute;
z-index:100;
}
#linkToBlog{
margin:-27px 12px 10px 72px;
position:absolute;
z-index:90;
display:none;
}
#linkToBlog a{
color:#ccc;
}
#tsdHover:hover{
color:#BB5858;
}

h1{
color:white;
font-size:16pt;
margin:7px 0;
font-weight:normal;
}
h2{
color:white;
font-size:14pt;
margin:6px 0 0 0;
font-weight:normal;
}
h3{
color:white;
font-size:11pt;
margin:3px 0;
font-weight:normal;
}
h4{
font-weight:normal;
}
#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
ul#icons{
	margin: 0;
	padding: 0;
}
ul#summarySections{
	margin: 0;
	z-index:30;
	padding: 0 12px;
	top:162px;
	width:435px;

}
ul#icons li, ul#summarySections li{
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}

ul#summarySections h2{
color:#555;
}
ul#summarySections h2 a{
color:#0b73a6;
}
ul#summarySections h2 a:hover{
color:#BB5858;
}
ul#summarySections h3{
color:#666;
}


ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}

.ui-tabs{
margin:0 auto;
overflow-x:auto;
padding:0.2em;
width:1295px;
margin-top:35px;
height:100%;
position:relative;
}

#summarySections, #summarySectionsBackground{
margin-left:1px;
position:absolute;
}
.ui-widget-content {
background:black;
}

#summarySectionsBackground{
background-color:#333;
height:565px;
left:14px;
position:absolute;
top:44px;
width:466px;
}
ul#summarySections p{
margin:20px 0 0 0;
font-size:13px;
}
#mainCategory{
background:#0972A5 url(jquery-ui-1.7.2.custom/css/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png) repeat-x scroll 50% 50%;
padding:2px 0 2px 5px;
width:445px;
margin:9px 0 0 5px;
position:absolute;
}
.activeProj{
height:70px;
position:relative;
top:1px;
}
.inactiveProj{
height:60px;
filter:alpha(opacity=40);
-moz-opacity:0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
}
.inactiveProj:hover{
height:60px;
filter:alpha(opacity100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
#summaryTitleBackground{
/*color should match*/
background-color:#ccc;
border:#bb5858 2px solid;
-moz-border-radius-topleft:8px;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:1px;
-moz-border-radius-topright:1px;
height:55px;
margin:0 0 0 5px;
position:absolute;
top:167px;
width:463px;
z-index:10;
}
#summaryTieStrip{
background-color:#333333;
height:48px;
left:477px;
position:absolute;
top:173px;
width:27px;
z-index:3;
}

div.contentBackGround{
background-color:#ccc;
border:#bb5858 2px solid;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
position:absolute;
z-index:1;
clear:none;
float:right;
position:absolute;
width:765px;
z-index:4;
padding:10px;
height:541px;
left:496px;
}

.pointerImg{
left:27px;
position:absolute;
margin:5px 0 0 0;
}
#benchPressVid{
display:none;
left:632px;
position:absolute;
top:116px;
z-index:50;
}
#benchPressVidButton{
background-color:white;
left:1128px;
padding:3px 6px;
position:absolute;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
border:#BB5858 solid 1px;
z-index:120;
top:63px;
display:none;
}
#benchPressVidButton a{
color:#BB5858;
font-size:21px;
}
#benchPressVidButton a:hover{
color:red;
}
a.summaryTextLink{
color:#beDFFF;
}
a.summaryTextLink:hover {
	/*color:#67a;*/
	color:#BB5858;
}

.projectControls{
position:absolute;
top:0;
right:0;
}

.projectControls img{
border:none;
width:28px;
opacity: 0.5;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
margin:1px;
}

.projectControls img:hover{
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
}