/*
Theme Name: The Real Dan Peavey
Theme URI: http://www.therealdanpeavey.com
Description: Custom build theme for therealdanpeavey.com
Version: 1.0
Author: Mike Fowler
Author URI: http://www.mikefowlerartist.com
*/

body {
	margin:0;
	padding:0;
	color:#000;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color:#666;
}
a:visited {
	color:#666;
}
a:hover {
	color:#f67d1b;
}

a img {
	border:none;
}

h1, h2, h3, h4 {
}
/* MAIN LAYOUT STYLES */

#wrapper {
	width:980px;
	margin:0 auto;
}
#banner {
	width:960px;
	margin:0 auto;
	margin-top:10px;
}
#navigation {
	width:960px;
	margin:0 auto;
	border-bottom:solid #333 1px;
}
#content {
	width:960px;
	margin:0 auto;
}
#footer {
	text-align:center;
	font-size:80%;
}
/* HEADER */

#logo {
	margin:0;
	padding:0;
}
#logo a {
	display:block;
	width:410px;
	height:0;
	padding-top:70px;
	background:url(images/logo.png) no-repeat 0 0px;
	overflow:hidden;
}
#logo a:hover, #logo a.active {
	background:url(images/logo.png) no-repeat 0 -70px;
}
#search-bar {
	float:right;
	display:none;
}
/* NAVIGATION */

/* navigation blocks are 240x54 */

#navlist {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navlist li {
	float:left;
}
#navlist li a {
	display:block;
	width:240px;
	height:0px;
	padding-top:53px;
	text-align:center;
	margin-bottom:6px;
	overflow:hidden;
}
#navlist li a.artwork {
	background:url(images/navigation.png) no-repeat 0px 0px;
}
#navlist li a.artwork:hover, #navlist li a.artwork.active {
	background:url(images/navigation.png) no-repeat 0px -54px;
}
#navlist li a.projects {
	background:url(images/navigation.png) no-repeat -240px 0px;
}
#navlist li a.projects:hover, #navlist li a.projects.active {
	background:url(images/navigation.png) no-repeat -240px -54px;
}
#navlist li a.resume {
	background:url(images/navigation.png) no-repeat -480px 0px;
}
#navlist li a.resume:hover, #navlist li a.resume.active {
	background:url(images/navigation.png) no-repeat -480px -54px;
}
#navlist li a.journal {
	background:url(images/navigation.png) no-repeat -720px 0px;
}
#navlist li a.journal:hover, #navlist li a.journal.active {
	background:url(images/navigation.png) no-repeat -720px -54px;
}










/* ARTWORK */

#thumbs {
	width:100%;
}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:100%; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	height: 23px;
	display:none;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: right;
}
div.nav-controls {
	float: left;
}

div.loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
	margin-bottom:
}
div.slideshow span.image-wrapper {
	float: left;
	padding:12px 0 20px 0;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	padding-left: 0;
	margin-top:0;
	float:left;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin: 12px 0;
	height: 14px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}














/* PAGES */

.page h2.page_title {
	display:none;
}
/* hides the little smiley for the stats plugin */
img#wpstats {
	display:none
}

.page-subnav {
	list-style-type:none;
	margin:0;
	padding:0;
	width:50%;
}

.page-subnav li {
	float:left;
	padding:10px 0;
	padding-right:15px;
}

.page-subnav li a {
	display:block;
	height:0;
	width:160px;
	padding-top:30px;
	overflow:hidden;
}

.page-subnav li a[title=Concept] {
	background:url(images/artwork_subnav.png) no-repeat 0px 0px;
}

.page-subnav li a[title=Concept]:hover {
	background:url(images/artwork_subnav.png) no-repeat 0px -30px;
}

.page-subnav li a[title=Three-D] {
	background:url(images/artwork_subnav.png) no-repeat -160px 0px;
}

.page-subnav li a[title=Three-D]:hover {
	background:url(images/artwork_subnav.png) no-repeat -160px -30px;
}














/* GALLERY STUFF */

#thumbs {
	background-repeat:no-repeat;
	background-position:0 10px;
}







/* FOOTER */

#footer-navlist {
	list-style-type:none;
	padding:0;
	margin:0;
}
#footer-navlist li {
	display:inline;
	padding:0 5px;
}
/* LAYOUT HELPER */

.spacer {
	clear:both;
}

.hide {
	display:none;
}

.aligncenter {
	display:block;
	margin:0 auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}