/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
  background: #000;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Basic */
body {
  color: #000;
  font-family: Georgia, Times, 'Times New Roman' , serif;
  line-height: 1.5;
  margin: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}
ul, ol {
  margin: 0 1.5em 1.5em;
}
ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}
li ul, li ol {
  margin: 0 1.5em;
}
dl dd {
  margin-left: 1.5em;
}
abbr, acronym {
  border-bottom: 1px dotted #000;
}
address {
  font-style: italic;
  margin-top: 1.5em;
}
a {
  color: #1675bb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  border-left: 4px solid #ccc;
  font-family: Georgia, 'Times New Roman' , serif;
  font-size: 1.2em;
  margin: 1.5em;
  padding-left: 1em;
}
blockquote cite {
  font-size: .9em;
}
em, dfn {
  font-style: italic;
}
pre, code {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font-family: consolas, monospace;
}
tt {
  display: block;
  margin: 1.5em 0;
}
sup, sub {
  font-size: .875em;
  line-height: 1.875em;
  margin-bottom: 1.875em;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
table {
  border: 1px solid #bbb;
  margin-bottom: 1.4em;
  width: 100%;
}
th, td {
  padding: .2em 1em;
  text-align: left;
}
thead th {
  background: #bbb;
  border-bottom: 2px solid #888;
  padding: .4em 1em .2em;
}
tbody th, tbody td {
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
tbody tr.alt th, tbody tr.alt td {
  background: #eee;
}
tfoot th, tfoot td {
  background: #eee;
  border-top: 2px solid #666;
}
tfoot tr.total th, tfoot tr.total td {
  border-top: 6px double #666;
}
tfoot tr.total th {
  text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, dl dt, strong, dfn {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS';
}
p, dl {
  margin: 0 0 1.5em;
}
del {
  color: #000;
}

/* Layout */
#nav {
  font-weight: bold;
  text-align:center;
  position:absolute;
  bottom:5px;
  z-index:1234;
}
#nav .col {
}
#side h3 {
  font-size: 1em;
}
.simple #main {
  width: 920px;
  padding-left: 20px;
}

.box {
  background: #ecefef;
  border: 1px solid #dadfe2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
.byline, .meta {
  color: #777;
  font-size: .9em;
  margin-top: 0;
}
a.selected {
  text-decoration: none;
  color: #414141;
}

/* Forms */
.field {
  padding: 0 0 10px 0;
}
.field label {
  display: block;
}
.field.error .info {
  color: #d00;
}
.field.required label:after {
  content: ' *';
}
.field input, .field textarea {
  font-family: Georgia, Times, 'Times New Roman' , serif;
}

/* Comments */
.comment {
  font-size: .9em;
  margin: 10px 0;
  padding: 10px;
  background: #ecefef;
}
.comment p {
  margin-bottom: 0;
}
.comment.rejected {
  color: #d00;
}
#comment-form {
  margin-top: 20px;
}
#comment-form fieldset {
  background: #ecefef;
  padding: 10px;
  margin-top: 10px;
}
#comment-form .info {
  font-size: .9em;
}
#comment-form .field input {
  width: 40%;
}
#comment-form .field textarea {
  width: 80%;
  height: 200px;
}

/* Menu */
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  
}
.menu ul li ul {
  margin: 0 0 0 1em;
  padding: 0;
}

#nav .menu {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS';
}

#nav .menu li {
  display:inline-block;
  *display: inline;
  padding: 0;
}
#nav .menu li.selected {

}
#nav a {
  /*display: block;*/
  padding: 0 15px 0 15px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-family: arial, Tahoma;
  font-weight:bold;
  text-transform:uppercase;
}
#nav a:hover {
  color: #c3c3c3;
}
#nav li.selected a {
  text-decoration: underline;
  color: #fff;
}

/* Tag cloud */
.tagcloud {
  line-height: normal;
}

/* Archive */
.archive ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Search result */
.result ol {
  list-style: none;
  margin: 20px 0 0 0;
}



/* Forms */
ul.form {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.form li {
  padding-bottom: 10px;
  border: 1px solid #fff;
  position: relative;
  clear: both;
  width: 90%;
}
ul.form li p {
  margin: 0;
}
ul.form li div.group label {
  display: inline !important;
}

ul.form li div.text p {
  margin: 0 0 1.5em;
}
ul.form li.formtwo1 {
  width: 45%;
  float: left;
  clear: left !important;
}
ul.form li.formtwo2 {
  width: 45%;
  float: left;
  clear: none !important;
}
ul.form li.formthree1 {
  width: 30%;
  float: left;
  clear: left !important;
}
ul.form li.formthree2 {
  width: 30%;
  float: left;
  clear: none !important;
}
ul.form li.formthree3 {
  width: 30%;
  float: left;
  clear: none !important;
}
.form.topLabel .field label {
  display: block;
}
.form.leftLabel .field label {
  float: left !important;
  width: 150px !important;
  margin-right: 10px !important;
}
.form.rightLabel .field label {
  float: left !important;
  width: 150px !important;
  margin-right: 10px !important;
  text-align: right !important;
}
ul.form .field.required label:after {
  content: ' *';
}
ul.form li span.checkbox label {
  float: none;
  display: inline !important;
  width: auto;
}
ul.form li input.date {
  width: 100px;
  margin-right: 5px;
}
ul.form li input.time {
  width: 60px;
}
ul.form li.textboxsmall input {
  width: 100px;
}
ul.form li.textboxmedium input {
  width: 200px;
}
ul.form li.textboxlarge input {
  width: 400px;
}
ul.form li.textboxsmall textarea {
  width: 200px;
  height: 100px;
}
ul.form li.textboxmedium textarea {
  width: 400px;
  height: 150px;
}
ul.form li.textboxlarge textarea {
  width: 600px;
  height: 200px;
}
ul.form li.selectsmall select {
  width: 100px;
}
ul.form li.selectmedium select {
  width: 200px;
}
ul.form li.selectlarge select {
  width: 400px;
}
