/* ----- global styles ----- */


body {
    color: #777777;
    font-size: 12pt;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

a,
a:visited {
    color: #018c2d;
    text-decoration: underline;
}

a:hover {
    color: #339911;
}

h1 {
    font-size: 2.2em;
    color:#018c2d;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ----- Useful class ----- */
.visualClear {
    display: block;
    clear: both;
}

.visualPadding {
    padding: 1em;
}

/* ----- header ----- */
#header {
    background: #111111 url(/media/themes/frisbillanas/img/header_back.gif) repeat-y left top;
    height: 170px;
    position: relative;
}

#headerlogo {
    display: block;
    position: absolute;
    right: 200px;
    top: 25px;
    padding-left: 20px;
}

#header-links {
    margin-top: 0;
    padding-top: 0.5em;
}

#header-links ul li {
    border-right: 2px solid #666666;
    padding: 0 0.5em;
    font-weight: bold;
}

#header-links a {
    text-decoration: none;
}

#header-links ul,
#header ul#site-actions {
    display: inline;
}

#header ul#site-actions {
    margin-left: 0;
}

#header ul {
    margin-left: 3em;
}

#header-links ul li,
#site-actions ul li,
#language-tools ul li {
    display: inline;
}


#user-actions a,
#header-links a {
    color: #018c2d;
}

#user-actions a:hover,
#header-links a:hover {
    color: #BAFFBA;
}

#user-actions {
    position: absolute;
    right: 200px;
    width: 100px;
}

#user-actions ul {
    list-style-type: square;
    color: #BABBBA;
    line-height: 1.5em;
}

/* ----- content wrapper ----- */
#container {
    background: white url(/media/themes/frisbillanas/img/leftsidebar_green.gif) repeat-y left top;
}

div#contentwrapper {
    position: relative;
    height: 100%;
    margin-left: 2em;
    padding: 0.5em 0 0 0.5em;
}

div#contentwrapper a {
    color:#018c2d;
    text-decoration: underline;
}

div#contentwrapper a:hover {
    color: #339911;
}

div#content {
    position: relative;
    float: left;
    background: white;
    margin-left: 10px;
    width: 810px;
    padding: 0 20px 10px 20px;
}

div#content ul {
    list-style-type: square;
    margin-left: 2em;
}

body div#content-zone {
    width: 810px;
}


/* ----- content actions ----- */
div#content ul#content-actions {
    float: right;
    border: 1px solid lightgray;
    padding: 0.5em;
    margin: 0.5em;
    width: 180px;
}

div#content ul#content-actions li {
    display: block;
    list-style: none;
    font-size: 0.8em;
    padding: 3px 0 5px 0;
    font-weight: bold;
    text-align: right;
}

div#content ul#content-actions li a {
    padding-right: 25px;
    display: block;
    text-decoration: none;
}

div#content ul#content-actions li#action-facebooklink a {
    background: transparent url(/media/themes/frisbillanas/img/facebook.gif) no-repeat scroll right 2px;
}

div#content ul#content-actions li#action-facebooklink a:hover {
    background-position: right -21px;
}

li.linkAdmin a {
    background: transparent url(/media/themes/frisbillanas/img/linkadmin_icon.png) no-repeat scroll right top;
}

.formHelp {
    margin-left: 2em;
    font-style: italic;
}

/* -----  sidebar ----- */

div#contentwrapper .leftsidebarBlock,
div#contentwrapper .rightsidebarBlock {
    width: 250px;
    margin-left: 0;
}

.block h1 {
    color: #e2001a;
    font-size: 1.3em;
    margin-top: 0;
    text-transform: lowercase;
}

div#contentwrapper .block a {
    color: #e2001a;
}

div#contentwrapper .block a:hover {
    color: #e25b6b;
}

/* ----- left sidebar ----- */
#left-sidebar {
    display: none;
}

/* ----- right sidebar ----- */
#right-sidebar {
    margin-top: 80px;
    margin-left: 70%;
    padding: 0px 10px;
}

/* ----- homepage ----- */
#welcome-message {
    float: left;
    width: 45%;
}

div#contentwrapper .homepageBlock {
    float: right;
    width: 45%;
}

/* ----- blocks after content ----- */

div#contentwrapper .aftercontentBlock {
    width: 800px;
    margin-top: 2em;
}

/* ----- footer ----- */
#footer {
    margin-left: 3em;
    display: block;
    width: 100%;
    color: #AAAAAA;
    font-size: 0.8em;
}

#footer a {
    color: #AAAAAA;
}

/* ----- svn version ----- */
#current-svn-revision {
    position: absolute;
    right: 50px;
    top: 180px;
    color: red;
    font-size: 0.8em;
}

/* ----- breadcrumbs ----- */
#breadcrumbs {
    margin-top: 20px;
    margin-left: 32px;
    padding-left: 30px;
}

#breadcrumbs a {
    text-decoration: none;
}

.breadcrumbSeparator {
    padding-botºtom: 2px;
}

/* ----- content views ----- */
#content-title h1 {
    margin-top: 0.2em;
}

.contentDescription {
    margin-top: 1em;
}

.field {
    margin: 0.3em;
}

#content h2 {
    clear: left;
}

/* ----- language tools ----- */
#language-tools {
    position: absolute;
    top: 90px;
    right: 150px;
    width: 80px;
}

/* ----- section menu ----- */
div#coremenu h1 {
    display: none;
}

div#coremenu .menu2 {
    margin-left: 1em;
}

div#coremenu ul.menu_ul {
    margin-left: 1em;
    list-style-type: square;
}

div#coremenu ul.menu_ul li.item a.item {
    font-weight: bold;
    text-decoration: none;
    margin-left: 0;
}

div#coremenu ul.menu1 li a.menu2 {
    font-size: 0.9em;
}

/* ----- players section ----- */
.playerBox {
    background-color: #e2ffe2;
    border: 1px solid lightgray;
    padding: 0 0.5em;
    width: 115px;
    text-align: center;
}

.playerBox p {
    text-align: center;
    margin: 0;
    padding: 0;
}

div#contentwrapper .playerBox p a {
    text-align: center;
    text-decoration: none;
}

.playerPosition {
    text-transform: lowercase;
    font-style: italic;
    color: #aaaaaa;
}

/* ----- form errors ----- */
ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
    color: white;
}

ul.errorlist li {
    background-color: red;
    border: 1px solid red;
    padding: 4px 5px 4px 25px;
}

/* ----- feedback plugin ----- */
.theme-frisbillanas #feedback {
    margin-top: 3em;
}

.theme-frisbillanas #feedback #firstcomment h3,
.theme-frisbillanas #feedback #firstcomment .commentBody,
.theme-frisbillanas #feedback #firstcomment .actions,
.theme-frisbillanas #feedback .commentform,
.theme-frisbillanas #feedback #firstcomment .commentinfo {
    background: #ffe9f0 none repeat scroll 0 0;
}

.theme-frisbillanas #feedback h1 {
    color: #934042;
}

.theme-frisbillanas #feedback #firstcomment div#firstactions {
    background: none;
}

.theme-frisbillanas #feedback #firstcomment .commentBody {
    font-weight: bold;
}

.theme-frisbillanas #feedback .actions a {
    color: black;
}


.theme-frisbillanas #feedback #firstcomment .commentLink {
    font-size: 0.6em;
    right: 30px;
    color: gray;
}

.theme-frisbillanas form div.baseform span.fieldRequired {
    background:transparent url(/media/themes/frisbillanas/img/required2.gif) no-repeat scroll left center;
    color:transparent;
    margin-left:8px;
    padding:0 0 0 8px;
}

/* ----- attached files for contents ----- */
div.contentFiles {
    clear: right;
    float: right;
    border: 1px solid lightgray;
    margin: 0.5em;
    padding: 0.5em;
    width: 180px;
}

div.contentFiles h2 {
    font-size: 1em;
    text-align: right;
    margin-top: 0;
}

div.contentFiles ul {
    text-align: right;
}

/* ---- Subscription ---- */

div#baseform-fieldname-day_of_arrival_place,
div#baseform-fieldname-departure_place {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

div#baseform-fieldname-day_of_arrival_place label,
div#baseform-fieldname-departure_place label {
    float: left;
    padding-left: 5px;
    padding-right: 1px;
}

div#baseform-fieldname-day_of_arrival_place input,
div#baseform-fieldname-departure_place input {
    margin-left: 5px;
}

/* ---- Highlight items ---- */
#highlight {
    border: 1px solid #e2001a;
    background-color: #ffe9f0;
    padding: 0.5em;
    margin: 0.5em;
    color: #934042;
}

.highlightItem h1 {
    text-transform: none;
}

/* event view */
.eventIcon {
  float: left;
  padding-right: 10px;
}

.eventDates {
  font-size: 80%;
  line-height: 15px;
  margin-bottom: 1em;
  padding-top: 6px;
  color: #aaa;
}

.eventDates label {
  color: #018C2D;
}

