/* Start of CMSMS style sheet 'Layout und Text' */
* {margin:0; padding:0; }


body {
   text-align: left;
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: small;
   line-height: 1.1em; }

/* set font size for all divs, this overrides some body rules */
div {font-size: 1em;}
img {border: 0;}


                                                                                                              /* default link styles */


a,

a:link 

a:active { text-decoration: underline;
   background-color: inherit; 
   color: #55002D;}

a:visited { text-decoration: underline;
   background-color: inherit;
   color: #55002D;}

a:hover { text-decoration: none;
   background-color: #85002F;
   color: #FFFFFF; }


                                                                                                           /* Kalender - Upcoming list */

div.calendar-event {
  background: #F8F8F8; 
  border-bottom: 3px solid #999999; 
  border-right: 1px solid #999999; 
  padding-left: 5px;
  padding-bottom: 15px;


-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;


}


div.calendar-date-from {
  font-size: 80%;
  font-weight: bold;
  font-style: italic;
}

                                                                                                                     /* basic layout */


body {
   background-color: #999999;
   margin: 15px; /* Abstand zum Browserfenster */ 
}

div.links {
   background-color: white;
   margin-bottom:10px;
   overflow:hidden;
clear: both;
   padding: 10px;
   min-height: 40px;
}

div#pagewrapper 
  { border: 0px solid #55002D;
   margin: 0 auto;     /* this centers wrapper    */
   max-width: 720px;
   min-width: 720px;
   background-color: #FFFFFF;
   color: black; 
}


                                                                                                                     /*** header ***/


div#header {
   height: 150px;
   background: #FFFFFF;
   text-indent: -999em;
 }

div#rotator_placeholder {
   height: 140px;
   width: 720px;
   background: #454040;  
   background-image: url(uploads/images/imageroll/club-latino-header-02.jpg) ;
   background-repeat: no-repeat;

 }

div#header h1 a 
{ font-size: 1em;
   line-height:1.4em;
   text-indent: -999em;
   text-decoration:none;    
   padding: 0;}

                                                                                                                     /*** search ***/

div#search {
   float: right;
   width: 27em;     /* search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 20px; 
}

                                                                                                             /*** breadcrumbs***/

div.breadcrumbs {
   padding: 1em 0 1.2em 0;
   font-size: 90%;
   margin: 0 1em;

   border-bottom: 1px solid #55002D; }

 div.breadcrumbs span.lastitem { font-weight:bold; }

                                                                                                       /*** contentwrapper***/

div#content { margin: 20px 0px 0px 0px; } 

                                                                                                               /*** Maincontent ***/

div#main 
  { margin-left: 180px;
   margin-right: 20px;
 }

                                                                                                                     /*** sidebar***/

div#sidebar {
   padding: 10px; 
   text-align: left;
   float: left;
   width: 120px;
   display: inline;
   background-color: #85002F; 
   margin-left: 15px;
   margin-bottom: 15px;

-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;

}

/* if sidebar doesnt include menu but content add class="hascontent" */

div#sidebar.hascontent  class="hascontent"{ 
    padding: 0 1%;
   width: 24%; }

                                                                                                                     /*** footer***/

div#footer {
   clear:both;
   color: #FFFFFF;
   font-weight: bold;
   background: #55002D;
   border-top:10px solid #C0C0C0;
}

div#footer p {
   font-size: 0.8em;
   padding: 20px;
   text-align: center;
   margin: 0; 
   line-height:1.4em;

}

div#footer p a {
   color: #FFFFFF; }

                                                                                                               /*** Kommentare***/
div#comments {
       background-color: #ECECEC;
       border-right: 2px solid #ccc;   
       border-bottom: 2px solid #ccc;
       padding: 20px 0 10px 20px;
}
div#comments p {
   width: 90%;
   font-family: georgia, times new roman, times, serif;
   font-weight: normal;
   font-size: 1em;
   padding: 10px;
   background-color: white;
   border-left: 2px solid #55002D;
   text-align: left;
   margin: 0 0 30px 0; 
}
div#comments a {
   font-weight: bold;
   font-size: 1.2em;
   margin: 0; 
}

div#comments textarea { 
    width:270px; 
}
div#comments m5title { 
    width:270px; 
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 20px 0 0 0;
   border-bottom: 2px dotted #55002D;}


/* relational links under content */
div.left49 {
  float: left;
  width: 75%;
}

div.right49 {
  float: right;
  width: 24%;
  text-align: right; 
}




/********************
      HEADINGS
*********************/
div#content { }


div#content h1 
   { color: white;
   background-color: #55002D;
   font-size: 1.5em;
   line-height: 1.5em;
   padding: 5px 0 5px 20px; 
   margin: 0 0 20px 0;
}

div#content h2
  { color: #55002D; 
   font-size: 1.3em; 
    font-weight: bold;
   text-align: left; 
   padding-bottom: 1px;
   border-top: 2px solid #85002F; 
   padding-left: 7px;
   border-left: 2px solid #85002F; 
   line-height: 1.5em;
   margin: 30px 0 15px 0;
    }

div#sidebar h2
  { color: #FFFFFF; 
   font-size: 1.3em; 
    font-weight: bold;
   text-align: left; 
   padding: 0;
   border-bottom: 3px dotted #FFFFFF; 
   border-left: 0px; 
   line-height: 1.5em;
   margin: 0 0 25px 0;
    }

div#sidebar2 h2
  { color: #FFFFFF; 
   font-size: 1.3em; 
   font-weight: bold;
   text-align: left; 
   border-bottom: 3px dotted #FFFFFF;
   border-left: 0px; 
   line-height: 1.5em;
   padding: 0;
    }

div#sidebar2 a
  { color: #FFFFFF; 
   font-weight: bold;
   text-align: left; 
   line-height: 1.5em;
    }


div#content h3 {
   text-align: left; 
   color: #55002D; 
   /* border-bottom: 1px solid #55002D; */
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 20px 0 10px 0; }

div#content h4 {
   color: #55002D; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 15px 0 0.25em 0; }

div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0; }

h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;}

/* END HEADINGS */


/* TEXT */


p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}



                                                                                                 /* Listen
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 0em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

/* End of 'Layout und Text' */

