/* -----------------------------------------------------------------------------

Title : Navigation Style Sheet
Version: 1.0
Author: Paulo Elias
Author URI: http://www.prkreative.com/

	This style sheet controls navigational form throughout the site:
	- Site Search
	- Member Log-in
	- e-Newsletter
	
Created : 2006.11.07
Modified : 2006.11.07

----------------------------------------------------------------------------- */
/* SITE SEARCH =SEA
----------------------------------------------------------------------------- */
/* NEEDS BOX MODEL HACK */
form#Site-Search
{
	padding: 5px 0 0;
	width: 256px;
	height: 37px;
}
form#Site-Search p
{
	margin: 0;
	padding: 0 0 0 70px;
}
/* NEED BOX MODEL */
	form#Site-Search input#Search
	{
		margin: 2px 0 0;
		border-top: 1px solid #ccc;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		border-left: 1px solid #ccc;
		width: 138px;
		font-size: 1em;
		font-weight: bold;
	}
	#Search-Submit
	{
		margin: 0 0 0 5px;
		border: 0;
		width: 29px;
		height: 28px;
		background: transparent url(../../../img/forms/search-submit-button.gif) no-repeat top left;
		text-indent: -5000em;
		vertical-align: middle;
		cursor: pointer; /* hand-shaped cursor */
	}
/* -----------------------------------------------------------------------------
	SIDEBAR FORM =SID
----------------------------------------------------------------------------- */
/* NEED BOX MODEL HACK */
div#Sidebar form
{
	float: left;
	padding: 0 10px 15px;
	width: 235px;
}
	div#Sidebar .box form p
	{
		margin: 0;
		padding: 0;
	}
	div#Sidebar .box form p.input
	{
		margin: 0 0 1em;
		padding: 0;
	}
		div.login form a
		{
			float: left;
			margin: 3px 0 0;
		}

/* NEEDS BOX MODEL HACK */
div.login input#Username,
div.login input#Password
{
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	width: 108px;
}
div.login form input#Password
{
	margin: 0 0 0 10px;
}
	#Member-Submit
	{
		float: right;
		margin: 0;
		border: 0;
		width: 73px;
		height: 28px;
		background: transparent url(../../../img/forms/submit-magenta.gif) no-repeat top left;
		text-indent: -5000em;
		vertical-align: middle;
		cursor: pointer; /* hand-shaped cursor */
	}
/* NEEDS BOX MODEL HACK */
div.newsletter form input#Email
{
	float: left;
	margin: 3px 0 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	width: 150px;
}
	#Newsletter-Submit
	{
		float: right;
		margin: 0;
		border: 0;
		width: 73px;
		height: 28px;
		background: transparent url(../../../img/forms/submit-green.gif) no-repeat top left;
		text-indent: -5000em;
		vertical-align: middle;
		cursor: pointer; /* hand-shaped cursor */
	}