/*          jFolio Stylesheet          */
/* by DanHarper.me for ThemeForest.net */

*{margin:0;padding:0;border:0;}

body {
background:  #1f1e1e;
color: #cdcbcb;
font-family: Helvetica, Arial, sans-serif;
}

#wrap {
width: 840px;
margin: 35px auto;
}



/* Header
----------------------------*/

h1.logo {
background: url("images/logo1.png") no-repeat;
text-indent: -9999em;
margin-bottom: 5px;
width: 650px;
height: 45px;
}

ul#nav {
margin-bottom: 15px;
text-transform: uppercase;
}

	ul#nav li {
	display: inline;
	list-style: none;
	padding-right: 10px;
	font-size: 1.2em;
	}
	
		ul#nav li a:link, ul#nav li a:visited {
		color: #7b7878; 
		text-decoration: none;
		border-bottom:0;
		}
		
		ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus {
		color:  #FFCC00;
		outline: none;
		}
		
		ul#nav li.ui-tabs-selected a {
		color: #FFCC00;
		border-bottom: 1px solid #7b7878;
		}



/* Main Styles
----------------------------*/

#ctop {
height: 24px;
background: url("images/top.png") no-repeat;
}

#cmid {
background: url("images/mid.png") repeat-y;
padding: 0 20px;
}

	.ui-tabs-hide {
	display: none;
	}
	
	.section {
	overflow: hidden;
	clear: both;
	}
	
	h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
	font-size: 2em;
	}
	
	
	/* WORK PAGE */
	#portitems {
	margin: 0 5px 10px 5px;
	}
	
		#portitems li {
		display: inline;
		margin-left: 5px;
		}
		
			#portitems li a:link, #portitems li a:visited {
			padding: 5px 10px;
			color: #fff;
			border-bottom: none;
			outline: none;
			}
			
			#portitems li a:hover, #portitems li a:active, #portitems li a:focus {
			color: #ffcc00;
			}
			
			#portitems li.ui-tabs-selected a:link, #portitems li.ui-tabs-selected a:visited, #portitems li.ui-tabs-selected a:hover, #portitems li.ui-tabs-selected a:active, #portitems li.ui-tabs-selected a:focus {
			background-color: #2c2c2c;
			color: #ffcc00;
			}
	
	.item {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}
	
		.item img {
		float: left;
		}
		
			.item img.smallitem {
			margin-left: 11px;
			margin-bottom: 10px;
			}
		
		.description {
		clear: both;
		padding: 5px 0;
		}
		
		ul {
		margin: 5px;
		list-style-position: inside;
		}
		

	
	/* CONTACT PAGE */
	label {
	font-weight: bold;
	}
	
	input {
	margin: 0 15px 0 0;
	}
	
	textarea {
	margin-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
	overflow: auto;
	}
	
	input, textarea {
	padding: 4px;
	background-color: #2c2c2c;
	border: 1px solid #404040;
	color: #fff;
	}
	
	input.submit {
	cursor: pointer;
	}
		

#cbot {
height: 24px;
background: url("images/bot.png") no-repeat;
}

p.copy {
margin-top: 10px;
float: right;
	font-size: 0.6em;
}

p.quote {
margin-top: 5px;

	font-size: 1em; color:#FFFFFF;
}

.contactdetail {
padding-bottom: 20px;

}

/* General Styles
----------------------------*/

a:link, a:visited {
color: #8db7e6;
text-decoration: none;

}

a:hover, a:active, a:focus {
color: #FFCC00;

}

.item a:link, .item a:visited, .item a:hover, .item a:active, .item a:focus {
border-bottom: none;
}

.item .description a:link, .item .description a:visited {
border-bottom: 1px solid #8db7e6;
}

.item .description a:hover, .item .description a:active, .item .description a:focus {
border-bottom: 1px solid #6d99ca;
}

p {
line-height: 1.3em;
padding-left: 5px;
margin-bottom: 10px;
}

h4 {
padding-left: 5px;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.alignleft1 {
float: left; padding-right: 5px;
}

img.alignright {
margin: 0px 0px 5px 7px;
float: right;
}

img.alignleft {
margin: 0px 7px 5px 0;
float: left;
}

img.border {
padding: 4px;
border: 1px solid #525252;
}



/* jQuery Lightbox Styles
----------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none; border-bottom: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	border-bottom: none;	
}