
/* extra styles / overrides to integrate with plone theme */


#logo {
    background: none;
    padding: 0;
    position: absolute;
}

#portal-siteactions {
    display: inline-block;
    float: right;
    padding-top: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

#portal-siteactions li:first-child a {
    border-left: 0;
}
#portal-languageselector {
    background: transparent;
}

#menu ul {
    padding-top: 0;
}
#menu ul li:first-child a {
    background: none;
}
#portal-searchbox input {
    font-size: 100%;
}

#LSResult {
    margin: 0 0 0 -7em;
}
#sidebar #LSResult li {
    margin-bottom: 0;
}

#content {
    font-size: 13px;
}
h1 {
    margin: 0.3em 0;
}
h2, h3 {
    margin: 1em 0 0.5em;
}

h1, h2 {
    letter-spacing: 0;
}

dl#relatedItemBox dt {
   font-size: 167%;
   font-weight: normal;
}

.documentByLine {
    font-size: 85%;
}
.documentDescription {
    margin: 1em 0;
    font-weight: bold;
}


#content a:link {
	color: #E06529;
        text-decoration: none;
        border-bottom: 0;
}
#content a:visited {
	color: #E06529; !important;
        text-decoration: none;
        border-bottom: 0;
}
#content a:hover {
	color: #E06529 !important;
        text-decoration: none;
        border-bottom: 0;
}
#content h1 a,
#content h2 a,
#content h3 a {
	color: #85C329 !important;
}

#content .relatedItems a:link {
    text-decoration: none;
    font-weight: bold;
}

#portal-footer {
    background-color: transparent;
    font-size: 80%;
}

#footer #portal-personaltools a {
    color: #205C90;
}

#relatedItemBox dt {
    color: #85C329;
    background-color: transparent;
    font-size: 120%;
    margin: 1em 0 0.5em;
}
#relatedItemBox dd {
    margin: 0;
    padding: 0.5em;
    background: url(images/img10.gif) no-repeat;
}

#content blockquote.pullquote {
    color: #85C329;
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: normal;
    width: 80%;
    float: none;
    letter-spacing: 0.05em !important;
    border: 0;
    margin: 1em;
}

/* div.twocols = leftcolumn */

.twocols .col1 {
    clear: left;
}
.twocols .col2 {
    clear: right;
}

.twocols .managePortletsLink {
    clear: both;
}

.twocols dl.portlet dt.portletHeader {
    color: #85C329;
    font-size: 167%;
    background-color: transparent;
}
.twocols dl.portlet dt.portletHeader a {
    color: #85C329;
}

.twocols dl.portlet dd.portletItem {
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}


/* Sidebar = rightcolumn */

#portal-searchbox {
    width: 100%;
    height: 30px;
    padding-top: 10px;
}
#portal-searchbox form {
    float: right;
}
#portal-searchbox input.searchButton {
    margin: 0 5px 0 10px;
    color: #145997;
    font-weight: bold;
}
#portal-searchbox .searchSection {
    display: none;
}

#sidebar .portletWrapper {
    clear: right;
    margin: 2em 0;
}
#sidebar a:hover {
        text-decoration: none;
}

#sidebar dl.portlet {
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
        font-size: 93%;
}
#sidebar dd {
	margin: 10px 20px;
	padding: 5px 0;
	border-bottom: 1px dotted #CDCDCD;

}
#sidebar dd.portletFooter {
    padding-bottom: 15px;
}

#sidebar dt.portletHeader {
	height: 30px;
	margin: 0;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

#sidebar dl.portlet dt.portletHeader a {
	padding: 6px 0 0 10px;
	color: #85C329;

}
#sidebar dl.portlet dd.portletItem a,
#sidebar dl.portlet dd.portletFooter a {
        color: #E06529
        font-weight: bold;
        border: 0;
}

dl.portlet dd a:link,
dl.portlet dd a:visited,
#sidebar dl.portlet dd a:link,
#sidebar dl.portlet dd a:visited {
	color: #E06529;
}
dl.portlet dd a:hover,
#sidebar dl.portlet dd a:hover {
    color: #E06529 !important;
    text-decoration: underline;
}
dl.portlet ul.navTree a.navTreeCurrentItem {
    color: black;
    font-weight: bold;
    background-color: #EEEEEE;
    border-left-color: #EEEEEE;
    margin-left: 0;
    margin-right: 0;
}

#portal-searchbox, #portal-personaltools, #siteaction-contact  {
    visibility: hidden;
}