img{ border: none;}
a{ color: white; text-decoration: none; outline: none; }
a:hover{ color: yellow }
input{ outline: none; }


body{ 
	margin: 0px; padding: 0px;
	background-color: rgb(50, 50, 50);
	font-family: Tahoma, Century gothic, Arial;
	color: white;
	font-size: 13px;
	}
	
#Global_Container{
	width: 1000px; margin: auto;
	border: solid 1px rgb(120, 120, 120)
	}

/* ------------------ */
/* ----- HEADER ----- */
/* ------------------ */
#Header{ border-bottom: solid 1px rgb(120, 120, 120) }

#Header .Site{ 
	float: left; width: 160px; padding: 20px;
	font-size: 20px; outline: solid 0px white
	}
	

/* ------------------ */	
/* ----- SHARER ----- */
/* ------------------ */
.Actions{ 
	height: 18px; line-height: 18px;
	opacity: 0.75; filter: alpha(opacity=75)
	}
.Actions:hover{ opacity: 1; filter: alpha(opacity=100) }

/* ------------------- */
/* ----- ARTICLE ----- */
/* ------------------- */
#Article{ float: left; width: 800px; outline: solid 0px green }

#Article .Title{
	display: block; padding: 20px 0px 15px 20px;
	font-size: 20px; outline: solid 0px white
	}

#Article .Actions{ float: right; font-size: 12px }
#Article .Actions a{
	display: inline-block; height: 18px;
	font-size: 12px; font-weight: bold
	}
	
#Article .Actions .Twitter, #Diaporama .Actions .Twitter{ 
	padding-left: 20px; margin-left: 8px;
	background-image: url(images/Logos/Twitter_Micro.png); background-repeat: no-repeat; background-position: left center;
	}
#Article .Actions .Facebook, #Diaporama .Actions .Facebook{ 
	padding-left: 20px; margin-left: 8px;
	background-image: url(images/Logos/Facebook_Micro.png); background-repeat: no-repeat; background-position: left center;
	}


/* --------------------- */
/* ----- DIAPORAMA ----- */
/* --------------------- */
#Diaporama{
	
	}
#Diaporama #Container{
	float: left; width: 700px;
	text-align: justify;
	}
	
	
#Diaporama .Title{
	width: 660px; padding: 20px;
	font-family: Tahoma; font-size: 20px; color: white; text-align: left; outline: solid 0px blue
	}	

#Diaporama #Image_Container{ text-align: center }
#Diaporama #Image_Container img{ border: solid 1px rgb(180, 50, 50) }
	
#Diaporama .Actions{ float: right; margin: 2px 20px 0px 0px; font-size: 12px }
#Diaporama .Actions a{
	display: inline-block; height: 18px;
	font-size: 12px; font-weight: bold
	}
	
#Diaporama #Content{
	width: 620px; margin-left: 20px; margin-bottom: 20px; margin-top: 10px; padding: 20px 20px 5px 20px; 
	font-size: 16px; border: solid 1px rgb(180, 180, 180); text-align: justify
	}
#Diaporama p{ padding: 0px; margin: 0px; margin-bottom: 15px; text-indent: 0px }
	
#Diaporama #Start_Link{
	float: right; margin-right: 20px; margin-bottom: 20px; padding: 10px; 
	font-size: 18px; color: rgb(200, 200, 200); background-color: rgb(80, 80, 80); -moz-border-radius: 10px
	}
#Diaporama #Start_Link:hover{
	color: black; background-color: rgb(150, 150, 150)
	}
	

/* ------------------- */
/* ----- SIDEBAR ----- */
/* ------------------- */
#Diaporama #Sidebar{
	float: left; width: 300px; outline: solid 0px white
	}
#Diaporama #Sidebar #Thumbs .Title{
	width: 230px; height: 30px; line-height: 30px; margin: 30px 0px 15px 0px; padding: 0px; padding-left: 70px;
	font-size: 20px;
	background-image: url(images/Thumbs_List.png)
	}

#Diaporama #Sidebar #Thumbs #List{ width: 270px; margin: auto }
#Diaporama #Sidebar .Thumb_Link{
	float: left; display: block; position: relative; width: 90px; height: 90px;
	text-align: center; outline: solid 0px green
	}
#Diaporama #Sidebar .Thumb_Link img{
	position: absolute
	}
	
#Diaporama #Sidebar #Thumb_Select{
	border: solid 1px white; width: 88px; height: 88px
	}