/* Start of CMSMS style sheet 'LotFP New Style (large background image)' */
* { margin: 0; padding: 0; }

body {
  font: normal 12px/18px Verdana, sans-serif;
  font-weight: normal;
  text-align: left;
  background:
    url(uploads/images/lotfp-style/psychedelic_header-min.jpg) top center no-repeat,   
    url(uploads/images/lotfp-style/psychedelic_background-min.jpg) center 0px repeat-y, 
    black;
  color: black;
}

h1 {
  font: italic 16px/20px "Trebuchet MS", sans-serif;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 8px;
  clear: both;
}

h2 { font: bold 14px/18px "Trebuchet MS", sans-serif; clear: both; }

h3 { font: italic 12px/16px "Trebuchet MS", sans-serif; clear: both; }

p { margin: 0;}

div#content p:first-child,
div#content h2:first-child { margin-top: 29px;}

p + p,
p + ul,
p + ol,
p + hr,
p + pre,
p + form,
p + table,
p + blockquote { margin-top: 16px; }

p + h1,
ul + h1,
ol + h1,
hr + h1,
pre + h1,
form + h1,
table + h1,
blockquote + h1 { margin-top: 32px; }

p + h2,
ul + h2,
ol + h2,
hr + h2,
pre + h2,
form + h2,
table + h2,
blockquote + h2 { margin-top: 24px; }

p + h3,
ul + h3,
ol + h3,
hr + h3,
pre + h3,
form + h3,
table + h3,
blockquote + h3 { margin-top: 18px; }

h1 + p,
h1 + ul,
h1 + ol,
h1 + hr,
h1 + pre,
h1 + form,
h1 + table,
h1 + blockquote { margin-top: 8px; }

h2 + p,
h2 + ul,
h2 + ol,
h2 + hr,
h2 + pre,
h2 + form,
h2 + table,
h2 + blockquote { margin-top: 8px; }

h3 + p,
h3 + ul,
h3 + ol,
h3 + hr,
h3 + pre,
h3 + form,
h3 + table,
h3 + blockquote { margin-top: 8px; }

ul + p,
ul + ul,
ul + ol,
ul + hr,
ul + pre,
ul + form,
ul + table,
ul + blockquote { margin-top: 16px; }

ol + p,
ol + ul,
ol + ol,
ol + hr,
ol + pre,
ol + form,
ol + table,
ol + blockquote { margin-top: 16px; }

hr + p,
hr + ul,
hr + ol,
hr + hr,
hr + pre,
hr + form,
hr + table,
hr + blockquote { margin-top: 16px; }

pre + p,
pre + ul,
pre + ol,
pre + hr,
pre + pre,
pre + form,
pre + table,
pre + blockquote { margin-top: 16px; }

form + p,
form + ul,
form + ol,
form + hr,
form + pre,
form + form,
form + table,
form + blockquote { margin-top: 16px; }

table + p,
table + ul,
table + ol,
table + hr,
table + pre,
table + form,
table + table,
table + blockquote { margin-top: 16px; }

blockquote + p,
blockquote + ul,
blockquote + ol,
blockquote + hr,
blockquote + pre,
blockquote + form,
blockquote + table,
blockquote + blockquote { margin-top: 16px; }

ul, ol { padding-left: 32px; }

blockquote { padding-left: 32px; }

hr {
  border: none; text-align: left;
  color: black; background-color: black;
  height: 1px; width: 95%;
  margin-left: 0; margin-right: auto;
}

a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

a:hover { text-decoration: none; }

em, strong { font-weight: bold; font-style: normal; }

img { border: none; }
img.top { vertical-align: top; }
img.middle { vertical-align: middle; }
img.bottom { vertical-align: bottom; }
img.left { float: left; margin: 0 12px 12px 0; }
img.right { float: right; margin: 0 0 12px 12px; }
img.center { margin: 0 auto; }
img.border { border: 1px solid black; }
img.margin { margin: 12px; padding: 0; }
img.nomargin { margin: 0; padding: 0;}

div#page {
  width: 850px; height: 100%;
  margin: 0 auto;
}

div#header {
  width: 100%; height: 335px;
  background: transparent url("uploads/images/lotfp-style/header_alpha.png") bottom left no-repeat;
}

div#header div#title { display: none; }

div#header ul#main_menu { 
  list-style-type: none;
  list-style-position: inside;
  text-align: center;
  padding: 315px 0 0 0;
}

div#header ul#main_menu li { display: inline; }

div#header ul#main_menu li a {
  display:-moz-inline-box;
  display: inline-block;
  color: white;
  background: #141414;
  background: rgba(20, 20, 20, 0.9);
  text-decoration: none;
  padding: 2px 20px 0 20px;
  font-weight: bold;
}

div#header ul#main_menu li a.menuactive {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  color: black;
}

div#header ul#main_menu li a:hover {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  color: black;
}

div#main {
  width: 850px; overflow: hidden;
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

div#main div#top {
  width: 850px; height: 10px;
}

div#main div#content {
  width: 850px; min-height: 420px; height: auto !important; height: 420px;
  padding: 30px 40px 0px 40px;
  overflow: hidden;
}

div#main div#content div#banner {
  width: 670px; height: 64px;
  clear: both; overflow: hidden;
  padding-bottom: 30px;
  text-align: center;
}

div#main div#content div#banner img { border: 2px solid black; }

div#main div#content div#left {
  width: 490px;
  float: left;
  margin: 0 40px 20px 0;
}

div#main div#content div#right {
  width: 240px;
  float: left;
  margin: 0 0 320px 0;
}

div#main div#content div#single { width: 770px; }

div#main div#bottom {
  width: 850px; height: 10px;
}

div#footer {
  width: 830px;
  padding: 10px 10px;
  font-size: 9px;
  text-align: center;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 60px;
}

.smallprint { font-size: 9px; }
h2.waydown { padding-top: 189px; }
/* End of 'LotFP New Style (large background image)' */

