/* $Id: style.css,v 1.0.0 2010/01/12 08:00:46 symphonythemes Exp $

/* Margin, Padding, Border Resets
-------------------------------------------------------------- */
html, body, div, span, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
}

img, abbr, acronym {
  border: 0;
}


/* HTML Elements
-------------------------------------------------------------- */
p {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  line-height: 1.2;
}

ul, ol, dd {
  margin-left: 1.5em; 
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

blockquote {
}

hr {
  height: 1px;
  border: 1px solid gray;
}

/* tables */
table {
  border-spacing: 0;
  width: 100%;
}

caption {
  text-align: left;
}

th {
  margin: 0;
  padding: 0 10px 0 0;
}

th.active img {
  display: inline;
}

thead th {
  padding-right: 10px;
}

td {
  margin: 0;
  padding: 3px;
}

/* Remove grid block styles from Drupal's table ".block" class */
td.block {
  border: none;
  float: none;
  margin: 0;
}

/* Maintain light background/dark text on dragged table rows */
tr.drag td,
tr.drag-previous td {
  background: #FFFFDD;
  color: #000;
}


/* Helper Classes
/-------------------------------------------------------------- */
.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* clear floats after last element in a container (also in ie6-fixes.css, ie7-fixes.css) */
.clearfix:after,
.clearfix .inner:after,
.block .inner:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}


/* Grid Layout Basics (specifics in 'gridnn_x.css')
-------------------------------------------------------------- */
/* center page and full rows: override this for left-aligned page */
.st-wrapper,
.row {
  margin: 0 auto;
  overflow: hidden;
}

.row {
  /*overflow: hidden;*/
}

/* full-width row wrapper */
div.full-width {
  width: 100%;
}

/* float, un-center & expand nested rows */
.nested {
  float: left; 
  margin: 0;
  /*overflow: hidden;*/
  width: 100%;
}


/* sidebar layouts */
.sidebars-both-left .content-group {
  float: right; 
}

.sidebars-both-right .sidebar-left {
  float: right; 
}

/* Site Info
-------------------------------------------------------------- */
#st-header-site-info {
  width: auto;
}

#st-site-name,
#st-slogan {
  display: block;
}

#st-site-name a:link,
#st-site-name a:visited,
#st-site-name a:hover,
#st-site-name a:active {
  text-decoration: none;
}

#st-site-name a {
  outline: 0;
}

/* Regions
-------------------------------------------------------------- */

/* Header Regions
-------------------------------------------------------------- */
#st-header-group {
}

/* Content Regions (Main)
-------------------------------------------------------------- */
.node-bottom {
  margin: 1.5em 0 0 0;
}

/*  Clear floats on regions
-------------------------------------------------------------- */
#st-header-top-wrapper,
#st-header-group-wrapper,
#st-header-bottom-wrapper,
#st-main-wrapper,
#st-premain-top,
#st-premain-bottom,
#st-content-top,
#st-content-region,
#st-content-bottom,
#st-footer-top,
#st-footer-wrapper,
#st-footer-message-wrapper {
  clear: both;
}


/* Drupal Core
/-------------------------------------------------------------- */

/* Lists
/-------------------------------------------------------------- */
.item-list ul li {
  margin: 0;
}

.block ul,
.block ol {
  margin-left: 3em; 
  padding: 0;
}

.block ul.links {
  margin-left: 0; 
}

/* Menus
/-------------------------------------------------------------- */
ul.menu li,
ul.links li {
  margin: 0;
  padding: 0;
}

/* Primary Menu
/-------------------------------------------------------------- */
#primary-menu {
}

/* remove left margin from primary menu list */
#primary-menu.block ul {
  margin-left: 0;
}

/* Secondary Menu
/-------------------------------------------------------------- */
.secondary-menu-inner ul.links {
  margin-left: 0; 
}


/* Skinr styles
/-------------------------------------------------------------- */

/* Skinr selectable helper classes */
.st-clear {
  clear: both;
}

div.st-right {
  float: right; 
}

div.st-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.st-center-content .inner {
  text-align: center;
}

.st-center-content .inner ul.menu {
  display: inline-block;
  text-align: center;
}

/* required to override drupal core */
.st-center-content #user-login-form {
  text-align: center;
}

.st-right-content .inner {
  text-align: right; 
}

/* required to override drupal core */
.st-right-content #user-login-form {
  text-align: right; 
}

/* Float imagefield images left and add margin */
.st-float-imagefield-left .field-type-filefield,
.st-float-imagefield-left .image-insert,
.st-float-imagefield-left .imagecache {
  float: left; 
  margin: 0 15px 15px 0; 
}

/* Clear float on new Views item so each row drops to a new line */
.st-float-imagefield-left .views-row {
  clear: left; 
}

/* Float imagefield images right and add margin */
.st-float-imagefield-right .field-type-filefield,
.st-float-imagefield-right .image-insert
.st-float-imagefield-right .imagecache {
  float: right; 
  margin: 0 0 15px 15px; 
}

/* Clear float on new Views item so each row drops to a new line */
.st-float-imagefield-right .views-row {
  clear: right; 
}

/* Pagers
-------------------------------------------------------------- */
ul.pager {
  margin: 20px 0;
}

ul.pager li {
  margin: 0;
  white-space: nowrap;
}

ul.pager a,
ul.pager li.pager-current {
  border-style: solid;
  border-width: 1px;
  padding: 3px 6px 2px 6px;
  text-decoration: none;
}

ul.pager a:link,
ul.pager a:visited {
  color: inherit;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  border-style: solid;
  border-width: 1px;
}

ul.pager span.pager-ellipsis {
  padding: 0 4px;
}

.item-list .pager li {
  padding: 0;
}


/* Forms
/-------------------------------------------------------------- */
/* defaults for all text fields */
.form-text {
  padding: 0 2px;
}

/* defaults for all form buttons */
.form-submit {
  cursor: pointer;
  font-weight: bold;
  margin: 2px;
  padding: 3px 5px;
}

.form-submit:hover {
  cursor: pointer;
}

fieldset {
  margin: 15px 0;
  padding: 10px;
}

html.js fieldset.collapsed {
  margin-bottom: 15px;
}

/* limit width of form inputs */
textarea,
.form-item input,
.form-item select,
#content-region input.form-text {
}

html.js textarea {
  max-width: 100%;
}

/* adjust for collapsible fieldset differences */
fieldset.collapsible .resizable-textarea textarea {
  max-width: 101.5%;
}

fieldset.collapsible .resizable-textarea .grippie {
  width: 101%;
}

/* keep admin pages visible */
.page-admin #main-content-inner .nested,
.page-admin #content-group,
.page-admin #content-region,
.page-admin #content-inner {
  margin-bottom: 1.5em;
  overflow: visible;
}

/* keep admin form elements on top */
.page-admin .content-inner-inner {
  z-index: 10;
}

/* theme settings form field width limit */
form#system-theme-settings select,
form#system-theme-settings input.form-text {
  max-width: 95%;
}

/* keep theme select form visible */
#system-themes-form {
  position: relative;
  z-index: 1;
}

/* keep theme switcher visible */
.form-item select#edit-theme {
  max-width: none;
}

/* keep admin columns from dropping under */
div.admin .left,
div.admin .right {
  margin-left: 1%;
  margin-right: 1%;
}

/* region labels on block admin page */
.block-region {
  background-color: #F3F3F3;
  border: 2px solid #dedede;
  color: #555555;
  font-weight: bold;
  margin: 1px;
  padding: 3px;
  text-align: center;
  text-shadow: 1px 1px #FDFDFD;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


/* User Login Form
/-------------------------------------------------------------- */
/* remove centering on login form */
#user-login-form {
  text-align: left; 
}

#user-login-form .item-list {
  margin-top: 1em;
}

#user-login-form .item-list ul {
  margin-left: 0; 
}

/* remove list styling on login form */
#user-login-form div.item-list ul li {
  list-style-type: none;
  margin: 0;
}

/* adjust openid link (display set in openid.js) */
#user-login-form li.openid-link a,
#user-login li.openid-link a {
  background-position: 0 0;
  padding: 0 0 0 20px;
}

/* Blocks
/-------------------------------------------------------------- */
.block {
  float: left;
  margin-bottom: 1.5em;
  /*overflow: hidden;*/
  width: 100%;
}

/* only top margins (no gutters) for blocks in the content block */
#content-content .inner {
  margin: 0;
}

/* Nodes
/-------------------------------------------------------------- */
div.node {
  margin-bottom: 1.5em;
  float: left;
}

/* remove image borders and add margin for feed, node link, table sort images */
a.feed-icon img,
ul.links img,
th img {
  border: 0;
  margin: 5px;
}

/* remove awkward link padding on login/register to comment links */
#content-content .node ul.links li.comment_forbidden a {
  padding-right: 0;
}


/* Comments
/-------------------------------------------------------------- */
div.comment {
  margin: 15px 0;
  padding: 10px;
}

div.comment h3.title {
  font-weight: bold;
  margin: 0 0 5px 0;
}

div.comment div.links a,
div.comment ul.links a {
  text-align: right;
}

.comment-folded {
  margin: 1em 0 1em 1em;
}

.comment-folded .subject {
  font-weight: bold;
  padding-right: 5px;
  text-transform: uppercase;
}

.comment-folded .subject a {
  font-style: normal;
  text-transform: none;
  font-weight: normal;
}

.signature {
  border-top-style: solid;
  border-top-width: 1px;
  margin: 10px 0;
  padding: 0;
}


/* Profiles
/-------------------------------------------------------------- */
.profile {
  clear: none;
  margin: 12px 0;
}

.profile h2.title {
  margin-top: 15px;
  border-bottom: 1px solid;
}

.profile dt {
  float: left; 
  margin-bottom: -10px;
  margin-right: 5px; 
  padding: 0 5px;
  text-align: left; 
  width: 185px;
}


/* Forum
/-------------------------------------------------------------- */
#forum .description {
  margin: 5px;
}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: nowrap;
}

#forum td.posts,
#forum td.topics,
#forum td.replies,
#forum td.pager {
  text-align: center;
}

.forum-topic-navigation {
  padding: 10px 0 0 30px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  text-align: center;
  padding: 5px;
}

.forum-topic-navigation .topic-previous {
  text-align: right;
  float: left;
  width: 46%;
}

.forum-topic-navigation .topic-next {
  text-align: left;
  float: right;
  width: 46%;
}

/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
  border-top: 1px solid;
  padding: 10px 0 0 30px;
}
.book-navigation .page-links {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  padding: 5px;
}


/* Drupal Messages
/-------------------------------------------------------------- */
div.messages,
div.messages.status {
  background-color: #EAF8E4;
  border: 1px solid #8DC478;
  color: #3E642F;
  font-weight: 600;
  margin-bottom: 1.5em;
  overflow: hidden;
  padding: 14px;
}

div.warning,
div.messages.warning {
  background: #FFFFDD;
  border: 1px solid #EED300;
  color: #745500;
}

div.messages a {
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #555555;
}

div.error {
  background-color: #FFF2F2;
  border-color: #CC0000;
  color: #B20000;
}

.help,
div.help {
  background-color: #F7F7F7;
  border: 1px solid #C1C1C1;
  color: #292929;
  font-weight: 600;
  overflow: hidden;
  padding: 10px 16px;
}

div.messages a:link,
div.messages a:visited,
.help a:link,
.help a:visited,
.help .more-help-link a:link,
.help .more-help-link a:visited {
  color: #0066B3;
}

div.messages a:hover,
div.messages a:active,
.help a:hover,
.help a:active,
.help .more-help-link a:hover,
.help .more-help-link a:active {
  color: #000;
}

#content-region ul.tips li {
  background: transparent;
  list-style: disc;
  list-style-image: none;
  list-style-position: inside;
}

/* TODO: what are these? */
.tips {
}

.marker {
}

.description {
}

/* Welcome Page
/-------------------------------------------------------------- */
#first-time p {
  clear: both;
}

/* Maintenance Page
/-------------------------------------------------------------- */
/* let site name & slogan drop under logo */
.in-maintenance #logo {
  float: none;
}

/* Poll
/-------------------------------------------------------------- */
/* increase default font size and spacing of poll titles */
.block-poll .poll div.title {
  font-weight: bold;
  margin-bottom: 10px;
}


/* Views
/-------------------------------------------------------------- */
.view {
  margin: 0;
}

/* views form field width limit */
.views-edit-view input,
.views-edit-view textarea {
  max-width: 95%;
}

/* remove extra bottom margin from last node in view */
.block-wrapper .block-views .views-row-last .node {
  margin-bottom: 0;
}

/* prevent horizontal scrollbar on admin link hover */
div.view div.views-admin-links {
  width: auto;
}

div.view div.views-admin-links li {
  background: transparent;
}
