/*-----------------------------------------
CSS DOCUMENT by
Laura Mancini - http://www.lauramancini.it
------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	font-weight:lighter;
}

a {
	text-decoration:none;
	color:#06c2ff;
}

p {
	letter-spacing:0.05em;
	font-size:10px;
}

ul { list-style-type:none; }

img { border:0; }

small {	font-size:9px; }

.clear { clear:both; }

.hidden {
	text-indent:-9000px;
	display:block;
}

.blue { color:#06c2ff; }

.floatright { float:right; }

#header {
	width:920px;
	height:758px;
	margin:0 auto;
	background-image:url(../img/home.jpg);
}

ul#main_menu {
	width:50%;
	float:left;
	margin-left:0;
	background-color:#fff;
	margin-top:-40px;
}

#main_menu li {
	display:inline;
	float:right;
	padding:8px 10px;
}

#main_menu a {
	color:#000;
	font:14px Helvetica, arial, sans-serif;
	font-weight:200;
	text-transform:uppercase;
}

#main_menu a:hover { color:#999; }

#main_container {
	width:920px;
	margin:0 auto;
}

#welcome {
	margin:20px auto 50px auto;
}

#welcome .lcol {
	width:50%;
	height:auto;
	float:left;
	line-height:1.8em;
	letter-spacing:0.1em;
	color:#fff;
	margin-top:40px;
}

span#welcome_title {
	padding-bottom:10px;
	margin-bottom:20px;
	background:url(../img/welcome.gif) top left no-repeat;
}

#welcome .rcol {
	width:47%;
	height:auto;
	float:right;
}

#community {
	float:left;
	width:350px;
	height:147px;
	margin:65px auto auto 0;
	color:#fff;
	background: url(../img/community.gif) bottom left no-repeat;
}

#community p { font-weight: bold; }

#community p,
#community ul li a {
	font-size:10px;
	margin:78px auto auto 118px;
	text-align:left;
	letter-spacing:0.1em;
}

#community a {
	color:#fff;
}

#community a:hover { color:#06c2ff; }

.box {
	width:100%;
	height:auto;
	float:left;
	margin-top:50px;
}

.col1, .col2, .col3 {
	float:right;
	width:262px;
	margin-left:30px;
}

/*---------------------------
			news
----------------------------*/

img.title { float:left; }

#news {
	padding-top:20px;
	border-top:3px solid #333;
}

.news_img {
	border-bottom:5px solid #06c2ff;
	margin-bottom:5px;
}

/*---------------------------
			info
----------------------------*/

#info .col1, #info .col2, #info .col3 { 
	background-color:#333;
	height:294px;
}

#blog_archive, #twitter_box, #flickr_box {
	padding-bottom:20px;
	border-bottom:3px solid #000;
}

#blog_archive { background:url(../img/blog_archive.gif) top left no-repeat; }

#twitter_box { background:url(../img/followme.gif) top left no-repeat; }

#flickr_box { background:url(../img/fromflickr.gif) top left no-repeat; }

.col_content {
	width:auto;
	margin:30px 20px auto 20px;
}

span#archive_quote {
	float:left;
	text-align:center;
	font-style:italic;
}

img#bird {
	float:left;
}

#twitter_div {
	float:right;
	width:67%;
}

#twitter-link {
	float:left;
	margin:65px auto auto auto;
}

/*
Le immagini sono contenute in divs denominati "flickr_badge_image" caratterizzati da questa id "flickr_badge_imageX". "X" è un numero intero che specifica un certa posizione. In fondo troverai alcuni stili per poter iniziare!
*/

#flickr_badge_uber_wrapper {
	width:262px;
	float:left;
}

#flickr_badge_wrapper {
	background-color:#333333;
	margin:3px auto auto 15px;
}

.flickr_badge_image {
	margin:0;
	float:left;
}

.flickr_badge_image img { border: 1px solid #333 !important; }

#flickr_badge_source {
	text-align:left;
	margin:0 10px 0 10px;
}

#flickr_badge_icon {
	float:left;
	margin-right:5px;
}

/*---------------------------
		footer
----------------------------*/

#footer_home { margin-bottom:20px; }

#footer_home img.title { margin-top:53px; }

#meta {
	float:right;
	width:260px;
	height:252px;
	margin-left:12px;
	padding-left:12px;
	border-left:8px solid #333;
}

#meta small {
	text-align:left;
	line-height:2em;
}

#social {
	float:right;
	width:556px;
	background:url(../img/social.gif) top left no-repeat #333;
	height:33px;
}

ul#social_icons li {
	display:inline;
	float:right;
	padding-bottom:4px;
}

ul#social_icons li a {
	display:block;
	width:26px;
	height:25px;
	margin:4px 6px auto auto;
}	

li#facebook a {	background:url(../img/facebook.gif) top left no-repeat; }

li#facebook a:hover { background:url(../img/facebook.gif) bottom right no-repeat; }

li#youtube a {	background:url(../img/youtube.gif) top left no-repeat; }

li#youtube a:hover { background:url(../img/youtube.gif) bottom right no-repeat; }

li#flickr a { background:url(../img/flickr.gif) top left no-repeat; }

li#flickr a:hover { background:url(../img/flickr.gif) bottom right no-repeat; }

li#vimeo a { background:url(../img/vimeo.gif) top left no-repeat; }

li#vimeo a:hover { background:url(../img/vimeo.gif) bottom right no-repeat; }

li#twitter a { background:url(../img/twitter.gif) top left no-repeat; }

li#twitter a:hover { background:url(../img/twitter.gif) bottom right no-repeat; }

#links {
	float:right;
	width:556px;
	margin-top:20px;
	background-color:#333;
	height:199px;
}

ul.link_section {
	float:left;
	width:25%;
	margin:20px auto auto 35px;
	list-style-image:url(../img/asterisco.gif);
	list-style-position:outside;
}

ul.link_section li {
	margin:5px auto;
}

ul.link_section li.blue {
	list-style-image:none;
	margin-bottom:20px;
	font-weight:bold;
}

ul.link_section a { color:#999; }

ul.link_section a:hover { text-decoration:underline; }
