/*
Theme Name:Artist
Theme URL:http://www.marilynfenndesign.com/themes/artist
Description:Artist is a 2-column theme created for WordPress with static portfolio pages.
Author:Marilyn Fenn
Author URI:http://www.marilynfenn.com
Version:2.0
Tags:two columns, fixed width, 1 sidebars, white, orange, teal, black, sidebar widgets
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
Changelog:
v1.0 - 1.08.09
Second Release of Artist Theme
*/


/* Content */
#content{width:974px; height: auto; margin:0 auto 0; padding:0; margin: 15px 10px 20px 0; line-height:18px; background-color:#FFF}
/* #content h1 through #content img.wp-wink removed */

#portfoliocontentleft{
	float:left;
	width:545px;
	margin:0 12px 15px 14px;
	padding:0 0 5px 0;
	display:inline;
	border:1px solid #cce1e1;
	height: 635px;
}

/*content from .post p through wp-caption removed */


/* Portfolio Sidebar */
#portfoliosidebar{
	float:right;
	width:360px;
	margin:0 24px 12px 0;
	padding: 12px 0 0 12px;
	display:inline;
	border:1px solid #cce1e1
}
/* rest of sidebar styles removed */

/* Image Gallery Styles */

#image_gallery {
position: relative;
/*height:590px;*/
min-height:600px;
/* overflow: hidden; - removed for horizontal orientation*/
}

.thumb img { /* styles thumbnail previews */
	float:left; 
	height: auto; 
	background: #fff;
	padding: 2px;
	border: 1px solid #cce1e1;
	margin: 8px;
	display:inline;
}
	
.thumb {float: left;
	width: 70px;
  	height:auto;
	margin: 0;
	text-align: center;
	}

.thumb:hover img {
background-color: #fff;
}

.thumb span { /* hides large previews */
visibility: hidden;
position: absolute;
}

.thumb span img { /* styles large previews */
background: #f9fbfa;
padding: 4px;
border: 1px solid #cce1e1;
}

.thumb:hover span { /* displays preview while hovering over thumb */
	visibility: visible;
	top: 0; /* absolute positioning to control where previews are displayed */
	left: -565px;
	z-index: 100;
	color:#006699;;
	text-decoration:none
	}

.largeportfolioimage { /* displays in portfoliocontentleft */
	background: #f9fbfa;
	/*padding: 4px;*/
	/*border: 1px solid #cce1e1;*/
	margin-top: -8px;
	margin-left: 0; /* absolute positioning to control where previews are displayed */
	/*left: -530px;*/
	z-index: 10;
	max-width: 535px;
	color:#006699;
	font-size: 95%;
	text-align: left;
	* white-space: nowrap;
	}
	
#portfoliohead h2{margin: 5px 10px 0 8px; color: #fe7a02;}
#galleryhead h2{margin: -5px 10px 15px 8px; color: #fe7a02;}
p.illustration{margin: 0 0 0 10px; padding: 0; color: #fe7a02;}

.portfolioimagespacecaption { /* text message on portfoliocontentleft when image is not displayed */
	background: #f9fbfa;
	/*padding: 4px;*/
	/*border: 1px solid #cce1e1;*/
	margin-top: 22px;
	margin-left: 22px; /* absolute positioning to control where previews are displayed */
	/*left: -530px;*/
	z-index: 10;
	max-width: 535px;
	color:#006699;
	font-size: 95%;
	text-align: left;
	* white-space: nowrap;
} 


.gallerysections {clear:both;}

.gallerysections h3 { font-size: 10px; font-variant: small-caps}

/* end of Image Gallery Styles */
