/* Reflection CSS Defaults */

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

/* Set some defaults for all tags */

h1 { font-size: 1.75em; }
h2 { font-size: 1.40em; }
h3 { font-size: 1.25em; }

h1 {
  margin-top: 0;
}

img {
  border: 0;
}

/* Page-specific IDs */

#site_name a {
  text-decoration: none;
}

#site_menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

#site_menu ul li {
  padding: 5px;
}

#site_menu ul li a {
  text-decoration: none;
  color: #00f;
  font-weight: bold;
}

#site_menu ul li a:hover {
  text-decoration: underline;
}

#user_menu {
  font-size: 76%;
}

#user_menu ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 20px;
}

#footer {
  position: center;
  width: 75%;
  margin: 2em auto 0 auto;
  text-align: center;
  font-size: x-small;
}


.admin_links {
  float: right;
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 5px;
  font-size: 0.8em;
}

.admin_links img { 
  vertical-align: middle;
  padding: 3px 0;
}

.breadcrumbs {
  font-size: 0.8em;
  margin-bottom: .5em;
}

.error {
  border-color: red;
}

.site_slogan {
  font-size: 0.8em;
  font-weight: bold;
}

/************************/
/* General Node Classes */
/************************/

.title {
  font-weight: bold;
}

.content {
  padding: 5px;
}

.table_form {
  border: 0;
}

.table_form th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.table_form .required { 
  font-weight: bold;
}

.tabulate {
  margin-bottom: 1em;
}

.comments { 
  border-top: 1px dotted #999;
  margin-top: -15px;
  padding-top: 3px;
}

.comments .comment_count { 
  font-weight: bold;
}

.comments .comment {
  border: 1px solid #999;
  padding: 10px;
  margin: 10px 0;
}

.comments .comment .title {
  font-size: 140%;
}

.comments .comment .by_line {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 74%;
  color: #999;
  padding-bottom: 10px;
}

/*************************/
/* Specific Node Classes */
/*************************/

/* Blog */

.blog {
  font-family: Times, Times New Roman, serif;
  font-size: small;
}

.blog h2.date_header {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 90%;
  margin: 0;
  padding: 0;
}

.post {
  margin: 8px 0 24px 0;
  line-height: 1.5em;
}

.post .title {
  font-weight: normal;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

.post .body {
  margin: 0 0 .6em 0;
}

.post .footer {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 74%;
  border-top: 1px dotted #999;
  color: #999;
  padding-top: 6px;
}

/* Gallery */

div.gallery, table.gallery {
  margin: 0 auto 0 auto;
  border: 0;
  width: 95%;
}

/* TinyMCE Styles */

.boxed {
  border: 1px solid #999;
}

.reverse { 
  background-color: #369;
  color: #fff;
}

.shaded { 
  background-color: #eee;
}
