



/* Stylesheet for the 'OlympusNet Theme' Plone theme */

/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 


 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/* <dtml-with base_properties> (do not remove this :) */
/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this 
either :) */

/*general*/
body {
    font-family: Verdana, Geneva, sans-serif;
}
a, a:link {
    color: #1F4F24 !important;
}
a:visited {
	color: #632910;
}
a:hover {
	background-color: #1F4F24;
	color: white !important;
}
#content a:hover, dl.portlet a:hover {
	color: white !important;
}
#content .external-link {
border-bottom: 0.1em solid #CCCCCC !important;
}
div.cell {
  	float: none;
}
/*portal top and banners*/

#portal-header {
	width=100%;
	background-color: #1F4F24;
	text-align: center;
}
#banner-wrapper {
	width: 925px;
	margin: auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #1F4F24;
}
#leftphoto img {
	width: 428px;
	border-top: none;
	border-bottom: none;
}
#portal-logo img, home-logo img {
	border: none;
	display: inline;
}
#home-logo img {
	width: 296px;
	border-top: none;
	border-bottom: none;
}
#rightphoto img {
	width: 200px;
	border-top: none;
	border-bottom: none;
	margin-left: 1px;
}
#leftphoto, #rightphoto, #home-logo {
    height: 128px;
	margin: 0;
	padding: 5px 0;
}
#bannerCaptions {
	background-color: white;
	color: #1F4F24;
	height: auto;
	font-size: 80%;
}
#bannerCaptions a{
	text-decoration: underline;
}
#bannerCaptions td{
  	padding: 5px;
}
#inside-banner {
	width: 925px;
}       
#inside-logo img{
	width: 236px;
	height: 102px;
	position: relative;
	right: 5em;
}   
#portal-logo {
    padding:5px;
	margin: 0;
}
#container {
	width: 925px;
	margin: auto;
	border-left: 1px solid #1F4F24;
	border-right: 1px solid #1F4F24;
	height: auto;
	overflow: auto;
}

/* Searchbox style and positioning */
#search{
	border-bottom: 1px solid #1F4F24;

}
.section-front-page #portal-searchbox  {
	float: left;
  	margin-top: 0;
  	height: auto;
  	padding-top: 10px;
	padding-left: 25px;
}
#description{
  	width: 60%;
   	text-align: left;
	font-size: 90%;
	padding-left: 1.5em;
}
#inside-searchbox {
	position: relative;
	right: 10em;   
	background-color: transparent;
    color: white;
    text-transform: none;
    white-space: nowrap;
	margin-top: 1em;
}
.section-front-page .searchSection{
	display: none;
}
#LSResult {
	margin: 0;
    position: absolute;
    right: auto;
    z-index: 2;
}
#searchGadget {
	width: 18em;
	height: 15px;
}
/* Dropdown menu style and positioning */ 
#portal-globalnav {
	color: white;
	z-index: 1;
	font-size: 90%;
	font-weight: bold;
}
#portal-globalnav ul a{
	padding: 1.25em 1em;
}
#portal-globalnav {
margin: 0;
}
#portal-globalnav a:hover{
	background-color: #1F4F24;
	color: white !important;
}
#portal-globalnav .selected a, #portal-globalnav .selected a:hover  {
	background-color: #1F4F24;
	color: white !important;
}
#portal-globalnav .selected .submenu a {
background-color: #dddddd;
color: #1F4F24 !important;
}
#portal-globalnav .submenu a:hover{
	background-color: #1F4F24;
	color: white !important;
}
#portal-globalnav a:hover{
	background-color: #1F4F24;
	color: white !important;
}
/* breadcrumbs and personal toolbar */
/* Bar with personalized menu (user preferences, favorites etc) */
#viewlet-above-content {
	height: auto;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
#portal-breadcrumbs {
	text-align: left;
	display: inline;
}
#portal-personaltools {
	margin:-1em 1em 0 0;
	list-style: none;
}

/* Columns */

#portal-columns {
	text-align: left;
	padding-bottom: 10px;
	height: 100%;
}
#portal-column-one {
	width: 25%;
	float: left;
	height: 100%;
}
.section-front-page #portal-column-one {
	width: 32%;
	float: left;
    height: 100%;

}
#portal-column-content {
	float: left;
    height: 100%;  
}
.section-front-page #portal-column-content {
	width: 66%;
	float: left;
	padding-left: 4em;
    height: 100%;  
}
.section-front-page #viewlet-above-content {
    display:none;
}
#portal-column-one, #portal-column-two {
    padding-top: 2em;
}
#content{
    padding-left: 2em;   
}

/* Footer */

#portal-footer a:visited {
	color: #CECC15;
}

#portal-footer a {
	color: white;
	font-size: 100%;
	font-weight: bold;
}
#footer-wrapper {
    width: 100%;
    background-color: #1F4F24;    
}
#portal-footer {
	margin: auto;
	width: 925px;
	background-color: #1F4F24;
	color: white;
	text-align: center;
	line-height: 1em;
}
#colophon{
    font-size: 75%;
    color: white !important;
	padding-top: 0.4em;
}
#terms a, #contact a, #siteaction-sitemap a, .searchSection, #siteaction-contact a, #siteaction-accessibility a {
	color: white !important;
}
#footer-personaltools a {
	color: white !important;
	background-color: #1F4F24;    
}
#portal-footer #portal-personaltools {
	background-color: #1F4F24;
	margin: 0;
}

/*Services Table */

#overview table {
    border-collapse: collapse;
    width: 100%;
}
#overview table, #overview td, #overview tbody {
    border: thin solid #ccc;
}
#overview th {
    border-collapse: separate;
    border: inherit;
    background-color: #F0F0F0;
}
#overview  a:hover h3 {
    background-color: #1F4F24;
    color: white;
}
#overview #column1 {
    width: 25%;
}
#overview #column2 {
    width: 55%;
}
#overview #column3 {
    width: 8%;
}
#overview #column4 {
    width: 12%;
}
#overview td a h3 {
    text-decoration: inherit;
    padding: 2px;
}
#overview td{
   padding-left: 2px; 
}
#overview a.internal-link {
    text-decoration: underline;
    border-bottom: none !important;
}

/*Table of Contents*/
.toc {
    border: thin solid #ccc; 
} 
.toc li{
    list-style-type: none;
    margin-left: -10px;   
}
.toc .portletHeader {
	margin: 0;
	background-color: #F0F0F0;
}
.toc .portletItem{
    padding-left: 0em !important;
}
#overview .toc {
	position: relative;
	left: -1em;
}

/*Qwest DSL Costs Table*/
#qwestDslCosts, #qwestDslCosts td {
    border: thin solid #ccc;
    border-collapse: collapse;
}
#qwestDslCosts #title {
    background-color: #F0F0F0;
}
#qwestDslCosts {
    width: 100%;
}

/*Miscellaneous*/
.portlet ul li ul li, .portlet ul ul li{
    text-indent: 1.5em;
}
.documentByLine, #plone-document-byline .documentAuthor {
    display: none;
}
.pfg-form a img {
    display: inline;
}
.portlet-collection-featured-hosted-website{
    border: solid thin #ccc;
}
a:hover {
	background-color: #1F4F24 !important;
	color: white !important;
}
dl.portlet a:link{
	border-bottom: none;
}
.section-front-page .portletHeader{
	font-size: 105%;
}
.section-front-page .portletItem {
	font-weight: bold;
}
.section-front-page .portletItem .help{
	font-weight: normal;
}
div.position-0 {
    margin-left: -100%;
}
.portletNavigationTree dd {
	margin-top: 1em;
}

/* </dtml-with> */

/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */

/* You can insert colors and other variables from Plone's
base_properties by doing:

& dtml-variableName ; (without the spaces, excluded here to not make it 
render)

Example:

myLink {
color: & dtml-fontColor ; (again, without the spaces)
}

This means you can generate your own elements that use Plone's defaults,
and respect any customizations people have done. See base_properties for
the default values.

These are the available properties:

logoName - the file name of the portal logo

fontFamily - the font family used for all text that is not headers

fontBaseSize - the base font size that everything is calculated from

fontColor - the main font color

fontSmallSize - used for various elements like buttons and discreet text

discreetColor - the font color of discreet text

backgroundColor - the background color

linkColor - the color used on normal links

linkActiveColor - color used on active links

linkVisitedColor - color used on visited links

borderWidth - the width of most borders in Plone

borderStyle - the style of the border lines, normally solid

borderStyleAnnotations - style of border lines on comments etc

globalBorderColor - the border color used on the main tabs, the portlets 
etc

globalBackgroundColor - background color for the selected tabs, portlet 
headings etc

globalFontColor - the color of the font in the tabs and in portlet 
headings

headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines

contentViewBorderColor - the content view tabs border color

contentViewBackgroundColor - the content view tabs background color

contentViewFontColor - the font color used in the content view tabs

inputFontColor - the font color used for input elements

textTransform - whether to lowercase text in portlets, tabs etc.

evenRowBackgroundColor - the background color of even rows in listings

oddRowBackgroundColor - the background color of even rows in listings

notifyBorderColor - border color of notification elements like the 
status message, the calendar focus

notifyBackgroundColor - background color of notification elements like 
the status message, the calendar focus

helpBackgroundColor - background color of information pop-ups (currently 
not used)

*/