/* RIMA style
arancio color: #fd6018;
biancosporco color: #efefef;
*/

/* standard definitions */
body 
{
	background-color: #111;
	color: #efefef;
	font: 75% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	text-align: justify;
}

h1, h2, h3
{
	color: #fd6018;
}

a {
	color: #fd6018;
}

a:active {
	color:  transparent;
}

a:hover {
	color: white;
}

a img {
	text-decoration: none;
	color: transparent;
}

hr{
color: white;
}

code 
{
	display: block;
	font-size: 120%;
	padding: 0.75em;	
	background-color:  #444;
}

.capitalWhite
{color:  #efefef;}

.capitalOrange
{color: #fd6018}


/* definition by id */
#wrapper
{
	background-color: #333;
	border-left: 16px solid #222;
	border-right: 16px solid #222;
}

#header{
	color: #efefef;
	background: #369 url(../imgs/rima_logo.png) no-repeat 0 0;
}

#header h1 
{	
	padding-top: 6em;
	padding-bottom: 0em;
	padding-left: 3em;
	background: url(../imgs/rima_banner.png) no-repeat 170px;
	text-indent: -700px;
	overflow: hidden;
}

#center
{ 
	padding-top: 1em;
}

#center #whats h2
{
	font-size: 200%;
}

#center #whats 
{
	font-size: 150%;
}

input.image
{
	vertical-align: middle;
}

#center #download 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 200px;
}

.version {
	font-size: 0.6em;
}

#center #download img
{
	display: inline;
	top: -60px;
	position: relative;
}

#center #features 
{
	/*padding-top: 2em;*/
	padding-bottom: 2em;
	/*border-top: 16px solid #369;*/
}

#center #features dl{ 

}

#center #features dl dt
{
	color: #fd6018;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

#center #features dl dd
{
	height: 4em;
}

#wrapper #instructions
{
/*border-top: 16px solid #369;*/
}

#wrapper #footer
{
padding-bottom: 3em;
border-bottom: 16px solid #369;
font-size: smaller;
}

/* dd and dt*/

dd {
	margin: 0px;
	padding-left: 34px;
}

dd.ruby
{
background:  url(../imgs/ruby.png) no-repeat 0 4px;
}

dd.imap
{
background:  url(../imgs/server_mail.png) no-repeat 0 4px;
}


dd.mailbox
{
background:  url(../imgs/mailbox_full.png) no-repeat 0 4px;
}

dd.archiver
{
background:  url(../imgs/box_white.png) no-repeat 0 4px;
}

dd.need
{
background:  url(../imgs/environment.png) no-repeat 0 4px;
}

dd.support
{
background:  url(../imgs/star_yellow_new.png) no-repeat 0 4px;
}

dd.trust
{
background:  url(../imgs/lifebelt.png) no-repeat 0 4px;
}

dd.simple
{
background:  url(../imgs/magic-wand.png) no-repeat 0 4px;
}

dd.free
{
background:  url(../imgs/trafficlight_green.png) no-repeat 0 4px;
}

dd.beer
{
background:  url(../imgs/beer.png) no-repeat 0 4px;
}