﻿
/****************************** GENERAL */

body
{
    background-color: #cfe1ed;
    background-image: url(Images/sky-bg.png);
    background-repeat: repeat-x;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font: 11px "Helvetica" , Arial, Verdana, sans-serif;
    color: #7F7772;
}


form
{
    margin: 0;
    padding: 0;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}
/*
input, textarea {
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
*/
h1, h1 a
{
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    color: #0a31ff;
}

h2, h2 a
{
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    color: #0a31ff;
}

h3, h3 a
{
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    color: #4e5e8b;
}

h1
{
    letter-spacing: -1px;
    font-size: 2em;
}

h2
{
    letter-spacing: -1px;
    font-size: 1.5em;
}

h3
{
    margin-bottom: 1em;
    font-size: 1em;
}

p, ol, ul
{
    margin: 0 0 2em 0;
    line-height: 200%;
}

blockquote
{
    margin: 0 0 0 5px;
    padding-left: 1em;
    border-left: 2px solid #DDDDDD;
}

a
{
    color: #0a31ff;
}

a:hover
{
    text-decoration: none;
    color: #FF7400;
}

img
{
    border: none;
}
/****************************** MAIN DIVS */

#wrapper
{
    width: 800px;
    margin: 0 auto;
    text-align: left;
}
.mainbox
{
    width: 810px;
    min-height: 600px;
}
.sonetworks
{
    border-bottom-style: none;
}

/************************************** GRASS */

#wrapperGrass
{

    background-position: bottom;
    background-image: url(Images/grass.png);
    background-repeat: no-repeat;
    min-height:900px;
    width: 100%;
    height: 100%;
    margin: 0px, 0px, 0px, 0px;
    z-index: 1;
}


/************************************** CLOUDS */



#cloud1
{
    background-image: url(Images/cloud1.png);
    background-repeat: no-repeat;
    position: absolute;
    float: left;
    left: 3px;
    width: 130px;
    height: 70px;
    z-index: 2;
}

#cloud2
{
    background-image: url(Images/cloud2.png);
    background-repeat: no-repeat;
    position: absolute;
    float: left;
    left: 10px;
    top: 145px;
    width: 90px;
    height: 40px;
    z-index: 3;
}

#cloud3
{
    background-image: url(Images/cloud3.png);
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    right: 10px;
    top: 5px;
    width: 120px;
    height: 60px;
    z-index: 4;
}

#cloud4
{
    background-image: url(Images/cloud4.png);
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    right: 30px;
    top: 70px;
    width: 100px;
    height: 60px;
    z-index: 5;
}

#cloud5
{
    background-image: url(Images/cloud5.png);
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    right: 33px;
    top: 170px;
    width: 60px;
    height: 30px;
    z-index: 6;
}

#cloud6
{
    background-image: url(Images/cloud6.png);
    background-repeat: no-repeat;
    position: absolute;
    float: left;
    left: 0px;
    top: 210px;
    width: 60px;
    height: 30px;
    z-index: 7;
}



/************************************** CHARACTERS */

#bee
{
    position: absolute;
    float: left;
    left: 5px;
    top: 500px;
    width: 120px;
    height: 120px;
    z-index: 8;
}

#worm
{
    position: absolute;
    float: right;
    right: 0px;
    top: 200px;
    width: 120px;
    height: 300px;
    z-index: 9;
}




/***************************** SEPARATORS */

.separator5
{
    height: 5px;
}

.separator15
{
    height: 15px;
}

/***************************** CONTENT (WHITE BOX)*/


#contentTop
{
    background-image: url(Images/headerTop.png);
    background-repeat: no-repeat;
    height: 18px;
    z-index: 130;
}

#contentMiddle
{
    background-image: url(Images/headerMiddle.png);
    background-repeat: repeat-y;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    z-index: 129;
    min-height: 470px;
    height: auto;
}
#contentBottom
{
    background-image: url(Images/headerBottom.png);
    background-repeat: no-repeat;
    height: 18px;
    z-index: 128;
}


.middle
{
    background: url(Images/mainbox-middle.png);
}
.bottom
{
    background: url(Images/mainbox-bottom.png);
    height: 23px;
}

/***************************** OTHERS */


#linksbotton
{
    text-align: center;
}

.btn
{
    width: 202px;
    height: 132px;
    background-image: url(Images/talk_buble.gif);
}


/************************************** LOGO */

#logo
{
    position: relative;
    float: left;
    width: 500px;
    height: 60px;
    top: -20px;
}

/************************************** SITEMAP PATH*/

.siteMapPath
{
    width: 500px;
    left: 60px;
    height: 20px;
}

/************************************** CONTENT */

#content
{
    position: relative;
    width: 100%;
}
#extralinks
{
    position: relative;
    float: right;
    padding-top: 10px;
    padding-left: 30px;
    bottom: 10px;
    right: 30px;
}

#infoHoppe
{
    position: relative;
    float: left;
    padding-top: 0px;
    padding-left: 30px;
}

/**************************************  PAGE LAYOUT AND STYLE*/

.padding_left
{
    padding-left: 10px;
}

.pageLayout
{
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    width: 780px;
    height: auto;
}

.pageLayoutTop
{
    height: 25px;
    width: 100%;
}
.pageLayoutMiddle
{
    padding-left: 20px;
    height: auto;
    width: 100%;
}
.pageLayoutBottom
{
    height: 24px;
    width: 100%;
}

.pageLayoutContent
{
    background-image: url(Images/leftCorner.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    min-height: 300px;
}

.pageLayout a
{
    color: #3398cc;
}

.pageLayout .externalLink
{
}

/************************************** INDEX */


#indexpage
{
    background-attachment: fixed;
}


#contentTopIndex
{
    background-image: url(Images/headerTop.png);
    background-repeat: no-repeat;
    height: 18px;
    z-index: 130;
}

#contentMiddleIndex
{
    text-align:center;
    background-image: url(Images/headerMiddle.png);
    background-repeat: repeat-y;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    z-index: 129;
    min-height: 470px;
    height: auto;
}
#contentBottomIndex
{
    background-image: url(Images/headerBottom.png);
    background-repeat: no-repeat;
    height: 18px;
    z-index: 128;
}

#logoindex
{
    position: relative;
    float: left;
    width: 200px;
    height: 90px;
}

#loginindex
{
    /*     position:relative;     float:right;     right:70px;      	*/
    top: -10px;
    width: 250px;
}

#clickMessage
{
    position: relative;
    float: right;
    right: 50px;
    width: 300px;
}

#messageindex
{
    position: relative;
    float: left;
    left: 25px;
    width: 650px;
    height: auto;
    text-align: left;
    font-size: 11px;
    top: 10px;
}

#flaggerindex
{
    position: relative;
    float: right;
     right:50px;
    width: 150px;
}

#mapindex
{
    text-align: left;
}


#centerindex
{
    text-align: center;
    padding-left: 15px;
}

/************************************** HOME */

#contentHome
{
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    top: -85px;
    background-image: url(Images/homeLayout.png);
    background-repeat: no-repeat;
    width: 800px;
}

#homeQuickLinks
{
    position: relative;
    height: 180px;
    width: 100%;
}

#book
{
    width: 100px;
    height: 135px;
}

#pag
{
    width: 100px;
    height: 135px;
}
#act
{
    width: 100px;
    height: 135px;
}
#rooms
{
    width: 100px;
    height: 135px;
}

#homeLeftColumn
{
    float: left;
    width: 315px;
}
#homeRightColumn
{
    background-image: url(Images/leftCorner.png);
    background-repeat: no-repeat;
    float: right;
    width: 350px;
}

#homeOptions
{
    width: 450px; /*height:100px;*/
}

.homeOption1
{
    width: 100px;
    height: 100px;
    text-align: justify;
}

.homeOption2
{
    width: 100px;
    height: 100px;
    text-align: justify;
}

.homeOption3
{
    width: 100px;
    height: 100px;
    text-align: justify;
}

.homeOption4
{
    width: 100px;
    height: 100px;
    text-align: justify;
}

.bubbleText
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

#homeAdress
{
    position: relative;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    height: auto;
    width: 280px;
}

#homeOpen
{
    position: relative;
    float: left;
    padding-top: 5px;
    padding-left: 30px;
    width: 280px;
}

#homeNews
{
    position: relative;
    float: left;
    list-style-type: none;
}

#newsiframe
{
    position: relative;
    float: left;
    list-style-type: none;
    padding-right: 10px;
    height: auto;
}

#homedir
{
    top: -180px;
    position: relative;
    float: right;
    padding-right: 10px;
    height: inherit;
}

#Slideshow
{
    text-align: center;
}

.boxHeader
{
    background-image: url(Images/boxTop200.png);
    width: 200px;
    height: 31px;
}

.boxMiddle
{
    background-image: url(Images/boxMiddle200.png);
    background-repeat: repeat-y;
    width: 200px;
    height: auto;
}

.boxBottom
{
    background-image: url(Images/boxBottom200.png);
    width: 200px;
    height: 10px;
}

#homeNews ul
{
    list-style-type: none;
}

#homeNews ul li
{
    background-image: url(Images/listItemArrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 23px;
    padding-top: 7px;
    height: 20px;
}
#homeNews ul li a
{
}
#homeNews ul li a:hover
{
    text-decoration: underline;
}

#homeNews ul li #detail
{
    text-align: left;
}

/************************************* ACTIVITIES */

.btn
{
    width: 202px;
    height: 132px;
    background-image: url(Images/talk_buble.png);
    background-repeat: no-repeat;
    font-size: 9px;
    color: #de1c8f;
    z-index: 200;
}

/************************************** FOOTER */

#footerArea
{
    background-color: Transparent;
    height: 50px;
}

/************************************** LOADING */

.loading
{
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 9999;
    width: 100px;
    height: 50px;
}

#iframe_news
{
    text-align: left;
    background-color: #ffffff;
    padding-left: 0px;
    padding-bottom: -20px;
    height: 550px;
}

/************************************** Invitation.aspx */
#aresend
{
    width: 700px;
}


/************************************** forum */

.topheader th.menuitem
{
    color: white;
    text-align: center;
    width: 10%;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

/************************************** lukk, invitation, partysum */

.boxHeader600
{
    background-image: url(Images/boxTop600.png);
    width: 600px;
    height: 31px;
}

.boxMiddle600
{
    background-image: url(Images/boxMiddle600.png);
    background-repeat: repeat-y;
    width: 600px;
    height: auto;
}

.boxBottom600
{
    background-image: url(Images/boxBottom600.png);
    width: 600px;
    height: 10px;
}


/* Header */

#header
{
    width: 780px;
    height: 100px;
    margin: 0 auto;
}

#logo h1, #logo p
{
    float: left;
    padding-left: 30px;
    color: #3B3B3B;
}

#logo h1
{
    height: 88px;
    padding: 0px 90px 0 0;
    font-size: 4em;
}

#logo p
{
    margin: 0 0 0 0px;
    padding: 5px 0 5px 0;
    line-height: normal;
    font-size: 11px;
}

#logo a
{
    text-decoration: none;
    color: #3B3B3B;
    font-weight: bold;
}

/* RSS */

#rss
{
    padding: 15px 39px 10px 0;
    text-align: right;
    font-size: 10px;
}

#rss a
{
    padding: 0 0 3px 24px;
    background: url(images/img03.gif) no-repeat;
    text-decoration: none;
}

#rss a:hover
{
    text-decoration: underline;
}

/* Login */

#login
{
    float: right;
    width: 260px;
    height: 28px;
    font-size: 10px;
    margin-top: 20px;
}

#loginleft
{
    float: left; /**/
}

#loginright
{
    padding-right: 1px;
    float: right; /**/
    width: 90px;
}

#loginbottom
{
    float: right; /**/
}

#login #x
{
    display: none;
}

#login #s
{
    padding: 6px 5px 5px 35px;
    width: 160px;
    height: auto;
    background: none;
    border: none;
    font: normal 1em Arial, Helvetica, sans-serif;
    color: #000;
}

#login br
{
    display: none;
}

/* Menu */

#menu
{
    width: 790px;
    height: 48px;
    margin: -5px;
    background: #fff url(images/menu.gif);
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
}

#menu a
{
    display: block;
    float: left;
    padding: 17px 23px 0px 0px;
    text-decoration: none;
    color: #FFFFFF;
}

#menu a:hover
{
    text-decoration: underline;
}


.hover
{
    background-color: #3e80d5;
}
.selected
{
    background-color: #fdbc56;
    color: #FFFFFF;
}
.itemDynamic
{
    text-align: left;
    background-image: url(Images/submenuitem_3.png);
    background-repeat: repeat-y;
    padding-bottom:10px;
    height: 12px;
    width: 115px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
.hoverDynamic
{
}
.selectedDynamic
{
}
/* Branches */

#branches
{
    position: relative;
    left: 630px;
    top: -17px;
    width: 150px;
}

/* Flagger */

#flagger
{
    position: relative;
    float: right;
    margin: -13px 160px;
}

/* Site Path*/

#sitePath
{
    color: Gray;
    font-size: 10px;
    padding-left: 30px;
}
/* Page */

#page
{
    width: 750px;
    height: 720px;
    margin: 0 auto;
    padding: 28px 0;
}

/* Content */

#content
{
    float: left;
    width: 430px;
}

.post
{
    margin-bottom: 50px;
    margin-top: -30px;
}

.post .title
{
}

.post .title h2
{
    font-size: 2.2em;
}

.post .title p
{
    margin: 0;
    line-height: normal;
    color: #BABABA;
}

.post .title p a
{
    color: #BABABA;
}

.entry
{
    padding-top: 2px;
    font-size: 12px;
}

.links
{
    width: 430px;
    height: 28px;
    margin: 0;
    padding: 2px 0 0 10px;
    background: #FFFFFF url(images/img08.png) no-repeat;
    margin-top:-14px;
}

.post .links a
{
    padding: 0 23px;
    text-decoration: none;
    font-weight: bold;
}

.post .links a:hover
{
    text-decoration: underline;
}

.post .links .more
{
    background: url(images/img09.gif) no-repeat;
}

.post .links .comments
{
    background: url(images/img10.gif) no-repeat;
}

/* Sidebar */

#sidebar
{
    float: right;
    width: 240px;
    margin-right: 20px;
    margin-top: -30px;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li
{
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 20px;
    background: #F3F3F3 url(images/img06.gif) no-repeat left bottom;
}

#sidebar li ul
{
    padding: 15px 20px;
    line-height: 110%;
}

#sidebar li li
{
    margin: 0;
    padding-left: 15px;
    background: url(images/img07.gif) no-repeat 0 11px;
}

#sidebar h2
{
    width: 210px;
    height: 30px;
    padding: 5px 0 0 30px;
    background: #FFB700 url(images/img05.gif);
    letter-spacing: -1px;
    font-size: 1.6em;
    color: #FFFFFF;
}
/**********************************************activities**/

.activitys
{
    position: relative;
    top: -33px;
}

.activitys_text
{
    position: relative;
    left: 400px;
}

