/*
Theme Name: JessicaCrighton
Theme URI: http://lamontdesign.co.uk/
Description:
Author: LamontDesign
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags:
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


*
{
	margin:0;
	padding:0;
}

body
{
	background:#000000 url(images/background.jpg) top center repeat-x fixed;
	font-size:62.5%;
	font-family:Verdana, Geneva, sans-serif;
}

/*--------------------------------------------------*/

#site{
	padding:0px 0px 0px 0px;
	}

a, img{
	outline:none;
	}

/*--------------------------------------------------*/

h1, h2, h3, h4 ,h5 ,h6{
	margin:0px 0px 20px 0px;
	color:#000;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	}

h1{
	font-size:3em;
	color:#000000;
	line-height:1;
	}

h2{
	font-size:2.6em;
	}

h3{
	font-size:2.2em;
	}

h4{
	font-size:2em;
	}

h5{
	font-size:1.8em;
	}

h6{
	font-size:1.6em;
	}

p{
	padding:0px 0px 20px 0px;
	font-size:1.3em;
	line-height: 150%;
	}

ul, ol{
	padding:0px 0px 20px 0px;
	list-style-type:none;
	}

ul{
	margin-left:13px;
	}

ol{
	margin-left:38px;
	}

dl{
	margin-left:10px;
	}

li{
	margin:0px 0px 10px 0px;
	}

dt{
	font-weight:bold;
	font-size:1.5em;
	}

dd{
	margin:0px 0px 20px 0px;
	font-size:1.2em;
	}

a{
	text-decoration:none;
	color:#F39333;
	}

a:hover{
	text-decoration:underline;
	}

blockquote{
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	font-style:italic;
	font-size:2.3em;
	line-height:1.5;
	font-weight:normal;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	}

/*--------------------------------------------------*/
/*--TABLE STYLEING----------------------------------*/
/*--------------------------------------------------*/

table{
	margin:0px 0px 20px 0px;
	font-size:1.2em;
	}

tr{}

th{
	border-right:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	padding:10px;
	color:#FFF;
	background:#999;
	width:25%;
	font-weight:bold;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	}

td{
	padding:10px;
	background:#DDD;
	text-align:center;
	border-right:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	width:25%;
	font-family:Arial, Helvetica, sans-serif;
	}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.wrapper{
	width:100%;
	background:#FFFFFF;
	}

/*--------------------------------------------------*/
/*--ROW GENERIC-------------------------------------*/
/*--------------------------------------------------*/

.row{
	position:relative;
	margin:0 auto;
	width:980px;
	padding:0px;
	background:url(images/shadow-row.png) top center no-repeat;
	}

/*--------------------------------------------------*/
/*--COLUMN GENERIC----------------------------------*/
/*--------------------------------------------------*/

.column{
	background:url(images/shadow-col.png) 0px 40px no-repeat;
	float:left;
	}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.column.single{
	padding:40px 40px 20px 40px;
	width:900px;
	}

.column.single img{
	margin:0px 0px 30px 0px;
	}

.column.single img.img-left{
	float:left;
	margin:0px 30px 30px 0px;
	width:300px;
	}

.column.single img.img-right{
	float:right;
	margin:0px 0px 30px 30px;
	width:300px;
	}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.column.double{
	padding:40px;
	width:390px;
	}

.column.double img{
	margin:0px 0px 30px 0px;
	background:#EEE;
	border:1px solid #DDD;
	padding:20px;
	width:350px;
	}

.column.double img.img-left{
	float:left;
	margin:0px 20px 20px 0px;
	background:#EEE;
	border:1px solid #DDD;
	padding:10px;
	width:160px;
	}

.column.double img.img-right{
	float:right;
	margin:0px 0px 20px 20px;
	background:#EEE;
	border:1px solid #DDD;
	padding:10px;
	width:160px;
	}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.column.third{
	padding:40px;
	width:240px;
	background:#FFF;
	}

.column.third.no-padding{
	padding:0px;
	width:330px;
	}



.column.half{
	padding:40px;
	width:240px;
	background:#FFF;
	}

.column.half.no-padding{
	padding:0px;
	width:330px;
	}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.column.two-thirds{
	padding:40px;
	width:570px;
	background-color:#FFF;
	}

.column.two-thirds img{
	margin-bottom:20px;
	background:#EEE;
	border:1px solid #DDD;
	padding:10px;
	max-width:550px;
	}
	
.column.two-thirds p img{
	margin-bottom:0;
	}

.column.two-thirds img.img-left{/*TO SMALL FOR FLOATING IMG*/
	margin:0px 30px 30px 0px;
	background:#EEE;
	border:1px solid #DDD;
	padding:10px;
	width:225px;
	}

.column.two-thirds img.img-right{/*TO SMALL FOR FLOATING IMG*/
	margin:0px 0px 30px 30px;
	background:#EEE;
	border:1px solid #DDD;
	padding:10px;
	width:225px;
	}

.column.two-thirds.post{
	margin-bottom:40px;
	padding:40px;
	width:600px;
	background-color:#FFF;
	}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.column.quarter{
	padding:40px;
	width:155px;
	}

.column.quarter img{
	margin:0px 0px 30px 0px;
	background:#EEE;
	border:1px solid #DDD;
	padding:10px;
	width:135px;
	}

.column.quarter img.img-left{/*TO SMALL FOR FLOATING IMG*/
	margin:0px 0px 30px 0px;
	background:#EEE;
	border:1px solid #DDD;
	padding:10px;
	width:135px;
	}

.column.quarter img.img-right{/*TO SMALL FOR FLOATING IMG*/
	margin:0px 0px 30px 0px;
	background:#EEE;
	border:1px solid #DDD;
	padding:10px;
	width:135px;
	}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.column.three-quarters{
	padding:40px;
	width:545px;
	}

/*--------------------------------------------------*/
/*--IMAGE CAPTION GENERIC---------------------------*/
/*--------------------------------------------------*/

.img-caption{
	padding:20px 20px 0px 20px;
	}

.img-caption p{
	color:#666666;
	}

/*--------------------------------------------------*/
/*--LOGO--------------------------------------------*/
/*--------------------------------------------------*/

#logo{
	margin:0 auto;
	width:376px;
	height:110px;
	background:url(images/jessica-crighton-original-art-logo.jpg) 0px 0px no-repeat;
	display:block;
	}

#logo span{
	display:none;
	}

/*--------------------------------------------------*/
/*--NAV---------------------------------------------*/
/*--------------------------------------------------*/

#nav ul{
	margin:0px;
	padding:0px;
	width:980px;
	float:left;
	}

#nav ul li{
	margin:0px;
	list-style-type:none;
	display:block;
	font-size:2em;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
	}

#nav ul li a{
	padding:15px 20px 15px 20px;
	color:#8D8D8D;
	display:block
	}

#nav ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	}

#nav ul li.current_page_item >a{
	color:#FFFFFF;
	}

/*--------------------------------------------------*/
/*--COPYRIGHT---------------------------------------*/
/*--------------------------------------------------*/

#copyright{
	background:#000000;
	}

#copyright p{
	padding:0px;
	color:#8D8D8D;
	}

#copyright a{
	padding:0px;
	color:#8D8D8D;
	}

#copyright a:hover{
	padding:0px;
	color:#FFF;
	}

#copyright .column.single{
	padding:40px;
	}

#copyright .column.third{
	background:#000;
	}

/*--------------------------------------------------*/
/*--GLOBAL CLASSES----------------------------------*/
/*--------------------------------------------------*/

.clear{
	clear:both;
	}

.float-left{
	float:left;
	}

.float-right{
	float:right;
	}

.text-left{
	text-align:left;
	}

.text-right{
	text-align:right;
	}

.text-center{
	text-align:center;
	}

.text-justify{
	text-align:justify;
	}

.img-left{
	float:left;
	margin:0px 30px 30px 0px;
	background:#EEE;
	}

.img-right{
	float:right;
	margin:0px 0px 30px 30px;
	background:#EEE;
	}

.no-border{
	border:0px;
	}

.no-margin{
	margin:0px;
	}

.no-padding{
	padding:0px;
	}

.column.third.no-right-padding{
	padding-right:0px;
	width:280px;
	}

.no-background{
	background:none;
	}

.neg-top{
	margin-top:-20px;
	}

.bottom-margin{
	margin-bottom:30px;
	}
.relative
{
	position:relative;
}

/*--------------------------------------------------*/
/*--CLEARS & FIXES----------------------------------*/
/*--------------------------------------------------*/

.clear{
	clear:both;
	}

#nav{
	background:#000;
	}

#hp-paintings{
	background:url(images/bg-hompage-header.jpg) top center repeat-x;
	height:360px;
	position:relative;
	overflow:hidden;
	width: 100%;
	}

#gallery{
	padding:40px 0px 0px 0px;
	background:#D8D9DB;
	position:relative;
	overflow:hidden;
	}

#hp-paintings img,
img.gallery-img{
	margin-right:50px;
	box-shadow:#000 0em 0.4em 0.6em;
	}

.orange{
	color:#F39333;
	}

#hp-content .row{
	background:url(images/jessica-signature.jpg) bottom right no-repeat;
	}

.column.two-thirds img.gallery-img{
	width:250px;
	margin:0px 30px 0px 0px;
	float:left;
	background:none;
	border:0px;
	padding:0px;
	}

.gallery-nav{
	position:absolute;
	padding:20px;
	z-index:10;
	background:none;
	top: 0;
	right: 0;
	width: 220px;
	background: #000;
	margin-bottom: 40px;
	}

.gallery-nav ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	}

.gallery-nav ul li{
	font-size:1.5em;
	margin:0px;
	list-style-type: none;
	font-family:Helvetica,Arial,sans-serif;
	}

.gallery-nav ul li ul{
	margin-top:10px;
	}

.gallery-nav ul li ul li{
	font-size:100%;
	}

.gallery-nav ul li a{
	color:#8D8D8D;
	display:block;
	width:220px;
	padding:5px 0px 5px 0px;
	}
.gallery-nav ul li a:hover,.gallery-nav ul li a._js_anchor_active{
	color:#FFF;
	text-decoration:none;
	}

.gallery-nav ul li h3
{
	font-size: 1.5em;
	color: white;
	margin: 0;
	padding: 0;
	display:inline;
	border: none;
}

.gallery-nav a#back-to-top{
	position:absolute;
	bottom:-40px;
	right:20px;
	padding:10px;
	display:block;
	background-color:#F39333;
	color:#FFF;
	font-size:1.5em;
	}

.gallery-nav a#back-to-top:hover{
	text-decoration:none;
	background-color:#FF5821;
	}


.wrapper-980{
	width: 980px;
	margin: 0 auto;
	}

#sitcky-end-hr
{
	position:absolute;
	height: 5px;
	background: red;
	z-index:20;
	width: 100%;
}
#sitcky-end-hr-2
{
	position:absolute;
	height: 5px;
	background: yellow;
	z-index:20;
	width: 100%;
}

/**index page slider styles**/
.slider-button{
	display:block;
	position:absolute;
	top: 0px;
	width: 40%;
	height: 360px;
	cursor:pointer;
	z-index: 10;
	}

.slider-button#slider-left{
	left:0;
	background:url(images/btn-prev.png) top left no-repeat;
	}

.slider-button#slider-right{
    right: 0;
	background:url(images/btn-next.png) top right no-repeat;
	}

.slider-button#slider-left:hover{background:url(images/btn-prev.png) bottom left no-repeat;}
.slider-button#slider-right:hover{background:url(images/btn-next.png) bottom right no-repeat;}


/**studios page styles**/
#gallery-items{
	width:720px;
	}

.gallery-item{
	margin:0px 40px 40px 0px;
	width:200px;
	height:292px;
	float:left;
	display:block;
	border: none;
	cursor:pointer;
	}
a.gallery-item:hover
{
    text-decoration:none;
	border:none;
}
.gallery-thumb{
	margin:0px;
	width:200px;
	height:208px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	}

.gallery-thumb * {
    vertical-align: middle;
	}

.gallery-thumb .img-wrapper{
	max-width:200px;
	max-height:200px;
	background:url(images/img-shadow-right.png) right bottom no-repeat;
	}

.gallery-thumb img{
	display:inline;
	max-width:200px;
	max-height:200px;
	/*box-shadow: #000 0em 0.4em 0.5em;*/
	border: none;
	background:url(images/img-shadow-left.png) left bottom no-repeat;
	padding-bottom:8px;
	}

.gallery-thumb-txt{
	margin-top:20px;
	padding:20px 5px 0px 5px;
	width:190px;
	min-height: 62px;
	height:62px;
	background:url(images/bg-gallery-thumb-txt.png) 0px 0px no-repeat;
	/*background: white;*/
	text-align:center;
	overflow: hidden;
	}

.gallery-thumb-txt h4{
	margin:0px;
	padding:0px;
	font-size:1.6em;
	overflow:hidden;
	}

.gallery-thumb-txt p{
	margin:0px;
	padding:0px;
	font-size:1.1em;
	color:#999999;
	}

/** wp - comments **/
#comments h3
{
    width: auto;
	border: none;
}
#comments ol
{
    margin: 0;
}
#comments img.avatar
{
	width: auto;
	margin: 0;
	padding: 0;
	background:none;
}
#respond
{
	width: 400px;
}

.addthis_toolbox{
	margin-bottom:20px;
	}


#cookiesandprivacy td p
{
	font-size: 100%;
}
#cookiesandprivacy li
{
	font-size: 1.3em;
	list-style-type: disc;
}

.gallery{
	margin-left:-20px;
	width:590px;
	}
	
.gallery dl.gallery-item{
	float:left;
	background:yellow;
	margin:0 0 20px 20px;
	overflow:hidden;
	width:176px;
	height:auto;
	}
	
.gallery dl.gallery-item dt{
	float:left;
	}
	
.gallery dl.gallery-item dt a{
	display:block;
	margin:0;
	}
	
.gallery dl.gallery-item dt a img{
	margin:0;
	width:154px;
	height:154px;
	display:block;
	}