
html {
	background: #333333 url(img/texture.gif) repeat-x fixed left top;
	/*background: #FFFFFF url(img/stripe3_bg.jpg) no-repeat;*/
}
#body-container {
	background: transparent;
	color: #FFFFFF;
}
div.djpcms-block-element,
#site-navigation {
	background: #333333;
	-moz-border-radius:10px;
}
.breadcrumbs ul {
	background: #FFFFFF;
	-moz-border-radius:10px;
	padding: 5px;
}
.djpcms-html-box .hd  h2 {
	color: rgb(245,245,245);
}
a:link,
a:visited {
	text-decoration: none;
	color: #A2C100;
}
a:link:hover,
a:visited:hover  {
	text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	color: #FFFFFF;
}
.timeline,
.timeline a,
.timeline a:link {
	color: rgb(130,130,130);
}
.breadcrumbs,
.breadcrumbs a {
	color: #333333;
}
/*.breadcrumbs span {
	background: url(img/bullet_black.png);
	color: #FFFFFF;
}*/
#site-navigation li.selected {
	background: #4D4D4D;
}
.tags,
.flowitem.report .extended {
	filter:alpha(opacity=70);
  	opacity:0.7;
}
.writing .djpcms-block-element {
	background: rgb(245,245,245) no-repeat;
	color: rgb(40,40,40);
}

/* Flowrepo code colors
------------------------------------------------------*/
.flowitem.report p {
	color: rgb(240,240,240);
}
.flowitem pre {
	background: rgb(245,245,245);
	color: #000000;
	line-height: 1.4em;
}
.flowitem pre .k,
.flowitem pre .kn {
	color: #004D99;
}
.flowitem pre .s {
	color: #52A329;
}
.flowitem pre .nf {
	color: #000000;
	font-weight: bold;
}
.flowitem pre .mi {
	color: #CC0000;
}
.flowitem pre .p,
.flowitem pre .o {
	color: #000000;
}
.flowitem pre .c {
	color: rgb(100,100,100);
}
