/*
Theme Name: Wordfolio
*/
/***********************************************************

	RESET
	
***********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/***********************************************************

	CLASSES
	
***********************************************************/

.fL		{ float: left; }
.fR		{ float: right; }
.cB		{ clear: both; }
.fS10	{ font: 10px Tahoma;}
.tAC	{ text-align: center;}
.tAJ	{ text-align: justify;}

/***********************************************************

	GENERAL
	
***********************************************************/

body {
	font: 12px Arial;
	color: #808080;
	background: #111111;
}

body.home {
	background: #111111 url('images/homeBG.png') repeat-x;
	overflow-x: hidden;
}

h1, h2, h3 {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

h1		{ font-size: 29px; margin-bottom: 20px; }
h2		{ font-size: 23px; }
h3		{ font-size: 17px; }

p		{ line-height: 18px; margin-bottom: 10px; }
a		{ color: #CDCDCD; text-decoration: none; }
a:hover	{ color: #FFFFFF }

/***********************************************************

	HEADER
	
***********************************************************/

#header {
	width: 480px;
	height: 260px;
	position: absolute;
	background: url('images/headerBG.png') no-repeat;
}

	#header #logo,
	#header #logo img {
		width: 269px;
		height: 151px;
	}
	
	#header #logo{
		background: url('images/logo.png') no-repeat;
		position: absolute; top: 55px;
	}
		
	#header #nav {
		min-height: 128px;
		font: 11px Tahoma;
		text-transform: uppercase;
		padding: 12px 0px 0px 20px;
		background: url('images/navBG.png') no-repeat;
		position: absolute; left: 285px; top: 75px;
	}
		
		#header #nav ul li {
			margin-bottom: 5px;
		}
		
		#header #nav ul li a{
			color: #808080;
		}
		
			#header #nav ul li a:hover{
				color: #FFFFFF;
			}

/***********************************************************

	CONTENT
	
***********************************************************/

#container {
	width: 980px;
	margin: auto;
	position: relative;
}

#content {
	min-height: 780px;
	background: url('images/contentBG.png') no-repeat;
}

#contentLeft {
	width: 480px;
	padding-top: 260px;
	float: left;
}

	#contentLeft #sidebar1,
	#contentLeft #sidebar2 {
		width: 215px;
		float: left;
	}
	
	#contentLeft #sidebar1 {
		margin-right: 20px;
	}

#contentRight {
	width: 500px;
	float: right;
}

#footer {
	text-align: center;
	padding-top: 40px;
}

/***********************************************************

	SHOWCASE
	
***********************************************************/

.showcaseImages,
.showcaseImages ul {
	width: 500px;
	height: 780px;
	position: relative;
}

	.showcaseImages ul li,
	.showcaseImages ul li .item {
		width: 500px;
		height: 260px;
	}
		
		.showcaseImages ul li .item a img {
			width: 494px;
			height: 244px;
			border: 3px solid #333333;
		}
		
	.showcaseImages .pattern1,
	.showcaseImages .pattern2 {
		width: 500px;
		position: absolute;
	}

	.showcaseImages .pattern1 {
		height: 250px;
		background: url('images/pattern1.png') no-repeat;
		top: 0px;
	}

	.showcaseImages .pattern2{
		height: 260px;
		background: url('images/pattern2.png') no-repeat;
		bottom: 0px;
	}

.showcaseTexts,
.showcaseTexts ul,
.showcaseTexts ul li {
	width: 480px;
	height: 250px;
}

.showcaseTexts,
.showcaseTexts ul,
.showcaseTexts ul li .item {
	position: relative;
}
	
	.showcaseTexts ul li .item {
		width: 430px;
		height: 200px;
		padding: 50px 50px 0px 0px;
	}
		
		.showcaseTexts ul li .item h2 a {
			color: #FFFFFF;
		}
		
		.showcaseTexts ul li .item p.readMore {
			background: url('images/iconArrow.gif') 0px 2px no-repeat;
			padding-left: 13px;
			position: absolute; right: 50px; bottom: 10px; 
		}
			
	.showcaseTexts .buttons {
		width: 50px;
		height: 250px;
		position: absolute; left: 430px; top: 0px;
	}
	
		.showcaseTexts .buttons .prev,
		.showcaseTexts .buttons .next {
			width: 50px;
			height: 125px;
			cursor: pointer;
		}
		
		.showcaseTexts .buttons .prev{
			background: url('images/prev.png') no-repeat;
		}
		
			.showcaseTexts .buttons .prev:hover{
				background: url('images/prevOn.png') no-repeat;
			}
		
		.showcaseTexts .buttons .next{
			background: url('images/next.png') no-repeat;
		}
		
			.showcaseTexts .buttons .next:hover{
				background: url('images/nextOn.png') no-repeat;
			}
	
/***********************************************************

	FREELANCE STATUS
	
***********************************************************/

.available,
.unavailable {
	width: 420px;
	height: 75px;
	padding: 15px;
}

.available {
	background: url('images/freelanceOn.png') no-repeat;
	color: #85b5a8;
}

.unavailable {
	background: url('images/freelanceOff.png') no-repeat;
	color: #b58585;
}

	.available h2,
	.unavailable h2 {
		margin-bottom: 5px;
	}

	.available h2 {
		color: #cef6ff;
	}

	.unavailable h2 {
		color: #f0d1d1;
	}
	
/***********************************************************

	SIDEBAR ITEMS
	
***********************************************************/

.box {
	color: #4F4F4F;
	margin-top: 40px;
}

.search {
	width: 215px;
	height: 30px;
	background: url('images/searchBG.gif') no-repeat;
	position: relative;
}

	.search .text {
		width: 165px;
		height: 22px;
		font: 10px Tahoma;
		color: #4c4c4c;
		padding: 8px 10px 0px 10px;
		background: none;
		border: none;
		position: absolute;
	}
	
	.search .submit {
		width: 30px;
		height: 30px;
		background: none;
		border: none;
		cursor: pointer;
		position: absolute; right: 0px;
	}

#contentLeft #sidebar1 .box ul,
#contentLeft #sidebar2 .box ul {
	background: url('images/listBG.png') top no-repeat;
	padding-top: 10px;
}

	#contentLeft #sidebar1 .box ul li,
	#contentLeft #sidebar2 .box ul li{
		text-transform: capitalize;
		padding-bottom: 13px;
		margin-bottom: 10px;
		background: url('images/listBG.png') bottom no-repeat;
	}

		#contentLeft #sidebar1 .box ul li p,
		#contentLeft #sidebar2 .box ul li p {
			margin-bottom: 2px;
		}
		
		#contentLeft #sidebar1 .box ul li a,
		#contentLeft #sidebar2 .box ul li a {
			color: #4F4F4F;
		}
		
		#contentLeft #sidebar1 .box ul li .fS10,
		#contentLeft #sidebar2 .box ul li .fS10,
		#contentLeft #sidebar1 .box ul li .fS10 a,
		#contentLeft #sidebar2 .box ul li .fS10 a {
			color: #7C7C7C;
			text-transform: uppercase;
		}
		
			#contentLeft #sidebar1 .box ul li a:hover,
			#contentLeft #sidebar2 .box ul li a:hover,
			#contentLeft #sidebar1 .box ul li .fS10 a:hover,
			#contentLeft #sidebar2 .box ul li .fS10 a:hover {
				color: #FFFFFF;
			}

/***********************************************************

	DETAIL PAGES
	
***********************************************************/

#contentRight.detail {
	padding-top: 65px;
}

	#contentRight.detail ul li{
		color: #CDCDCD;
		padding-left: 13px;
		margin-bottom: 5px;
		background: url('images/iconArrow.gif') 0px 2px no-repeat;
	}
	
.post {
	padding-top: 10px;
	margin-bottom: 20px;
	background: url('images/postBG.gif') top no-repeat;
}

	.post .head {
		margin-bottom: 20px;
	}
	
		.post .head h2 {
			float: left;
			margin-bottom: 5px;
		}
		
			.post .head h2 a {
				color: #FFFFFF;
			}
		
		.post .head p {
			margin-bottom: 0px;
		}
		
		.post .head p.date {
			font: bold 18px Arial;
			color: #FFFFFF;
			letter-spacing: -1px;
			padding-top: 5px;
			float: right;
			display: inline;
		}
		
		.post .head p.fS10 {
			text-transform: uppercase;
			clear: both;
		}
		
		.post .entry img {
			border: 3px solid #333333;
		}
		
		.post .entry img.wp-smiley {
			border: none;
		}

.entry blockquote,.detail blockquote { display:block; padding:5px 5px 5px 20px; font:italic 14px/16px Georgia, "Times New Roman", Times, serif; }
.entry ul,.detail ul{ margin-left:15px; }
.entry ol,.detail ol { margin-left:35px; }
.entry ul li em,.entry ol li em,.detail ul li em,.detail ol li em { font-style:italic; }
.entry ol li,.detail ol li { list-style:decimal; margin-bottom:5px; }

.post.details {
	padding-top: 0px;
	margin-bottom: 0px;
	background: none;
}

		.post.details .head h1 {
			float: left;
			margin-bottom: 5px;
			clear: both;
		}

.pageNav {
	margin-top: 40px;
}

	.pageNav div a {
		background: #090909;
		border: 1px solid #000000;
		padding: 10px;
		margin-top: 50px;
		text-transform: uppercase;
	}

		.pageNav div a:hover {
			background: #000000;
		}

/***********************************************************

	COMMENTS
	
***********************************************************/

.comments {
	background: url('images/postBG.gif') top no-repeat;
	padding-top: 20px;
	margin-top: 40px;
}

.commentlist li {
	background: #090909;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 10px;
}

	.commentlist li .comment-author {
		font: 10px Tahoma;
		font-style: normal;
		text-transform: uppercase;
	}
	
		.commentlist li .comment-author cite.fn {
			font-style: normal;
		}
	
	.commentlist li .comment-author .avatar {
		background: #FFFFFF;
		border: 1px solid #000000;
		padding: 3px;
		margin-right: 10px;
		float: left;
	}

	.commentlist li .comment-meta {
		font: 10px Tahoma;
		text-transform: uppercase;
		margin: 5px 0px 5px 0px;
		float: left;
	}

	.commentlist li p {
		clear: both;
		padding-left: 48px;
		margin-bottom: 0px;
	}

/***********************************************************

	CONTENT FORMS
	
***********************************************************/

#contentRight form {
  width: 100%;
}

	#contentRight form fieldset {
	  background: #090909;
	  border: 1px solid #000000;
	  padding: 10px;
	  margin-bottom: 10px;
	}

		#contentRight form fieldset label {
			float: left;
			width: 120px; 
			margin-top: 8px;
			text-align: right;
			display: block;
		}
		
		#contentRight form fieldset input,
		#contentRight form fieldset textarea,
		#contentRight form fieldset select {
			width: 220px;
			background: #CCCCCC;
			border: 1px solid #000000;
			padding: 3px;
			margin: 5px 0px 0px 10px;
		}
		
		#contentRight form fieldset textarea {
			overflow: auto;
		}
		
			#contentRight form fieldset input:hover,
			#contentRight form fieldset input:focus,
			#contentRight form fieldset textarea:hover,
			#contentRight form fieldset textarea:focus,
			#contentRight form fieldset select:hover,
			#contentRight form fieldset select:focus {
				background: #FFFFFF;
			}
		
		#contentRight form fieldset br {
			clear:left;
		}
		
		#contentRight form fieldset .right {
			margin: 5px 0px 0px 130px;
		}
		
		#contentRight form fieldset .button {
			width: 228px;
			font: 10px Tahoma;
			text-transform: uppercase;
			color: #FFFFFF;
			background: #1D1D1D;
			border: 1px solid #000000;
			margin: 0px;
			cursor: pointer;
		}
		
			#contentRight form fieldset .button:hover {
				background: #000000;
			}
			
/***********************************************************

	LIGHTBOX
	
***********************************************************/

#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;
}

#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;
}

#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;	
}

/**/
#page_overlay { position: absolute; top: 0px; left: 0px; background: #fff; width: 100%; height: 100%; z-index:999; }
#loader { position:absolute; top:40%; left:0; color:white; z-index:1000; width:100%; white-space:nowrap; padding:0; margin:0; text-align:center; } #loader span { font-size:12px; color:#000; }

/** contact form **/
form.wpcf7-form input,form.wpcf7-form textarea { padding:5px; background:#222; color:#eee; border:solid 1px #111; }
form.wpcf7-form input:focus,form.wpcf7-form textarea:focus { background:#111; border-color:#000; color:#fff; }