/*
Theme Name: Banta
Version: 1.0
Author: Adam Snetman
Author URI: http://www.snetman.com/
*/

* {margin: 0; padding: 0; border: none;}

body {
	font-family: Verdana, sans-serif;
}

#wrapper {
	width: 724px;
	margin: 0 auto;
}

#content {
	position: relative;
}

/*========================================
/
/  Masthead
/
/=========================================*/
#masthead {
	margin: 40px 0 19px 0;
}

#masthead h2.home {
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff url(images/james_v_banta_home.gif) top left no-repeat;
}

#masthead h2 {
	height: 22px;
	overflow: hidden;
	background: #fff url(images/james_v_banta_interior.gif) top left no-repeat;
}

#masthead h2 a {
	display: block;
	height: 22px;
	width: 181px;
	text-decoration: none;
	text-indent: -9999px;
	background: #fff url(images/james_v_banta_interior.gif) top left no-repeat;
}
#masthead h2 a:hover {
	background-position: 0 -22px;
} 

/*========================================
/
/  Main Navigation
/
/=========================================*/

#mainnav {
	list-style: none;
	width: 724px;
	height: 32px;
	background: #000 url(images/mainnav_bkg.jpg) top left no-repeat;
	margin-bottom: 22px;
}
#mainnav li {
	float: left;
}
#mainnav li a {
	display: block;
	line-height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #000;
	text-decoration: none;
	border-bottom: none;
}
#mainnav #about a {
	width: 187px;
	background-image: url(images/mainnav_about.jpg);
}
#mainnav #projects a {
	width: 116px;
	background-image: url(images/mainnav_projects.jpg);
}
#mainnav #exhibitions a {
	width: 137px;
	background-image: url(images/mainnav_exhibitions.jpg);
}
#mainnav #contact a {
	width: 109px;
	background-image: url(images/mainnav_contact.jpg);
}
#mainnav li a:hover, #mainnav li.current a {
	background-position: 0 -32px;
}

/*========================================
/
/  Homepage Elements
/
/=========================================*/

.home_feature {
	float:left;
	width: 228px;
	margin-right: 20px;
}

#home_right {
	margin-right: 0;

}

.home_feature img {
	margin-bottom: 6px;

}

.home_feature p {
	margin-bottom: 9px;
}

.home_feature h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 1px 6px 2px 6px;
	background: #000;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}

.home_feature h2 {
	margin-bottom: 6px;

}

/*========================================
/
/  Subnav
/
/=========================================*/
#subnav {
	float: left;
	width: 166px;
	margin-top: 41px;
}

#subnav h2 {
	margin-bottom: 2px;
	color: #555;
}

#subnav h3 {
	margin-bottom: 2px;
	line-height: 16px;
	color: #555;
	}

#subnav li {
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 4px;
}

#subnav a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
}

/* these are the auto you-are-here classes generated by wordpress */
#subnav li.current-cat a, #subnav li.current_page_item a {
	color: #000;
	font-weight: bold;
	border-bottom: none;
}

#subnav a:hover {
	border-bottom: none;
	color: #000;

}
/*========================================
/
/  Main column
/
/=========================================*/
#main {
	float: right;
	width: 538px;
}

/* probably don't need this since the pages that use "main" are the only ones w/ subnav. The full-width ones just put stuff directly in the "content" div */
#main_full_width {
	margin-left: 0;

}
/*========================================
/
/  Thumbnail images on category pages
/
/=========================================*/

div.thumb {
	width: 160px;
	height: 190px;
	margin-right: 18px;
	float: left;
	margin-bottom: 18px;
}

div.thumb_image {
	margin-bottom: 6px;
}

div.thumb p {
	margin-bottom: 0;
}

/*========================================
/
/  Standard typography
/
/=========================================*/
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
	margin-bottom: 9px;
}

/* on the single work pages and category archive pages, the titles need a bit more space after to push the image down */
h1.img_after_title {
	margin-bottom: 13px;
}

h2 {
	font-size: 11px;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 9px;
	letter-spacing: .1em;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 18px;
	color: #555;
	margin-bottom: 18px;
	}

p a, li a, h2 a, h3 a, dl a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
}

p a:hover, li a:hover, h2 a:hover, h3 a:hover, dl a:hover {
	color: #000;
	border-color: #000;
}

/* These are containing divs around thumbnails and around the detail page works so that they don't take the border above since W.P. wraps the images in <p> tags */
div.thumb_image p a, div.big_image p a {
	border: none;
}

ul {
	margin-bottom: 18px;
	}

li {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 3px;
	color: #555;
}

.work_details li {
	list-style: none;
}

dl {
	font-size: 12px;
	line-height: 18px;
	color: #555;
	margin-top: 6px;
	margin-bottom: 12px;
}

dt {
	color: #000;
}

dd {
	margin-bottom: 8px;
}

/*========================================
/
/  Special layout things for the projects table
/
/=========================================*/


table.projects h2 {
	float: none;
	width: auto;
}	

table.projects td.image {
	width: 166px;
	padding: 5px 0 18px 0;
}

table.projects td {
	padding-left: 20px;
}

table.projects tr {
	margin-bottom: 18px;
}

table.projects p {
	margin-left: 0;
	margin-bottom: 9px;
}

/*========================================
/
/  Special layout things for the full width pages
/
/=========================================*/

.no_subnav h1, .no_subnav p {
	margin-left: 186px;
}

.no_subnav h2 {
	float: left;
	width: 166px;
	clear: right;
}

.no_subnav dl, .no_subnav h3 {
	float: right;
	width: 538px;
	clear: right;

}	

/*========================================
/
/  Next / Prev links
/
/=========================================*/

#next_prev {
	position: absolute;
	top: 4px;
	right: 0;

}

#next_prev li {
	list-style: none;
	float: right;
	margin-left: 1px;
}

#next_prev li a {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	border: none;
	display: block;
	padding: 1px 6px 2px 6px;
	background: #000;
	color: #ccc;
	font-weight: normal;
	}

#next_prev li a:hover {
	background: #555;
	color: #fff;
}

/*========================================
/
/  WP-generated captioned images
/
/=========================================*/

div.alignright {
	float: right;
	margin-left: 9px;
}

div.wp-caption {
	margin-bottom: 18px;
}

div.wp-caption img {
	margin: 3px 0 8px 0;

}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	margin-bottom: 0;

}

/*========================================
/
/  Footer
/
/=========================================*/

#footer {
	margin-top: 24px;
	padding-top: 8px;
 	border-top: 4px solid #fcad24;
 	clear: both;
 	}
#footer p {
	color: #888;
	}
#footer p a{
	color: #888;
	}
#footer p a:hover{
	color: #000;
	}

/* ===================================

SELF-CLEARING STYLES

====================================== */	
	
/* Styles to self-clear the content to make sure it contains any floated stuff inside it */		
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
* html #content { height: 1%; } /* for IE5+6 */

*:first-child+html #content { min-height: 1px; } /* for IE7 */