/***********************************************************************
************************************************************************
Project:		Robin Good's University - pop.robingood.com
Version:		2.0
Last Change:	03-12-2009
Agency:			Web Agency Meta Line - metaline.it
Author:			Matteo Casonato (Wikimaki)
***********************************************************************/

@import "reset.css";

body { background: #EFEFEF; border: 0; margin: 0; padding: 0; }

/* Blocchi Principali
-------------------------------------------------------------- */
#container { clear: both; margin: auto; width: 830px; }
	#head { padding-top: 10px; position: relative; text-align: center; }
	#page { background: #FAFAFA; border: 1px solid #CCD2D5; margin-top: 20px; padding: 15px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;clear: both;width:800px;}
	#page-2 { background: #FAFAFA; margin-top: 20px; margin-left:20px;margin-right:20px; padding: 15px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;clear: both;width:740px;}
	#foot { color: #353535; font: normal 0.7em "Trebuchet MS", Arial, sans-serif; padding: 15px 0; text-align: right; }
		#foot a { color: #353535; text-decoration: none; }

.video { height: 468px; margin: 0 auto -10px auto; overflow: hidden; width: 790px; }
.clear { clear: both; font-size: 1px; margin: 15px 0; }

/* Testi
-------------------------------------------------------------- */
h1 { color: #000; font: bold 2.4em Arial, Helvetica, sans-serif; line-height: 120%; letter-spacing: -1px; }
h2 { color: #422912; font: normal 1.6em Georgia, "Times New Roman", Times,serif; margin-bottom: 20px; text-align: center; clear: both;}
h3 { color: #333; font: bold 1.5em TrebuchetMS, Arial, Helvetica, sans-serif; margin-top: 60px;padding-bottom:20px; clear: both;}
h4 { color: #333; font: bold 1.2em Arial, Helvetica, sans-serif; margin: 5px 0; clear: both;}
h5 {}
h6 {}

strong { font-weight: bold; }
em { font-style: italic; }


p { color: #666; font: normal 1.1em Arial, Helvetica, sans-serif; line-height: 115%; margin-bottom: 10px; clear: both;}

ul { list-style-type: disc; } ol { list-style-type: decimal; }
ul, ol { color: #666; font: normal 1.1em Arial, Helvetica, sans-serif; height: 1%; list-style-position: outside; margin: 0; overflow: hidden; padding: 0 0 0 36px; }
	li { margin: 10px 5px 10px 5px; }
ul.inline li { float: left; overflow: hidden; width: 32%; }

a { color: #114B6F; font-weight: bold; }

h2 span { color: #422912; font-size: 140%; }
h1 span { color: #114B6F; }

/* Tabelle
-------------------------------------------------------------- */
table {color: #666; font: normal 1.1em Arial, Helvetica, sans-serif; line-height: 115%; margin-bottom: 10px;margin-top:10px;paddin-top:10px;width:100%;clear: both;}
td { padding: 10px;  color: #666; font: normal 1.1em Arial, Helvetica, sans-serif; line-height: 115%; margin-bottom: 10px; }
table p, table ul { font-size: 0.9em; line-height: 100%; }
table h4 { font-size: 1em; margin: 0; }

/* Verie
-------------------------------------------------------------- */
blockquote { background: url(images/quote.gif) no-repeat 100% 100%; margin: 0; padding: 0 134px 30px 0; }
blockquote em { display: block; text-align: left; }
blockquote p { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 120%; }

blockquote ul { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 120%; }

.borderOrange { border: 6px solid #F26633; }
.borderGray { border: 6px solid #999; }
.borderWhite { border: 6px solid #fff; }

.backgroundBlue { background-color: #1A424D; } .backgroundBlue * { color: #fff; }
.backgroundAzure { background-color: #318093; } .backgroundAzure * { color: #fff; }
.backgroundGray { background-color: #E4E4E4; }
.backgroundGray90 { background-color: #999; }

.textWhite { color: #fff; }