/*  
Theme Name: Distributed Systems
Theme URI: http://www.vs.uni-kassel.de/wordpress
Description: Distributed Systems
Version: 0.2
Author: Philipp Baer & Michael Wagner
Author URI: http://npw.net/

	DS v0.1
	 http://npw.net/projects/wordpress/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Verdana, Arial, Sans-Serif;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: rgb(252, 252, 252);
  height: 100%;
}

div.frame img {
/*    border: 1px solid rgb(196,196,196);
    padding: 7.5px 7.5px 7.5px 7.5px;  */
}

div.item { font-weight:bold; }
div.value { font-weight:normal; margin-left:3em; }
p.item { font-weight:bold; }
p.value { font-weight:normal; margin-left:3em; }


a.external {
  background: url(/wp-content/themes/distributed-systems/images/external.png) center right no-repeat;
  padding-right: 13px;
}

#frame {
  width: 80%;
  min-width: 760px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(0,126,170);
  background-color: white;
  margin-top: 25px;
  margin-bottom: 25px;
}

#header {
  background-color: white;
  height: 64px;
}

#header #fb16 {
  display: inline;
  float: left;
  color: rgb(0,126,170);
  text-align: left;
  font-weight: bold;
  margin: 8px;
  font-variant: small-caps;
  font-size: 9pt;
}

#header a#logo {
  float: right;
  background: url(images/logo-150.png) no-repeat;
  width: 150px;
  height: 44px;
  margin: 10px;
}

div.box {
  border: 1px solid rgb(234,234,234);
  padding: 5px;
}

table.main_table {
  border: 0px;
  margin: 10px;
  padding: 0px;
}

ul.history_list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
  padding-top: 5px;
}

#history_list #page_item li{
	font-weight: bold;
}


ul li.history {
  font-weight: bold;
  margin-bottom: 10px;
}

ul li ul li.history {
  font-weight: normal;
  padding-bottom: 7.5px;
/*  list-style: disc;
  margin-left: 15px;
  color: rgb(0,128,255); */
  border-bottom: 1px solid rgb(192,192,192);
  font-size: 0.95em;
  margin-left: 7.5px;
}

ul li ul li.history a {
  color: rgb(48,48,48);
}

ul li ul li.history_highlight {
  font-weight: bold;
}

ul li ul li ul li.history {
  padding-left: 10px;
  font-size: 0.9em;
  border: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0;
  margin-bottom: 1px;
  background: rgb(242,242,242);
}

ul ul .sc_semester {
  color: rgb(48,48,48);
}

td.staff_menu ul li ul.history_list {
  padding-bottom: 10px; 
  padding-top: 10px;
}

.sitemap {
  color: rgb(48,48,48);
}

ul.sitemap {
  list-style: none;
  margin: 3px;
  padding: 0px;
  border: 1px solid rgb(224,224,224);
}

div ul.sitemap li ul.sitemap {
  background: rgb(250,250,250);
}

div ul.sitemap li ul.sitemap li ul.sitemap {
  background: rgb(245,245,245);
}

div ul.sitemap li ul.sitemap li ul.sitemap li ul.sitemap {
  background: rgb(240,240,240);
}

li.sitemap {
  padding: 5px;
  padding-left: 20px;
}

li.sitemap:before {
  content: "\00bb \0020";
  content: url(/wp-content/themes/distributed-systems/images/dot.png);
  padding-right: 5px;
}

.sitemap a {
    color: rgb(0,126,170);
}

.sc_lecture {
  color: rgb(48,48,48);
}

.sc_talk {
  color: rgb(48,48,48);
/*  color: rgb(128,128,128); */
}

.sc_project {
  color: rgb(48,48,48);
}

td.staff_menu {
/*  background: rgb(255,235,204); */
  background: rgb(250,250,250);
  border-right: 5px solid rgb(255,211,153);
  text-align: left;
  width: 20%;
  vertical-align: top;
  padding: 10px;
  margin: 0px;
}

td.quicklinks {
  font-size: 9pt;
  text-align: left;
  vertical-align: top;
  background-color: rgb(204,230,238);
  color: rgb(51,152,187);
  width: 20%;
}

td.quicklinks h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  color: rgb(0,126,170);
}

td.quicklinks h4 {
  margin-bottom: 20px;
  margin-top: 0px;
  color: rgb(0,126,170);
}

td.news {
  font-size: 9pt;
  text-align: left;
  vertical-align: top;
/*  background-color: rgb(255,250,234); */
  color: rgb(96,96,96);
  border-left: 1px solid rgb(224,224,224);
  background: rgb(250,250,250);
  border-left: 5px solid rgb(255,211,153);
  padding: 10px;
  float: right;
}

td.news b {
  color: rgb(96,96,96);
}

div.small {
  font-size: 7pt;
  color: rgb(255,167,51);
  color: rgb(96,96,96);
  font-style: italic;
}

td.news h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  color: rgb(255,145,0);
  color: rgb(48,48,48);
  text-align: center;
  border-bottom: 1px solid rgb(48,48,48);
}

td.news h4 {
  padding: 0px;
  margin: 0px;
  color: rgb(48,48,48);
}

td.news ul {
  margin: 0px;
  padding: 0px;
}

td.news p {
  margin-top: 3px;
  margin-bottom: 20px;
  margin-left: 0px;
}

td.news a {
  color: rgb(96,96,96);
}

div.content {
  font-size: 9pt;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.content h3 {
  text-align: center;
}

td.content {
  font-size: 9pt;
  text-align: left;
  vertical-align: top;
  width: 80%;
  padding-right: 10px;
}

td.staff_content {
  vertical-align: top;
  width: 80%;
  font-size: 9pt;
  padding-left: 10px;
}

td.semester_content {
  vertical-align: top;
  width: 80%;
  text-align: left;
  font-size: 9pt;
}

td.semester_content h2 {
  text-align: center;
}

td.semester_downloads {
  vertical-align: top;
  width: 20%;
  background-color: rgb(255,211,153);
  text-align: left;
}

td.semester_downloads h3 {
  margin: 0px;
  padding: 0px;
}

.staff_list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 9pt;
}

ul .page_item {
  list-style: none;
/*  font-weight: bold; */
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

ul .page_item_list {
  margin: 0px;
  margin-left: 16px;
  padding: 0px;
  font-weight: normal;
}

ul ul .page_item:before {
  color: rgb(48,48,48);
/*  content: "\00BB \0020"; */
  font-weight: normal;
}

ul ul .page_item {
  margin: 0px;
  list-style-image: url(/wp-content/themes/distributed-systems/images/dot.png);
  color: rgb(196,196,196);
}

ul .current_page_item, ul ul .current_page_item {
  font-weight: bold; 
}

div .sublist_item {
  font-weight: bold;
}

table.table_fill {
  height: 400px;
  border: 0px; 
  width: 100%;
}

/* IE hack */
html>body table.table_fill {
  height: auto;
  min-height: 400px;

background: red;
}

table.basic_table {
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-spacing: 10px;
}

td.textcontent {
  border: 0px;
  margin: 0px;
  text-align: left;
  font-size: 9pt;
  width: 80%;
  vertical-align: top;
}

td.textcontent h2 {
  margin-top: 0px;
  padding-top: 0px;
}

td.textcontent h3 {
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 5px;
  border-bottom: 1px dotted rgb(96,96,96);
}

td.textcontent_full {
  border: 0px;
  margin: 0px;
  text-align: left;
  font-size: 9pt;
  width: 100%;
  vertical-align: top;
}

td.textcontent_full h2 {
  margin-top: 0px;
  padding-top: 0px;
}

td.textcontent_full h3 {
  margin-top: 0px;
  padding-top: 0px;
}

td.sidebar_right {
  border-left: 5px solid rgb(255,211,153);
  padding: 10px;
  background: rgb(250,250,250);
  text-align: left;
  font-size: 9pt;
  width: 20%;
  vertical-align: top;
}

td.sidebar_right h4 {
  margin: 0px;
  padding: 0px;
}

td.sidebar_right .block { 
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 5px;
  border-left: 5px solid rgb(224,224,224);
}

td.sidebar_left {
  border-right: 5px solid rgb(255,211,153);
  padding: 10px;
  background: rgb(250,250,250);
  text-align: left;
  font-size: 9pt;
  width: 20%;
  vertical-align: top;
}

td.sidebar_left h4 {
  margin: 0px;
  padding: 0px;
}


td.textcontent .block { 
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 5px;
  border-left: 5px solid rgb(224,224,224);
}



h4.h4_frontpage {
  margin: 0px;
}


ul.stafflist {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
}

ul li.stafflist {
  color: rgb(48,48,48);
  font-weight: bold;
  font-size: 9pt;
}

ul li ul.stafflist a {
  color: rgb(0,126,170);
  font-weight: normal;
}

ul li ul li.stafflist_marked>a {
  font-weight: bold;
}

ul li ul.stafflist {
  padding-bottom: 10px;
}

ul li ul li.stafflist {
}

ul li ul li ul li.stafflist {
  padding-left: 15px;
}

ul li ul li.stafflist:before {
  content: url(/wp-content/themes/distributed-systems/images/dot.png);
  padding-right: 5px;
}

.menu {
  font-size: 9pt;
  text-align: left;
  font-variant: small-caps;
}

.menu a {
  text-decoration: none;
}

.menu a:before {
  content: "\00bb \0020";
}

.menu a #active {
  font-weight: bold;
}

.menu a:hover {
  text-decoration: none;
  color: rgb(122,198,224);
}

.menu ul {
  margin: 0;
  padding: 0;
}

.level1 {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  height: 15px;
}

.level1 ul{
	float: left;
	}

.level2 {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.level3 {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}


.features {
  width:10.2em;
  position:absolute;
  top:0;
  font-size:80%;
  padding-left:1%;
  padding-right:1%;
  margin-left:0;
  margin-right:0;
  border: 1px solid black;
}

#content {
  margin: 10px;
  font-size: 9pt;
}

#colons {
}

#col20 {
  width: 20%;
  float: left;
  display: inline;
}

#col40 {
  width: 40%;
  float: left;
  display: inline;
}

#col60 {
  width: 60%;
  float: left;
  display: inline;
}

#col80 {
  width: 80%;
  float: left;
  display: inline;
}

#col100 {
  width: 100%;
  float: left;
  display: inline;
}

.clear {
  clear: both;
}

.backgroundOrange {
  background-color: rgb(255,233,204);
}

.backgroundBlue {
  background-color: rgb(204,230,238);
}

.backgroundWhite {
  background-color: white;
}


.bgDarkblue {
  background-color: rgb(0,126,170);
}

.bgDarkblue a {
  color: white;
}

.bgBlue {
  background-color: rgb(51,152,187);
}

.bgBlue a {
  color: white;
}

.bgLightblue {
  background-color: rgb(102,178,204);
}

.bgLightblue a {
  color: white;
}

.bgDarkorange {
  background-color: rgb(255,145,0);
}

.bgDarkorange a {
  color: rgb(48,48,48);
}

.bgOrange {
  background-color: rgb(255,167,51);
}

.bgOrange a {
  color: rgb(48,48,48);
}

.bgLightorange {
  background-color: rgb(255,211,153);
  color: rgb(48,48,48);
}

.bgLightorange a {
  color: rgb(48,48,48);
}

.cl_list_ul {
  margin: 0;
  padding: 0;
}

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

.cl_list_active {
  font-weight: bold;
}

#footer {
  background-color: rgb(204,230,238);
  height: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

#footer #pageinfo {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  float:left;
  color: rgb(0, 126, 170);
  height: 15px;
}

#footer #menufooter form {
  margin: 0;
  padding: 0;
  display: inline;
}

#footer #menufooter form input {
  border: 1px solid rgb(0,126,170);
  font-size: 7pt;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

#footer #menufooter {
  background-color: white;
  height: 15px;
  float: right;
  padding-left: 10px;
  color: rgb(0, 126, 170);
  font-variant: small-caps;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry, .column .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 2em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
    color: rgb(0,126,170);
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.column {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0; 
    min-width: 760px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
/*	margin: 30px 0 0; */
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
	}

h2.pagetitle {
/*	margin-top: 30px; */
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

select#heightfix {
        height: 100px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

#dl_description {
    width: 100%;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.dl_link {
    float: left;
    width: 60%;
}

.dl_date {
    float: left;
    width: 20%;
    text-align: right;
}

.dl_info {
    float: left;
    width: 20%;
    text-align: right;
}

.dl_title {
    font-weight: bold;
    clear: both;
}

.dl_filename {
}

.dl_filename a {
    margin-left: 10px;
}

.dl_size {
    float: right;
    font-size: 9px;
}

.dl_date {
    font-size: 9px;
    text-align: left;
    margin-left: 20px;
}
.dl_description {
    font-style: oblique;
    clear: both;
    padding-bottom: 10px;
    margin-left: 20px;
}

.dl_box {
  font-size: x-small;
}

.dl_box_left {
  float: left;
  width: 48%;
}

.dl_box_right {
  float: right;
  width: 48%;
}

.dl_small {
  font-size: x-small;
  color: rgb(128,128,128);
  padding-left: 5px;
}

div.g2_blogimage {
  position: relative;
  float: left;
  padding: 10px;
  margin: 10px;
  border: 1px solid rgb(96,96,96);
}

div.imageInfo {
  float: left;
  padding: 10px;
  margin: 10px;
}

.history {
  font-size: small;
  color: black;
  list-style-type: none;
  padding: 5px;;
  margin: 0;
}

.history a {
  color: black;
}


#flags_language_selector {
	float: right;
}


#flags_language_selector img{
      margin:1px;
      border:1px solid #333;
}

#flags_language_selector a:before {
  content: "";
}

#drain-hole-table {
	
}


#drain-hole-icon {

}

#drain-hole-icon a {
	text-decoration:none;
	border:none;
}

#drain-hole-name {
	font-weight:bold;
}

#drain-hole-info {
	margin-bottom: 5px;
	padding-bottom: 10px;
}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

