/*
 * Gallery - a web based photo album viewer and editor
 * Copyright (C) 2000-2008 Bharat Mediratta
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.
 */

/* ********************************************************************************
 * Ajaxian Theme for Gallery 2
 * by Ross Shannon
 * ********************************************************************************/

body {
    margin: 0;
    padding: 0;
    background: #503344 url(images/starry_bg.png);
    color: #333;
    font: 0.7em Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
    text-align: center;
}

/* Main Structure */

#white-rap {
    width: 760px;
    margin: 0 auto 2.5em;
    padding: 0 15px;
    background-color: #fff;
    border: solid #815CB4;
    border-width: 0 3px;
    border-bottom: 2px solid #74627a;
    text-align: left;
    -moz-border-radius: 0 0 11px 11px;
}

#header {
    position: relative;
    padding: 0 5px 4px;
    background: #fff3ec url(images/header-curve.png) left bottom no-repeat;
}

#footer {
    position: relative;
    padding: 5px;
    background-color: #fff3ec;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
}

#main {
    margin: 15px 0;
    padding: 12px;
    background-color: #dfdbdb;
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
}

#frame {
    position: relative;
    padding: 2px 15px 20px;
    background-color: #000;
    color: #fff;
    -moz-border-radius: 8px;
}

/* HTML Element Restyles */

a {
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}
a:hover {
    text-decoration: underline;
    color: #f4560f;
}
a:active {
    text-decoration: none;
    color: #f9c190;
}

a img {
    border: none;
}

h1, h2, h3 {
    font-weight: normal;
}

h3 {
    font: 15px "Lucida Sans Unicode";
}

hr {
    height: 1px;
    margin: 1em 0 0.5em;
    border: none;
    background-color: #555;
    color: #555;
}

label {
    font-weight: bold;
}

select {
    margin: 3px 0;
    vertical-align: middle;
    font: 1em Verdana;
}

/* Header */

#header h1 {
    margin: 0;
    padding: 0 10px;
}

#header form {
    position: relative;
    top: 6px;
    right: 6px;
    margin: 0;
    padding: 0;
    text-align: right;
}

#searchCriteria {
    float: right;
    width: 190px;
    padding: 1px 2px 2px;
    background-color: #f6f6ff;
    border: 1px solid #48a;
}
#searchCriteria:hover {
    background-color: #fff;
    border-color: #59d;
}
#searchCriteria:focus {
    background-color: #ffd;
}

.gbBreadCrumb {
    margin: 1px 0;
    font-weight: bold;
}

.gbBreadCrumb span, .gbBreadCrumb a {
    padding: 0 0 0 14px;
    background: url('images/icon_path_separator.gif') no-repeat left;
}

.gbBreadCrumb a.BreadCrumb-1 {
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}

#gbSystemLinks {
    margin: 0;
    padding: 0;
}

#gbSystemLinks span {
    display: inline;
    float: left;
    margin-left: 10px;
}

#photohead .block-core-ItemInfo .summary {
    padding: 2px 0;
}
#gbSystemLinks span a {
    padding: 3px 5px 4px;
}

/* Photo page navigation */

.gbNavigator {
    position: relative;
    clear: both;
    margin: 0.6em 0;
    padding: 8px 0 8px 2px;
    background-color: #0f0f0f;
    border: solid #333;
    border-width: 1px 0;
    height: 15px;
}

.gbNavigator a {
    padding: 6px 9px;
}

.gbNavigator a:hover {
    background-color: #292929;
    -moz-border-radius: 5px;
}

.first-and-previous img, .next-and-last img {
    vertical-align: top;
    padding: 0 3px;
}

.first-and-previous {
    float: left;
}

.goback {
    left: 40%;
}

.next-and-last {
    float: right;
}
.next-and-last.no-previous {
    float: none;
    text-align: right;
}

a.backtoalbum {
    margin-top: -1.3em;
    padding-left: 20px;
    padding-right: 20px;
}

/* Full Photo */

#gsImageView {
    margin: 0 0 1em;
}

/* Frame Elements */

h2 {
    margin: 13px 0;
    color: #eee;
    font: 22px "Lucida Sans Unicode";
    text-transform: capitalize;
}

#loading {
    width: 160px;
    z-index: 1000;
    padding: 10px 0 10px 28px;
    background: #000 url(images/working-hard-trans.gif) 8px 4px no-repeat;
    text-align: center;
    color: #eef;
    font: italic 15px "Trebuchet MS";
    -moz-border-radius: 10px;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}

#main-image-container {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#main-image-container #sliding-frame p {
    position: relative;
    height: 470px;
    overflow: hidden;
}

#main-image {
    cursor: nw-resize;
    z-index: 10;
    background-color: #111;
}

#imagedatablock {
    width: 220px;
    min-height: 160px;
    padding: 10px;
    background: #050505 url(images/infobox_bg.png) bottom right no-repeat;
    border: 1px dotted #999;
    text-align: left;
}

#imagedatablock:hover {
    background-color: #0f0f0f;
    border-color: #fff;
}

#fullsizelink {
    padding: 0 0 0 23px;
    background: transparent url(images/new-window.png) left no-repeat;
}

.emptyAlbum {
    margin: 2em 0 0;
    font-size: 1.4em;
}

/* Controls */

#slideshow-controls {
    position: relative;
    height: 40px;
    margin: 0px 0 -58px;
    overflow: hidden;
    z-index: 100;
    text-align: left;
}

#main-image-container > #slideshow-controls {
    margin-bottom: -50px;
}

#slideshow-controls ul {
    position: relative;
    margin: 0;
    padding: 3px 210px 3px 250px;
    list-style: none inside;
    background-color: #000;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=40);  /* Lower opacity for IE since the controls don't hide */
}

#slideshow-controls ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#slideshow-controls button {
    width: 40px;
    margin: 0;
    padding: 0;
    background-color: #000;
    border: none;
    text-align: center;
    cursor: pointer;
}

#slideshow-controls button:hover {
    background: url(images/controls-hover-effect.png) 50% 50% no-repeat;
    border: none;
}

/* Thumbnails */

#thumbs-container {
    position: relative; /* Opera */
    width: 540px;
    margin: -110px auto 0;
    padding: 6px 40px;
    background-color: #000;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    z-index: 100;
}

#gsThumbMatrix {
    min-height: 120px;
    margin: 0 auto;
}

#gsThumbMatrix td {
    padding: 2px;
}

#gsThumbMatrix a .giThumbnail {
    height: 40px;
    width: 40px;
    margin: 0;
    background-color: #666;
    border: 1px solid #333;
}

#gsThumbMatrix a:hover .giThumbnail {
    height: 48px;
    width: 48px;
    margin: -4px;
    background-color: #fff;
    border: 1px solid #fb2;
}

#gsThumbMatrix a:hover:active .giThumbnail {
    height: 44px;
    width: 44px;
    margin: -2px;
}

#gsThumbMatrix a .currentImage, #gsThumbMatrix a:hover .currentImage {
    border-color: #fff;
}

/* Subalbums */

#subalbums-container h3 {
    width: 100%;
    margin: 1em 0 !important;
    border-bottom: 1px solid #fff;
}

#gsSubAlbumMatrix {
    width: auto;
    overflow: hidden;
    margin: 0 auto 1em;
}

#gsSubAlbumMatrix td {
    width: 50%;
    padding: 1px 2px 4px 5px;
    border: 1px solid #222;
    line-height: 1.4em;
}

#gsSubAlbumMatrix td.sahover {
    background-color: #302f2f;
    border-color: #888;
    cursor: pointer;
}

#gsSubAlbumMatrix img.giThumbnail {
    width: 40px;
    height: 40px;
    float: left;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 2%;
    border: 1px solid #6b8cb7;
}

#warning {
    margin: 1em 0;
    background-color: #fe9;
    border: 1px solid #c95;
    color: #c00;
}

/* Photo pages */

#photohead {
    width: 68%;
}

#sidephotodetails {
    padding: 10px 0 5px 10px;
    border: 1px solid #101010;
}

/* Tables */

.gbDataTable {
    margin: 0.8em 0;
}

.gbDataTable td {
    padding: 2px 6px;
}

.gbDataTable td.gbOdd {
    background-color: #191919;
}

.gbBusy {
    background-color: #114499 !important;
}

/* Exif data */

.block-exif-ExifInfo div {
    margin: 0 0 0 -8px;
    padding: 0 8px;
    font-weight: bold;
}

.block-exif-ExifInfo div a {
    margin: 0 15px 0 0;
    padding: 3px 10px;
    border: 1px solid #333;
    border-bottom: none;
    -moz-border-radius: 4px 4px 2px 2px;
}

.block-exif-ExifInfo div a:hover {
    background-color: #0f0f0f;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
}

.block-exif-ExifInfo .gbDataTable {
    width: 100%;
    margin: 2px 0;
    border: solid #333;
    border-width: 1px 0;
}

/* Footer elements */

#footer p {
    margin: 5px 0 10px 10px;
}

#footerSystemLinks {
    position: relative;
    right: 10px;
    top: 7px;
}

#footerSystemLinks .block-core-SystemLink a {
    padding: 5px 1em 1.6em;
}

/* Admin pages */

#gsSidebarCol {
    width: 150px;
    padding: 10px 0 0 0;
}

#gsSidebarCol ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
    line-height: 1.8em;
}

#gsSidebar {
    padding: 10px 8px 10px 10px;
    background-color: #191919;
    -moz-border-radius: 10px 0 0 10px;
    max-width: 250px;
    overflow: hidden;
}

#gsContent {
    padding: 0 12px;
}

.gbTabBar {
    margin-top: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #333;
    line-height: 1.7em;
}

.gbTabBar .giSelected {
    margin: 0 4px 0 0;
    padding: 3px 10px 3px;
    background-color: #393333;
    border: 1px solid #333;
    border-bottom: none;
    -moz-border-radius: 4px;
    font-weight: bold;
    color: #fe9;
}

.gbTabBar span a {
    margin: 0 4px 0 0;
    padding: 3px 6px 6px;
    background-color: #000;
    border: 1px solid #333;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    line-height: 1.2em;
}

.gbTabBar span a:hover {
    margin-bottom: -1px;
    background-color: #0f0f0f;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
}

#gsContent .gbDataTable {
    border-spacing: 0;
}

#gsContent .gbDataTable th {
    padding: 3px 6px;
    background-color: #333;
    border-bottom: 1px solid #444;
}

#gsContent .gbDataTable td {
    padding: 4px 3px;
}

#gsContent .gbDataTable th:first-child {
    -moz-border-radius: 10px 0 0 0;
}

#gsContent .gbDataTable th:last-child {
    -moz-border-radius: 0 10px 0 0;
}

#gsContent .gbDataTable .gbOdd {
    background-color: #111;
}

#gsContent textarea {
    width: 475px;
}

/* Messages */

.summary {
    white-space: nowrap;
}

.giSuccess {
    font-size: 1.3em;
    font-weight: bold;
    color: #7c4;
}

.giError {
    font-weight: bold;
    color: #c73;
}

h2.giError {
    font-size: 1.3em;
    color: #c30;
}

.giNew {
    color: #f90;
}

.giUpdated {
    color: #db0
}



.autoCompleteShadow {
    background-color: #503344 !important;
}

.autoCompleteContainer {
    border-color: #830 #830 #f60;
    background-color: #000;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #eee;
    color: #111;
}








/*   
  Theme Name: Good News
  Description: Green, light and clean
  .
  Author: Luca Guglielmi
  Author URI: http://www.guglie76.it
  Version: 1.0
  .
  General comments/License Statement if any.
  .
*/


/* Content
--------------------------------------------------*/

div#content {      
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
  clear: both;
  }

div#main2 {
  padding: 0 0 0 0px;
  background: url(images/menuline.gif) repeat left;
  float:right;
  width:68%;
  }

div#main_full {
  padding: 0 0 0 0px;
  background: url(images/menuline.gif) repeat left;
  float:right;
  }

div#main_content {
  padding: 0 1.5em 0 1.5em;
  line-height: 1.2em;
  }

div#menu_vert {
  float: left;
  width: 32%;
  padding: 0;
  margin:0;
  }
  
div#menu_horiz {
  width: 100%;
  text-align: left;
  }

#page_top {
  border-bottom: 1px solid #ccc;;
  }


/* Top-nav
--------------------------------------------------*/

#top-nav {
  position: absolute;
  bottom: 0;

  right: 0;
  margin: 0 5px 0 0;
  padding: 0;
  }
/* --------------------------------------------- */

#top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#top-nav li {
  float: left;
  font-weight: normal;
  margin: 0 0 0 0.5em;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 0 1px;
  background-color: #fff;
  text-transform: uppercase;
  }

#top-nav li a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0.8em;
  }

/* --------------------------------------------- */


#top-nav li.activeparent, #top-nav li.current {
  background-color: #30529C;
  }

#top-nav li.active01 h3 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #fff;
  font-size: 1em;
  padding: 0.5em 0.8em;
  }

#top-nav li.active01 {
  background-color: #30529C;
  }

#top-nav li a:hover {
  background-color: #F03003; !!!
  }

#top-nav li.active01 a:hover {
  background-color: #30529C;
  }

#top-nav li.activeparent a, #top-nav li.activeparent a, #li-bar a:hover {
  color: #fff;
  }
/* eccolo */

/* Main - Blockquote container
--------------------------------------------------*/

blockquote {
  border: 0;
  }

.blockquote_container {
  margin: 0 0 15px 0; 
  overflow: hidden; 
  text-align: center;
  padding: 0 20px 0 7px;
  }

.blockquote_container .quote {
  margin-left: 15px; 
  padding: 0;
  margin-top: 10px; 
  margin-bottom: 0;
  line-height: 108%;  
  }

.blockquote_container .noquote  {
  background: none;
  margin-right: 0;
  margin-left: 0;
  line-height: 140%;
  padding: 0;
  }
 
.blockquote_container div blockquote {
  margin: 0; 
  padding: 0;
  background: none; 
  }
/* url(images/quote-left.gif) top left no-repeat */

.blockquote_quote {
  margin: 0 22px 10px 18px; 
  padding: 0;
  text-align: center;  
  font-size: 13px;  
  color: #111111; 
  background: none; 
  }
/* url(images/quote-right.gif) bottom right no-repeat */

/* Main - Blockquote container users
--------------------------------------------------*/

.blockquote_container_users {
  margin: 0 15px 15px 0px; 
  overflow: hidden; 
  text-align: justify;

  }

#main .blockquote_container_users .quote_users {
  margin-left: 15px; 
  margin-top: 10px; 
  margin-bottom: 0;
  padding: 0;
  line-height: 106%;  
  }

.blockquote_container_users div blockquote {
  margin: 0; 
  padding: 0;
  background: url(/images/quote-left.gif) top left no-repeat; 
  }

#main .blockquote_quote_users {
  margin: 0; 
  padding: 0 25px 10px 25px; 
  text-align: justify;  
  font-size: 12px;  
  color: #8E8E8E; 
  background: url(/images/quote-right.gif) bottom right no-repeat; 
  }

div.team img {
  float: left;
  vertical-align: top;
  margin: 0 15px 0 0;
  padding: 1px;
  border: 1px solid #30529C;
  }

#main hr {
  margin: 15px 15px;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
  padding: 0;
  }

#main div.team h2 {
  margin: 0 15px 15px 15px;
  }

#main div.team .details {
  margin-left: 130px;
  }

#adsense {
  margin: 0;
  padding: 1.5em 0;
  border-top: 1px solid #ccc;
  text-align: center;
  width:100%;
  }

#adimages {
  margin-left: 1.5em;
  margin-right: 1.5em;
  }

#left {
  width: 65%;
  float: left;
  padding: 0 1px 0 0;
  margin: 0;
  display: inline;
  }
   
#right {
  float: right;   
  width: 34.3%;  
  margin: 0;
  text-align: left;
  padding: 0 0 0 2px;
  display: inline;
  border-left: 1px solid #ccc;
  }

div.cms-module-news {
  padding: 0 1.5em;
  }

.pisearchresultheader {
  margin-top: 0.8em;
  margin-bottom: 1.5em;
  }


/* Layout sections
--------------------------------------------------*/

body {
  background: #ccc;
  color: #333;
  }
    
div#pagewrapper {
  border-style: solid;
  border-color: #999;
  border-width: 0 1px 1px 1px;
  background: #8ae4fe;
  }

/* F5F5F5
*/    

div#header {
  color: #fff;
  }
    
div#footer {
  color: #000;
  background-color: #fff;
  }

    
/* Links
--------------------------------------------------*/

a, a:link a:active, a:visited {
  color: #0F337F; !!
  }

/* 0F337F
*/

/* Headings
--------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  }


/* Candidato
--------------------------------------------------*/
.candidato img {
  float: left;
  vertical-align: top;
  margin: 0 15px 0 0;
  }

.candidato td {
  line-height: 1.9em;
  vertical-align: top;
  }


/* Form elements
--------------------------------------------------*/

form {
  margin:0;
  padding:0;
  }

form div,
form p {
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0;
  }

label {
  font-weight: bold;
  }

fieldset {
  border: 1px solid #eee;
  padding: 5px 10px;
  margin: 0 0 1.5em 0;
  }

fieldset legend {
  color: #666;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0 0px;
  padding: 0;
  background-color: white;
  }

* html fieldset legend {
  margin: 0 0 10px -10px;
  }

fieldset ul {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
  }

fieldset ul li {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding: 0;
  }
     
input, select, textarea {
  margin: 0;
  }
  
input, select {
  vertical-align:middle;
  }

textarea {
  }
  
input.check {
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  }

input.radio {
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  }

input.file {
  height: auto;
  width: 250px;
  }

input.readonly {
  background-color: transparent;
  border: none;
  }

input.button {
  width: 10em;
  border:1px solid black;
  background-color: #ddd;
  }

input.image {
  border: none;
  width: auto;
  height: auto; 
  }
  
form div.submit {
  margin: 1em 0;
  }

form div.submit input {
  height: 2em;
  width: 15em;
  }


/* Site specific Layout
--------------------------------------------------*/

body {
  margin: 0;
  padding: 0 1em;
  text-align: center;
  }

div#pagewrapper {
  width: 80em;
  padding: 1px;
  text-align: left;
  }

#container {
  position: relative;
  padding: 0;
  margin: 0;
  }


/* Header
--------------------------------------------------*/

div#header2 {
  margin: 0;
  padding: 0;
  height: 230px;
  background: #fff;           
  text-align: left;
  }

div#header_left {
  width: 24%;
  }

div#header_left h1 a {
  background:  url(./images/logo.gif) no-repeat center; 
  display: block;
  height: 230px;
  text-indent: -700em;
  margin: 0;
  padding: 0 260px 0 0;
  text-decoration: none;
  }

#header-right {
  background: url(/images/banner.jpg) no-repeat 0 0;
  position: absolute;
  width: 100%;
  height: 230px;
  top: 0px;
  }


/* Components
--------------------------------------------------*/
  
div.rainbow {
  background: url(/images/rainbow.jpg) repeat-y 0 0;
  padding: 4px 0;
  text-align: left;
  font-size: 100%;
  line-height: 1.2em;
  }

/* Clearing
--------------------------------------------------*/

.stretch,
.clear {
  clear:both; 
  height:1px; 
  margin:0; 
  padding:0; 
  font-size: 15px;
  line-height: 1px;
  }

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

* html>body .clearfix {
  display: inline-block; 
  width: 100%;
  }

.clearfix{
  display: inline-block;
  }
  
* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  }


/* Replace
--------------------------------------------------*/

.replace {
  display:block;
    
  background-repeat: no-repeat;
  background-position: left top;
  background-color:transparent;
  }

/* tidy these up */
.replace * {
  text-indent: -10000px;
  display:block;
  background-repeat: no-repeat;
  background-position: left top;
  background-color:transparent;
  }

.replace a {
  text-indent:0;
  }

.replace a span {
  text-indent:-10000px;
  }


/* Accessibility
--------------------------------------------------*/

span.accesskey {
  text-decoration:none;
  }

.accessibility {
  position: absolute;
  top: -999em;
  left: -999em;
  }

dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
  }


/* Typography
--------------------------------------------------*/

body {
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75.01%;
  line-height: 1em;
  }

div {
  font-size: 1em;
  }
  
img {
  border: 0;
  }
  

/* Links
--------------------------------------------------*/

a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #00008e;
  }

a:hover {
  text-decoration: none;
  }
  

/* Headings
--------------------------------------------------*/

div#content h2,
div#content #right h2,
#menu_vert h2 {
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
  line-height: 2.2em;
  background-color: #fc522e !important;
  font-size: 1.5em;
  color: #fff;
  font-weight: normal;
  }

h3 {
  font-size: 1.3em;
  color: #0F337F;
  margin: 0.7em 0 0.8em 0;
  }

#main_content h3 {
  margin: 1.7em 0 0.8em 0;
  }

h1 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0;
  padding:0;
  }

h4 {
  font-size: 1.2em;
  color: #0F337F;
  margin: 2em 0 0.3em 0;
  }

h5 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
  padding: 0;
  }

h6 {
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
  padding: 0;
  }


/* Variuos
--------------------------------------------------*/

div.hr {
  height: 1px;
  margin: 0 1px;
  border-bottom: 1px solid #ccc;
  }

div.hr_forge {
  height: 1px;
  margin: 0.5em 1px 0.5em 0;
  border-bottom: 1px solid #ccc;
  }

div.hr_black {
  height: 1px;
  border: 0;
  color: #000;
  background-color: #000;
  margin: 0.5em 0 !important;
  }

