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

/*
BODY & WRAPPER
---------------------------*/
body {
	background:#fff;
}
#wrapper {
	width:892px;
	margin-top:20px;
}
a {
	color:#FF7F00;
}

/*
NAVIGATION
--------------------------------*/
#navigation-wrapper {
	padding:0;
	border-top:1px solid #777777;
	border-right:1px solid #777777;
	border-left:1px solid #777777;
}
#identity {
	float:none;
	padding:20px 0 10px 30px;
}
#identity a {
	width:217px;
	height:26px;
	display:block;
	text-indent:-3000em;
	background:url(images/identity.jpg) no-repeat 0 0;
}
#navigation-primary {
	margin:0;
	padding:0;
	float:none;
	background:#999;
}
#navigation-primary ul {
	padding-left:15px;
	text-transform:capitalize;
}
#navigation-primary ul li a {
	color:#fff;
	margin-left:0;
	font-weight:bold;
	letter-spacing:normal;
	padding:5px 15px 5px 15px;
}
#navigation-primary ul li a:hover {
	color:#ff7f00;
}
#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;
	background:#555;
}

/*
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;
}

/*
CONTENT WRAPPER
---------------------------*/
#content-wrapper {
	padding:30px 30px;
	border-right:1px solid #777777;
	border-left:1px solid #777777;
	border-bottom:1px solid #777777;
}
/*
PORTFOLIO LANDING
---------------------------*/
.portfolio h1 {
	display:none;
}
.portfolio .date {
	display:none;
}

/*
PORTFOLIO SINGLE PAGE
--------------------------------*/
.portfolio-single h1 {
	margin:0 0 15px 0;
}
.portfolio-single .date {
	display:none;
}

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

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

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

/*
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 #contact-intro {
	float:right;
}
.contact #contact-intro .alert {
	color:#fff;
}
.contact #contact-form {
	float:left;
	background:none;
}
.contact #contact-form fieldset {
	padding:0 20px 20px;
}


/*
FLOAT CLEARING
---------------------------*/
#navigation-primary:after {
    content: ".";
    display: block;    
	height: 0px;
    clear: both;
    visibility: hidden;
}
*+html #navigation-primary {
   zoom:1;
}
* html #navigation-primary {
    height:1%;
}