@charset "utf-8";

/* CSS Document */

/*  
COLOR TABLE
---------------------
Background Blue:#021d2c - Background Color
Lt Blue:#9baab1 - Main Text Color
Med Blue:#365463 - Accent
Dark:#01131d - Accent
Cream:#e3d9b4 - Comments/Accents
Main Text:#566a75 - Body Copy
---------------------
*/
	
	body
{
	font:normal 12px/18px "Arial", sans-serif;
	/*background:#021d2c;*/
		 color:#617783;
	margin:0;
	background: #021d2c; /*url(images/backtile_1.png);*/
	background-position: center;
}

a:link, a:active
{
	color:#4096ee;
		text-decoration:none;
}

a:visited
{
	color:#4096ee;
	text-decoration:none;
}

a:hover
{
	color:#4096ee;
}

.clear
{
	clear:both;
}

ul
{
	margin:0;
	padding:0;
}

li
{
	list-style:none;
}

.date
{
	color:#617783;
	margin:0 0 1px 0;
}

a.tag
{
	background:url(images/tag.gif) no-repeat;
	width:402px;
	height:34px;
	margin:0 0 70px 0;
	text-indent:-9000px;
	display:block;
	overflow:hidden;
}

a:hover.tag
{
	background:url(images/tag.gif) 0 -34px no-repeat;
	border:none;
}

/* Structure */

	#wrapper
{
	margin:0 auto 0 auto;
	width:950px;
	/*background: url(images/background.jpg) no-repeat ;
		background-position:center;*/
		background: #021d2c;
}

#center_well
{
	float:left;
}

.narrow_center
{
	width:400px;
	margin:0 20px 0 0;
	padding-top:0px;
	padding-right:60px;
	color: #9baab1;/*background:#fff;
		background:url(images/rt_bk.gif) repeat-y 100% -20px;*/
}

.wide_center
{
	width:740px;
}

#left
{
	float:left;
	width:280px;
	padding-left:10px;
}

#left a
{
	color:#9baab1;
}

#left a:hover
{
	color:#fff;
}

/* Headers */	

	h1
{
	margin:0 80px 0 0;/*background:#662D91;*/
}

h1 a
{
	background:url(images/header_v5.png) no-repeat;
	width:504px;
	height:90px;
	margin:50px 0 23px 0;
	text-indent:-9000px;
	display:block;
	overflow:hidden;
}

/*	h1 a:hover {
		background:url(images/logo.gif)  no-repeat;
		border:none;
		}
*/		
	.post h2
{
	margin:0 0 12px 0;
	padding:0;
}

h2
{
	margin:0 0 0px 0;
	padding:0;
	line-height:12px;
}

h3
{
	font:normal 13px/20px "Arial", sans-serif;
	margin:0 0 2px 0;
	padding:0;
}

h3.art_single
{
	color:#fff;
}

h3.single
{
	font:normal 16px/16px "Arial", sans-serif;
	margin:0 0 10px 0;
	padding:0;
}

h2.recent_posts_hdr a
{
	background:url(images/recent_posts_hdr.gif) no-repeat;
	width:170px;
	height:17px;
	text-indent:-9000px;
	display:block;
	overflow:hidden;
}

h2.recent_posts_hdr a:hover
{
	background:url(images/recent_posts_hdr.gif) 0 -17px no-repeat;
	border:none;
}

h2.recent_art_hdr a
{
	background:url(images/recent_art_hdr.gif) no-repeat;
	width:152px;
	height:17px;
	text-indent:-9000px;
	display:block;
	overflow:hidden;
}

h2.recent_art_hdr a:hover
{
	background:url(images/recent_art_hdr.gif) 0 -17px no-repeat;
	border:none;
}

h5
{
	font:normal 12px/12px "Arial", sans-serif;
	color:#fff;
}

h2.hdr
{
	text-indent:-9000px;
	display:block;
	overflow:hidden;
}

h2.getintouch_hdr
{
	background:url(images/getintouch.png) no-repeat;
	width:170px;
	height:17px;
}

h2.bio_hdr
{
	background:url(images/bio.png) no-repeat;
	width:170px;
	height:19px;
}

h2.signature_hdr
{
	background:url(images/justins_header.png) no-repeat;
	width:170px;
	height:32px;
}

h2.news_hdr
{
	/*background: #fff;
	text-indent:-9000px;*/
	background:url(images/news.png) no-repeat;
	width:170px;
	height:19px;
}

h2.discography_hdr
{
	background:url(images/discography.png) no-repeat;
	width:170px;
	height:21px;
}

h2.pubs_hdr
{
	background:url(images/pubs_hdr.gif) no-repeat;
	width:170px;
	height:17px;
	margin-top:50px;
}

h2.search_hdr
{
	background:url(images/search_hdr.gif) no-repeat;
	width:170px;
	height:17px;
	margin:0 0 10px 0;
}

h2.cat_hdr
{
	background:url(images/cat_hdr.gif) no-repeat;
	width:170px;
	height:17px;
	margin:50px 0 10px 0;
}

h2.archive_hdr
{
	background:url(images/archive_hdr.gif) no-repeat;
	width:170px;
	height:17px;
	margin:50px 0 10px 0;
}

h2.last_hdr
{
	background:url(images/last_hdr.gif) no-repeat;
	width:170px;
	height:17px;
}

h2.recbooks_hdr
{
	background:url(images/recbooks_hdr.gif) no-repeat;
	width:188px;
	height:17px;
	margin-bottom: 20px;
}

h2.places_hdr
{
	background:url(images/places_hdr.gif) no-repeat;
	width:170px;
	height:17px;
	margin:40px 0 10px 0;
}

h2.comments_hdr
{
	background:url(images/comments_hdr.gif) no-repeat;
	width:170px;
	height:17px;
	margin:0 0 15px 0;
}

h2.leave_hdr
{
	background:url(images/leave_hdr.gif) no-repeat;
	width:170px;
	height:17px;
	margin:0 0 15px 0;
}

h2.pastshows_hdr
{
	background:url(images/pastshows_hdr.gif) no-repeat;
	width:170px;
	height:17px;
	margin:0 0 30px 0;
}

h2.maillist_hdr
{
	background:url(images/maillist_contact_hdr.gif) no-repeat;
	width:184px;
	height:17px;
	margin:0 0 8px 0;
}

/* Main Navigation */

	#nav
{
	margin:0 30px 0 0;
	float:left;
	padding:0 0 0 0;
	list-style:none;
	overflow:hidden;
	width:130px;
	/*background:url(images/nav_bk.gif) no-repeat 120px -5px;*/
		height:320px;
}

#nav li
{
	margin:0 0 8px 0;
	padding:0;
	list-style:none;
}

#nav a
{
	margin:0 10px 0 0;
	padding:18px 0 0 0;
	overflow:hidden;
	height: 0px !important;
	text-indent:-9000px;
	display:block;
}

#nav a:hover
{
	background-position: 0 -18px;
	border:none;
}

#nav a:active, #nav a.selected
{
	background-position: 0 -18px;
}

#information a
{
	width:150px;
	background:url(images/info.png) top left no-repeat;
}

#work a
{
	width:150px;
	background:url(images/work.png) top left no-repeat;
}

#contact a
{
	width:150px;
	background:url(images/contact.png) top left no-repeat;
}

/* Home Specific */

	.recent_art li
{
	clear:left;
	margin:18px 0 0 0;
	padding:0 0 24px 0;
	min-height:80px;
	background:url(images/line_bk.gif) no-repeat 0 100%;
}

.recent_art li img
{
	margin:3px 12px 0 0;
	float:left;
	border:2px solid #0b2634;
}

.recent_art li img:hover
{
	border:2px solid #365463;
}

#left .recent_art li a
{
	color:#fff;
}

#left .recent_art li a:hover
{
	color:#9baab1;
}

.recent_art li p
{
	margin:0;
}

.recent_posts li
{
	margin:0 0 25px 0;
}

a.comment_link
{
	background:url(images/comment_link.gif) 2px 2px no-repeat;
	color:#e3d9b4;
	padding:0 0 0 15px;
}

a:hover.comment_link
{
	color:#fff;
}

/* Artwork Specific */

	#single_image
{
	text-align:center;
	width:520px;
	float:left;
	margin:0 40px 0 0;
	min-height:250px;
	background: url(images/art_bk.gif);
}

#single_image img
{
	border-left:2px solid #021d2c;
	border-right:2px solid #021d2c;
}

#thumbs img
{
	border:2px solid #0b2634;
	margin:0 10px 6px 0;
}

#thumbs img:hover
{
	border:2px solid #365463;
}

#image_controls
{
	text-align:center;
	border-top:2px solid #365463;
	border-bottom:2px solid #365463;
	padding:10px 0 6px 0;
	width:180px;
	float:left;
	margin:0 0 30px 0;
}

.prev_btn
{
	text-align:left;
	width:83px;
	float:left;
}

.next_btn
{
	text-align:right;
	float:right;
}

.viewall
{
	float:left;
	margin:0;
}

/* Post Specific */

	.left_image
{
	margin:5px 12px 12px 0;
	float:left;
}

.right_image
{
	margin:5px 0 12px 12px;
	float:right;
	;
}

.entry img
{
	max-width:400px;
}

.entry dd
{
	margin:0 0 25px 0;
}

.entry ul
{
	margin:0 0 30px 0;
}

.entry li
{
	margin:0 0 8px 0;
}

.entry
{
	margin: 0 0 15px 0;
}

.entry p
{
	margin-top:0;
}

.entry p a
{
	color:#9baab1;
	border-bottom:1px dotted #566a75;
}

.entry p a:hover
{
	color:#fff;
	border-bottom:1px dotted #fff;
}

.postmetadata
{
	margin:0;
}

.postmetadata a
{
	color:#9baab1;
}

.postmetadata a:hover
{
	color:#fff;
}

.blog_index li
{
	margin:0 0 30px 0;
}

.postinfo
{
	border:1px dotted #365463;
	border-left:3px solid #365463;
	padding:9px 12px;
	margin:20px 0 40px 0;
}

.postinfo a
{
	color:#9baab1;
}

.postinfo a:hover
{
	color:#fff;
}


/* Connect/Mailing List Show/Hide */	

	#mail_left
{
	float:right;
	width:210px;
	margin:0;
}

#social_right
{
	width:400px;
	margin:0 20px 0 0;
	padding-right:60px;
	float:left;
	background:url(images/rt_bk.gif) repeat-y 100% -20px;
}

.mailing_box
{
	display:none;
	margin:0 0 10px 0;
	padding:20px;
	background:url(images/art_bk.gif);
}

.inner_mailbox
{
	width:700px;
	padding:25px 25px 25px 40px;
	margin:0 0 0 140px;
	background:#021d2c;
}

.inner_mailbox p
{
	line-height:16px;
	margin:0 0 25px 0;
	padding:0;
}

.social_avatar
{
	float:left;
	margin:5px 15px 10px 0;
}

.mail_button
{
	margin:6px 0 0 0;
}

/* Search Form */			
		
	#s
{
	width:145px;
}

/* Footer */		

	#footer
{
	margin:60px 0 40px 0;
	padding:0 0 30px 200px;
	color:#566a75;
}

#footer a
{
	color:#566a75;
}

#footer a:hover
{
	color:#fff;
	border:none;
}

#footer a.feed
{
	background:url(images/feed_icon.gif) no-repeat;
	padding:0 0 0 16px;
}

#footer a.dellink
{
	background:url(images/del_icon.gif) no-repeat;
	padding:0 0 0 16px;
}

.side_meta
{
	padding:0;
	margin:0 0 30px 0;
}
