@charset "UTF-8";

@font-face {
  font-family:'PT Sans';
  font-style:normal;
  font-weight:400;
  src:local('PT Sans'),local(PTSans-Regular),url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/LKf8nhXsWg5ybwEGXk8UBQ.woff) format("woff");
}

@font-face {
  font-family:'PT Sans';
  font-style:normal;
  font-weight:700;
  src:local('PT Sans Bold'),local(PTSans-Bold),url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}

@font-face {
  font-family:'PT Sans';
  font-style:italic;
  font-weight:400;
  src:local('PT Sans Italic'),local(PTSans-Italic),url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/PIPMHY90P7jtyjpXuZ2cLD8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}

@font-face {
  font-family:'Gloria Hallelujah';
  font-style:normal;
  font-weight:400;
  src:local('Gloria Hallelujah'),local(GloriaHallelujah),url(http://themes.googleusercontent.com/static/fonts/gloriahallelujah/v5/CA1k7SlXcY5kvI81M_R28Y5mSNQmgKshuii2YddNQzE.woff) format("woff");
}

h3 {
  font-weight:none;
  color:#C73C62;
  text-decoration:none;
  font-family:'Gloria Hallelujah',cursive;
  font-size:36px;
  text-align:center;
  height:35px;
}

h4 {
  font-weight:none;
  color:#523D57;
  text-decoration:none;
  font-family:'Gloria Hallelujah',cursive;
  font-size:22px;
  text-align:center;
  line-height:40px;
  width:75%;
  padding-left:12.5%;
}

h2 {
  font-weight:none;
  color:#523D57;
  text-decoration:none;
  font-family:'Gloria Hallelujah',cursive;
  font-size:22px;
  text-align:justify;
  line-height:40px;
  width:75%;
  padding-left:12.5%;
}

a:link,a:active,a:visited {
  color:#C73C62;
  text-decoration:none;
}

a:hover {
  color:#D1BD55;
  text-decoration:none;
}

b {
  color:#8D803A;
  font-weight:normal;
  font-style:normal;
}

i {
  color:#C73C62;
  font-weight:normal;
  font-style:normal;
}

body {
  background-color:#E3DA9F;
  background-color:#523D57;
  color:#7C3F5E;
  font-family:'PT Sans',sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:13px;
}

.profile_section_content {
  color:#523D57;
  border:3px none #C3C752;
  padding:14px;
  margin:30px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#E3DA9F;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:10px;
  -moz-border-radius:`0px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#7C3F5E;
  color:#D1BD55;
  letter-spacing:2px;
  font-family:'Gloria Hallelujah',cursive;
  font-weight:normal;
  font-style:none;
  font-size:30px;
  -webkit-border-radius:10;
  -moz-border-radius:10;
  border-radius:10;
  -webkit-box-shadow:0 0 0 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

p {
  text-align:center;
  color:#523D57;
}

hr {
  border:1px solid #E3DA9F;
  clear:both;
  display:block;
  height:1px;
  background:#7C3F5E;
  background-image:-webkit-linear-gradient(left,#D1BD55,#7C3F5E,#D1BD55);
  background-image:-moz-linear-gradient(left,#D1BD55,#7C3F5E,#D1BD55);
  background-image:-ms-linear-gradient(left,#D1BD55,#7C3F5E,#D1BD55);
  background-image:-o-linear-gradient(left,#D1BD55,#7C3F5E,#D1BD55);
}

#navcontainer ul {
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:center;
}

#navcontainer ul li {
  display:inline;
}

#navcontainer ul li a {
  font-family:'Gloria Hallelujah',cursive;
  font-size:26px;
  padding:.2em 1em;
  color:#7C3F5E;
  background-color:#D1BD55;
}

#navcontainer ul li a:hover {
  color:#D1BD55;
  background-color:#C73C62;
}

#rules ul li {
  list-style-position:inside;
  width:75%;
  padding-left:12.5%;
  font-family:'Gloria Hallelujah',cursive;
  font-size:22px;
  list-style-image:url(http://i1244.photobucket.com/albums/gg564/kayleamfc/103ce279b215fab54d7d0b0b5550bb85_zpsdcff653b.png);
}

.absoluteCenterWrapper {
  position:relative;
/* Contains the image in the div */
}

/* Positioning */
.absoluteCenter {
  vertical-align:middle;
}

.right {
  float:right;
}

.left {
  float:left;
}