/* Main page */
.container {margin-top:50px;}

body { background-color: rgb(0, 0, 0);  background-image: url(../images/bg4cave.png); }

p  { color: #3f3f3f; text-align: justify; }
h1 { font-size: 1.4em; line-height: 1; margin-bottom: 1em; margin-top: 1em; }
h2 { font-size: 1.4em; line-height: 1; margin-bottom: 1em;}

/* Description list tags */
dl    { padding-left: 10px; margin-left: 0em; margin-bottom: 1.5em; margin-right: 0; margin-top: 0; }
dl dt { font-weight: bold; }
dd    { padding-left: 1em; margin: 0 0 1.5em 9px; }

a:focus,
a:hover     { color: #b32120; text-decoration: underline; border: none; }
a           { color: red;     text-decoration: none;      border-bottom: 1px red dotted; }
.selected a { color: #b32120; text-decoration: none; }

a[value='tool'] {
    display:inline-block;
    padding-left:15px;
    line-height:18px;
    background:transparent url(/images/emblem-system.png) top left no-repeat;
}
a[value='download'] {
    display:inline-block;
    padding-left:18px;
    line-height:18px;
    background:transparent url(/images/document-save-as.png) top left no-repeat;
}
a[value='page']{
    display:inline-block;
    padding-left:18px;
    line-height:18px;
    background:transparent url(/images/text-html.png) top left no-repeat;
}
a[value='publication']{
    display:inline-block;
    padding-left:15px;
    line-height:18px;
    background:transparent url(/images/text-x-generic.png) top left no-repeat;
}

/* Header section customization */
#header h1{font-size: 32px; color: rgb(93, 126, 143); }

/* Sidebar */
#sidebar {
	font-size: 1.1em;
	color: Black;
	background-color: White; 
	opacity: 0.92;
}
#sidebar h1 { color: rgb(182, 31, 10); margin-left: 9px; }
#sidebar p { margin-left: 9px; margin-bottom: 0px; margin-right: 9px;}

#footer a { color: inherit; text-decoration: underline; }

#publications a { color: inherit; text-decoration: underline; }

#footer { background-color: White; opacity: 0.92}
#footer p { margin-top: 1px; margin-bottom: 0px; }

/* add a 1px border to the top of a column */
.border-top {
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #eee;
}

/* Main content */
#main_back { background-color: White; opacity: 0.92; min-height: 120px }

#content {
	font-size: 1.2em;
	color: #222;
	background-color: White;
	opacity: 1;
    position:relative;
}

#content h1 {font-size: 1.4em; margin-left: 9px; color: rgb(182, 31, 10); }
#content h2 {font-size: 1.3em; margin-left: 9px; color: rgb(182, 31, 10); }
#content h3 {font-size: 1.2em; margin-left: 9px; color: rgb(182, 31, 10); margin-bottom: 1em; }
#content p { color: Black; margin-left: 9px; margin-right: 9px; }
#content ul { color: rgb(182, 31, 10); margin-left: 25px; }

#content my3 {font-size: 1.2em; margin-left: 0px; color: rgb(182, 31, 10); margin-bottom: 1em; }

/*Image floated right */
p img.right {
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    margin-right: 0em;
    margin-top: 1.5em;
    float: right; padding: 0;
}

/* top navigation bar */
#nav {
	color: #222;
	background-color: White; 
	padding-top:0em;
	padding-bottom:0em;
	margin-top:0em;
	margin-bottom:1em;
	/*border: solid;
	border-width: 1px;
	border-color: #bfbfbf;*/
    opacity: 0.92;	
}

#nav a:focus, 
#nav a:hover     { text-decoration: none; color: #b32120; }
#nav a           { color:  Black; text-decoration: none; border: none;}
#nav .selected a { color: #b32120; text-decoration: none; }

/* top navigation bar  sub menu*/
#sub-nav {
	color: #222;
	padding-top:0em;
	padding-bottom:0em;
	margin-top:0em;
	margin-bottom:0em;
}

#sub-nav a:focus, 
#sub-nav a:hover     { text-decoration: underline; color: #b32120; }
#sub-nav a           { color: #222222; text-decoration: none; }
#sub-nav .selected a { color: #222222; text-decoration: none; }

/* Horizontal navigation */
ul.top-nav {
    font-size: 1.6em;
    margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	white-space:nowrap;
	list-style-type:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-right: 0;	
}
ul.top-nav li { padding-left: 1em; padding-right: 0; display: inline; }
ul.top-nav li.selected { color: #b32120; }

/* box with a border round it */
.borderbox { 
    padding: 1.5em; 
    margin-bottom: 1.5em; 
    background: #eee;
    border: 1px;
    border-color: #bfbfbf;
    border-style: solid; 
}

.borderbox a    { text-decoration: underline; }
.borderbox.last { margin-right:-10px; }
