/* 
    Document   : global.css
    Created on : 25-Feb-2010, 14:55:14
    Author     : BG
    Description:
        The whole lay-out of the site can be found here.
*/

/* Static/Cloud page */
#header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 30px;
    font-size: 18px;
}

#recaptcha_area {
    position: relative;
    left: 20%;
}

.backbutton {
    position: absolute;
    left: 125px; /* Orig .mooncupbutton, 5px */
    top: 10px;
}

.socialmedia {
    position: absolute;
    right: 105px; /* Orig 5px */
    top: 10px;
}

#bg-left {
    background-image: url(/graphics/bg-left.png);
    background-repeat: repeat-y;
    width: 294px;
    height: 2382px; /* Orig 3579px */

    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#bg-right {
    background-image: url(/graphics/bg-right.png);
    background-repeat: repeat-y;
    width: 190px;
    height: 2382px; /* Orig 3579px */

    position: absolute;
    right: 0px;
    top: 0px; 
    z-index: -1;
}

#bg_bottom {
    background-image: url(/graphics/bg-bottom.png);
    background-repeat: no-repeat;
    width: 700px;
    height: 162px;

    position: relative;
    /*top: 2220px;   */
    bottom: 0px;
    margin-top:54px;
}

a {
    text-decoration: none;
}

.image_submit {
    position: relative;
    top: 12px;
}

#bar {
    margin-top: 60px;
    font-size: 26px;
    position: relative;
    left: -20px;
}

li {
    list-style: none outside none;
    margin: 5px;
    display: inline-block;
}

body, body a {
    border: 0;
    padding: 0;
    text-align: center;
    height: 96%;
    font-family: Helvetica, sans-serif, Arial, Verdana;
    color: #0088C0;
}

#content {
    width: 700px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
}

#infoWindow {
    background-image: url(/graphics/info.png);
    background-repeat: no-repeat;

    position: absolute;
    visibility: hidden;
    width: 160px;
    height: 95px;
    left: 20px;
    top: 300px;
    color: white;
    padding-top: 10px;
    padding-left: 7px;

    text-align: left;
}

#input {
    font-size: 22px;
    width: 300px;
    border: 1px solid gray;
}

.info {
    width: 140px;
    height: 95px;
    padding-right: 7px;
}

#close {
	float: right;
}

#cloud {
    min-height: 1900px;
}

/* First page */
#flash {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 400px;
}

#skip {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    text-align: right;
}

/* static */
.letter_w {
    background-image: url(/graphics/static/letter_w.png);
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-left: 220px;
    padding-right: 21px;
}

.letter_y {
    background-image: url(/graphics/static/letter_y.png);
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-left: 220px;
    padding-right: 21px;
}

.letter_t {
    background-image: url(/graphics/static/letter_t.png);
    background-repeat: no-repeat;
    padding-top: 115px;
    padding-left: 245px;
    padding-right: 21px;
}

.letter_b {
    background-image: url(/graphics/static/letter_b.png);
    background-repeat: no-repeat;
    padding-top: 115px;
    padding-left: 245px;
    padding-right: 21px;
}

.letter_a {
    background-image: url(/graphics/static/letter_a.png);
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-left: 255px;
    padding-right: 21px;
}

#static_page {
    text-align: left;
}

.static_big {
    font-size: 30px; /* Orig 37px */
    margin-bottom: 20px;
}

.static {
    font-size: 18px; /* Orig 23px */
    margin-bottom: 20px;
}
.static a {
	text-decoration: underline;
}

.static_small {
    font-size: 10px; /* Orig 23px */
    margin-bottom: 20px;
	/* margin-left: 110px;  Centre the asterisk text */
}
/* Most body copy to be aligned left */
p.static_big, p.static {
	text-align: left;
}
/* Slight margin to align text with captcha and with cloud */
#tag_cloud p.static, #tag_cloud p.static_big, #tag_cloud #error {
	text-align: left;
	margin-left:20px;
}


.mooncup_example {
	font-size: 18px; /* Orig inherited */
    padding-left: 220px; /* Orig 190px */
    padding-right: 21px;
}