/*   
 *   Theme Name: plotnick
 *   Theme URI: http://walterplotnick.com/
 *   Description: Custom Built Template for Walter Plotnick's Fine Art Site.  Simple CSS based design that incomporates the WPPA plugin and some CSS tweaks and hacks.
 *   Author: Jim Smith
 *   Author URI: http://propersky.com/
 *   Version: 1.0
 *   .
 *   This will be the default homepage theme for walter plotnick
 *   eventually.  We will start now.
 */

/********************* HTML TAGS **********************/
* {
	margin: 0;
}
html {
	height: 100%;
}
body { 
	height: 100%;
	min-height: 100%;
	margin: auto;
	text-align:center;
	/* padding-left: 16px;
	padding-right: 16px;	*/
	font-family: Helvetica, Arial, sans-serif;
	overflow: -moz-scrollbars-vertical;  /* firefox scroll hack */
}
h2 {
	width: 256px;
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	padding: 30px 0 30px 0;
	color: #808080;
}
h3 {
	display: inline;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}
a {	
	color: #2A357F;
	text-decoration: none;
	border-bottom: #2A357F dotted 1px;
}
a:hover{	
	color: #888;
	text-decoration: none;
	border-bottom: #888 dotted 1px;
}
.ie7 li {
	list-style-type: square;
	margin-left:20px !important;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 1em;
}
.ie7 li:first-child {
	padding-top: 18px;
	}

/*********************MAIN DIVS ************************/
#page {
	width: 	740px;	
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */	
	text-align: left;
	}
#header {
	height: 130px;
}
#content {
	width: 740px;
}

/********************* NAV BAR ************************/
#logo {
	height: 130px;
	width: 256px;
	float: left;
	}
#logo img {
	height: 49px;
	width: 254px;
	margin-top: 81px;
	margin-left: 2px;
}
#logo a {
	border-bottom: 0;
}
#navigation {
	width: 484px;
	height: 130px;
	float: right;
	}
#menu {
	height: 100%;
	width: 100%;
	font: 19px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-style: italic;
}
#menu {
	color: #404040;
} 
#menu li {
	list-style: none;
	float: right;
	padding-top: 80px; 
	padding-right: 12px;
	padding-left: 12px;	
}
#menu a {
	font-size: 1em;
	display: block;
	text-align: center;	
	line-height: 50px;
	text-decoration: none;
	border-bottom: 0px;
	color: #808080;
}
#menu :visited {
	color: #808080;
}
#menu a:hover {
	color: #3342B5;
	text-decoration: none !important;
}
#menu .current_page_item a{
	color: #3342B5;
}
p {
	padding-bottom: 20px;
}

/********************* PHOTO ALBUM ************************/
.main_col {
	display: table-cell;
	width: 100%;
	padding-top: 10px;
	}
.album {
	width: 264px;
	float: left;		
}
.album a {
	border-bottom: 0;
}
.album_desc {
	min-height: 172px;
	width: 440px;
	float: right;
	border-bottom: 0;	
}	
.desc {
	text-decoration: none;
	color: #fff;
	display: block;
	border-bottom: 0;
}
.desc:hover, .gallery_title:hover {
	color: #3342B5;
	text-decoration: none;
	border-bottom: 0;			
}
.gallery_title {
	display: block;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: normal;
	color: #808080;
	padding-left: 80px;
	padding-top: 25px;
	border-bottom: 0;	
}
#main_pad {
	width: 740px;
	padding-top: 50px;
}
#main {
	width: 518px;
	padding-left: 10px;
	float: right;
	}
.big_img {
	display: block;
	}
#img_title {
	display: block;
	color: #808080;
	padding: 10px 0 10px 0;
	font-size: 16px;
	}
#img_desc {
	display: block;
	padding-bottom: 30px;
	}
#thumbs {
	width: 190px;
	height: 360px;
    overflow: auto; 
	overflow-x: hidden; 
	overflow-y: scroll;
	float: left;
}
.thumb_img {
	margin-bottom: 30px;
	margin-left: 2px;	
}
.thumb_selected {
	margin-bottom: 30px;
	border: solid 2px #999999;
}

/********************* PHOTO ALBUM ************************/
/***** http://ryanfait.com/sticky-footer/sticker.txt ******/
.push {
	height: 2em;
}
#footer {
	clear: both;
	display: block;
	padding-top: 10px;
	margin-top: 20px;
	height: 2em; /* .push must be the same height as .footer */
	min-width: 740px;
}
#footer p{
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: small;
	text-align: center;
}
a img,:link img,:visited img { border:none }
