* {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: small;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Arial';
  line-height: 200%;
}
ul.menu, ul.menu ul {
  list-style-type: none;
  margin-left: 1em;
}
.date {
  text-align: right;
  display: block;
  margin-bottom: 3px;
  color: #888;
  font-style: italic;
}
div.content-info {
  display: block;
  text-align: right;
  height: auto;
}
div.content-info span {
  margin-left: 5px;
  margin-right: 5px;
}
div.content-info a {
  white-space: nowrap;
}
span.content-tags {
  text-align: left;
  display: block;
} 
a img {
  border: none;
}
.block-center {
  text-align: center;
}
.block-left {
  text-align: left;
}
.block-right {
  text-align: right;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.photo {
  font-size: x-small;
}
.photo span {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
}
.float-right img {
  padding-left: 1em;
  padding-right: 0px;
}
.float-left img {
  padding-left: 0px;
  padding-right: 1em;
}
ol.item-list {
  padding-left: 40px;
  list-style-type: lower-roman;
}
ol.item-list li.item {
  padding: 5px;
  margin: 5px;
}
ul.item-list {
  margin-left: 0px;
  list-style-type: none;
}
ul.item-list li.item {
  margin-left: 2em;
}
ul.item-list li.tiny {
  margin-left: 0.5em;
  line-height: normal;
  margin-bottom: 0.8em;
}
ul.details {
  margin-left: 1em;
  list-style-type: none;
  font-family: monotype;
  font-size: small;
}
ul.action-list-inline {
  list-style: none;
  overflow: hidden;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.action-list img,
ul.action-list a,
ul.action-list a:link,
ul.action-list a:visited,
ul.action-list a:hover,
ul.action-list-inline a,
ul.action-list-inline a:link,
ul.action-list-inline a:visited,
ul.action-list-inline a:hover {
  margin: 0px;
  padding: 0px;
  display: inline;
}
ul.action-list-inline li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  white-space: nowrap;
  list-style: none;
}
#content .action-list-inline li {
  background-image: none;
  list-style: none;
}
ul.action-list {
  margin-left: 1em;  
  font-weight: lighter;
  border: none;
  list-style: none;
}
ul.action-list li, ul.action-list-inline li {
  list-style: none;
}
ul.action-list-inline li img,
ul.action-list li img {
  vertical-align: middle;
}
form {
  text-align: left;
}
label {
  display: block;
  margin-bottom: 0.5em;
}
label input, label textarea, label select {
  display: block;
  margin-left: 0px;
}
/*
fieldset label input, fieldset label textarea, fieldset label select {
  margin-left: 10px;
}
*/
label span {
  white-space: nowrap;
  font-weight: lighter;
  cursor: pointer;
}
label span input {
  display: inline;
  cursor: pointer;
}
label span input {
  border: none;
}
label span input {
  margin-left: 0px;
}
.buttons {
  display: block;
  text-align: right;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.5em;
}
fieldset {
  padding: 8px;
  margin: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
fieldset legend {
  font-size: 1.1em;
}
.panel {
  overflow: auto;
}
.panel-section {
  padding-bottom: 5%;
}
.panel-icon {
  display: block;
  overflow: auto;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 10px;
  padding-left: 60px;
  text-align: left;
}
.panel-icon img {
  float: left;
  margin:  3px;
  margin-left: -50px;
}
.panel-icon h4 {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
/*
pre {
  line-height: 0.9em;
  font-family: monaco, monotype;
  font-size: 0.8em;
  padding: 0.8em;
  margin: 1em;
  overflow: auto;
}
*/
hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-top: 8px;
  margin-bottom: 8px;
}
blockquote {
  font-family: 'Georgia', 'Times New Roman', sans-serif;
  overflow: visible;
  margin: 1.2em;
  padding: 5px;
}
.content-preview {
  width: 80%;
  float: left;
}
.ranking {
  display: block;
  height: 16px;
  cursor: pointer;
}
.pager {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pager a {
  padding: 2px;
  margin: 2px;
}
.order-by {
  height: 55px;
}
.order-by label {
  width: 30%;
  float: left;
}
.order-by .buttons {
  width: 30%;
  float: left;
  text-align: right;
}
.debug {
  clear: both;
  background: #f0f0f0;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 8px;
}
.debug .sql {
  background: #fff;
  font-family: "Monaco", monotype;
  border: 1px solid #ddd;
  color: #000;
  padding: 3px;
  margin: 2px;
  overflow: auto;
}
.debug .sql ul {
  list-style-type: none;
}
.debug .sql ul li {
  display: block;
  width: 33%;
  float: left;
}
.debug .error {
  color: red;
  font-weight: bold;
}
.inline {
  overflow: auto;
}
.inline label {
  width: 33%;
  float: left;
}
.inline label select, .inline label input {
  width: 90%;
}
textarea {
  width: 99%;
}
.has-many label {
  float: left;
  display: block;
  width: 32%;
}
.about img {
  float: left;
  margin: 3px;
  padding: 3px;
  margin-left: -60px;
}
.about {
  margin-left: 70px;
}
h4 .number {
  font-weight: normal;
  color: #888;
  font-size: xx-large;
}
.section-form {
  position: relative;
}
.section-title {
  display: none;
}
.widget-wrapper input, .widget-wrapper select, .widget-wraper textarea {
  width: 98%;
}
.insert-content td {
  vertical-align: top;
}
.insert-content {
  margin-left: auto;
  margin-right: auto;
}
fieldset.toggle label,
fieldset.toggle .wrapper
{
  display: none;
}
.media-browser {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  border-collapse: collapse;;
}
.media-browser th {
  font-size: medium;
  color: #888;
  text-align: center;
  height: 25px;
  background: #eee;
  padding: 0px;
  margin: 0px;
  font-weight: lighter;
}
.media-brower td {
  padding: 0px;
  margin: 0px;

}
.media-browser .path {
  width: 200px;
  background: #eee;
}
.media-browser ul.item-list {
  margin: 0px;
  padding: 0px;
}
.media-browser li.item {
  margin: 0px;
  padding: 0px;
}
.media-browser td.scroll {
  padding-top: 10px;
  height: 370px;
  overflow: auto;
}
.emblems {
  text-align: center;
  line-height: 100%;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
}
.emblems .emblem {
  float: left;
  margin: 5px;
}
.highlight {
  background: #FFFFDA;
}
.m-fileinfo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tagboard-post {
  padding: 2px;
  margin-bottom: 2px;
}
.item-list .item-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.item-list .item-list .item {
  border: 1px solid #eee;
  margin: 5px;
  padding: 5px;
}
.item .position {
  display: none;
}
.item:hover .position {
  display: block;
}
.item:hover .item .position {
  display: none;
}
.item .item:hover .position {
  display: block;
}
li.gallery-item {
  float: left;
  height: 160px;
  overflow: hidden;
  width: 28%;
  text-align: center;
}
li.gallery-item h3 {
  font-size: small;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}
li.gallery-item .description {
  font-size: x-small;
}
.photo-preview {
  margin-left: auto;
  margin-right: auto;
  font-size: x-small;
  text-align: center;
}
.photo-preview img:hover {
  opacity: 0.8;
}
ul.compact-list {
  font-size: small;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.compact-list li {
  padding: 0px;
  margin: 0px;
  padding-bottom: 5px;
}
.grid {
  overflow: auto;
}
.grid .grid-element {
  float: left;
  text-align: center;
  margin: 3px;
}
.debug {
  clear: both;
}
#comments {
  padding-left: 15px;
}
.single-comment {
  margin-bottom: 10px;
  margin-top: 10px;
}
.single-comment .comment-content {
  padding-left: 8px;
}

/* ========== forum =============== */
table.tm-forum {
  width: 100%;
}
table.tm-forum td {
  padding: 4px;
  vertical-align: middle;
}
.tm-forum td a:link {
  font-weight: bold;
}
.tm-forum tbody {
  font-size: x-small;
  color: #666;
}
.tm-forum .subtitle {
  font-size: normal;
  color: #000;
}
.tm-forum .columns td {
  background: #ddd;
  color: #333;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}
.tm-forum .title {
  color: #fff;
  background: #444;
  font-weight: bold;
  font-size: large;
  padding: 4px;
  text-align: left;
}
.tm-forum .title a,
.tm-forum .title a:link,
.tm-forum .title a:visited
{
  color: #fff;
  text-decoration: none;
}
.switch {
  background: #eee;
  padding: 5px;
}
.alt {
  background: #f9f9f9;
  padding: 5px;
}

/* ========== forum =============== */

.tiny-buttons button {
  font-size: x-small;
  border: 1px solid red;
}
label.full-width {
  display: block;
}
label.full-width input {
  width: 99%;
}
ul, ol {
  margin-left: 2.5em;
}
ul li, ol li {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
.post-author {
  font-weight: bold;
}
.meta {
  font-size: small;
  clear: left;
  overflow: hidden;
  letter-spacing: -1px;
}
.meta ul, .meta li, .content .meta ul, .content .meta li, #content .meta ul, #content .meta ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  background-image: none;
}
ul.details, ul.details li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.details {
  padding-left: 1em;
}
.meta ul {
  width: 50%;
}
.meta-left {
  float: left;
}
.meta-right {
  float: right;
  text-align: right;
}
/*
input[type="text"],
input[type="textarea"],
input[type="password"],
select,
textarea
{
  border: 1px solid #aaa;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 2px;
  color: #999999;
  font-weight: lighter;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Tahoma, Verdana, sans-serif;
  font-size: 13px;
}
select {
  padding: 0px;
}
input[type="text"]:hover,
input[type="textarea"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
  color: #000;
}
*/

.buttons button {
  border: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  color: #555;
  cursor: pointer;
  background:  #eee;
  padding: 1px;
  font-size: 1.5em;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Sans';
  text-transform: lowercase;
  font-weight: lighter;
}
.buttons button:hover {
  color: #333;
}
.files {
  overflow: auto;
}
.files .file {
  width: 130px;
  height: 130px;
  float: left;
  text-align: center;
}
optgroup option {
  padding-left: 1em;
}
.object-position label {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
.object-position label:hover {
  background: #f8f8f8;
}
.object-position label img {
  display: block;
  float: left;
  margin: 4px;
  border: 1px solid #aaa;
}
.object-position label input {
  float: right;
}
.media-browser td {
  vertical-align: top;
}
code, span.code, pre {
  background: #eee;
  display: block;
  white-space: pre-wrap;
  overflow: auto;
  padding: 8px;
  margin: 6px;
  font-family: 'Monaco', 'Lucida Sans Mono', 'Andale Mono', 'Courier', 'Courier New', monospace;
  line-height: normal;
  font-size: x-small;
}

blockquote {
  color: #444;
  background: #f3f3f3;
  border: 1px solid #ddd;
  font-style: italic;
}
blockquote a {

}
blockquote .author {
  display: block;
  color: #aaa;
  text-align: right;
  font-style: normal;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
.message,
.error,
.question {
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
.error, .mini-error {
  border: 1px solid #eee;
  background: #FFFADD;
}
.question, .mini-question {
  border: 1px solid #eee;
  background: #FFFADD;
}
.message, .mini-message {
  border: 1px solid #A7C8FF;
  background: #E7EEFF;
}
.mini-message,
.mini-error,
.mini-question {
  color: #000;
  font-size: small;
  padding: 5px;
  margin: 5px;
}
.latex {
  text-align: center;
  display: block;
}
p {
  line-height: 1.8em;
  margin: 0px;
  margin-bottom: 0.8em;
}
table.autotable thead {
  background: #eee;
}
table.autotable td, table.autotable th {
  padding: 2px;
}
table.autotable td {
  border: 1px solid #eee;
}
table.manage {
  margin: 0.5em;
  width: 97%;
  background: #fff;
  font-size: small;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.manage thead th {
  font-weight: lighter;
  font-size: small;
  letter-spacing: -1px;
  padding: 4px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  cursor: pointer;
}
table.manage tbody td {
  padding: 4px;
}
table.manage thead {
  background: #f7f7f7;
  color: #999;
}
h2.title {
  color: #666;
  font-weight: lighter;
  letter-spacing: -1px;
}
h2.title img {
  float: right;
}
table.manage tr.odd {
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
table.manage tr.even {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
input[type="hidden"] {
  display: none;
}
ul.feed-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.feed-list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
  overflow: auto;
}
ul.feed-list li a {
  display: block;
  margin: 0px;
  padding: 0px;
}
ul.feed-list img {
  display: inline;
  margin: 0px;
  padding: 0px;
  border: none;
}



.widget-placement {
  margin: 3px;
  padding: 2px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  background: #f8f8f8;
  border: 1px solid #333;
  min-height: 2em;
  overflow: auto;
}
.move-me {
  padding: 0.5em;
  border: 1px solid #888;
  margin: 2px;
  display: block;
  overflow: auto;
}
.move-me .handler {
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  line-height: 1.2em;
}
.move-me .handler strong {
  font-size: 1.2em;
  display: table-cell;
  margin: 0px;
  padding: 0px;
}

ul.simple {
  margin: 0px;
  padding: 0px;
}
ul.simple li {
  margin: 0px;
  padding: 2px;
}
ul.simple li img {
  vertical-align: middle;
}

ul.no-bullets {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}

ul.no-bullets li {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}

/* duh */
input[type="hidden"] {
  display: none;
}

