html {

}

body {
    font-family: arial,tahoma,sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    margin: 0;

}

h1 {
    font-size: 2em;
    border-bottom: 1px solid #acacac;
    color: #E4017E;
    margin-bottom: 10px;
}

h2 {

}

h3 {


}

p {
    line-height: 130%;

}

a:link, a:visited,
a:active, a:hover {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.text-small {
    font-size:9pt;
}

a.text-medium {
    font-size:10pt;
}

a.text-large {
    font-size:12pt;
}


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

li {
    margin: 0;
    padding: 0;

}

img {
    border: 0;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* General Site Styles */

#wrapper {
    width: 842px;
    margin: 0 auto;
}


#header {
    background: url(../images/header.jpg) no-repeat;
    height: 196px;
}

#header #adminmenu {

}

#header #adminmenu li{
    display:inline;
    padding-right: 10px;
}

#header #search {
    float:right;
    padding-top: 20px;
}

#search label {
    color: #e4017e;
    font-weight: bold;
}

#search input {
    border: 1px solid #ccc;
}




#main{
    padding: 10px 12px 10px 10px;
    background: url(../images/body-bg.jpg);
}

#navigation {
    float:left;
    width: 130px;
    padding-right: 15px;
}

#navigation ul {
    margin-bottom: 10px;
    list-style-image: url(../images/pink-square.gif);
    list-style-position: inside;
    }

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active,
#navigation ul li a:hover {
    color: #777 !important;
    font-weight:bold;
    font-size: 0.9em;
}

#navigation ul li ul {
    margin-bottom: 0px;
    list-style-position: outside;
    padding:0 0 0 23px;
}


#navigation ul li {
    border-bottom: 2px solid #bbb;
    padding: 5px 0;
    padding-left: 0px;
}

#navigation ul li ul li {
    border-bottom: none;
    padding:0;
    font-size:0.9em;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active,
#navigation ul li a:hover,{
    color: #363636;
    font-weight:normal;
    }


#navigation ul li a:hover {
    color: #e4017e;

    }

#navigation ul li.selected a:link,
#navigation ul li.selected a:active,
#navigation ul li.selected a:visited,
#navigation ul li.selected a:hover, {
    color: #e4017e;
    }


#navigation .button {
    padding-bottom: 15px;
    }



#content {
    float:left;
    width: 470px;
    }

#maincontent {

}

#maincontent a:link,
#maincontent a:visited,
#maincontent a:active,
#maincontent a:hover {
    color: #999;
    font-weight: bold;
}

#maincontent div.folder_summary .element a:link,
#maincontent div.folder_summary .element a:visited,
#maincontent div.folder_summary .element a:active,
#maincontent div.folder_summary .element a:hover {
    color: #E4017E;
}


#features {


}


#features .feature {
    float:left;
    width: 470px;Ä
}

#features .feature .top {
    background: url(../images/feature-header.jpg) no-repeat;
    padding: 4px 10px 0 10px;
    font-size: 1.1em;
    height: 19px;
    color: #fff;
    font-weight: bold;
}

#features .feature .middle {
    background: url(../images/feature-middle.jpg) repeat-y;
    }

#features .feature .middle .date {
    background: url(../images/calendar-icon.jpg) no-repeat;
    padding: 0 0 0 18px;
    font-size: 0.9em;
    }

#features .feature .middle .item {
    border-top: 1px solid #fedaea;
    padding: 5px 10px;
    }

#features .feature .middle .title a{
    color: #e4017e;
    font-weight: bold;
    }

#features .feature .middle p{
    margin:0;
    }

#features .feature .bottom {
    background: url(../images/feature-footer.jpg) no-repeat;
    height: 7px;
    }


#content-right {
    float:right;
    width: 190px;
}

#content-right .feature {
    margin: 10px 0;
}

#content-right .feature .top {
    background: url(../images/events-header.jpg) no-repeat;
    padding: 4px 10px 0 10px;
    font-size: 1.1em;
    height: 19px;
    color: #fff;
    font-weight: bold;
}

#content-right .feature .top a:link,
#content-right .feature .top a:visited,
#content-right .feature .top a:active,
#content-right .feature .top a:hover {
    color: #fff;
}

#content-right .feature .middle {
    background: url(../images/events-middle.jpg) repeat-y;
    }

#content-right .feature .middle .date {
    background: url(../images/calendar-icon.jpg) no-repeat;
    padding: 0 0 0 18px;
    font-size: 0.9em;
    }

#content-right .feature .middle .item {
    border-top: 1px solid #fedaea;
    padding: 5px 10px;
    }

#content-right .feature .middle .title a{
    color: #e4017e;
    font-weight: bold;
    }

#content-right .feature .middle p{
    margin:0;
    }

#content-right .feature .bottom {
    background: url(../images/events-footer.jpg) no-repeat;
    height: 7px;
    }

#bottom {
    background: url(../images/content-bottom.jpg) no-repeat;
    height: 13px;
}


#footer {
    padding: 10px 0;

}

#footer .links {
    background: url(../images/footer-bg.jpg) no-repeat;
    padding: 5px 0;
    height: 19px;
}

#footer .links a {
    color: #fff;
    padding-left: 10px;
}

#footer .statement {
    padding: 5px 10px;
}


/*some form styling */

.cssform input.checkbox {
    float:left;
}

.cssform label.checkbox {
    float:left;
    margin-top: 5px;
    margin-bottom: 8px;
}

