/*
Theme Name: 5th note design studio portfolio
Theme URI: 
Description: Wordpress + Portfolio
Version:
Author:
Author URI:
*/


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

	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: "" "";
}

strong { font-weight: bold; }

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

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

.fL		{ float: left; }
.fR		{ float: right; }
.cB		{ clear: both; }
.fS10	{ font: 10px Tahoma;}
.tAC	{ text-align: center;}
.tAJ	{ text-align: left;}
.subtitle  { font: 10px Tahoma; color: #FFF; text-transform: uppercase; }

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

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

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

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

h1		{ font: bold 29px Arial; color: #FFF; letter-spacing: -1px; margin-bottom: 20px; }
h2		{ font: bold 23px Arial; color: #FFF; letter-spacing: -1px; margin-bottom: 10px; }
h3		{ font: bold 17px Arial; color: #FFF; letter-spacing: -1px; margin-bottom: 10px; }
p		{ line-height: 18px; margin-bottom: 10px;}
a		{ color: #CDCDCD; text-decoration: none; }
a:hover	{ color: #FFF }


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

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

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

	#header #logo{
		width: 269px;
		height: 151px;
		background: url('images/logo.png') no-repeat;
		position: absolute;
		left: 0;
		top: 55px;
	}

		#header #logo h1 {
			width: 269px;
			height: 151px;
			position:relative;
		}
		
		#header #logo h1 a {
			width: 269px;
			height: 151px;
			text-indent: -9999px;
			display:block;
		    height: inherit;
		}
		
		#header #logo h2 {
			width: 469px;
			height: 151px;
			text-indent: -9999px;
			display:block;
		    height: inherit;
		}
		
	#header #nav {
		min-height: 128px;
		font: 11px Tahoma;
		text-transform: uppercase;
		padding: 1px 0 0 20px;
		background: url('images/navBG.png') no-repeat;
		position: absolute;
		left: 285px;
		top: 75px;
	}
		
		#header #nav ul {
			margin-top: 16px;
		}
		
		#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 {
		width: 215px;
		float: left;
		margin-right: 20px;
	}
	
	#contentLeft #sidebar2 {
		width: 215px;
		float: left;
	}

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

#footer {
	text-align: center;
	padding-top: 40px;
	text-transform: uppercase;
	font: normal 10px Tahoma;
}

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

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

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

.showcaseImages {
	width: 500px;
	height: 770px;
	position: relative;
}

	.showcaseImages ul {
		width: 500px;
		height: 770px;
	}

		.showcaseImages ul li {
			width: 500px;
			height: 250px;
			margin-bottom: 10px;
		}
		
			.showcaseImages ul li a img {
				width: 494px;
				height: 244px;
				border: 3px solid #333333;
			}
		
	.showcaseImages .pattern1{
		width: 500px;
		height: 250px;
		position: absolute;
		left: 0;
		top: 0;
		background: url('images/pattern1.png') no-repeat;
	}
	
	.showcaseImages .pattern2{
		width: 500px;
		height: 260px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url('images/pattern2.png') no-repeat;
	}
	
/***********************************************************

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

.available {
	width: 420px;
	height: 112px;
	padding: 15px;
	background: url('images/freelanceOn.png') no-repeat;
	color: #54b2d7;
}

	.available h2 {
		color: #cef6ff;
		margin-bottom: 5px;
		margin-left: 6px;
	}
	
	.available p {
		margin-top: 2px;
		margin-left: 6px;
		line-height: 16px;
	}
	
.unavailable {
	width: 420px;
	height: 112px;
	padding: 15px;
	background: url('images/freelanceOff.png') no-repeat;
	color: #54b2d7;
}

	.unavailable h2 {
		color: #f0d1d1;
		margin-bottom: 5px;
	}
	
/***********************************************************

	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;
		left: 0;
		top: 0;
	}
	
	.search .submit {
		width: 30px;
		height: 30px;
		background: none;
		border: none;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
	}

#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 a:hover, #contentLeft #sidebar2 .box ul li a:hover {
				color: #FFFFFF;
			}
		
		#contentLeft #sidebar1 .box ul li .fS10, #contentLeft #sidebar2 .box ul li .fS10 {
			color: #7C7C7C;
			text-transform: uppercase;
		}
		
			#contentLeft #sidebar1 .box ul li .fS10 a, #contentLeft #sidebar2 .box ul li .fS10 a {
				color: #CDCDCD;
			}
			
				#contentLeft #sidebar1 .box ul li .fS10 a:hover, #contentLeft #sidebar2 .box ul li .fS10 a:hover {
					color: #FFF;
				}

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

	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: 0;
		}
		
		.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 a.lightbox img {
			border: 3px solid #333333;
		}
		
		.post .entry a.urllink:hover { font: 10px Tahoma; color: #54b2d7; text-transform: uppercase; text-decoration:underline; }
		.post .entry a.urllink { font: 10px Tahoma; color: #FFF; text-transform: uppercase; text-decoration:none; }

.post.details {
	padding-top: 0;
	margin-bottom: 0;
	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;
		border: 1px solid #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;
		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 0;
		float: left;
	}

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

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

	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, form fieldset textarea {
			width: 220px;
			background: #CCCCCC;
			border: 1px solid #000000;
			padding: 3px;
			margin: 5px 0 0 10px;
		}
		
			#contentRight form fieldset input:hover, form fieldset textarea:hover {
				background: #FFFFFF;
			}
			
			#contentRight form fieldset input:focus, form fieldset textarea:focus {
				background: #FFFFFF;
			}
		
		#contentRight form fieldset textarea {
			overflow: auto;
		}
		
		#contentRight form fieldset select {
			width: 220px;
			background: #FFFFFF;
			height: 25px;
			margin: 5px 0 0 10px;
			border: 1px solid #838383;
		}
		
			#contentRight form fieldset select:hover {
				background: #FFFFFF;
			}
			
			#contentRight form fieldset select:focus {
				background: #FFFFFF;
			}
		
		#contentRight form fieldset br {
			clear:left;
		}
		
		#contentRight form fieldset .right {
			margin: 5px 0 0 130px;
		}
		
		#contentRight form fieldset .button {
			width: 228px;
			font: 10px Tahoma;
			text-transform: uppercase;
			color: #FFFFFF;
			background: #1D1D1D;
			border: 1px solid #000000;
			margin: 0;
			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;
}

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

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	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;	
}