/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%; 
	color: #222222;
        background: #F2F5FE url("../images/bg.gif") 0 0 repeat-x;
    }

* {
	margin:0;
	padding:0;
    }

img {
	border:0;
    }

p {
	margin-bottom:1.75em;
    }

a {
	text-decoration:none;
        font-size: 14px;
        color: #000;
    }

    /*  WINDOW */

#window {
	margin:25px auto;
	width:1000px;
	font-size:1.20em;
    }

    /* HEADER */

#header {
        width: 100%;
        height: 25%;
    }

    /* SIDEBAR */

#sidebar {
    float: right;
    width: 25%;
    margin-top: 7px;
    margin-right: 5px;
}

#clock {
    width: 99%;
    height: 5%;
    text-align: center;
    background: #ffff99;
}

#list {
    margin-top: 10px;
    width: 100%;
}

#list .listTopSidebar {
    line-height: 25px;
    height: 2.9%;
    text-align: center;
    background: url('../images/bg-sidebar-top.png') no-repeat;
    text-align: center;
}

#list .listBottomSidebar {
    height: 3.7%;
    background: url('../images/bg-sidebar-bottom.png') no-repeat;
}

#list ul {
    font-size: 14px;
    list-style: none;
    background: #ffff99;
    border: 3px solid #b4c835;
    border-bottom: none;
}

#list li {
    border-bottom: 3px solid #b4c835;
}

#list li a {
    display: block;
    line-height: 20px;
    padding-left: 20px;
    color: #222222;
}

#list li a:hover {
        text-decoration: none;
	background: sandybrown;
	color: #ffffff;
    }

#social {
        margin: 40px 0px 15px;
    }

#social .facebook {
        float: right;
        width: 25%;
        height: 10%;
    }

#social .twitter {
        float: right;
        width: 40%;
        height: 10%;
    }

#social .wiki {
        margin-left: 15%;
        width: 65%;
        height: 10%;
    }

     /* TITLE */

#pageTitle {
	width: 72%;
        height: 10%;
        border-bottom: 1px black dashed;
    }   

    /* CONTENT */

.topContent {
        height: 2.8%;
        text-align: center;
        padding-top: 6px;
        background: url('../images/bg-content-top.png') no-repeat;
    }

.bottomContent {
        height: 3.7%;
        background: url('../images/bg-content-bottom.png') no-repeat;
    }

#content {
        width: 70%;
        height: auto;
        margin: 7px 0px 10px;
        padding: 10px;
        min-height: 300px;
    }

    /* FOOTER */

#footer {
	clear: both;
        border-top: 3px solid #b4c835;
        background: #ffff99;
        font-size: 12px;
    }

#fblockleft {
        float: left;
        width: 45%;
        padding: 15px 0px 15px 20px;
        text-align: center;
        border-right: 3px solid #b4c835;
    }

#fblockright {
        float: left;
        width: 50%;
        text-align: left;
        padding: 15px 0px 10px 20px;
        /*border-left: 3px solid #4c2c0e;*/
    }

#flags {
        float: right;
        width: 100%;
        height: 8%;
    }

#flags img {
        height: 80%;
        width: 15%;
        margin-right: 7px;
    }

    /* FORMS */

form {

    }

div.field {
        clear: right;
        padding-top: 1em;
        width: 75%;
    }

div.field label.text{
        float: left;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
        width: 37.5%;
    }

div.field label.check{
        float: left;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
        width: 75%;
    }

div.field span.entryText {
        float: right;
        text-align: left;
        width: 60%;
    }

div.field span.entryCheck {
        float: right;
        text-align: left;
        width: 20%;
    }

div.button {
        clear: both;
        padding: 1em 0em;
        text-align: center;
        width: 100%;
    }

input, select, textarea  {
        background-color: #f4f4f4;
    }

