/****************************************************************************/
/************************* CSS STYLE FOR SOUL TALES *************************/
/****************************************************************************/



/********************************** GENERAL *********************************/

body
{
	margin: 0;
	font: normal 0.85em/1.6em Tahoma;
	color: #646464;
}

a {	text-decoration: none; }
a:link, a:active { color: #cd5f06; }
a:visited { color: #f38c4e; }
a:hover { color: #a74b00; background-color: #fff0df; }

p { margin: 1.2em 0; }



/*********************************** BOXES **********************************/

#container
{
	width: 720px;
	margin: 0 auto;
}

#header
{
	position: relative;
}

#footer
{
	border-top: 1px solid #d2d2d2;
	padding: 18px 0;
	font-size: 0.8em;
	text-align: right;
	color: #a5a5a5;
}

#footer span { float: left; }

#content
{
	margin: 36px 8px;
	background: url(../../general/bgMain.gif) repeat-y;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#sidebar
{
	float: left;
	width: 170px;
	padding-left: 10px;
}

#mainContent
{
	float: right;
	width: 480px;
	padding-right: 10px;
}

#logo
{
	position: absolute;
	top: 5px;
	right: 3px;
	border: none;
}

#photoMain
{
	width: 704px;
	height: 184px;
	margin: 0 auto;
	border: 8px solid #efefef;
}



/****************************** MAIN NAVIGATOR ******************************/

#navMain
{
	height: 80px;
}

#navMain ul
{
	margin: 0;
	padding: 0;
	padding-top: 30px;
	list-style: none;
}

#navMain li
{
	display: inline;
	height: 20px;
}

#navMain a
{
	font-size: 0;
	line-height: 0;
	float: left;
	height: 20px;
	display: inline;
	margin-right: 8px;
}

.home { width: 53px; background: url(../../general/btHome.gif) no-repeat; }
.about { width: 70px; background: url(../../general/btAbout.gif) no-repeat; }
.login { width: 48px; background: url(../../general/btLogin.gif) no-repeat; }
.contact { width: 79px; background: url(../../general/btContact.gif) no-repeat; }

#navMain a:hover { background-position: 0 -20px; }

/**************************************** FORMS ****************************************/

form
{
	margin: 0;
	padding: 0;
}

.formHolder
{
	width: 500px;
	margin: 10px auto 0 auto;
}

.formButtons
{
	clear: left;
	padding: 20px 0 10px 0;
	background: url(../../general/dividerH.gif) repeat-x 0 10px;
}

.formNotes
{
	font-size: 0.9em;
	padding: 10px 0;
}

.formPostMessage
{
	text-align: center;
	width: 500px;
	margin: 20px auto;
}

.formField, .formSelect, .formTextarea
{
	float: left;
	font: normal 14px/22px Tahoma;
	color: #666666;
	border: 1px solid #cccccc;
	background-color: #efefef;
	margin: 2px 10px 2px 2px;
}

.formField
{
	width: 210px;
	height: 22px;
}

.formSelect
{
	width: 210px;
}

.formTextarea
{
	width: 350px;
	height: 120px;
}

.wide { width: 554px; }

form label
{
	float: left;
	width: 120px;
	line-height: 28px;
}

form br { clear: left; }
form p { clear: left; }
