/*
Theme Name: Salt Gallery
Theme URI:  
Description: Salt Gallery Custom Template
Version: 2.0
Author: Mike Truese
Author URI: http://www.miketruesecreations.com
*/
/***********************************************************

	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, font, img, ins, kbd, q, s, samp,
small, strike, 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;
		padding-top: 10px;
}

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 {
	color: #333333;
	background-image: url(images/001/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.home {
		color: #333333;
	background-image: url(images/001/bg.jpg);
	overflow-x: hidden;
}

h1, h2, h3 {
	font-weight: bold;
	color: #112e7a;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-right: 15px;
	line-height: 130%;
}

h1		{
	font-size: 22px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42cad9;
}
h2		{
	font-size: 18px;
	color: #3d5aa6;
}
h3		{
	font-size: 15px;
	margin-right: 25px;
	margin-left: 25px;
}
#artist_works		{
	font-size: 18px;
	color: #112e7a;
	height: 22px;
	background-color: #FFFFCC;
	padding: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #fae29a;
}
p		{
	line-height: 18px;
	margin-bottom: 10px;
	margin-right: 15px;
}
a		{
	color: #666666;
	text-decoration: none;
}
a:hover	{
	color: #f6cd50
}

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

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

#header {
	width: 450px;
	height: 259px;
	background-image: url(images/001/bg-header.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42cad9;
	background-repeat: no-repeat;
	position: relative;
}

	 
	
	#header #logo{
	position: absolute;
	top: 0px;
	background-image: url(images/001/logo.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 355px;
	left: 0px;
	}
	
	#header #tagline{
	position: absolute;
	top: 230px;
	left: 20px;
	font-weight: bold;
	color: #0066CC;
	line-height: 120%;
	}
	
#header #contact {
	position: absolute;
	top: 150px;
	height: 250px;
	width: 355px;
	left: 600px;
}
#header #contact p {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
		
	#header #nav {
	text-transform: uppercase;
	position: absolute;
	left: 355px;
	top: 45px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	}
		
		#header #nav ul li {
	margin-bottom: 38px;
		}
		
		#header #nav ul li a{
			color: #112e7a;
		}
		
			#header #nav ul li a:hover{
	color: #FFFF99;
			}

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

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

#container {
	width: 980px;
	margin: auto;
	position: relative;
	background-image: url(images/001/bg_container.jpg);
	background-repeat: repeat-y;

}

#content {
	margin-right: auto;
	margin-left: auto;
}

#contentLeft {
	width: 450px;
	float: left;
	background-image: url(images/001/bg_left.jpg);
	background-repeat: repeat-x;

}

	#contentLeft #sidebar1 {
	width: 215px;
	float: left;
	margin-left: 30px;
	padding-top: 35px;
	}

	 
	#contentLeft #sidebar2 {
	width: 400px;
	float: left;
	margin-left: 30px;
	padding-top: 35px;
	}	
	#contentLeft #sidebar1 {
	margin-right: 20px;
	}

#contentRight {
	width: 500px;
	float: right;
	padding-left: 25px;
}

#footer {
	text-align: center;
	padding-top: 20px;
	background-image: url(images/001/bg_footer.jpg);
	background-repeat: repeat-x;
	width: 980px;
	height: 35px;
}


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

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

.box {
	color: #3d5aa6;
}

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

	.search .text {
	width: 165px;
	height: 22px;
	font: 12px Tahoma;
	color: #dddddd;
	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 {
	 
	padding-top: 10px;
}

	#contentLeft #sidebar1 .box ul li,
	#contentLeft #sidebar2 .box ul li{
	text-transform: capitalize;
	padding-bottom: 13px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fae29a;
	}

		#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: #333333;
		}
		
		#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: #666666;
			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: #999999;
			}

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

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

#contentRight.detail {
	padding-top: 20px;
}
#contentRight.detail ul , #contentRight.detail ol {
	list-style-type: disc;
	margin-left: 20px;
}
	#contentRight.detail ul li{
	color: #333333;
	padding-left: 13px;
	
	margin-bottom: 5px;
	}
	
.post {
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #f6cd50;
	margin-right: 20px;
}


		 
			.post_title a {
	color: #112e7a;
	font-size: 16px;
			}
			
			.post_title a:hover {
			color: #F6cd50;
			}
		
		.post .head p {
			margin-bottom: 0px;
		}

	.post .head {
		margin-bottom: 20px;
	}
	
		.post .head h2 {
			float: left;
			margin-bottom: 5px;
		}
		
			.post .head h2 a {
	color: #112e7a;
			}
		
	 
		.post .head p.date {
			font: bold 18px Arial;
			color: #f6cd50;
			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.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 {
	 
	padding-top: 20px;
	margin-top: 40px;
}

.commentlist li {
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	list-style-type: none;
}

	.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 {
	   
	  border: 1px solid #cccccc;
	  padding: 10px;
	  margin-bottom: 10px;
	  margin-right:20px;
	}

		#contentRight form fieldset label {
			float: left;
			width: 120px; 
			margin-top: 8px;
			margin-left: 12px; 
			display: block;
		}
		
		#contentRight form fieldset input,
		#contentRight form fieldset textarea,
		#contentRight form fieldset select {
			width: 220px;
			background: #ffffff;
			border: 1px solid #999999;
			padding: 3px;
			margin: 5px 0px 0px 10px;
		}
		
		#contentRight form fieldset textarea {
	overflow: auto;
	width: 400px;
		}
		
			#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;
			}
			
.alignright {
	padding: 4px;
		margin-top: 0;
	margin-left: 17px;
	margin-bottom: 15px;
	margin-right: 0;
 
		float: right;
	}

.alignleft {
	padding: 4px;
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 0;
	}
	
/***********************************************************

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