/*  
Theme Name: Nora Blansett - 2009
Theme URI: www.norablansett.com
Description: This is just for Nora Blansett
Version: 1.0
Author: None
Author URI: www.norablansett.com
*/

/**
* Eric Meyer's Reset stylesheet - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
font-weight:normal;
font-style:normal;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body{
line-height:115%;
color:black;
background:white;
}
ol,ul{
list-style:none;
}
table{
border-collapse:separate;
border-spacing:0;
}
caption,th,td{
text-align:left;
font-weight:normal;
}
blockquote:before,blockquote:after,
q:before,q:after{
content:"";
}
blockquote,q{
quotes:"" "";
}
/* main */
body {
	margin:0;
	padding:0;
	width:100%;
	background:#000;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#bbb;
}
a:hover {
	color:#f7fff0;
	text-decoration:none;
}
a:visited {
}
a:active {
}
h1, h2, h3 {
	margin-top:10px;
	padding:0;
}
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	font-family:"lucida bright", Georgia, serif;
	font-variant:small-caps;
	text-align:left;
}
#col1 div.post h2 {
	font-size:24px;
}
h3 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	font-variant:small-caps;
}
p {
	line-height:170%;
	margin:1em 0 1em 0;
	padding:0;
}
p.date {
	text-align:right;
	float:right;
	font-size:10px;
	color:#fff;
	margin:0;
	margin-top:5px;
}
img {
	margin:10px 0 5px;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	padding:45px 10px 25px 10px;
}
#header h1 {
	display:none;
}
#header h2 {
	font-family:"lucida bright", Georgia, serif;
	letter-spacing:2px;
	font-size:34px;
	line-height:1;
	text-align:center;
	margin:0;
}
#header h2 a {
	color:#fff;
	text-decoration:none;
}
#header div.description {
	color:#999;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
}
#pagine {
	width:100%;
	float:left;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	text-align:center;
}
#pagine ul {
	margin-bottom:0;
	padding:8px;
}
#pagine ul li {
	display:inline;
	margin-right:10px;
}
#pagine a {
	font-family:"lucida bright", Georgia, serif;
	color:#fff;
	font-variant:small-caps;
}
#pagine a:hover {
	color:#7a7;
}
#pagewrapper {
	width:960px;
	margin:0 auto;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#000;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#000;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#000;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
	margin-bottom:-20000px;
	padding-bottom:20020px;
	font-size:12px;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:210px;
	overflow:hidden;
	border-right:1px solid #fff;
	padding-right:10px;
	background:transparent url(images/bgleft.jpg) repeat-y right top;
	margin-bottom:-20000px;
	padding-bottom:20020px;
	font-size:11px;
}
#col2 ul li ul {
	padding-bottom:10px;
}
#col2 ul,
#col2 ul li ul li ul {
	margin-bottom:0;
	padding-bottom:0;
}
#col2 ul li ul li ul {
	margin-bottom:0;
	margin-left:2px;
	padding-left:5px;
	border-left:1px solid #aaa;
}
.postmenu li {
	margin-bottom:4px;
	margin-top:4px;
}
#col3 {
	font-size:11px;
	float:left;
	width:170px;
	position:relative;
	left:10px;
	overflow:hidden;
	border-left:1px solid #fff;
	padding-left:10px;
	background:transparent url(images/bgright.jpg) repeat-y left top;
	margin-bottom:-20000px;
	padding-bottom:20020px;
}
/**
* FOOTER
*/
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:2px solid #fff;
	padding:10px;
	text-align:center;
	font-size:11px;
}
#footer p {
	padding:.5em 15px;
}
#footer h1 {
	display:none;
}
div.post {
	padding-bottom:15px;
}
#respond {
	border-bottom:1px solid #999;
}
#navigationheader {
	border-bottom:1px solid #999;
	margin-top:25px;
	margin-bottom:15px;
}
.allowed-tags {
	display:none;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
/**
* Captions - New
*/
.aligncenter,
div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	border:1px solid #999;
	text-align:center;
	background-color:#000;
	padding-top:4px;
	margin:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-caption img {
	margin:4px;
	padding:0;
	border:0 none;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}
/**
* COMMENTS
*/
h2#comments{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
.commentlist big{
	font-size:16px;
	display:block;
	font-variant:small-caps;
	margin-bottom:5px;
}
.commentlist li{
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px solid #999;
}
.commentlist ul li,
.commentlist ol li{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.commentlist ul{
	padding-left:20px;
	list-style-type:square;
}
.commentlist ol{
	padding-left:20px;
	list-style-type:lower-alpha;
}
p.nocomments{
	padding-bottom:30px;
	border-bottom:1px solid #999;
	font-weight:bold;
	font-size:15px;
}
.allowed-tags{
	display:none;
}
/**
* Image Position
*/
img{
	background:#000;
	border:1px solid #777;
	margin:0 0 10px 0;
}
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;
}
/**
* Webring thingie fixes
*/
#webring1 table {
	max-width:520px;
}
.webringcode {
	font-family:Times, "Times New Roman", Georgia, serif;
	font-size:12px;
	line-height:16px;
}
.webringcode img {
	border:0 solid black;
	background-color:transparent;
}
.webringcode table {
}
.webringcode td, .webringcode th {
	padding:1px;
	vertical-align:middle;
}
#webring2 table, #webring2 td, #webring2 th {
	text-align:-moz-center;
	text-align:center;
	margin:0 auto;
	border-spacing:1px;
}
#webring2 table {
	border:1px outset black;
}
#webring2 td, #webring2 th {
	border:1px inset black;
}