/* @override 
	http://localhost:8888/wp-content/themes/jennifer/style.css
	http://www.magicmarkerdesign.com/clients/jenifertrouton/wp-content/themes/jennifer/style.css
	http://www.jennifertrouton.com/wp-content/themes/jennifer/style.css
*/

/*
Theme Name: Jennifer Trouton
Theme URI: http://www.jennifertrouton.com
Description: Wordpress theme for artist, Jennifer Trouton.
Version: 1.0 (WP2.8+)
Author: Barrie Holden
Author URI: http://magicmarkerdesign.com
Tags: Magic Marker Design, Jennifer Trouton, clean, simple, portfolio
*/

/* COLOUR REFS 
Green: #506750;
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* GENERAL STYLES */
html {
	height: 100%;
}
body {
	height: 100%;
	background: white;
	color: #999;
	font-size: 62.5%;
}
* {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Arial;
	list-style: none;
}
#wrap {
	width: 870px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}
.push{
	height: 140px;
	clear: both;
}
#content {
	width: 700px;
	min-height: 500px;
	float: left;
	overflow: hidden;
}
#content h2 {
	margin: 0 0 12px 0;
}
a {
	color: #506750;
	font-weight: bold;
	text-decoration: none;	
	}
	a:hover {
		color: #506750;
		}
p {
	width: 700px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #666;
	margin: 10px 0 0 0;
}
p a {
	color: #506750;
	font-weight: bold;
	text-decoration: none;
	
	}
	p a:hover {
		color: #506750;
		border-bottom: 1px solid #506750;
	}
h1 a {
	font-size: 3.4em;
	color: #333333;
}
h2 {
	font-size: 1.8em;
	color: #506750;
}

/* HEADER STYLES */
#header {
	width: 870px;
	height: 142px;
}
h1#logo {
	width:  220px;
	height:  22px;
	float: right;
	margin: 60px 0 0 0;
}
h1#logo a {
	height:  22px;
	display: block;
	background: url(style/images/jt_logo.jpg) no-repeat;
	text-indent: -9999px;
	opacity: 0.65;
	-webkit-transition: opacity 0.25s linear;
}
h1#logo a:hover {
	opacity: 1;
}
#navContainer {
	width: 150px;
	height: 150px;
	margin: 120px 20px 0 0;
	position: relative;
	float: left;
	background: url(style/images/jt_navbar_left.gif) no-repeat;
}
ul#nav {
	padding: 0 0 0 10px;
}
ul#nav li {
	letter-spacing: 0.1em;
	font-weight: bold;
	float: left;
	clear: left;
	display: inline;
	margin: 0 0 5px 0;
	}
	ul#nav li a {
		color: #999;
		font-size: 1.3em;
		}
		ul#nav li a:hover {
		border-bottom: none;
		}
		ul#nav li a.current {
		color: #506750;
		}
		.active_category {
		color: #506750;
		}
			
/* HOMEPAGE STYLES */
#loaderContainer {
	width: 700px;
	height: 420px;
    min-height: 420px;
    display: block;
    background: url(style/images/jt_homepageloader.gif) no-repeat 0 0;
}
ul#slider {
	position: relative;
    width: 700px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul#slider li {
    float: left;
    position: relative;
    /*display: none;*/
}

ul#slider li div {
    position: absolute;
    width: 700px;
    font-size: 1.3em;
    font-weight: bold;
    color: #999;
    left: 0;
    /*display: none;*/
    padding: 0;
}
.bottom {
    bottom: -20px;
}
div#homepageIntro {
	width: 680px;
	position: relative;
	float: left;
	
}
div#homepageIntro p {
	color: #b3b3b3;
	width: 680px;
	font-size: 1.1em;
	line-height: 1.5em;
}
div#homepageIntro p a {
	color: #b3b3b3;
	font-size: 1em;
}
	div#homepageIntro p a:hover {
		color: #506750;
	}

ul.pagination { 
	list-style-type:none; 
	margin:0; 
	padding:0; 
	position: absolute;
	top: 20px;
	left: 518px;
	width:132px; 
}
	ul.pagination li { 
		float:left; 
		margin:0 5px; 
	}	
	ul.pagination a { 
		display:block; 
		width:15px; 
		height:0;
		padding-top: 15px; 
		
		overflow:hidden; 
		background-image: url(style/images/pagination_marker.png); 
		background-position:0 -15px; 
		background-repeat:no-repeat;
	}
		ul.pagination li.active a {
			background-position:0 0
		}


/* IMAGE/GALLERY PAGE STYLES */
div#largeImage {
	clear: both;
}
#thumbsContainer {
	width: 720px;
	margin: 30px 0 0 0;
	overflow: hidden;
}
.thumbContainer{
	width: 164px;
	height: auto;
	margin: 0 15px 14px 0;
	float: left;
}
.thumbContainer a  {
	color: #999;
	}
.thumbContainer a h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	}
.thumbContainer a img {
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
	}
	.thumbContainer a img:hover {
		opacity: 0.75;
		-webkit-transition: opacity 0.25s linear;
		}
dt.gallery-icon a img {
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
	}
	dt.gallery-icon a img:hover {
		opacity: 0.75;
		-webkit-transition: opacity 0.25s linear;
		}
span.exhibitionDate {
	font-weight: normal;
	color: #CCC;
}
#backButt a, #backButtGallery a {
	float: right;
	width: 220px;
	height: 30px;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	color: #999;
	background: url(style/images/jt_backsprite.gif) no-repeat 110px 4px;
}
#backButtGallery a {
	background-position: 73px 4px;
}
#artistStatement a {
	float: left;
	color: #999;
	font-size: 1.3em;
}	
ul.prevNext{
	list-style: none;
	}	
	ul.prevNext li {
		float: left;
		margin: 0 5px 0 0;
		}	
		ul.prevNext li a, ul.prevNext li span  {
			font-size: 1.3em;
			color: #999;
			}	
ul#titleCaption {
	list-style: none;
	margin: 18px 0 0 0;
	}
	ul#titleCaption li.imageTitle {
		font-size: 1.3em;
		font-weight: bold;
		}
	ul#titleCaption li.imageCaption p {
		font-style: italic;
		font-size: 1.2em;
		margin: 2px 0 0 0;
		padding: 0;
		color: #999;
		}
.contactsList {
	width: 220px;
	margin: 30px 20px 0 0;
	float: left;	
}
.contactsList h3 {
	font-size: 1.4em;	
}
.contactsList ul li {
	font-size: 1.3em;
	margin-bottom: 4px;
}
.contactsList ul li a {
	text-decoration: none;
	color: #506750;
	line-height: 1.5em;
	}
	.contactsList ul li a:hover {
		border-bottom: 1px solid #506750;
	}

ul#cvList {
	margin: 30px 0 0 0;
	font-size: 1.3em;
}
ul#cvList li {
	margin-bottom: 10px;
}
ul#cvList li a:hover {
	border-bottom: 1px solid #506750;
}
ul#cvList li h3 {
	font-size: 1.3em;
	padding: 30px 0 4px 0;
	width: 700px;
	clear: both;
	border-bottom: 1px solid #ccc;
}
ul#cvList li span.cvDate  {
	width: 130px;
	float: left;
	clear: left;
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
}
ul#cvList li span.cvInfo {
	width: 480px;
	margin: 0 0 10px 20px;
	display: block;
	float: left;	
}
#essaysList {
	margin: 30px 0 0 0;
	font-size: 1.3em;
}
#essaysList ul li {
	margin: 0 0 10px 0;
}
	#essaysList ul li a:hover {
		border-bottom: 1px solid #506750;
	}

#categoryContentContainer {
	width: 780px;
	float: left;
	margin: 0 0 0 170px;
	}
/* NEWS PAGE STYLES */
.wp-caption.alignnone {
	padding: 0;
	margin: 12px 0 16px 0;
	text-align: left;
	width: 700px;
	border: 0;
	background-color: #FFF;
}
.wp-caption.alignnone img {
	padding: 0;
	margin: 0;
}
.wp-caption-text {
	color:  #999;
	margin: 5px 0 0 0;
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
}
div#news {
	margin: 10px 0 0 0;
}
div.newsContainer {
	width: 700px;
	float: left;
	clear: left;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
div.newsImage {
	width: 100px;
	margin: 0 20px 0 0 ;
	float: left;
}
div.newsImage img {
	border: none;
	width: 100px;
}
div.newsImage p {
	margin: 0;
	width: 100px;
}
div.newsImage a {
	text-decoration: none;
	border-bottom: none;
	width: 100px;
	}
div.newsImage a img {
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
	border-bottom: none;
	width: 100px;
	
	}
	div.newsImage a img:hover {
		opacity: 0.75;
		border-bottom: none;
	}
.alignnone {
	padding: 0;
	margin: 0;
}
div.newsCopy {
	width: 516px;
	float: left;
}
div.newsCopy p {
	width: 516px;
}
div.newsContainer h3 {
	font-size: 1.6em;
}

.next, .previous {
	font-size: 1.3em;
}
.next {
	background: url(style/images/jt_next_news.gif) no-repeat 95px 6px;
	}
	li.next a:hover, li.previous a:hover {
		border-bottom: 1px solid #506750;
	}
.previous {
	background: url(style/images/jt_previous_news.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
	}

/* FOOTER */
#footer {
	width: 870px;
	margin: 20px auto;
	height:  80px;
	padding: 0 0 0 0;
	position: relative;
	clear: both;
}
.footerEmail {
	font-size: 1.4em;
	font-weight: bold;
	width: 870px;
	height:  24px;
	border-bottom: 1px solid #CCC;
	float: left;
}
#footer li.footerCopyright {
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #B3B3B3;
	margin: 8px 0 0 0;
	float: left;
}
#footer li a {
	color: #999;
	}
#footer li.footerCopyPdf  {
	width: 150px;
	color: #999;
	text-align: right;
	float: right;
	padding: 10px 0 0 0;
	}

