/*
Theme Name: Walker 
Theme URI: http://portfoliorodeo.com/ 
Description: Walker Artist Theme 
Author: PortfolioRodeo 
Author URI: http://portfoliorodeo.com/ 
Template: artist
Tags: none 
Version: .5
*/


/*
BODY
--------------------------------*/
body {
	color:#c6b6aa;
	background:#201200;
	font-family:'Gill Sans','Helvetica Neue',Helvetica,'Lucida Grande',Arial,Verdana,Sans-Serif;
}
a {
	color:#c6b6aa;
}
a:hover {
	color:#76623f;
}

/*
NAVIGATION
--------------------------------*/
#identity a {
	width:123px;
	height:27px;
	display:block;
	text-indent:-3000em;
	background:url(images/identity.png) no-repeat 0 0;
}
#navigation-primary {
	float:left;
}
#navigation-primary ul {
	font-size:.75em;
}
#navigation-primary ul li a {
	color:#aaa;
	margin-right:15px;
}
#navigation-primary ul li a:hover {
	color:#76623f;
}
#navigation-primary ul li.current-cat a,
#navigation-primary ul li.current-cat-parent a,
#navigation-primary ul li.current_page_item a,
#navigation-primary ul li.current_page_ancestor a,
#navigation-primary ul li.current_page_parent a {
	color:#fff;
}

/*
SUBNAVIGATION
--------------------------------*/
#subnavigation {
	padding:5px 0;
	background:none;
}
#subnavigation ul li a {
	color:#aaa;
}
#subnavigation ul li a:hover {
	color:#76623f;
}
#subnavigation ul li.current-cat a,
#subnavigation ul li.current_page_item a {
	color:#fff;
}


/*
NAVIGATION FOR POSTS
--------------------------------*/
#navigation-posts {
	padding:5px 0;
	background:none;
}
#navigation-posts a {
	color:#aaa;
}
#navigation-posts a:hover {
	color:#76623f;
}

/*
PORTFOLIO LANDING
---------------------------*/
.portfolio h1 {
	display:none;
}
.portfolio h2 .date {
	display:none;
}

/*
PORTFOLIO SINGLE PAGE
--------------------------------*/
.portfolio-single {
	width:710px;
}
.portfolio-single h1 {
	margin:0 0 15px 0;
}
.portfolio-single h1 .date {
	display:none;
}
.portfolio-single #category-back {
	margin-right:-120px;
}
.pr-gallery {
	margin-right:-120px;
}

/*
BLOG LANDING PAGE
--------------------------------*/
.category-landing-default h1 {
	display:none;
}
.category-landing-default h2 a {
	color:#c6b6aa;
}
.category-landing-default h2 a:hover {
	color:#76623f;
}

/*
BLOG SINGLE PAGE
--------------------------------*/
.single-default h1 {
	color:#c6b6aa;
}

/*
TAG LANDING PAGE
--------------------------------*/
.tag-landing h1 {
	color:#fff;
	font-size:.87em;
}
.tag-landing h1 #current-tag {
	font-weight:normal;
}
.tag-landing h2 a {
	color:#c6b6aa;
}

/*
DEFAULT IMAGE GALLERY
--------------------------------*/
.image h1 {
	display:none;
}

/*
PAGES
--------------------------------*/
.page-view h1 {
	display:none;
}

/*
CV
---------------------------*/
#content.cv h1 {
	display:none;
}

/*
LINKS
--------------------------------*/
.links h1 {
	display:none;
}

/*
CONTACT
--------------------------------*/
.contact h1 {
	display:none;
}
.contact #contact-intro .alert {
	color:#fff;
}
.contact #contact-form {
	background:none;
}
.contact #contact-form fieldset {
	padding:0 20px 20px;
}
.contact #contact-form label {
	color:#c6b6aa;
}

/*
FOOTER
---------------------------*/
#footer a {
	color:#c6b6aa;
}
#copyright {
	color:#c6b6aa;
}
