/* LEGOLAND version 2 main stylesheet */

body {
    margin: 20px;
    font-size: 10pt;
    font-family: "Verdana", sans-serif;
    background-attachment: fixed;
}

caption {
    font-weight: bold;
    font-size: 10pt;
}

div {
    border-width: 2px;
    border-style: solid;
    border-color: white #a3a3a3 #a3a3a3 white;
    background-image: url("../images/backgrounds/bricks-white-40.jpg");
    background-attachment: fixed;
    background-color: white;
/*    background-color: #d3d3d3;
    background-image: none;*/
}

h1 {
    font-size: 12pt;
}

h2 {
    font-size: 10pt;
}

h3 {
    font-size: 8pt;
}

hr {
    border: 0;
}

img {
    border: none;
}

#logo {
    background-color: #d3d3d3;
    background-image: none;
}

#logoscreenshotR {
    float: right;
    margin: 10px;
}

#main {
    margin-top: 20px;
    margin-left: 180px;
    padding: 10px;
}

#rss {
    float: right;
}

.avatar {
    float: left;
    margin-right: 10pt;
}

.box {
    float: right;
    margin-left: 10px;
    padding: 10px 10px .5em 10px;
    font-size: 8pt;
    font-style: italic;
    text-align: center;
}

.box img {
    margin-bottom: .5em;
}

.box table {
    border-collapse: collapse;
}

.box table, .box td, .box th {
    font-style: normal;
    text-align: left;
}

.box td, .box th {
    padding-right: 10px;
}

.box th {
    border-bottom: 1px solid black;
}

.box table strong {
    color: blue;
}

#legalese {
    clear: both;
    margin-top: 20px;
    padding: 5px 5px 5px 10px;
}

#legalese h5 {
    display: inline;
}

#legalese p {
	  font-size: xx-small;
}


