@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);

body, html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Oxygen, Arial, sans-serif;
  font-size: 90%;
  color: #555;
  background: url('../img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#fb-root {
  display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.facebookOuter {
  margin: 0 auto;
  background-color:#fff; 
  padding:10px 0 10px 10px;
  border:1px solid #CCCCCC;
}
.facebookInner {
  overflow:hidden;
}

#scroll {
  height: 300px;
  background: url('../img/scroll.jpg') repeat-x 0 0;
  margin: 10px 0;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

#menu {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  background: #dde url('../img/paleband.png') repeat-x 0 50%;
}

#menu li {
  display: inline;
  margin: .5em;
  padding: 0em;
}

#menu li a {
  background: #2e3192 url('../img/blueband.png') repeat-x 0 50%;
  color: #fff;
  padding: .5em;
  line-height: 3em;
  border-radius: 5px;
  text-transform: uppercase;
}

#menu li a:hover, #menu li a.current {
  background: #dde url('../img/redband.png') repeat-x 0 50%;
  text-decoration: none;
}

form {
  width: 320px;
  margin: 0 auto;
}

form p {
  margin: .5em 0;
}

input, select {
  display: block;
  margin: .25em 0;
}

select {
  width: 320px;
}

input[type="submit"] {
  cursor: pointer;
  margin: .25em auto;
  background: #ed1c24 url('../img/redband.png') repeat-x 0 50%;
  padding: 8px;
  border: 2px solid #ed1c24;
  color: #fff;
  font-size: 14pt;
  border-radius: 8px;
}

input[type="submit"]:hover {
  background: #ff4b5e;
}

input[type="text"], textarea {
  width: 308px;
  padding: 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}

input[type="text"]:focus {
  border-color: #3875d7;
}

.main {
  font-size: 110%;
}

.main ul li {
  list-style: disc;
  font-size: 120%;
}

.center {
  text-align: center;
}

h1, h2, h3, h4 {
  font-size: 13pt;
  color: #2e3192;
}

h2 {
  text-transform: uppercase;
  color: #2e3192;
}

h3 {
  margin: .5em 0 .25em 0;
  font-size: 12pt;
}

strong {
  color: #ed1c24;
}

a {
  color: #ed1c24;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.sep {
  opacity: .5;
  margin: 0 .5em;
}

.thumbs img {
  max-width: 100%;
  margin-bottom: 20px;
}

.blueband, .redband, .paleband {
  color: #fff;
  padding: 6px;
  margin: 10px 0;
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: 400;
}

.blueband strong {
  color: #ed1c24;
}

.redband strong {
  color: #ffffff;
}

.paleband {
  background: #dde url('../img/paleband.png') repeat-x 0 50%;
  color: #2e3192;
  text-transform: none;
  font-size: 12pt;
}

.redband {
  background: #ed1c24 url('../img/redband.png') repeat-x 0 50%;
  font-size: 14pt;
}

.blueband {
  background: #2e3192 url('../img/blueband.png') repeat-x 0 50%;
}

.small {
  font-size: 80%;
}

#fbgallery ul, #fbgallery li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#fbgallery ul {
  text-align: center;
}

#fbgallery li {
  margin: 5px;
  display: inline-block;
}
#fbgallery li img {
  max-width: 300px;
  max-height: 200px;
  border: 0;
}