/*
Theme Name:   Pressing L 28 6 08
Theme URI:    http://www.whenpressed.net
Description:  For When Pressed. Parts taken from <a href="http://powazek.com">Derek Powazek</a>'s DePo Skinny.
Version:      1
Author:       Pat Armstrong
Author URI:   http://somnambulist.org
*/

/*-----------------------------------------------------------------------------------------------
	GENERAL FORMATTING
-----------------------------------------------------------------------------------------------*/

* { 
    margin: 0; 
    padding: 0;
}

img, div { behavior: url(iepngfix.htc) }

body {
    background: #fff;
    color: #1f1d1d;
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
    font-family: Helvetica, Arial, sans-serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#000; text-decoration: none }

a:hover { color:#000; text-decoration: underline }

p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    color:#666;
    padding-left:10px;
    border-left:1px solid #ccc;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 26px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 20px;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 20px;
}

.container {
	text-align:center;
    margin: 0 auto;
    padding: 0;
    width: 920px;
}

.replace {
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0;
	margin:0;
	padding:0;
	text-indent: -9999px;
	}
	
.replace a {
	display: block;
	overflow: hidden;
	}

hr.clear { clear: both; border: none; height: 0; padding: 0; magin: 0; }

/*-----------------------------------------------------------------------------------------------
	HEADER
-----------------------------------------------------------------------------------------------*/

.header {
	height: 75px;
    padding: 15px 0 15px 0;
    text-align:left;
}

.header h1 {
	display:block;
	width: 271px;	
	height: 75px;
    font-size: 26px;
    font-weight: normal;
    background:url('/wp-content/themes/pressing/images/logo.png') top left no-repeat;
    float: left;
}

.header h1 a {
	display:block;
	width: 271px;
	height: 75px;
}

.header ul {
	font-size: 14px;
	text-transform: uppercase;
	float: right;
	list-style-type: none;
	vertical-align: bottom;
}

.header li {
	display: inline;
}

.header span {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a { color: #333; font-weight: bold; }

.header a:hover { color: #066; }

.search {
    padding: 11px 0 0 20px;
    background: url('/home/wp-content/themes/hpc/images/search.gif') 0 14px no-repeat;
    float: right;
}

.search input { width: 120px; }

/*-----------------------------------------------------------------------------------------------
	FRONT PAGE
-----------------------------------------------------------------------------------------------*/

.panelcontainer { margin: 0 0 0 -10px; float: left; }

.panel {
	float: left;
	background: #1f1d1d;
	margin: 0 0 20px 10px;
	text-align: left;
	height: 470px;
	overflow:hidden;
}

.third { width: 300px; }

.half { width: 455px; }

.full {	width: 920px; }

.twothirds { width: 610px; }

.panel a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 470px;
}

.panel h2 {
	color: #ffffff;
	font-size: 40px;
	line-height: 45px;
	margin-bottom:0;
/*	width: 270px; */
	height: 435px;
	padding: 15px 10px 20px 20px;
}

.panel h2 .subtitle {
	font-weight: normal;
}

.textpanel {
	color: #1f1d1d;
	background: #ffffff;
	padding: 15px 10px 0 0;
	width: 285px;
	height: auto;
}

.textpanel h2 {
	padding: 0 0 20px 0;
	color: #1f1d1d;
	height:auto;
}

.textpanel p {
	line-height: 1.6em;
	font-size: 12px;
	padding: 10px 10px 10px 0;
	border-top: 2px solid #1f1d1d;
	border-bottom: 2px solid #1f1d1d;
} 

.textpanel p p {
	line-height: 1.6em;
	font-size: 12px;
	padding: 10px 10px 10px 0;
	border: none;
	} 
	
	.textpanel p input, .textpanel p form { border: none; }

.textpanel a {
	height: auto;
	font-weight: bold;
	display: inline;
}

.textpanel a:hover {
	text-decoration: underline;
}

/* panel off state */

.panel a .off {

}

/* panel on state */

.panel a .on {
	display: none;
	height: 470px;
	margin-top: -470px;
	overflow: hidden;
	opacity: 0.8;
   -moz-opacity: 0.8;
}

.panel a:hover .on {
	display:block;
}

.description {
   	float: left;
    font-size: 11px;
	margin: 0 0 0 10px;
    padding: 3px 0px 1px 0px;
    height: 18px;
    text-align:left;
    color: #fff;
    background: #1f1d1d;
    text-indent: 5px;
}

.description p { margin-bottom: 0; font-size: 11px; }

.desc2 {
	float: left;
	margin: 0 0 0 0px;
    padding: 3px 0px 1px 0px;
    height: 18px;
    color: #fff;
    background: #1f1d1d;
    text-indent: 5px;
	width: 100%;
}

.recentworks {

}
		
.recentworks h2 {
	display: block;
	width: 171px;
	height: 18px;
    background:url('images/recent.png') top left no-repeat;
    float: left;
    margin: 0 0 10px 0;
}

.singlework {
	border: 1px solid #eeeeee;
	text-align: left;
	float: left;
	width: 145px;
	height: 130px;
	margin: 0 0 8px 8px;
	background-color: #eeeeee;
}

.singlework a {
	display: block;
	text-decoration: none;
}

/* work off (default) state - currently image only. */

.singlework a .off {
}

.singlework a .off img {
	width: 145px;
	height: 130px;
	margin: 0;
	border: 0;
}

/* class for work on (hover) state - displays title, authour, transluscent grey background */

.singlework a .on {
	display:none;
	width:145 px;
	height: 110px; /* add 20px padding added below, total 130px */
	margin-top: -130px;
	padding: 10px;
	color: #ffffff;
	overflow: hidden;
	background-color: #1f1d1d;
	background-repeat: repeat;	
	opacity: 0.8;
   -moz-opacity: 0.8;
	}


.singlework a:hover .on {
	display:block;
	}

.singlework a .on  h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	}

.singlework a .on  h4 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}


.collectioncontents {
	float: left;
	padding: 23px 0 0 10px;
	text-align: left;
	width: 610px;
}

.collectioncontents p {
	font-size: 14px;
	line-height: 1.6 em;
}

.searchresult {
	border-bottom: 1px solid #eeeeee;
	padding-bottom:20px;
	margin-bottom:20px;
}

/*-----------------------------------------------------------------------------------------------
	SINGLE WORK - styles for special Individual Work pages.
-----------------------------------------------------------------------------------------------*/

.singleheader {
	background: #1f1d1d;
	padding: 10px;
	color: #ffffff;
	font-size: 10px;
	text-align: left;
	min-height: 30px;
}

.singleheader a {
	color: #ffffff;
}

.singleheader h2 {
	margin-bottom: 0;
	height: 27px;
	display: block;
	float: left;
}

.singleheader h2 a {
	display: block;
	width: 99px;
	height: 27px;
	margin-top: 1px;
	background-image: url('images/logo_small.png');
	background-position: top;
}

.singleheader h2 a:hover { background-position: bottom; }

.singleheader h3 { 
	font-weight: bold;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 16px;
	}
	
.singleheader h4 {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
.singleheader .titleauthor {
	float: left;
	padding-left: 40px;
}

.singleheader .incollection {
	float: right;
	padding-left: 40px;
}

.singleheader .tags {
	float: right;
	padding-left: 40px;
}


/*-----------------------------------------------------------------------------------------------
	CONTENT
-----------------------------------------------------------------------------------------------*/

.post p a { font-weight:bold }

.post {
	font-family: Georgia, Times, serif;
	line-height: 1.6em;
	padding: 60px 150px 30px 150px;
/*    border-bottom: 1px solid #ccc;	*/
	text-align:left;
    width:620px;
}

.postfullscreen {
	padding:0;
	margin:0;
	width:920px;
}

.post pre {
	font-family: Georgia, Times, serif;
	line-height: 1.6em;

}

.postnoline {
	padding:18px 150px 0 150px;
	text-align:left;
    width:620px;
}

.postmeta {
	color: #000000;
	margin-top:30px;
	padding:15px;
	text-align:left;
	font-size: 11px;
    width: 590px;
	background-color: #eeeeee;
	font-family: Helvetica, Arial, sans-serif;
}

.postmeta p {
	margin-bottom: 0;
	}
	
.post h3 {
	font-weight: normal;
	font-style: italic;
}

.post .smaller {
	font-size: 10px;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

p.suite {
	border-bottom: 1px solid #1f1d1d;
	margin-bottom: 9px;
	padding-bottom: 9px;
}

p.byline {
	margin-top:-10px;
    font-size:11px;
    color: #555;
}

.post IMG {
	max-width: 620px;
}


span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 10px;
    color: #666;
    padding: 3px 0;
}

.previously {
	text-align:left;
    width: 500px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }


/*-----------------------------------------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------------------------------------*/

.footer {
    font-size: 11px;
    margin:20px 0 0 0;
    padding: 3px 5px 1px 5px;
    text-align:left;
    color: #fff;
    background: #1f1d1d;
}

.footer p { margin-bottom: 0; }

.footer a {
	text-decoration: underline;
	color: #ffffff;
	}

ul.nav li { margin: 0 }
