/*
Theme Name: NoVolume
Theme URI: http://www.novolume.co.uk
Description: NoVolume.
Version: 1.0
Author: Dave Ellis
Author URI: http://www.novolume.co.uk/
Tags: simple, contemporary 
*/



/* Begin Typography & Colors */



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2f2f2f;
	text-align: left;
	margin: 0;
	background:url(images/novobg.gif) repeat-y #2a2a2a;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	
	}


#content {
	font-size: 1.1em;
	width: 685px;
	position: absolute;
	left: 310px;
	
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	
	}
	

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	
	
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-weight:normal;
	font-size: 1.6em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



#sidebar  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	position: fixed;
	}
#sidebar ul li span{
	color: #CCC;
}	
	
	

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.narrowcolumn p, .narrowcolumn h2{
	padding:0 40px 0 35px;
	
}

.narrowcolumn p{
	line-height:1.4em;
	margin-top:5px;
	font-style:italic;
	
}

.entry p a, .narrowcolumn a {
	color: #9d9d9d;
	
	}

.entry p a:visited, .narrowcolumn a:visited, .narrowcolumn a:hover{
	color: #9d9d9d;
	
	}
	




#sidebar {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #666;
	text-decoration: none;
	background: #383838;
	}

a:hover {
	color: #fff;
	
	}
.narrowcolumn p a{
	background: none;
}
.narrowcolumn p a:hover{
	text-decoration: line-through;
}	

/* End Typography & Colors */



/* Begin Structure */






#page {
	
	margin: 0;
	padding: 0;
	width: 1000px;
	}
	
.narrowcolumn {
	float: right;
	padding: 0;
	margin: 0;
	width: 685px;
	background-color:#fff;
	
	}
	
.narrowcolumn .homemore{
	display:none;
	padding:0;
	margin:0;
	
	}		
.narrowcolumn .reveal{
	
	padding-left:35px;
	margin:0;
	
	}		

.narrowcolumn .folio{
	padding:0 0 28px 0;
	
}	

		

.narrowcolumn .splitter{
	height:5px;
	background-color:#2a2a2a;;
	margin-top:35px;
	margin-bottom:0;
}	



.post {
	margin: 0 0 0 0;
	text-align: justify;
	}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */








h2 {
	margin: 40px 0 0;
	padding:0;
	}
h1{
	text-indent: -999px;
	height: 0;
	margin: 0;
}

.narrowcolumn .post h2{
	margin-top:25px;
}	

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	font-style:italic;
	margin: 0;
	padding: 0;
	
	}
#sidebar ul .navsplitter{
	height:1px;
	background-color:#666666;
	margin:30px 0 22px 0;
}	

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	
	}

#sidebar ul p, #sidebar ul select {
	margin-bottom: 8px;
	line-height:1.4em;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	
	}
/* End Entry Lists */










/* Begin Sidebar */
#sidebar
{
	padding: 40px 40px 0px 40px;
	width: 230px;
	position: absolute;
	}

#sidebar form {
	margin: 0;
	}
#sidebar hr {
	background-color: #616161;
	color:#616161;
    height: 1px;
	display:block;
	border:none;
	margin:28px 0 15px 0;
}	
/* End Sidebar */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	width:625px;
	font-style:italic;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/







/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



.sIFR-hasFlash h2, .sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 28px;
	width:500px;
}

.sIFR-hasFlash #sidebar h2, .sIFR-hasFlash #sidebar h1 {
width:230px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
