/*  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        {
	background-color: #EDEDED;
	text-align: left;
	margin: 0 auto;
	padding-top: 25px;
	width: 725px;
	/*height: 600px;*/
	}
#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;
	}

/* 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#portfolio #nav_portfolio    {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	background-position: -315px -46px;
	}
	
body#about #nav_about  {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	background-position: -460px -46px;
	}
	
body#contact #nav_contact  {
	background-image: url(../img/nav/sprites.gif);
	background-repeat: no-repeat;
	background-position: -570px -40px;
	}
	
/* Sub-Menu Navigation */

#sub_nav             {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background-color: #d4dbdd;
	text-align: left;
	margin: 0 auto 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 688px;
	height: 14px;
	}
	
#sub_nav span  {
	color: #333;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	display: inline;
	margin: 0 0 0 225px;
	padding: 0;
	}
	
body#portfolio #sub_nav ul       {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 310px;
	border-top: 0 none;
	border-left: 3px solid #acaa72;
	}
	
#sub_nav ul li     {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}
#sub_nav ul li a    {
	color: #926c3a;
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0 7px 2px;
	}
	
#sub_nav ul li a:hover  {
	background-color: #f2eee5;
	}
	
#sub_nav ul li a.here {
	background-color: #f2eee5;
	}
	
/* Global Styles */

#maincontent p    {
	margin: 0.8em 260px 0 30px;
	border-style: none;
	border-color: transparent;
	}
	
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: #4F6998;
	font-size: medium;
	margin: 0 0 0 50px;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: lighter;
}

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;
}

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;
}
	
	
h5  {
	color: #4F6998;
	font-size: x-small;
	text-align: left;
	margin: 0 0 5px 60px;
	padding: 0;
	}
	
h6  {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: xx-small;
	text-align: right;
	margin: 15px 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: 20px;
	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;
	}
	
/* 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;
	}
	
#footer p a {
	margin: 0 0 0 20px;
	}
	
/* 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-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
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;
	}