/* @override 
	http://jasonreedwebdesign.com/clients/jrwd/assets/css/sectional.css
	http://www.jasonreedwebdesign.com/clients/jrwd/assets/css/sectional.css
*/

/* @group Override */

#sectional .section {
	width: 70px;
}

#sectional .section h3 {
	height: 100%;
}

#portfolio-entries {
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}

#portfolio-controls {
	display: block !important;
}

.portfolio {
	position: absolute;
	margin: 0;
}

.portfolio .description {
	left: 52px;
}

/* @end */


/* @group Functional */

#sectional,
#sectional .section {
	height: 37em;
	overflow: hidden;
}

#sectional .section .wrap {
	position: absolute;
	top: 0;
	left: 70px;
	width: 470px;
	height: 35em;
	padding: 65px 70px 0 0;
	z-index: 1;
}

/* @group Headings */

#sectional .section h3 {cursor: pointer; }

#sectional #projects.section h3:hover,
#sectional #projects.current h3 {background-position: right top; }

#sectional #services.section h3:hover,
#sectional #services.current h3 {background-position: right top; }

#sectional #clients.section h3:hover,
#sectional #clients.current h3 {background-position: right top; }

#sectional #about.section h3:hover,
#sectional #about.current h3 {background-position: right top; }

/*
#sectional #photos.section h3:hover,
#sectional #photos.current h3 {background-position: right top; }
*/

/* @end */

/* @end */

/* @group Wide Sections */

#sectional #projects.section { /* Sets open tab. */
	width: 610px;
	overflow: hidden;
}

#sectional #projects.section .wrap,
#sectional #services.section .wrap {
	width: 610px;
	left: 18px;
	padding-right: 0;
}

#portfolio-entries,
#service-types {
	width: 610px;
	clear: both;
	position: relative;
}

.portfolio,
.service-type {
	width: 540px !important;
	padding-left: 52px;
	position: relative;
}

.service-type {
	width: 470px !important;
	padding: 0 70px 0 52px;
}

.section img.left {
	display: inline;
	margin-left: -40px;
}

.section img.right {
	display: inline;
	margin-right: -40px;
}

/* @end */

/* @group Portfolio */

#portfolio-controls {
	position: absolute;
	top: 20em;
	left: 52px;
	z-index: 1000;
	width: 470px;
}

#portfolio-controls #previous,
#portfolio-controls #next {
	display: block;
	text-indent: -999em;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 30px;
}

#portfolio-controls #previous {
	left: 0;
	background: url(../images/prev.gif) no-repeat left top;
}

#portfolio-controls #next {
	right: 0;
	background: url(../images/next.gif) no-repeat left top;
}

#portfolio-controls #buttons {
	display: none;
}

/* @end */

/* @group Services */

#services ul#tabs {
	float: left;
	display: inline;
	text-align: center;
	width: 470px;
	margin: 0 0 1.6em 52px;
	padding: 10px 0;
	background: url(../images/bg_services-select.gif) repeat-y left;
	border-top: 1px solid #fab136;
	border-bottom: 1px solid #fab136;
}

#services li {
	display: inline;
	margin: 0;
	padding: 0 1.3em 0 1.3em;
	cursor: pointer;
	letter-spacing: .2em;
	text-transform: uppercase;
	line-height: normal;
	vertical-align: bottom !important;
	font-weight:bold;
}

#services li.last {
	width: 156px;
	text-align: right;
}

#services li.current {
	font-weight: bold;
	color: #fff;
	background: url(../images/arrow_right-current.gif) no-repeat left center; 
}

.service-type {
	float: left;
}

.service-type h5 {
	display: none;
}


/* @end */