/*
Theme Name: FreeFlight
Description: A Child Theme of Excess
Template: excess
*/
@import url(../excess/style.css);
@import url(../gallery2/themes/siriux/theme.css);

#logo {
  float:none;
}

#menu {
  float: none;
  padding-top: 50px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  font-size:12px;
  padding:10px 20px;
}

#menu ul li a:hover {
  color: #fff;
  background-color: #86b2d5;
  text-decoration:none;
}

#menu a {
  text-decoration: none;
  float:none;
  display: inline;
}

#content {
  float: left;
  padding:30px 0 0 30px;
  width:580px;
}

#content.g2_column {
  width:780px;
}

h1, h2, h3 {
	margin: 0;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #006EA6;
}

ul, ol {
  line-height:1.2em;
}
