/*
 rpd
 style.css
 ============================================

 Copyright (c) 2006-2007 by Giancarlo Martini
 http://www.giancarlomartini.it

 This program is free software. You can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License.
**********************************************************************

*/
/* Generici */
body {font-family: Verdana,Arial, Sans-Serif;font-size: 12px;background-color:#FFF2E4;color:#000000}
/*------------------------------------------------------------------------------*/
.header_letter {font-size : 20px; color : #c06000; }
.header_title_text {font-size : 14px; color : #000000;font-variant:small-caps }
.normal_text { font-size : 10px; color : #000000; }
#header_div
{
  width: 100%;
  height: 94px;
  color :#c06000;
  text-align: left;
  background: url(http://blogs.isisdavinci.it/wp-content/themes/home/isis/logo.png) transparent no-repeat top right;
  /*margin-bottom:15px;*/
  border-bottom:2px solid #000000; 
  /*padding-bottom:15px;*/
} 

#name_div {width: 100%;text-align: center;}
.first_name_letter {font-size : 28px; color : #c06000; }
.other_name_letters {font-size : 22px; color : #000000;font-variant:small-caps}
/*------------------------------------------------------------------------------*/
.page_title  {font-size : 16px; color : #c06000;font-variant:small-caps}
/* --------------------------------------------------------------------- */
#login_div {background: #ded3a8;float:right;width:125px;border-left:solid #c06000;border-left-width:1px;padding:2px;}

#login_form form {width: 125px;}

#submit-login
{
	/*height: 29px;*/
	width: 100px;
	padding-top: 5px;
	clear: both;
	/*color: #5A698B;*/
	color: #000000;
	background-color: #fff;
} 

#login_form  input
{
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

#login_form label {padding: 1px;}


#forget_pw {font-size : 10px;}



/* ----------------  position:absolute;bottom:0px; ----------------------------------------------------- */
#footer_div {text-align:center;width:100%}
#footer_div .sub_title   {background: none; color: #000000; font-size:16px;font-family:arial;text-decoration: underline;}
#footer_div .normal_text {background: none; color: #000000; font-size:12px;font-family:arial;}

/* --------------------------------------------------------------------- */

