/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{background:url(images/lightboximages/background.png) 0 0 repeat;}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/lightboximages/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/lightboximages/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{background:url(images/lightboximages/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:-8px; right:15px; display:block; background:url(images/lightboximages/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}



#portfolio-item {background:none;padding:25px;text-align:left};
#portfolio-item p {padding-bottom:5px;}
h2 {color: #f95f1c;font-weight:normal;font-size:19px;}

#slidetabs{width: 770px;margin: 1em auto;font-family: Verdana, Arial, sans-serif;padding-bottom:20px;}
#slidetabs h2 {font-size: 1.2em;padding:0px;margin:0px;}
#slidetabs a{text-decoration:none;color: #555;}
#slidetabs a:hover{text-decoration:none;color: #000;}

#slideshow {
	margin: 0 auto;
	width: 770px;
	height: 200px;
}

#slideshowbox {border:1px solid #333;padding:3px;margin-bottom:10px;}




#tabs  {height:80px;font-size: 12px;}



/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.1; text-decoration: none; font-size: 100%; list-style: none;	
	font-size: 1.2em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #000;
	bottom: -1px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.1; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #000;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.1; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.0em;
	color: #e1fc59;
	background: #000;
}
.ui-tabs-nav li a:hover {
	background: #191919;
	color: #e1fc59;
}
.ui-tabs-nav li.ui-tabs-selected {
	border: 1px solid #000;
	border-bottom-color: #000;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #191919;
	color: #f95f1c;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear:left;
	border: 1px solid #000;
	background: #000;
	color: #b2b2b2;
	padding-top:15px;
	padding-left:15px;
	font-size: 1.1em;
	min-height:80px;
	text-align:left;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}






