/* @override http://glynnislessing/styles.css */

a {
	color: #b2b2b2;
}

a:hover {
	color: #c2d8fd;
}

a:active {
	color: #af2617;
}

.menu {
      background: #eee none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.menu ul{
      margin: 0;
      padding: 0;
      list-style-type: none;
}
.menu li{
      margin: 0;
      padding: 4px 0;
      float: left;
      width: 20%;
      text-align: center;
	background-color: #a8bafd;
}

ul.menu {
	list-style-type: none;
	width: 100%;
}

.menu a {
	text-decoration: none;
	color: #2e2e2e;
}
.menu a:hover {
      background: #c2d8fd none;
    }

#bottom_menu {
	left: 10%;
	position: relative;
}

body {
	background-color: #2a2a2a;
}

#content {
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul.row li {
	display: inline;
}

div.section {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #434343;
	padding: 10px;
	line-height: 160%;
	margin: 20px;
}

