/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important;
	padding: 0px;	
	height: 32px;
	background: url(../img/tabs-divider.png) no-repeat bottom center;
}

body.home .tabs { 
	padding: 0px 0px;

}

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

/* link inside the tab. uses a background image */
ul.tabs a { 
	display:block;
	font-size:14px;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	position:relative;
	top:0px;
	background-color: #203669;
	border-bottom: solid 2px #ffe500;
}

ul.tabs a span{ 
	display:block;
	height: 100%;
	padding: 0px 15px 0px 15px;	

}

#content ul.tabs a{
	color: #fff;
}

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

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

#content ul.tabs a:hover span,
#content ul.tabs a.current span{ 
	background-color: #fde400;
	color: #203669;
	border-bottom: solid 3px #203669;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current,
#content ul.tabs a.current:hover,
ul.tabs li.current a {	
	cursor:default !important; 
	color:#2a2d30 !important;
	height: 35px;
	display: block;
}


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

.panes>div {
    display: none;
    min-height: 200px;
   
}

/* HOME TABS THUMBS ---------------------------------------------------------*/


.panes .blocks-thumbs{
	overflow-x: auto;
	overflow-y: hidden;
	height: 400px;
	width: 1000px;
	padding-top: 30px;
	margin-bottom: 15px;
}

.panes .blocks-thumbs ul{
	height: 420px;
	width: 1995px;
}

.panes .blocks-thumbs li{
	display: block;
	overflow: hidden;
	float: left;
	width: 282px;
	margin: 0px 40px 30px 10px;
	background: url(../img/shadow-1-3.png) no-repeat 0px 150px;
	padding-bottom: 10px;
}

.panes .blocks-thumbs li .excerpt{
	line-height: 1.5em;
	margin-bottom: 20px;
}

#content .panes .blocks-thumbs li .header{
	display: block;
	font-family: 'Ubuntu', arial, serif;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-decoration: none;
	color: #2f3235;
	border-bottom: 1px solid #c4c7c8;
	padding-bottom: 10px;
}

.panes .blocks-thumbs li a.thumb{
	display: block;
	overflow: hidden;
	width: 282px;
	height: 150px;
	margin-bottom: 20px;
	background: url(../img/plus-sign.png) no-repeat center center;
}


#scroll-text{
	position: absolute;
	font-size: 14px;
	font color: #999;
	top: 480px;
}

/* Completed Projects Tab ---------------------------------------------------*/

.panes .blocks-thumbs2{
	overflow-x: auto;
	overflow-y: hidden;
	height: 400px;
	width: 1000px;
	padding-top: 30px;
	margin-bottom: 15px;
}

.panes .blocks-thumbs2 ul{
	height: 420px;
	width: 1995px;
}

.panes .blocks-thumbs2 li{
	display: block;
	overflow: hidden;
	float: left;
	width: 282px;
	margin: 0px 40px 30px 10px;
	background: url(../img/shadow-1-3.png) no-repeat 0px 150px;
	padding-bottom: 10px;
}

.panes .blocks-thumbs2 li .excerpt{
	line-height: 1.5em;
	margin-bottom: 20px;
}

#content .panes .blocks-thumbs2 li .header{
	display: block;
	font-family: 'Ubuntu', arial, serif;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-decoration: none;
	color: #2f3235;
	border-bottom: 1px solid #c4c7c8;
	padding-bottom: 10px;
}

.panes .blocks-thumbs2 li a.thumb{
	display: block;
	overflow: hidden;
	width: 282px;
	height: 150px;
	margin-bottom: 20px;
	background: url(../img/plus-sign.png) no-repeat center center;
}


/* HOME TABS GALLERY ---------------------------------------------------------*/

.panes{
	margin-top: 30px;
}

body.home .panes{
	margin-top: 0px;
}

.panes .plain-text{
	padding: 30px 0px;
	line-height: 1.5em;
}

.panes .plain-text h1,
.panes .plain-text h2,
.panes .plain-text h3,
.panes .plain-text h4,
.panes .plain-text h5,
.panes .plain-text h6 {
	margin-bottom: 20px;
}

.panes .plain-text a{
	text-decoration: none;
}
