/*
Theme Name: New Rosemary
Description: A theme built for the artist's website
Author: Jeph Christoff
Author URI: http://www.jephchristoff.com
Version: 3.0
Tags: red, fixed width, widgets

[Table Of Contents] 

	00- Reset
	01- Global
	02- Header 
	03- Navigation
	04- Headings
	05- General Content 
	06- Left Column
	08- Right Column
	09- Footer 
	10- Clearfix

*/


/* 
----------------------------------------------------------------------------- 
=00 RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a {
	text-decoration:none;
	outline: none;
	color: #ae1914;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.right, .alignright {
	float: right;
}
.left, .alignleft {
	float: left;
}
.none {
	display:none;
}
p {
	margin-bottom: 1em;
}
li p {
	margin:0px;
	padding:0px;
}





/* 
----------------------------------------------------------------------------- 
=01 GLOBAL
-----------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: #741211 url(images/bg.jpg) repeat-y center top;
	font: 0.75em/1.5em Arial, Helvetica, sans-serif;
	color: #545454;
}

#doc {
	width: 972px;
	margin: 0px auto;
	background: url(images/bg-nav.png) no-repeat left 101px;
}



/* 
----------------------------------------------------------------------------- 
=02 HEADER
-----------------------------------------------------------------------------*/
#head {
	background: url(images/bg-head.png) no-repeat;
	height: 101px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#head h1 a {
	display: block;
	float: left;
	height: 70px;
	width: 350px;
	text-indent: -9999px;
}
#head #utility {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
}
#head #utility p {
	margin: 0px;
	padding: 0px;
}
#head #utility a {
	color: #E7E2DC;
	font-weight: bold;
	font-size: 95%;
	display: block;
	margin-bottom:3px;
	padding-left: 20px;
}
#head #utility .rss {
	background: url(images/icon-rss.png) no-repeat left center;
}
#head #utility .facebook {
	background: url(images/icon-facebook.png) no-repeat left center;
}
#head #utility .twitter {
	background: url(images/icon-twitter.png) no-repeat left center;
}




/* 
----------------------------------------------------------------------------- 
=03 NAVIGATION
-----------------------------------------------------------------------------*/
#navigation {
	height: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul li {
	display: inline;
	float: left;
}
#navigation a {
	display: block;
	height: 40px;
	background: url(images/nav.png) no-repeat left top;
}
#navigation a strong, #navigation a.resume {
	display:none;
}
#about-the-artist #navigation a.resume {
	display:block;
	background: #3a3937 url(images/bg-copy.png) repeat-x center 28px;
	height:auto;
	width: 147px;
	padding: 5px 5px 8px;
	color: #EEE;
	position: absolute;
	top: 141px;
	left: 50%;
	margin-left: 143px;
}
#navigation .home a {
	width: 63px;
}
#navigation .new-work a {
	width: 105px;
	background-position: -63px top;
}
#navigation .past-work a {
	width: 109px;
	background-position: -168px top;
}
#navigation .news a {
	width: 136px;
	background-position: -277px top;
}
#navigation .press a {
	width: 72px;
	background-position: -413px top;
}
#navigation .collab a {
	width: 138px;
	background-position: -485px top;
}
#navigation .about a {
	width: 157px;
	background-position: -623px top;
}
#navigation .join a {
	width: 180px;
	background-position: -780px top;
}

#navigation .home a:hover {
	background-position: left -40px;
}
#navigation .new-work a:hover {
	background-position: -63px -40px;
}
#navigation .past-work a:hover {
	background-position: -168px -40px;
}
#navigation .news a:hover {
	background-position: -277px -40px;
}
#navigation .press a:hover {
	background-position: -413px -40px;
}
#navigation .collab a:hover {
	background-position: -485px -40px;
}
#navigation .about a:hover {
	background-position: -623px -40px;
}
#navigation .join a:hover {
	background-position: -780px -40px;
}

#home #navigation .home a {
	background-position: left -80px;
}
#new-work #navigation .new-work a {
	background-position: -63px -80px;
}
#past-work #navigation .past-work a {
	background-position: -168px -80px;
}
#news-and-events #navigation .news a {
	background-position: -277px -80px;
}
#in-the-press #navigation .press a {
	background-position: -413px -80px;
}
#collaboration #navigation .collab a {
	background-position: -485px -80px;
}
#about-the-artist #navigation .about a {
	background-position: -623px -80px;
}
#join-the-mailing-list #navigation .join a {
	background-position: -780px -80px;
}









/* 
----------------------------------------------------------------------------- 
=04 FEATURE
-----------------------------------------------------------------------------*/
#fade {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	overflow: hidden;
}
#fade .pics {
	width: 960px;
	height: 300px;
}
#fade .pics div {
	color: #FFFFFF;
	background: url(images/bg-trans-black.png);
	position: relative;
	top: 81px;
	width: 265px;
	left: 645px;
	padding: 10px 15px 15px;
}
#fade .pics a {
	font-weight: bold;
	background: url(images/bg-yellow-arrow.png) no-repeat right center;
	display: inline-block;
	padding-right: 15px;
	height: 22px;
	padding-top: 3px;
	font-size: 13px;
	margin-top: 0.5em;
	text-decoration: none;
	color: #690E0D;
	padding-left: 15px;
}
#fade .pics a:hover {
	background: url(images/bg-yellow-arrow-hover.png) no-repeat right center;
	color: #FFFFFF;
}

#fade .pics p {
	margin: 0px;
	padding: 0px;
}
#fade .pics h3 {
	font-size: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 2px;
}
#fade .pics h6 {
	font-size: 11px;
	text-transform: uppercase;
	color: #CCCCCC;
	font-weight: bold;
}

#content .thirty-three-percent h2, #content .fifty-percent h2 {
	font-size:28px;
	color: #222;
	margin-bottom:5px;
}
#content .fifty-percent {
	width: 415px;
}
#content .group ul {
	width: 410px;
	margin-right:30px;
	margin-bottom:1.5em;
}
#content .group ul {
	float:left;
}
#content .event-more a {
	display: inline-block;
	margin-bottom: 2em;
}
#content #solo h5, #content #group h5 {
	clear:both;
	background: #f1eeea;
	padding: 5px;
	margin-top: 10px;
	color: #6c0e0c;
	font-size: 120%;
	font-weight: bold;
}
#content .thirty-three-percent {
	width: 280px;
}
#content #one-33 {
	margin-right:30px;
}
.news h5, .press h5 {
	font-weight:bold;
	color: #333;
	margin: 0px 0px 5px;
	padding: 0px;
	border-bottom: 1px dotted #700E0D;
	font-size: 100%;
	font-weight: normal;
}
#content #copy.resume h4 {
	font-weight:bold;
	font-size: 140%;
}
.news ul li, .press ul li {
	margin:0px;
	padding:0px 0px 25px;
}
.back-link {
	display:inline-block;
	float:right;
	background: url(images/bg-red-arrow.png) no-repeat;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	height:22px;
	margin-top:0.5em;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	text-decoration:none;
}
.collab td img {
	margin-right:15px;
}
.collab .post {
	padding-bottom:25px;
	margin-bottom:25px;
}







/* 
----------------------------------------------------------------------------- 
=05 CONTENT
-----------------------------------------------------------------------------*/
#content.home #copy {
	background: #e7e2dc url(images/bg-content.png) no-repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#content #copy {
	background: #e7e2dc url(images/bg-copy.png) repeat-x;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 30px 30px;
}
#content #copy.new-work {
	margin: 0px auto;
	width: 930px;
	padding-right: 0px;
}
#content #copy  img  {
	padding: 1px;
	border: 1px solid #bea29d;
}
#content #copy  img.no-border  {
	padding: 0px;
	border: 0px none;
}
#content  #copy  h1 {
	font-size: 48px;
	text-transform: uppercase;
	color: #5d0000;
	margin-bottom: 20px;
}
#content #copy h3 {
	font-size: 28px;
	color: #790f0d;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#content #copy h4 {
	font-size: 14px;
	color: #790f0d;
	margin-bottom: 5px;
	text-decoration:none;
	font-weight: normal;
}
#content #copy.new-work h4 {
	margin-bottom: 0px;
}



/* HOMEPAGE CONTENT STYLES */
#content.home .news {
	padding: 20px;
	width: 260px;
}
#content.home .news li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c7bbab;
}
#content.home .news li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px none;
}
#content.home .news li ul {list-style:disc;}
#content.home .news li ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	border-bottom: 0px none;
}
#content.home .middle {
	padding: 20px;
	width: 304px;
}
#content.home .middle img {
	margin-left:10px;
	margin-bottom:5px;
}
#content.home .about {
	background: #DBD3CA url(images/bg-about.png) repeat-x;
	width: 254px;
	padding: 15px 20px;
	font: italic normal 110%/18px Georgia, "Times New Roman", Times, serif;
	color: #5f0d0b;
	margin-bottom:20px;
}
#content.home #copy .about a {
	font: bold normal 80% Arial, Helvetica, sans-serif;
}
#content #copy #new-work li {
	float:left;
	margin:0 37px 30px 0;
	padding:0;
	width:273px;
}
#content #copy.new-work .fade {
	background: url(images/fade-newwork.png) no-repeat center top;
	padding-bottom:17px;
	padding-top:9px;
}
#content #slideshow ol {
	margin:0px;
	padding:0px;
	list-style:none;
}
#content img.alignright {
	margin-left:15px;
	margin-bottom:8px;
}
#content ul.artwork-three, #content ul.artwork-two {
	float:left;
	margin:0 0 60px;
	text-align:center;
}
#content ul.artwork-three {
	width:300px;
}
#content ul.artwork-two {
	width:450px;
}







/* 
----------------------------------------------------------------------------- 
=10 FOOTER
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 25px;
	color: #ceb8b2;
	font-size: 95%;
	text-align: center;
}
#footer a {
	font-weight: normal;
	color: #f3f1ee;
}
#permafooter {
	bottom:0;
	color:#999999;
	padding:0;
	position:fixed;
	right:0;
	width:100%;
	z-index:999;
}
#permafooter .ui {
	background:url(images/trans-black.png);
	margin-left:15px;
	margin-right:15px;
	overflow:visible !important;
	position:relative;
	padding: 8px 0px;
	text-align: center;
	letter-spacing: 1px;
}
#permafooter p {
	margin:0px;
	padding:0px;
}
#permafooter a {	
	color:#E7E2DC;
}









/* 
----------------------------------------------------------------------------- 
=11 CLEARFIX
-----------------------------------------------------------------------------*/
.clearfix:after, blockquote:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

