/** 
  * content css file of the frubar laboratory!
  * @file:   content.css
  * @author: Thomas 'DrScream' Merkel
  * 
  */

/* # unsorted things ########################################### */

.hide { display: none; }

ul.spaced li, ol.spaced li {
	margin-bottom: 0.5em;
}

/* # general structure ######################################### */
body, td, th, input {
	font-family: verdana, sans-serif;
	font-size: small;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;
	border-bottom: 1px solid #ccc;
	font-family: arial, verdana, sans-serif;
}

li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
}

/* # headers ################################################### */
h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }
	

/* # quotations ################################################ */
.note {
	color: #666;
	font-style: normal;
}
	
.remark {
	color: #666;
}

.sidenote {
	border: #666;
}


/* # code ###################################################### */
kbd {
	margin: 0.1em;
	padding: 0.1em;
	border: 1px #ccc;
}

kbd.command,
code.command {
	color: #6B5839;
}

pre.code {
	background: #EEECF6;
}
	
code > em,
code > strong,
pre.code > em,
pre.code > strong {
	font-style: normal;
}

/* # examples ################################################## */
div.example {
	border-color: #554FA0;
}
div.example:before {
	color: #666;
}

/* # tables #################################################### */
table {
	border-collapse: collapse;
	border: none;
	margin: 1em 0;
}
	
th {
	background: #ddd;
	padding: 5px;
	text-align: left;
}
	
tr.table-title th {
	font: 130% sans-serif;
	font-weight: normal;
	background: #666;
	color: #fff;
	border-top: 1px solid #666;
	padding: 0.5em 10px;
	text-align: center;
}

td {
	border-top: 1px solid #ddd;
	font-size: 85%;
	padding: 5px;
	text-align: left;
}

table.data thead th {
	background: #e4ecec;
	empty-cells: hide;
}

table.data th,
table.data td {
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: 130%;
}
	
tr.odd {
	background: #F5F5F5;
}
