/* Start of CMSMS style sheet 'icms.info : GalaPurity - general layout' */
/*
  @Sofia Hauschildt [icms.info]
  @Version: 1.2.0-20090708

  @Contributors:
  -  http://blog.html.it/layoutgala/
  -  http://demo.joomlart.com/
  ---------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */

html,body {
margin: 20px auto 0px auto;

max-width: 900px;
padding: 0;
}

/* Clearfix */
.clearfix:after {
        clear: both;
        display: block;
        content: ".";
        height: 0;
        visibility: hidden;
}


* html > body .clearfix {
        width: 100%;
        display: block;
}

* html .clearfix {
        height: 1%;
}

body {
    color: #333333;
        background: #F2F2F2;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 150%;
        font-size: 12px;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6  {
        margin: 1em 0;
        padding: 0;
}

ol li {
        margin-left: 35px;
        line-height: 180%;
}

a {
        color: #333333;
        text-decoration: none;
}

a:hover, a:active, a:focus {
        color: #333333;
        text-decoration: underline;
}


.small {
        color: #666666;
        font-size: 92%;
}

/* FORM
--------------------------------------------------------- */
form {
        margin: 0px 150px 0px 0px;
        padding: 0;
}

form label {
        cursor: pointer;
}

input, select, textarea, .inputbox {
        padding: 3px 5px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 100%;
}

.button {
        padding: 3px 5px;
        border: 1px solid #333333;
        background: url(/uploads/icms.info/grad1.gif) repeat-x center top;
        color: #CCCCCC;
        font-size: 85%;
        text-transform: uppercase;
}

.button:hover, .button:focus {
        border: 1px solid #999999;
        background: #333333;
        color: #FFFFFF;
}

* html .button {
        padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
        padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
        background: #FFFFCC;
}


/* META
--------------------------------------------------------- */
.article-tools {
        border-top: 1px solid #dddddd;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 15px;
        display: block;
        background: #ececec;
}

.article-meta {
        padding: 5px;
        width: 80%;
        float: left;
}

.createdate {
        padding: 3px 3px 3px 20px;
        background: url(/uploads/icms.info/icon-date.gif) no-repeat 0 2px;
}

.article-print {
        float: right;
        width: 15%;
}

.article-print a {
        float: right;
        display: block;
        width: 20px;
        height: 20px;
        text-decoration: none;
        margin: 7px 5px 0 0;
}

a.print {
        background: url(/uploads/icms.info/print-button.png) no-repeat;
}

a.pdf {
        background: url(/uploads/icms.info/pdf-button.png) no-repeat;
}

.modifydate {
        width: 100%;
        float: left;
}

.createby {
        padding: 3px 3px 3px 20px;
        background: url(/uploads/icms.info/icon-user.gif) no-repeat 0 2px;
}

.breadcrumbs {
        padding: 0 0 8px 0;
}

.breadcrumbs  a {
        text-decoration: none;
}

.rel-links {
    padding-top: 15px;
        background: url(/uploads/icms.info/hdot.gif) repeat-x center bottom;
}

.rel-links  a {
        text-decoration: none;
}

.rel-links span {
        background: url(/uploads/icms.info/arrow2.png) no-repeat 0 4px;
        padding-left: 10px;
        float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

div#header {
        position: relative;
left:0px;
        height: 80px;
        background-color: #cccccc;
        color: #cccccc;
        line-height: normal;
        font-size: 100%;
}

div#panel {
        background: #ffffff url(/uploads/icms.info/cwf-bg.gif) repeat-x;
        padding: 20px;
}

div#content {
        padding: 0px 25px 0px 25px;
}

/* HEADER
--------------------------------------------------------- */
h1.logo {
        width: 210px;
        display: block;
        background: url(/uploads/icms.info/logo.png) no-repeat;
        height: 80px;
        position: absolute;
right: 0px;
z-index: 100;
}

h1.logo a span {
        position: absolute;
        top: -1000px;
}

h1.logo,
h1.logo-text {
        margin: 0 0 0 0px;
        padding: 0;
        font-size: 180%;
        text-transform: uppercase;
}

h1.logo-text a {
        color: #CCCCCC !important;
        text-decoration: none;
        outline: none;
        position: absolute;
        bottom: 40px;
        left: 5px;
}



.header1 {background: url(/uploads/icms.info/header1.jpg)}
.header2 {background: url(/uploads/icms.info/header2.jpg)}
.header3 {background: url(/uploads/icms.info/header3.jpg)}


/* MAIN NAVIGATION
--------------------------------------------------------- */
div#top-navigation {
        border: 1px solid #555555;
        background: #444444;
}

div#top-navigation ul {
    margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        border-right: 1px solid #555555;
}

div#top-navigation ul li {
        margin: 0;
        padding: 0;
        float: left;
        display: block;
        list-style-type: none;
}

div#top-navigation ul li a {
        margin: 0px;
        padding: 10px 20px;
        border-left: 1px solid #555555;
        border-right: 1px solid #333333;
        display: block;
        color: #cccccc;
        font-weight: bold;
        line-height: normal;
        text-decoration: none;
}

div#top-navigation ul li a:hover,
div#top-navigation ul li a:active,
div#top-navigation ul li a:focus {
        background: #555555 url(/uploads/icms.info/arrow2.png) no-repeat bottom center;
        color: #ffffff;
}

div#top-navigation a.currentpage,
div#top-navigation a.activeparent {
        background: #333333 url(/uploads/icms.info/arrow2.png) no-repeat bottom center;
        color: #ffffff;
}


/* CONTENT
--------------------------------------------------------- */

div#content h1 {
    font-size: 180%;
        padding: 5px 0 15px 0;
        margin: 0 0 10px 0;
        background: url(/uploads/icms.info/hdot.gif) repeat-x center bottom;
}

div#content h2 {
        padding: 5px 0 8px 0;
        margin: 0;
        font-weight: normal;
        font-size: 170%;
}

div#content h3 {
        padding: 5px 0 8px 0;
        margin: 0;
        font-weight: normal;
        font-size: 150%;
}

#content ul li {
        padding-left: 30px;
        background: url(/uploads/icms.info/bullet.gif) no-repeat 18px 8px;
        line-height: 180%;
        list-style: none;
}

#content img {
        margin: 7px;
        border: 1px solid #666666;
}

/* SIDEBAR MENU
--------------------------------------------------------- */

div.menu ul {
        margin: 0;
        padding: 1px 0 0;
        list-style: none;
        background: url(/uploads/icms.info/hdot2.gif) repeat-x top;
}

div.menu ul li {
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
}

div.menu ul li a {
        padding: 2px 0;
        display: block;
        color: #333333;
        background: url(/uploads/icms.info/hdot2.gif) repeat-x bottom;
        text-decoration: none;
        outline: none;
}

div.menu ul li a span {
        padding-left: 16px;
        background: url(/uploads/icms.info/bullet.gif) no-repeat 5px 5px;
}

div.menu ul li a:hover, div.menu ul  li a:active, div.menu ul  li a:focus {
        color: #333333;
        background: url(/uploads/icms.info/hdot2.gif) repeat-x bottom #dddddd;
        text-decoration: none;
}

div.menu ul li a.currentpage,
div.menu ul li a.activeparent {
        background: url(/uploads/icms.info/hdot2.gif) repeat-x bottom #ffffff;
        color: #7BA566;
        font-weight: bold;
        text-decoration: none;
}

div.menu ul li a.activeparent span, div.menu ul li a.currentpage span {
        background: url(/uploads/icms.info/bullet3.gif) no-repeat 5px 5px;
}

div.menu ul li li a span {
        background: none;
}

div.menu ul li ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: url(/uploads/icms.info/hdot2.gif) repeat-x bottom;
}

div.menu ul li li {
        padding: 0 0 0 15px !important;
        list-style: none;
}

div.menu ul li li a {
        color: #333333;
        background: none !important;
        font-size: 100%;
        font-weight: normal;
}

div.menu ul li li a:hover,
div.menu ul li li a:active,
div.menu ul li li a:focus {
        color: #7BA566;
}

div.menu ul li li a span {
        background: url(/uploads/icms.info/bullet.gif) no-repeat 5px;
        font-weight: normal;
}

/* COLUMN STYLES
--------------------------------------------------------- */
div.box {
        padding-bottom: 20px;
        margin-bottom: 15px;
        background: url(/uploads/icms.info/hdot.gif) repeat-x center bottom;
}


div#navigation h3 {
        color: #cc0000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 125%;
        margin: 10px 0;
        padding: 0 0 8px 0;
}

div#extra  h3 {
        font-size: 125%;
        background: url(/uploads/icms.info/arrow2.png) no-repeat 90% 30%;
        margin: 10px 0;
        border-bottom: 1px solid #e9e9e9;
        color: #cc0000;
        font-weight: bold;
        text-transform: uppercase;
}

/* FOOTER
--------------------------------------------------------- */
div#footer {
    clear: left;
        width: 100%;
    padding: 0 0 30px 0;
        border-top: 3px solid #cccccc;
        background: #f6f6f6 url(/uploads/icms.info/grad3.gif) repeat-x center bottom;
        color: #cccccc;
}

div#footer-wrapper {
    background: #444444;
        color: #cccccc;
        padding: 20px 50px;
        border-bottom: 3px solid #cccccc;
}

div#footer-wrapper h3 {
        color: #ffffff;
        margin: 0;
        margin-bottom: 12px;
        padding: 0;
        font-size: 125%;
        font-weight: bold;
        text-transform: uppercase;
}


div#footer-wrapper ul li {
        padding-left: 15px;
        margin: 0;
        background: url(/uploads/icms.info/bullet2.gif) no-repeat 3px 8px;
        line-height: 180%;
        list-style: none;
}

div#footer-wrapper a {
        color: #cccccc;
        text-decoration: underline;
}

div#footer-wrapper a:active,
div#footer-wrapper a:hover,
div#footer-wrapper a:focus {
        color: #ffffff;
}

div.footerbox {
    float: left;
        width: 100%;
height: 20px;
        padding: 0px 0 0 0;
        margin: -20px 20px 0 0;
      
}

div.copyright {
        text-align: center;
        color: #444444;
}

div.copyright ul {
        margin: 10px 0 5px 0;
        padding: 0;
        list-style: none;
}

div.copyright li {
        margin: 0;
        padding: 0;
        display: inline;
        background: none;
}


div.copyright ul li a {
        padding: 0 15px 0 0;
        display: inline;
        color: #666666;
        font-weight: bold;
        font-size: 92%;
        line-height: normal;
        text-decoration: none;
        text-transform: uppercase;
}

div.copyright ul li a:hover,
div.copyright ul li a:focus,
div.copyright ul li a:active, {
        color: #333333;
        text-decoration: none;
}

div.copyright img {
        border: 1px solid #666666;
}



/* MODULE SEARCH
--------------------------------------------------------- */
div.search label  {
        color: #cc0000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 125%;
        margin: 1em 0;
        padding: 0 0 8px 0;
    display: block;
        cursor: pointer;
}

div.search input {
        border: 1px solid #cccccc;
}

div.search .button {
        border: none;
}

/* MODULE NEWS
--------------------------------------------------------- */
.NewsSummary {
        clear: both;
        padding-bottom:15px;
}

.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor,
#NewsPostDetailDate {
        color: #666666;
        font-size: 92%;
}

.NewsSummaryPostdate {
        padding: 3px 3px 3px 20px;
        background: url(/uploads/icms.info/icon-date.gif) no-repeat 0 2px;
}

#NewsPostDetailDate {
        border-top: 1px solid #dddddd;
        clear: both;
        margin-bottom: 15px;
        padding: 3px 3px 3px 22px;
        background: #ececec url(/uploads/icms.info/icon-date.gif) no-repeat 2px 2px;
}

h3#NewsPostDetailTitle {
        padding: 5px 0 15px 0;
        margin: 0 0 10px 0;
        background: url(/uploads/icms.info/hdot.gif) repeat-x center bottom;
        font-size: 180% !important;
}

hr#NewsPostDetailHorizRule {
        display: none;
}

#NewsPostDetailSummary, #NewsPostDetailContent {
        margin: 8px 0;
}

#NewsPostDetailCategory, #NewsPostDetailAuthor {
        color: #666666;
        font-size: 92%;
}

.NewsSummaryPostdate  {
        border-top: 1px solid #dddddd;
        margin-bottom: 15px;
        padding: 3px 3px 3px 22px;
        background: #ececec url(/uploads/icms.info/icon-date.gif) no-repeat 2px 2px;
}



/* MODULE ALBUM
--------------------------------------------------------- */
ul.picturelist li, ul.albumlist li {
        background: none !important;
        }

ul.picturelist li img, ul.albumlist li img, div#imagegallery img {
        border: none !important;
        margin: 0 !important;
        padding:0 !important;
}
/* End of 'icms.info : GalaPurity - general layout' */

