/*
 *  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.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */
body {
text-align: center;
}
h3 {
font-style: italic;
}
.listingBar {
border: none;
}
.document-actions {
    margin: 0.4em 0 0 0.5em;
    padding: 0;
    text-align: right;
}

.document-actions ul {
    margin: 1px 0 2px 0;
    padding: 0;
    display: block;
}

.document-actions li {
    display: inline;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.document-actions a {
    border: none !important;
    text-decoration: none;
}
#desccription {
color: black;
}
#thumbnails {
text-align:center;
}
#thumbnails img {
margin: 1em 0 0 0;
}
#thumbnails a {
text-decoration: none;
}
#collections {
font-style: italic;
}
#collections a {
color: #666666;
margin: 0 1em 0 0;
text-decoration: none;
text-transform: uppercase;
}
#collections a.selected {
color: #FF9900;
text-decoration: none;
}
#collections a:hover, #collections a.selected:hover {
color: #949494;
}
.body {
 background: white;
 border: 1px solid black;
 margin: 0;
 margin-top: 2.25em;
 text-align: left;
 width: 795px;
}
.nav {
background: black;
font: italic x-small "Lucida Grande",verdana,arial,sans-serif;
font-weight: 800;
line-height: 1em;
margin: 0 0 0 1em;
padding: 1em 2em .8em .65em;
width: 7.15em;
}
.nav a {
color: #F8F8FF;
text-decoration: none;
text-transform: uppercase;
}
.nav a:hover {
color: #C0C0C0;
}
.nav a.selected {
color: #6495ED;
text-decoration: none;
}
#portal-top {
margin-top: 3em;
}
#visual-portal-wrapper {
background: white;
border: 1px solid black;
margin-top: 4em;
margin-left: auto;
margin-right: auto;
width: 795px;
text-align: left;
}
#portal-columns {
 background: white;
 margin: 2.25em 0 0 0;
 padding: 0;
 width: 795px;
}
#portal-column-content {
border: none;
margin: 0;
padding: 0;
}
#content {
margin: 0;
padding: 0 !important;
}
.documentContent {
margin: 0;
padding: 0 !important;
}
/* The global section tabs. */

#portal-globalnav {
background: white;
border: none;
white-space: nowrap;
list-style: none;
font: italic x-small verdana,sans-serif;
font-weight: 800;
}

#portal-globalnav li {
background: black;
border: none;
font: italic x-small verdana,sans-serif;
font-weight: 800;
line-height: 1em;
margin: 0 0 0 1em;
padding: 1em 2em .8em .65em;
width: 7.15em;
}

#portal-globalnav li a {
/* The normal, unselected tabs. They are all links */
border: none;
color: #F8F8FF;
text-decoration: none;
text-transform: uppercase;
}

#portal-globalnav li.selected a {
/* The selected tab. There's only one of this */
background: black;
border: none;
color: #6495ED;
}

#portal-globalnav li a:hover {
background: black;
border: none;
color: #C0C0C0;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
	font-style: italic;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-style: italic;
	font-weight: bold;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	text-decoration: none;
}

.link:Active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	text-decoration: none;
}
.link:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	text-decoration: none;
}

.link_gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
  margin-right: .5em;
	text-decoration: none;
}

.link_gallery:Active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	text-decoration: none;
}
.link_gallery:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}

.txt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.txt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
.txt3b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.txt4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


/*  */

/* 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)
          
 */


