/* $Id: modules.css,v 1.4.2.2 2010/06/29 23:41:06 jarek Exp $ */

/**
 * Aggregator module
 */
#content a.feed-icon {
  float: right;
  position: relative;
  bottom: 21px;
}
#content a.feed-icon img {
  margin: 0;
}
h3.feed-item-title {
  margin-bottom: 0;
}
.feed-item-body {
  margin: 7px 0 20px 0;
}

/**
 * Block module
 */
/* Sidebar blocks */
#sidebar .block-wrapper {
  background: url(images/block.png) repeat-x bottom left;
  padding-bottom: 18px;
}
#sidebar .block {
  margin: 18px 18px 0 18px;
}
#sidebar .block h2 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0px 0 12px 0;
}
#sidebar ul {
  margin-left: 0;
}
#sidebar ul li {
  background: url(images/bullet-sidebar.png) no-repeat 3px 6px;
  padding: 0 0 0 17px;
}
#sidebar ul.menu,
#sidebar div.item-list ul {
  margin: 0;
}
#sidebar ul.menu li,
#sidebar div.item-list li {
  margin: 0;
  padding: 0;
  background: none;
}
#sidebar ul.menu li a,
#sidebar div.item-list li a {
  display: inline-block;
  background: url(images/bullet-sidebar.png) no-repeat 4px 11px;
  line-height: 1.3;
  margin: 0;
  padding: 6px 0 6px 19px;
}
#sidebar ul.menu li li a,
#sidebar div.item-list li li a {
  margin-left: 18px;
}
#sidebar ul.menu li li li a,
#sidebar div.item-list li li li a {
  margin-left: 36px;
}
#sidebar ul.menu li.expanded,
#sidebar div.item-list li.expanded {
  border: none;
}
#sidebar .block th,
#sidebar .block td {
  padding-left: 0;
  padding-right: 0;
}
#sidebar .block .more-link {
  display: block;
  text-align: right;
  margin: 14px 0 0 0;
}
#sidebar .block .more-link a {
  text-transform: lowercase;
  color: #AE855C;
  font-weight: 700;
  padding-bottom: 2px;
}
#sidebar .block input.form-text,
#sidebar .block input.form-password,
#sidebar .block input.form-file,
#sidebar .block textarea {
  width: 100%;
}
/* Content blocks */
.block-wrapper + .block-wrapper #block-system-main {
  margin-top: 20px;
}
.block-wrapper:first-child h2 {
  margin-top: 5px;
}
/* Footer blocks */
#footer .block-wrapper {
  margin-top: 28px;
}
#footer .block-wrapper:first-child {
  margin-top: 0;
}
#footer .block {
  border: none;
  background: none;
  padding: 0;
  position: relative;
}
#footer .block h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3em;
  margin-top: 2px;
}
#footer .block li {
  background-image: url(images/bullet-footer.png);
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0;
  background-position: 0 11px;
}
#footer .region-footer-column-first h2 {
  text-align: right;
}
/* More link */
.more-link {
  text-align: right;
  margin-top: 10px;
}
/* latest comments */
#block-comment-recent span {
  margin-left: 5px;
}
/* author information */
#block-profile-author-information .user-picture {
  float: left;
  margin: 5px 15px 5px 0;
}

/**
 * Node module
 */
.node + .node {
  margin-top: 25px;
}
.node-wrapper {
  position: relative;
  z-index: 5;
  padding: 25px 0;
}
.node-wrapper:first-child {
  padding-top: 0;
}
.node {
  min-height: 100px;
}
.node h1.node-title,
.node h2.node-title {
  font-size: 2.3em;
  margin: 0 0 20px 0;
  color: 	#404040;
}
.node h2.node-title {
  font-size: 1.6em;
 }
.node h1.node-title a,
.node h2.node-title a {
  color: inherit;
}
.node h1.node-title a:hover,
.node h2.node-title a:hover,
.node h1.node-title a:focus,
.node h2.node-title a:focus {
  text-decoration: underline;
  outline: none;
}
.node .field-type-image {
  float: left;
  clear: both;
  margin: 15px 15px 15px 0;
}
.node .field-name-body {
  margin-bottom: 14px;
}
.node ul.links {
  margin-left: 0;
}
.node ul.links li {
  margin-right: 7px;
  padding-left: 0;
  background: none;
}
/* meta (shown on margin) */
.node-meta {
  text-align: right;
  width: 145px;
  position: absolute;
  left: -158px;
  padding-right: 31px;
  background: url("images/arrow.png") no-repeat right top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.node-meta * {
  font-weight: 700;
}
.node-meta ul li.comment-comments,
.node-meta ul li.comment-add {
  background: url("images/comment.gif") no-repeat right center;
  padding: 2px 23px 3px 0;
  margin-right: 7px;
}
.node-meta ul li.comment-new-comments {
  display: none;
}
.node-meta ul li {
  background: none;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
  margin-right: 0!important;
}
.node-meta .date {
  margin: 0 0 10px 0;
  line-height: 1;
}
.node-meta .day {
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  color: #8D8D8D;
  font-weight: 700;
  font-size: 35px;
  border-right: 1px solid #CBCBCB;
  line-height: 28px;
  display: inline-block;
}
.node-meta .day::selection {
	background-color: #8d8d8d;
  color: #ffffff;
}
.node-meta .day::-moz-selection {
	background-color: #8d8d8d;
  color: #ffffff;
}
.node-meta *::selection {
	background-color: #666666;
  color: #ffffff;
}
.node-meta *::-moz-selection {
	background-color: #666666;
  color: #ffffff;
}
.node-meta .month-and-year {
  display: inline-block;
  color: #666666;
}
.node-meta .month {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.node-meta .year {
  display: block;
}
.node-meta .user-name {
  display: block;
  padding: 7px 21px 7px 0;
  background: url(images/user.gif) no-repeat right center;
  font-size: 0.9em;
}

.node-separator {
  background-color: #cbcbcb;
  bottom: 0;
  height: 1px;
  left: -178px;
  position: absolute;
  width: 500%;
}

/**
 * Book module
 */
.page-links {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #d8d8d8;
  padding: 13px 0;
}
.page-links a.page-previous {
  float: left;
}
.page-links a.page-up {
  position: absolute;
  left: 50%;
}
.page-links a.page-next {
  float: right;
}
.node-book ul.links {
  margin: 0 0 14px 0;
}

/**
 * Comment module
 */
#comments-wrapper {
  margin-top: 20px;
}
#comments h2.comments {
  border-bottom: 2px solid #D7D7D7;
  padding-bottom: 5px;
  margin-top: 30px;
  margin-bottom: 17px;
}
#add-comment-link {
  font-size: 16px;
  padding-left: 2px;
}
#comments-wrapper .indented {
  margin-left: 30px;
}
.comment {
  border-bottom: 1px dotted #D7D7D7;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.comment .header {
  display: table;
  margin-bottom: 11px;
}
.comment .user-picture {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0;
}
.comment .user-picture img {
  width: 32px;
  border: 2px solid #DCDCDC;
  padding: 5px;
}
.comment .title-and-meta {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.comment h3.title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 1px;
}
.comment h3.title a {
  font-size: 1.1em;
  color: #666666;
  font-weight: 700;
}
.comment ul.links {
  margin: 8px 0 0;
}
.comment ul.links li a {
  text-transform: capitalize;
}
h2#add-comment-form {
  margin-top: 30px;
}
.no-comments #comment-form-wrapper {
  margin-left: 0;
}
form#comment-form #edit-actions {
  margin: 0;
}

/**
 * Field, Field UI and File modules
 */
/* Taxonomy terms */
.field-type-taxonomy-term-reference .field-label {
  color: #6E5539;
  display: inline-block;
}
.field-type-taxonomy-term-reference .field-items {
  display: inline-block;
}
.field-type-taxonomy-term-reference .field-item {
  display: inline-block;
  margin-right: 5px;
}
.field-type-taxonomy-term-reference .field-item:after {
	content: ",";
}
.field-type-taxonomy-term-reference .field-item:last-child:after {
  content: none;
}

/**
 * Filter module
 */
.filter-wrapper .fieldset-wrapper {
  margin: 0;
}
fieldset.filter-wrapper {
  margin-top: 0;
  border-top: none;
}
.filter-help.form-wrapper {
  float: right;
}
fieldset.filter-wrapper .form-item-comment-body-und-0-format {
  margin: 0 0 10px 0;
}
.text-format-wrapper .form-item {
  margin-bottom: -3px;
}
.filter-guidelines ul {
  margin: 12px 0 0 0;
}
.filter-guidelines ul li {
  margin: 0;
}
body.page-filter-tips #content ul {
  margin-left: 0;
}
body.page-filter-tips #content ul li {
  padding-left: 0;
  background: none;
  margin: 10px 0;
}
body.page-filter-tips table {
  margin: 10px 0;
}

/**
 * Forum module
 */
body.page-forum ul.action-links {
  margin: 9px 0;
}
#forum table {
  margin-top: 4px;
}
#forum tr.container {
  background-color: #f5f5f5;
}
#forum tr.container td {
}
#forum table span.submitted {
  display: block;
  margin-top: 5px;
}
#forum .name {
  margin-bottom: 4px;
}
#forum td {
  padding: 13px;
}

/**
 * OpenID module
 */
/* user login form */
html.js #user-login-form .form-item-openid-identifier,
html.js #user-login .form-item-openid-identifier {
  display: none;
}
html.js #user-login-form li.openid-link,
html.js #user-login li.openid-link {
  display : block;
}
#user-login-form li.openid-link,
#user-login li.openid-link,
#user-login-form li.user-link,
#user-login li.user-link {
  display: none;
}
#user-login-form li.openid-link a,
#user-login li.openid-link a {
}
#block-user-login li:first-child {
  margin-top: 8px;
}
#block-user-login .description {
  margin-bottom: 10px;
}
/* user profile tab */
.form-item-openid-identifier {
  margin: 10px 0;
  display: block;
}

/**
 * Poll module
 */
.poll .bar-wrapper {
  margin-bottom: 14px;
}
.poll .text {
  float: left;
  margin-bottom: 3px;
}
.poll .percent {
  float: right;
  margin-bottom: 3px;
}
.poll .bar {
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
}
.poll .bar .foreground {
  height: 18px;
}
.vote-form .form-item-choice {
  margin: 6px 0;
  padding: 0;
}
.vote-form .title {
  font-weight: 700;
  line-height: 1.5;
}
.vote-form .form-radios {
  margin: 13px 0 9px 0;
}

/**
 * Profile and User modules
 */
.profile dd {
  margin-left: 0;
}
.profile h3 {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 17px;
}
.profile .user-picture {
  float: right;
  margin-top: 30px;
}

/**
 * Search module
 */
.search-results {
  list-style: none;
}
.search-results p {
  margin-top: 0;
  margin-bottom: 5px;
}
.search-results p.search-info {
  margin-left: 0;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D8D8D8;
}
.search-results .search-info {
  font-size: 0.9em;
}
.search-advanced .criterion {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.search-advanced .action {
  display: inline-block;
  vertical-align: top;
}
#search {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.region-search .block {
  margin: 0 0 1px 0;
}
.region-search .block h2 {
  display: none;
}
.region-search .form-item-search-block-form,
.region-search input.form-submit {
  display: inline-block;
  margin: 0;
}
.region-search form#search-block-form {
  position: relative;
  display: inline-block;
}
.region-search input.form-text {
  border: 1px solid #e6e6e6;
  color: #BABABA;
  background-color: #fbfbfb;
  padding-right: 34px;
  height: 18px;
}
.region-search input.form-submit {
  background: url("images/search.png") no-repeat right center;
  border: none;
  text-indent: -100px;
  width: 23px;
  height: 27px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 4px;
}

/**
 * Contexutal links module
 */
div.contextual-links-wrapper {
  font-size: 12px;
  z-index: 20;
}
div.contextual-links-active a.contextual-links-trigger  {
  right: 0px;
}
a.contextual-links-trigger:focus {
  outline: none;
  right: -2px;
}
div.contextual-links-wrapper ul.contextual-links  {
  top: 18px;
  font-size: 11px;
}
div.contextual-links-wrapper ul.contextual-links li {
  background: none;
  border-bottom: none!important;
  margin: 0;
  padding: 0!important;
}
div.contextual-links-wrapper ul.contextual-links a {
  line-height: 1.4;
  font-weight: 300;
}

/**
 * Tooblar module
 */
#toolbar {
  font-size: 11px;
}
#toolbar a {
  font-weight: 300;
}
#toolbar ul li {
  background: none;
}

/**
* Panels module
*/
.panel-pane h2.pane-title {
  margin-bottom: 6px;
}
.panel-pane .node-meta  {
  background: none;
  left: 0;
  padding-right: 0;
  position: relative;
  text-align: left;
  width: auto;
  line-height: 1;
}
.panel-pane .node-meta * {
  font-size: 13px!important;
  color: #666666!important;
}
.panel-pane .node-separator {
  display: none;
  width: 0;
  height: 0;
}
.panel-pane .node-meta .date:after {
  content: ", ";
}
.panel-pane .node-meta .day {
  border-right: none;
  display: inline;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.panel-pane .node-meta .date,
.panel-pane .node-meta .month-and-year,
.panel-pane .node-meta .month,
.panel-pane .node-meta .year,
.panel-pane .node-meta .user-name {
  display: inline-block;
  padding: 0;
}
