/* Style CSS for lewes5elementacupuncture.co.uk */

@import url(https://fonts.googleapis.com/css?family=Exo+2:400,600,700);

html {
  height: 100%;
}

body {
  background-color: #FFF;
  color: #202020;

  height: 100%;
  margin: 0;


  background-image: url('/images/FigureBG.png');
  background-repeat: no-repeat;
  background-position: top center;
}

.break {
    float: none;
    clear: both;
}

#wip {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    z-index: 100;

    background-image: url('/images/WIP.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#center {
    width: 900px;
    height: 100%;

    margin: 0 auto;

    padding-top: 25px;

    position: relative;
}

#header h1 {
  color: #339933;

  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-size: 56px;
  font-weight: normal;
}

#main {
}

#menu {
  border-style: double;
  border-color: #202020;

  border-width: 6px 0px 6px 0px;

  padding-left: 8px;
  margin-bottom: 12px;
}

#menu ul {
  list-style: none;
  
  margin: 0;
  padding: 0;
}

#menu ul li {
  float: left;
  font-family: 'Exo 2', serif;

  margin-right: 35px;
}

#menu a {
  line-height: 32px;

  text-decoration: none;
  color: #387a38;
  font-size: 24px;
  font-weight: normal;
}

#menu a:hover {
  color: #202020;
}

#menu ul li.last {
  float: none;
}


#content {
}

#content div.left-content {
  width: 445px;
  float: left;
}

#content div.right-content {
  width: 445px;
  float: none;
  margin-left: 455px;
}

#content div.side {
  float: right; 

  width: 250px;
  margin-right: 4px;

  background-repeat: no-repeat;
}
#content div.with-side {
  width: 640px;
}


#content p,h2,h3,table {
  padding: 0px 8px;
  margin: 0;
}

#content h2, #content h3 {
  font-family: 'Exo 2', sans-serif;
  font-weight: normal;

  color: #387a38;
}

#content h2 {
  border-style: solid;
  border-color: #202020;

  border-width: 2px 0px 2px 0px;

  margin-top: 25px;
  line-height: 30px;
}

#content h3 {
  font-size: 18px;

  border-style: solid;
  border-color: #202020;

  border-width: 2px 0px 0px 0px;

  margin-top: 10px;
  line-height: 28px;
}

#content p {
  padding-top: 10px;
  padding-bottom: 10px;

  text-align: justify;
  line-height: 150%;
  font-weight: 400;
}

#content a {
  color: #00387A;
  text-decoration: underline;
}
#content a:hover {
  text-decoration: none;
}

#content ul {
  line-height: 150%;
  font-weight: bold;
}

#content table {
  width: 100%;
}

#content table th {
  font-size: 14px; 
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;

  border-style: solid;
  border-color: #202020;
  border-width: 1px 0px 0px 0px;
}

#content .map-frame {
  width: 900px;
  height: 300px;
}

#content img.wide {
  padding-top: 10px;
}

#footer {
  padding: 0px 8px;
  
  line-height: 20px;
  font-size: 10px;
  
  border-style: solid;
  border-color: #202020;
  border-width: 2px 0px 0px 0px;
}
