/*  pixelsandprose.net main CSS */
/* Design by jPalterDesign.com*/

body               {
	color: #000000;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-position: center;
}

#wrapper                   {
	background-color: #DEDEDE;
	margin: 0 auto;
	padding: 0;
	width: 753px;
	}

#header          {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	padding:0;
	width: 753px;
	height: 150px;
	background-color: #DEDEDE;
	border-top: 5px solid #999999;
}

#maincontent        {
	overflow: auto;
	background-color: #EDEDED;
	text-align: left;
	margin: 0 auto;
	padding: 25px 0;
	width: 725px;
	/*height: 600px;*/
	}
	
#left_col {
	float: left;
	overflow: visible;
	width: 300px;
	background-color: transparent;
	}
	
#rt_col {
	float: right;
	width: 400px;
	}
	
#about_box {
	float: right;
	clear: right;
	width: 340px;
	height: 200px;
	margin: 40px 20px 0 0;
	padding: 0;
	display: inline;
	}
	
#about_box h2 {
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px 5px;
	border-bottom: 5px solid #666666;
	}
	
#maincontent #about_box p {
	width: auto;
	margin: 5px;
	padding: 0;
	text-align: left;
	}

#footer  {
	text-align: center;
	width: 753px;
	margin: 0 auto;
	padding: 0;  
	background-image: url(../img/footer2.gif);
	background-repeat: no-repeat;
	height: 54px;
	background-color: #DEDEDE;
	background-position: center top;
	clear: both;
	}
	
#toc {
	background-color: #F5F5F5;
	border: 1px dotted #804040;
	width: 200px;
	margin: 5px 30px 0;
	padding: 0;
	}
	
#tocad {
	background-color: #F5F5F5;
	border: none;
	width: 180px;
	margin: 10px 30px;
	padding: 0;
	}

/* CSS - sprites Navigation */

#main_nav         {
	background-color: #DEDEDE;
	background-image: url(../img/nav/nav-bar.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 753px;
	height: 41px;
	}
	
#nav     {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 30px;
	background-color: transparent;
	padding: 0;
	position: relative;
	width: 672px;
	height: 40px;
	}
	
#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	}
	
#nav li, #nav a   {
	display: block;
	height: 41px;
	border: 0;
}

#nav_home   {
	left: 0;
	width: 129px;
	}
	
#nav_current   {
	left: 130px;
	width: 149px;
	}
	
#nav_archives   {
	left: 280px;
	width: 139px;
	}
	
#nav_blog   {
	left: 420px;
	width: 149px;
	}
	
#nav_contact   {
	left: 570px;
	width: 102px;
	}
	
#nav_home a:hover {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	}
	
#nav_current a:hover {
	background-image: url(../img/nav/sprites.gif);
	background-position: -130px -40px;
	}
	
#nav_archives a:hover {
	background-image: url(../img/nav/sprites.gif);
	background-position: -280px -40px;
	}
	
#nav_blog a:hover {
	background-image: url(../img/nav/sprites.gif);
	background-position: -420px -40px;
	}
	
#nav_contact a:hover {
	background-image: url(../img/nav/sprites.gif);
	background-position: -570px -40px;
	}
	
body#home #nav_home   {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	}
	
body#current #nav_current  {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	background-position: -130px -40px;
	}
	
body#archives #nav_archives    {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	background-position: -280px -40px;
	}
	
body#blog #nav_blog  {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	background-position: -420px -40px;
	}
	
body#contact #nav_contact  {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	background-position: -570px -40px;
	}
	
/* left nav */

#left_nav {
	float: left;
	}

#left_nav ul {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	margin: 15px 30px;
	padding: 0;
	list-style: none;
	text-align: left;
	}
	
body#about a#sn_about { color: #404080; text-decoration: underline; }
	
/* Global Styles */

#maincontent p    {
	margin: 0.8em 260px 0 30px;
	border-style: none;
	border-color: transparent;
	}
	
body#about #maincontent p { margin-right: 380px; }
	
h1       {
	color: #404080;
	font-size: medium;
	text-align: left;
	margin: 0 0 0 30px;
	padding: 0;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}

h2  {
	color: #666666;
	font-size: x-small;
	margin: 0 0 0 30px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	}
	
/*body#home h2 {
	float: right;
	}*/

h3      {
	color: #404080;
	font-size: small;
	text-align: left;
	margin: 0 0 0 30px;
	padding: 0;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}

body#home h3 {
	margin-bottom: 20px;
	}

h4    {
	color: #404080;
	font-size: small;
	text-align: left;
	margin: 20px 0 0 30px;
	padding: 0;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	}
	
#toc h4 {
	margin: 5px 10px;
	}
	
#maincontent.issue ul {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	display: block;
	font-size: small;
	margin: 10px 30px 0;
	padding: 5px;
	width: 650px;
	list-style: none;
	border: 1px dotted #804040;
	background-color: #F5F5F5;
	}
	
#maincontent.issue li {
	display: inline;
	margin: 0 10px;
	}
	
h5  {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
	text-align: left;
	margin: 20px 0 0 30px;
	padding-bottom: 20px;
	}
	
h6  {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: xx-small;
	text-align: right;
	margin: 15px 30px;
	padding: 0;
	}
	
#maincontent.issue h6 {
	text-align: left;
	margin: 0 30px;
	padding: 0;
	}
	
em {
	font-style: italic;
	}
	
 blockquote {
	color: #95935b;
	font-weight: bold;
	text-align: left;
	margin: 0.5em 300px 1em 100px;
	}
	
h2 em {
	color: #666;
	font-style: italic;
	}
	
h2 img  {
	float: right;
	margin: 40px 20px 3px 0;
	border: solid 5px #000000;
	}
/*
li {
	margin: 8px 0 0 100px;
	list-style-type: none;
	border-bottom-color: #DFBB85;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
	
*/
	
li.first {
	margin: 0 0 0 100px
	}
	
img.imgover {
	float: left;
	margin: 0 0 0 60px;
	}
	
img.fl {
	float: left;
	margin: 0 30px 5px 0;
	border: 3px solid #B9C0C4;
}

img.sig {
	border: none;
	margin: 10px 30px 0;
	}
	
#content img {
	border: solid 5px #000000;
	}
	
img.coverthumb {
	margin: 10px 0 10px 35px;
	border: solid 2px #000000;
	}
	
#maincontent.issue img {
	margin: 15px 0 5px 30px;
	border: solid 2px #000000;
	}
	
#maincontent.issue img.fr {
	float: right;
	margin: 30px;;
	}	
	
#maincontent.issue img.fl{
	margin-right: 30px;
	}
	
/* Non-global Styles */

img.noborder  {
	border-style: none;
	}
	
img.about-box   {
	margin-left: 21px;
	}
	
#footer p {
	text-align: right;
	font-size: x-small;
	margin: 0 50px 0 0;
	padding: 0;
	}
		
/* Link Styles */

a  {
	color: #804040;
	text-decoration: none;
	}
	
a:hover  {
	color: #404080;
	text-decoration: underline;
	}
	
/* photo gallery */

#gallery    {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	height: 575px;
	}
	
#gallery img      {
	margin: 10px;
	padding: 0;
	border-style: none;
	}
	
#gallery ul  {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#gallery ul li  {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

#gallery ul li a   {
	background-color: transparent;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	}
	
/* tableless forms */

form  {
	height: auto;
	}
	
div.input    {
	display: block;
	margin-left: 100px;
	clear: both;
	}
	
div.input input {
	margin: 10px 10px 0;
	}
	
div.row     {
	margin: 0;
	padding-top: 10px;
	width: 400px;
	clear: left;
	}
	
div.row span.label  {
	text-align: right;
	width: 100px;
	float: left;
	}
	
div.row span.formw    {
	text-align: left;
	width: 300px;
	float: right;
	}
	
/* For WordPress */

div.meta {
	margin: 10px 30px;
	}
	
div.feedback {
	margin-left: 30px;
	}
	
h3.storytitle a {
	font-size: medium;
	color: #666666;
	}
	
div.blog_nav a {
	display: inline;
	color: #666666;
	font-size: x-small;
	margin: 0 0 0 30px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	}
	
/* 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;
}


/* 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 h1 {
	visibility: hidden;
}