
/* - kmtheme.css - */
@media screen {
/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* YOUR CSS RULES START HERE */

body {
	font: 75% Verdana, sans-serif;
	background-color: #EEEEEE;
	color: #3e3c3c;
	margin: 0;
	padding: 0;
}

body {
/*	background: url(bg_pat.gif); */
	width: 85%;
	margin: auto;
}

.hiddenStructure {
	display: none;
}

#visual-portal-wrapper {
	margin: 20px;
	background-color: white;
	padding: 0 20px 20px 20px;
}

#portal-logo {
	display: block;
	margin-bottom: 2em	;
}

h1,h2,h3,h4 {
	font-weight: normal;
	/*border-left: 4px solid #ec001a;*/
	/*padding: 0 5px;*/
}

h4 {
	font-weight: bold;
}

h2.tileHeadline {
	margin-top: 1.5em;
}

.tileHeadline a {
	text-decoration: none;
}

.documentFirstHeading {
	margin-top: 0;
}

p {
	/*padding-left: 9px;*/
	line-height: 1.5em;
}

a {
	color: #6699CC;
}

a.link-parent {
	display: none;
}

p a:link {
	color: #6699CC;
	text-decoration: none;
	border-bottom: 1px solid #6699CC;
}
	
img {
	border: none;
}

input {
	border: 1px solid #6699CC;
}

#portal-siteactions {;
	list-style-image: none;
	list-style-type: none;
	float: right;
	margin-top: 0;
}

#portal-siteactions li {
	display: inline;
	border-left: 1px solid #6699CC;
	padding-left: 0.5em;
	padding-right: 0.2em;
}

#portal-siteactions li a {
	text-decoration: none;
}

#portal-personaltools {
/*	float: right;*/
	margin: 0.5em 0;
	padding: 0;
}

#portal-personaltools li {
	display: inline;
	list-style: none;
	list-style-image: none;
}

#portal-personaltools li a {
	text-decoration: none;
	margin-right: 0.2em;
}

#portal-column-one {
	background-color:  #6699CC;
}

#content {
	margin-left: 2em;
}

div.documentByLine {
	float: right;
	background-color: #CCDDFF;
	width: 10em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.documentByLine span.documentAuthor {
	display: none;
}

.documentActions {
	float: right;
	margin-right: 0.4em  0 0 0.5em;
	margin-top: 1.8em;
	padding: 0;
}

.documentActions li {
	display: inline;
	list-style: none;
	list-style-image: none;
}

/*.documentActions {
	display: none;
}*/

#portal-breadcrumbs {
	/*margin: 1em 1em 1em 1em;*/
}

#portal-breadcrumbs {
	display: none;
}

.portlet dt {
	/*background-color: #6699CC; */
	margin-bottom: 0.5em;
	display: block;
	padding: 0.2em 0.5em;
}

.portlet a {
	text-decoration: none;
	color: black;
	text-size: 120%;
}

dt.portletHeader {
	font-weight: bold;
	margin-bottom: 0;
}
	

.portletItem {
	padding: 0.9em;
	margin-left: 0em;
}

.portletFooter {
/*	border-bottom: 1px solid #6699CC;*/
	padding: 0.5em;
	text-align: right;
}

.portletItemDetails {
	text-align: right;
	display: block;
	color: #3e3c3c;
}

.portletNavigationTree {
	padding-left: 0;
}



#portlet-navigation-tree {
	margin-top: 0;
}

#portlet-navigation-tree .portletHeader {
	display: none;
}

.portletNavigationTree a {
	/*background-color: #d3cebc;*/
	margin-bottom: 0.5em;
	display: block;
	padding: 0.2em 0.5em;
}

.navTreeItem  {
	display: inline;
	list-style: none;
	list-style-image: none;
}

.navTreeItem a,
.navTreeItem a:visited {
	text-decoration: none;
	/*color: #6699CC;*/
}

.portletNavigationTree a:hover,
.navTreeCurrentItem {
	color: orange !important;
	background-color: #336699;
}

#portal-footer {
	margin-top: 1em;
	border-top: 1px solid #6699CC;
}

#portal-footer p {
	text-align: center;
}

#portal-footer a,
#portal-footer a:visited {
	text-decoration: none;
}

#portal-colophon .colophonIconPlone {
    background-image: url(http://www.kernel-machines.org/plone_powered.gif);
}

#portal-colophon .colophonIcon {
    display: block; /* This is for Mozilla, as it doesn't support
                       inline-block. The colophon icons aren't in
                       one line though. */
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 0;
    padding-top: 15px;
    height: 0px !important;
    width: 80px;
    vertical-align: top;
}

.netscape4 { display: none; }


/* LiveSearch styles */

.LSRes {
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    color: #436976;
    background-color: White;
    vertical-align: middle;
    display:block;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    min-width: 16.5em;
    text-transform: none;
    margin-left: 0;
    line-height: 1.1em;
}

#LSHighlight {
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    color: #436976;
}

.LSRow {
    border: 1px solid White;
    white-space: normal;
    padding:0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

.LSRow a {
    text-decoration: none;
    font-weight:bold;
    white-space:nowrap
}

.LSDescr {
    color: #76797c;
    text-transform: lowercase;
    padding-left:2.1em;
    margin-top:-0.1em;
}

.LSResult {
    position: relative;
    display: block;
    text-align: right;
    padding-top: 5px;
    margin: 0;
    left: 3px;
    z-index: 3;
}

.LSShadow {
    position: relative;
    text-align: right;
}

.livesearchContainer {
    background-color: White;
    margin-top: 0;
    padding: 0 !important;
    position: absolute;
    right: 0px;
    /* Currently exposes a rendering bug in Mozilla */
    top: 0;
    white-space: normal;
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    text-align: left;
    color: #436976;
    border: 1px solid #8cacbb;
    width: 30em;
    text-transform: none;
}

* html .livesearchContainer {
    padding: 1px !important;
    padding-top: 0 !important;
    background-color: #8cacbb;
    border: 0;
}

#livesearchLegend {
    line-height: 1em;
    margin-top: -2em;
    margin-left: -0.1em;
    border: 1px solid #8cacbb;
    border-bottom: 0;
}

* html #livesearchLegend {
    margin-top: -1.9em;
    margin-left: -8px;
    position: relative;
}

/* Workaround for Internet Explorer's broken z-index implementation */
.LSIEFix {
    background-color: White;
    padding: 0.5em !important;
    z-index: 20;
}

.LSBox {
    clear: right;
    float: right;
    text-align: left;
    padding-right: 1px;
    display:block;
}

#LSNothingFound {
    text-align: center;
    padding: 2px;
}




/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone 
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */


}

