/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #663373;
  line-height: 25px;
  text-align: justify;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

h1, h2, h3 {
  margin-top: 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1em;
}

p, ul, ol {
  margin-top: 1.5em;
}

ul, ol {
  margin-left: 3em;
}

blockquote {
  margin-left: 3em;
  margin-right: 3em;
}

a {
  color: #FFFFFF;
}

img { border: 0; }

/** Header Style Starts Here */

#headerb,
#header {
  width: 920px;
  height: 300px;
  margin: 0 auto;
  padding: 0;
  background: url(/images/image01a.jpg) no-repeat left top;
}

#headerb {
  background: url(/images/image01b.jpg) no-repeat left top;
}

#headerb .title, #headerb p,
#header .title, #header p {
  margin: 0;
  text-align: right;
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  color: #FFFFFF;
}

#headerb .title,
#header .title {
  padding: 70px 60px 10px 55px;
  text-transform: lowercase;
  font-size: 50px;
  font-weight: normal;
}

#headerb p,
#header p {
  font-size: 18px;
  padding-right: 60px;
}

#headerb a,
#header a {
  text-decoration: none;
  color: #FFFFFF;
}


/** Menu Style Starts Here */


#menu {
  width: 920px;
  height: 55px;
  margin: 0 auto;
  padding: 0;
  background: url(/images/image02.jpg) no-repeat left top;
}

#menu ul {
  margin: 0;
  list-style: none;
  padding-top: 13px;
  padding-left: 80px;
}

#menu li {
  display: inline;
}

#menu a {
  padding: 0 20px;
  text-decoration: none;
  color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a  {
  padding-left: 0;
}

/** Page Style Starts Here */

#page {
  width: 840px;
  margin: 0 auto;
  padding: 0;
}

#content {
  color: #fff;
  padding: 0 10px 0 10px;
  font-size: 1.1em;
}

#content h1 {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fff;
  text-transform: lowercase;
  font-size: 1.8em;
  font-weight: normal;
  color: #fff;
}

#content h2 {
  margin: 0;
  padding: 10px 0 10px 0;
  text-transform: lowercase;
  font-size: 1.6em;
  font-weight: normal;
  color: #9900ff;
}

#content h3 {
  margin: 0;
  padding: 10px 0 10px 0;
  text-transform: lowercase;
  font-size: 1.4em;
  font-weight: normal;
  font-style: italic;
  color: #9900ff;
}

#content h3,
#content h4,
#content h5,
#content h6 {
  color: #9900ff;
}

#content a { color: #ccc; }

#sidebar {
  float: left;
  width: 260px;
  margin-bottom: 20px;
  background: url(/images/image05.jpg) repeat-y left top;
  color: white;
  text-align: center;
}

#sidebar .bg-top {
  background: url(/images/image04.jpg) no-repeat left top;
}

#sidebar .bg-btm {
  background: url(/images/image06.jpg) no-repeat left bottom;
}


#sidebar h2 {
  margin: 0;
  padding: 20px 0 10px 30px;
  text-transform: lowercase;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}

#sidebar ul {
  margin: 0;
  padding: 0 0 40px 0;
  list-style: none;
}

#sidebar li {
  margin: 0;
  padding: 10px 0px;
  margin: 0 30px;
  border-bottom: 1px #663373 solid;
}
/** Footer Style Starts Here */

#footer {
  width: 920px;
  height: 110px;
  margin: 0 auto;
  padding: 0;
  background: url(/images/image03.jpg) no-repeat left top;
  clear: both;
}

#footer p {
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
  font-size: 11px;
  color: #FFFFFF;
}

#footer a {
  color: #FFFFFF;
}


#wrapper            { width: 550px; float: right; }
#wrapper-top        { width: 550px; background: url(/images/content-top.png) no-repeat; height: 24px; }
#wrapper-mid        { width: 550px; background: url(/images/content-mid.jpg) repeat-y; }
#wrapper-bot        { width: 550px; background: url(/images/content-bot.png) no-repeat; height: 24px; }

#wrapper-wide       { width: 840px; margin: 0 auto; }
#wrapper-wide-top   { width: 840px; background: url(/images/content-wide-top.png) no-repeat; height: 25px; }
#wrapper-wide-mid   { width: 840px; background: url(/images/content-wide-mid.png) repeat-y; }
#wrapper-wide-bot   { width: 840px; background: url(/images/content-wide-bot.png) no-repeat; height: 25px; }

.cell {
  position: relative;
  border:   0px solid #0f0;
  width:    540px;
  height:   100px;
  margin:   10px 0 0 10px;
}

.cellicon {
  position: absolute;
  border:   0px solid #f00;
  top:      0px;
  width:    150px;
  margin:   0;
}
.celltext {
  position: absolute;
  border:   0px solid #00f;
  top:      0px;
  margin:   0 0 0 150px;
  width:    370px;
  line-height: 1.2em;
}

#contactform input          { width: 450px }
#contactform input.button   { width: 100px; }
#contactform textarea       { width: 450px; height: 200px; }
#spammer    { display: none; }

.cleared { clear: both; }

#wikimenu {
  margin: 0;
  float: right;
  font-size: 1.2em;
}

#wikimenu ul {
  margin: 0;
  list-style: none;
  padding-top: 13px;
  padding-left: 80px;
}

#wikimenu li {
  display: inline;
}

#wikimenu a {
  padding: 0 10px;
  text-decoration: none;
  color: #9900ff;
  font-weight:  bold;
}

#wikimenu a:hover {
}

.editform {
  border: 1px solid #9900ff;
  width: 100%;
  padding: 3px;
}

.editform td { padding: 3px; }
.editform td td { padding: 0px; }

.posted { float: right; }

ul#bookside { 
  margin: 20px 0 0px 20px;
  line-height: 1em;
  text-align: left;
}
