
    body {
  background-color: #f6d5de;
  margin: 0;
  color: #333333;
  padding: 0;
}
#container {
  background-color: #f6d5de;
  background-image: url(../Images/fabric.jpg);
  border-left: 2px dotted #613280;
  border-right: 2px dotted #613280;
  max-width: 1000px;
  min-height: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#inner-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  text-align: center;
}
header {
  width: 100%;
  border: 2px solid transparent;
}
header h1 {
  font-family: 'Delius Swash Caps', cursive;
  /*
        -webkit-transform: rotate(@title-rotation);
        -webkit-transform-origin: 15% 0%;
        -moz-transform: rotate(@title-rotation);
        -ms-transform: rotate(@title-rotation);
        -o-transform: rotate(@title-rotation);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        transform: rotate(@title-rotation);
        transform-origin: 15% 0%;
        */
  margin: 0;
  margin-top: 10px;
  margin-left: 20px;
  padding: 0;
}
.banner h1 a {
  color: #7d3855;
}
.banner h2 {
  color: #44235a;
  margin: 0;
  margin-left: 20px;
  padding: 0;
}
.banner div.contact p {
  right: 0;
}
.banner a {
  color: #44235a;
}
h3 {
  font-family: 'Allerta', sans-serif;
  color: #613280;
}
/*p {
    margin: 0;
    padding: 0;
}*/

div {
  font-family: 'Quattrocento', serif;
}
div div {
  font-family: 'Allerta', sans-serif;
}
.custom-restricted {
}
div.navbar {
  border: 1px solid #613280;
  border-radius: 4px;
  padding: 0;
  width: 100%;
  background-repeat: repeat-x;
  /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #e276a8 0%, #f6d5de 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e276a8), color-stop(100%, #f6d5de));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #e276a8 0%, #f6d5de 100%);
  /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #e276a8 0 pinknavbar-gradient-stop 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #e276a8 0%, #f6d5de 100%);
  /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@navbar-gradient-start', endColorstr='@navbar-gradient-stop', GradientType=0);
  /* IE6-9 */
  background-image: linear-gradient(top, #e276a8 0%, #f6d5de 100%);
  /* W3C */
  text-align: center;

}
div.navbar > div > a {
  font-family: 'Quattrocento', serif;
  font-size: 120%;
  aborder-right: 1px solid #613280;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  color: #613280;
}
div.navbar > div:first-child > a {
  border-left: 0;
  border-radius: 5px 0 0 5px;
}
div.navbar > div:last-child > a {
  border-right: 0;
  border-radius: 0 5px 5px 0;
}
div.navbar > div.active {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45) inset;
}
a {
  text-decoration: none;
}
div.box-area {
  overflow: auto;
  padding: 0;
  margin: 0 auto;
}
div.box-area div.box {
  background-color: #270307;
  padding: 0;
  padding: 0 0 10px 0;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 30px;
  border-radius: 5px 5px 5px 5px;
  background-repeat: repeat-x;
  /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #270307 0%, #721b26 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #270307), color-stop(100%, #721b26));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #270307 0%, #721b26 100%);
  /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #270307 0 pinksite-gradient-stop 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #270307 0%, #721b26 100%);
  /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@site-gradient-start', endColorstr='@site-gradient-stop', GradientType=0);
  /* IE6-9 */
  background-image: linear-gradient(top, #270307 0%, #721b26 100%);
  /* W3C */
    text-align:center;

}
div.box-area div.box h3 {
  text-align: center;
  color: #e1e1e1;
  font-family: 'Quattrocento', serif;
  margin: 0;
}
div.box-area div.box a {
  margin: 0 auto;
  padding: 0;
}
div.box-area div.box img {
    margin: 0 auto;
  overflow: hidden;
  amargin: 5px;
  max-height: 150px;
  amax-width: 190px;
}
div.box-area div.box span {
  display: block;
  height: 20px;
}
div.tag-selector-area ul.tag-selector {
  border: 1px solid #44235a;
  border-radius: 5px 5px 5px 5px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
div.tag-selector-area ul.tag-selector:before ul.tag-selector:after {
  display: table;
}
div.tag-selector-area ul.tag-selector li {
  display: table-cell;
  width: 1%;
}
div.tag-selector-area ul.tag-selector > li > a {
  font-family: 'Quattrocento', serif;
  font-size: 120%;
  border-left: 1px solid white;
  border-right: 1px solid #613280;
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  color: #613280;
}
div.tag-selector-area ul.tag-selector > li:first-child > a {
  border-left: 0;
  border-radius: 5px 0 0 5px;
}
div.tag-selector-area ul.tag-selector > li:last-child > a {
  border-right: 0;
  border-radius: 0 5px 5px 0;
}
div.tag-selector-area ul.tag-selector > li.active {
  background-color: #e276a8;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15) inset;
}
#fair-area {
  text-align: center;
}
#fair-area p {
  color: #44235a;
  margin-bottom: 20px;
}
#fair-area h2 {
  color: #44235a;
  margin: 0;
  margin-left: 20px;
  padding: 0;
}
#fair-area h3 {
  color: #44235a;
  margin: 0;
  margin-top: 20px;
  margin-left: 20px;
  padding: 0;
}
#fair-area pre {
  color: #44235a;
  margin-left: 20px;
  margin: 0;
  padding: 0;
}
footer {
  margin-top: 40px;
  padding-bottom: 20px;
}
footer p {
  text-align: center;
  padding: 0;
  margin: 0;
}
footer p a {
  font-weight: bold;
  color: #613280;
}
    

.banner {
    abackground: transparent url('http://24.media.tumblr.com/ccb268832580ac12951828a1c179de69/tumblr_mo2xbk8JUK1st5lhmo1_1280.jpg') 0 0 no-repeat fixed;
    text-align: center;
    background-size: cover;
    afilter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://24.media.tumblr.com/ccb268832580ac12951828a1c179de69/tumblr_mo2xbk8JUK1st5lhmo1_1280.jpg', sizingMethod='scale');

    height: 100px;
    width: 100%;
    margin-bottom: 2em;
    display: table;
}

    .banner-head {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
        font-size: 2em;
        color: white;
        font-weight: 500;
        text-shadow: 0 1px 1px black;
    }