/* Clean and lean A Link to the Past style...
 * Author : Christophe Blondel
 * Based on images from The Legend of Zelda : A Link to the Past,
 * copyright 1991, 1992 Nintendo.
 */

/* General ---------------- */
* {
	font-family : "Open Sans", sans-serif ;
}

/* Containers ------------- */
body {
	background-color : #7880d0 ;
	background-image : url('../image/style/title-tile.gif') ;
	background-repeat : repeat-x ;
	color : #b8c0f0 ;
	margin : 0 ;
	padding : 0 ;
}

#title {
	background-image : url('../image/style/title-left-corner.gif') ;
	background-repeat : no-repeat ;
	background-position : left ;
	height : 470px ;
	text-align : center ;
}

#title-text {
	background-image : url('../image/style/title-text.gif') ;
	background-repeat : no-repeat ;
	background-position : center ;
	height : 200px ;
}

#main {
	background-image : url('../image/style/engraved-background.gif') ;
	background-position : bottom right ;
	background-repeat : no-repeat ;
	margin : 0 auto ;
	width : 950px ;
}

#footer {
	width : 400px ;
	padding : 40px ;
	margin : 0 auto ;
	font-size : 11px ;
	clear : both ;
	color : #b8c0f0 ;
}

#right {
	float : right ;
	font-size : 15px ;
	padding-left : 30px ;
	padding-right : 15px ;
	padding-top : 20px ;
	padding-bottom : 10px ;
}

div.topic {
	font-size : 15px ;
	max-width : 690px ;
	margin-bottom : 40px ;
}

iframe {
	border : #98a8e8 solid 4px ;
	border-radius : 4px ;
}

/* Elements */
.hidden {
	display : none ;
}

td {
	background-color : #7e86d9 ;
	border-radius : 8px ;
	padding : 10px ;
	padding : 10px ;
	text-align : right ;
}

td.label {
	color : white ;
	font-weight : bold ;
}

a {
	color : #d8e0ff ;
	text-decoration : none ;
}

a:visited {
	color : #d8e0ff ;
	text-decoration : none ;
}

a:hover {
	color : white ;
}

h2 {
	font-size : 28px ;
	color : white ;
}

.centered {
	text-align : center ;
}

.key {
	float : right ;
	text-align : right ;
	font-style : italic ;
}

.dimmer {
	font-size : 11px ;
	font-style : italic ;
}

h3 {
	font-size : 24px ;
	background-color : transparent ;
	color : white ;
}

h4 {
	color : white ;
	font-size : 20px ;
}

li.zip-download {
	list-style-image : url("../image/medallion-zip.png") ;
}

li.chm-icon {
	list-style-image : url("../image/chm-icon.png") ;
}

li.youtube-icon {
	list-style-image : url("../image/youtube-icon.png") ;
}

li.bandcamp-icon {
	list-style-image : url("../image/bandcamp-icon.png") ;
}

li.twitter-icon {
	list-style-image : url("../image/twitter-icon.png") ;
}

li.facebook-icon {
	list-style-image : url("../image/facebook-icon.png") ;
}

li.soundcloud-icon {
	list-style-image : url("../image/soundcloud-icon.png") ;
}

li.ludonkey-icon {
	list-style-image : url("../image/ludonkey-icon.png") ;
}

img {
	border : 0px ;
}

img.thumbnail {
	border : #98a8e8 solid 4px ;
	border-radius : 4px ;
}

img.entry-left {
	border : #98a8e8 solid 4px ;
	border-radius : 4px ;
	float : left ;
	margin-right : 15px ;
	margin-bottom : 15px ;
}

img.entry-right {
	border : #98a8e8 solid 4px ;
	border-radius : 4px ;
	float : right ;
	margin-left : 15px ;
	margin-bottom : 15px ;
}

img.illustrate {
	border : #98a8e8 solid 4px ;
	border-radius : 4px ;
	float : right ;
	margin-left : 15px ;
	margin-bottom : 15px ;
}

img.cover-art {
	border : #98a8e8 solid 4px ;
	border-radius : 4px ;
	float : right ;
	margin-left : 15px ;
	margin-bottom : 15px ;
}

img.cover-art:hover {
	border : white solid 4px ;
	border-radius : 4px ;
}

table {
	font-size : 13px ;
}

p {
	text-align : justify ;
}

p.note {
	font-style : italic ;
	font-size : 10px ;
	text-align : right ;
}

