/* $Id: style.css,v 1.2.2.23 2008/05/09 18:22:16 hswong3i Exp $ */

/**
 * project: interactive media (free css template)
 * author: luka cvrk (www.solucija.com)
 */

html {
  direction: ltr; /* LTR */
}

/**
 * HTML elements
 */
body {
  direction: ltr; /* LTR */
  color: #555;
  background: #FFF;
  font-size: 72.5%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  text-align: left; /* LTR */
  margin: 0 auto;
  padding: 0;
}
body.two-sidebars {
  min-width: 980px;
}
body.no-sidebars,
body.sidebar-left,
body.sidebar-right {
  min-width: 760px;
}
a {
  color: #007898;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px dotted #CCC;
  color: #808080;
}
h1 {
  font-size: 2.1em;
  font-weight: bold;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
h4 {
  font-size: 1em;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6,
p, pre, blockquote, label,
fieldset, address {
  margin: .75em 0;
}
img {
  border: none;
}
pre {
  background: #CCC;
  border: 1px solid #DDD;
  font-size: 12px;
  padding: .75em 1.5em;
}
textarea {
  width: 100%;
}
fieldset {
  padding: .5em;
  border: 1px solid #CCC;
}
fieldset a,
fieldset a:hover {
  border: none;
}
table {
  font-size: 1em;
  width: 100%;
}
thead th {
  color: #494949;
  font-weight: bold;
}
th a:link, th a:visited {
  color: #6F9DBD;
}
td, th {
  padding: .3em .5em;
}
tr.even, tr.odd, tbody th {
  border-width: 1px 0;
}
tr.odd, tr.info {
  background-color: #F5F5F5;
}
tr.even {
  background-color: #FFF;
}
tr.drag {
  background-color: #FFFFF0;
}
tr.drag-previous {
  background-color: #FFD;
}
tr.odd td.active {
  background-color: #DDECF5;
}
tr.even td.active {
  background-color: #E6F1F7;
}
blockquote {
  margin: 20px 0;
  padding: 0 0 0 24px; /* LTR */
  background: url(images/blockquote.png) left top no-repeat; /* LTR */
  border: none;
}

/**
 * Page layout blocks / IDs
 */
#header-region, #header,
#wrapper, #center, #footer,
#breadcrumb, #mission {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
#wrapper {
  background: #FFF url(images/body.png) repeat-x top left;
}
#wrapper #container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
}
.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #007898;
  text-align: center;
  font-size: 1.2em;
}
#header-region {
  color: #808080;
  background: #181818;
}
#header-region .block-region {
  display: block;
  margin: 10px;
  padding: .5em;
}
#header {
  color: #768998;
  height: 92px;
}
#header #logo img {
  float: left; /* LTR */
  margin: 10px 10px 0 0; /* LTR */
}
#header #slogan-floater {
  float: left; /* LTR */
  margin: 26px 0 0;
  padding: 0;
}
#header #slogan-floater h1.site-name {
  float: left; /* LTR */
  margin: 0 0 10px;
  letter-spacing: 1px;
  font-size: 2em;
}
#header #slogan-floater h1.site-name a {
  color: #FFF;
  border-bottom: 1px dotted #CCC;
}
#header #slogan-floater h1.site-name a:hover {
  color: #FFFCB3;
  border-bottom: 1px solid #CCC;
}
#header #slogan-floater .site-slogan {
  float: left; /* LTR */
  clear: both;
}
#header ul.primary-links {
  float: right; /* LTR */
  list-style: none;
  text-align: center;
  vertical-align: text-bottom;
  margin: 46px 0 0;
  padding: 0;
}
#header ul.primary-links li {
  float: left; /* LTR */
  height: 46px;
  line-height: 46px;
  font-size: 1.1em;
  list-style: none;
  margin: 0 2px;
  padding: 0;
}
#header ul.primary-links li a {
  display: block;
  color: #768998;
  border: none;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0 12px;
}
#header ul.primary-links li a:first-letter {
  border-bottom: 1px dotted #4B5761;
  padding: 0 0 3px;
}
#header ul.primary-links li a:hover,
#header ul.primary-links li a.active {
  color: #FFF;
  background: url(images/bg-navigation-item-hover.png) no-repeat bottom center;
}
#search-theme-form {
  margin: 0 0 10px;
}
#search-theme-form label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#breadcrumb {
  height: 24px;
  font-size: 1em;
}
.breadcrumb {
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.breadcrumb a {
  color: #768998;
  border: none;
}
.breadcrumb a:hover {
  color: #FFF;
  border: none;
}
.messages {
  border: 1px solid #CCC;
  margin: 10px 0;
  padding: .5em;
}
.error {
  border-color: red;
}
#center {
  padding: 40px 0 0;
}
#center h1.title {
  font-size: 2.1em;
}
#center h2.title {
  font-size: 2.1em;
}
#center h3.title {
  font-size: 1.5em;
}
#center h1.title,
#center h2.title,
#center h3.title {
  display: inline;
  font-family: "Trebuchet MS", Arial;
  font-weight: normal;
  line-height: 1.2em;
  color: #121212;
  letter-spacing: -1px;
  background: url(images/bg-content-title.png) repeat-x bottom;
}
#center h1.title a, #center h1.title a:hover,
#center h2.title a, #center h2.title a:hover,
#center h3.title a, #center h3.title a:hover {
  color: #121212;
  border: none;
  font-weight: normal;
}
body.sidebar-left #center {
  margin-left: -290px;
}
body.sidebar-right #center {
  margin-right: -290px;
}
body.two-sidebars #center {
  margin: 0 -290px;
}
body.sidebar-left #squeeze {
  margin-left: 290px;
}
body.sidebar-right #squeeze {
  margin-right: 290px;
}
body.two-sidebars #squeeze {
  margin: 0 290px;
}
body.no-sidebars #center #squeeze,
body.sidebar-left #center #squeeze {
  padding-right: 0;
}
body.no-sidebars #center #squeeze,
body.sidebar-right #center #squeeze {
  padding-left: 0;
}
#sidebar-left {
  margin-right: 60px;
}
#sidebar-right {
  margin-left: 60px;
}
.sidebar .block {
  margin: 0 0 10px;
}
.sidebar {
  width: 230px;
  float: left;
  padding: 40px 0 0;
  z-index: 2;
  position: relative;
}
.sidebar .block {
  margin: 0 0 10px;
  padding: 0;
}
.sidebar .block .content {
  padding: 0 5px;
}
.sidebar .block h2 {
  height: 26px;
  color: #FFF;
  background: #FFF url(images/bg-block-title.png) repeat-x top left;
  border-bottom: 2px solid #000;
  font-size: 1.2em;
  font-family: "Trebuchet MS", Arial;
  font-weight: bold;
  line-height: 26px;
  text-align: left; /* LTR */
  margin: 0 0 5px;
  padding: 0 10px;
}
#footer {
  color: #808080;
  border-top: 1px solid #CCC;
  text-align: center;
  line-height: 2.5em;
  margin: 20px 0 0;
}

/**
 * Styling from K2
 */
.comment-new h3.title {
  float: left; /* LTR */
  background: url(images/new.png) right center no-repeat; /* LTR */
  padding: 2px 20px 2px 0; /* LTR */
}
.meta,
.meta * {
  font-weight: normal;
  line-height: 20px;
  margin: .2em 0 0;
  padding: 0;
}
.meta {
  color: #AAA;
}
.meta .editlink {
  float: right; /* LTR */
  width: 16px;
  height: 16px;
  background: url(images/pencil.png) center center no-repeat; /* LTR */
  padding: 2px;
}
.meta .submitted {
  background: url(images/date.png) left center no-repeat; /* LTR */
  font-size: 1em;
  padding: 0 0 0 18px; /* LTR */
}
.meta .terms ul.links li {
  background: url(images/tag_blue.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.blog_usernames_blog {
  background: url(images/user.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.book_add_child {
  background: url(images/book.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.book_printer {
  background: url(images/printer.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_forbidden {
  background: url(images/comment.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_new_comments,
ul.links li.comment_reply,
ul.links li.comment_add {
  background: url(images/comment_add.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_delete {
  background: url(images/comment_delete.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_edit {
  background: url(images/comment_edit.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_comments {
  background: url(images/comments.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.node_read_more {
  background: url(images/page_white_text.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.statistics_counter {
  background: url(images/chart_curve.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.upload_attachments {
  background: url(images/disk.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
#user-login-form li.openid-link,
#user-login li.openid-link {
  background-position: left center; /* LTR */
  margin: 0;
  padding: 2px 0 2px 18px; /* LTR */
}
.sidebar ul, .sidebar ol {
  margin: 5px 0 0;
  padding: 0;
}
.sidebar ol {
  margin: 0 0 0 15px; /* LTR */
}
.sidebar ul li, .sidebar ol li {
  margin: 0;
  padding: 1px 0;
}
.sidebar ul li {
  list-style-type: none;
  list-style-image: none;
}
.sidebar ul li.expanded {
  list-style-type: circle;
  list-style-image: url(images/menu-expanded.gif);
  padding: .1em .5em .1em 0; /* LTR */
  margin: 0 0 0 1.5em; /* LTR */
}
.sidebar ul li.collapsed {
  list-style-type: disc;
  list-style-image: url(images/menu-collapsed.gif); /* LTR */
  padding: .1em .5em .1em 0; /* LTR */
  margin: 0 0 0 1.5em; /* LTR */
}
.sidebar ul li.leaf {
  list-style-type: square;
  list-style-image: url(images/menu-leaf.gif);
  padding: .1em .5em .1em 0; /* LTR */
  margin: 0 0 0 1.5em; /* LTR */
}

/**
 * Common declarations for child classes of node, comment, block, box, etc.
 * If you want any of them styled differently for a specific parent, add
 * additional rules /with only the differing properties!/ to .parent .class.
 * See .comment .title for an example.
 */
.title, .title a {
  font-weight: bold;
  color: #000;
  margin: 0 auto; /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: .8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: normal;
}
ul.links li {
  font-size: 1em;
  line-height: 20px;
  margin: 0 1em 0 0; /* LTR */
  padding: 0;
}
.sticky {
  padding: .5em;
  border: 1px solid #CCC;
}
.tabs {
  margin: 10px 0;
}
.box {
  margin: 30px 0;
}
.node {
  margin: 0 0 30px;
}
.node .taxonomy {
  color: #999;
  font-size: .8em;
  padding: 1.5em;
}
.node .picture {
  border: none;
  float: right; /* LTR */
  margin: 0 0 .5em .5em; /* LTR */
}
.comment {
  border: 1px solid #CCC;
  margin: 1em 0 0;
  padding: .5em;
}
.comment .picture {
  border: none;
  float: right; /* LTR */
  margin: 0 0 .5em .5em; /* LTR */
}
