/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

body
{
  background: #1F0C02;
  background: #B5CBCF;
}

a{
  outline: none;
}

#main-inner
{
  border: 10px #FFE9AF solid;
  padding: 10px;
  background: #FFF2CF;
}

#sidebar-last .block
{
  width: 250px;
  padding: 0 0 0 20px;
}
a,
a:active
{
  color: #00778F;
}

a:hover,
a:visited
{
  color: #29565F
}

.node
{
  padding-bottom: 1em;
  border-bottom: #DFB137 solid 2px;
}

h1.title
{
  color: #00343F;
  font-size: 2em;
  line-height:1.2em;
}

h2.title
{
  color: #00343F;
  font-size: 1.6em;
  line-height:1.1em;
}

#header-group
{
  position:relative;
  height: 204px;
  overflow: hidden;
}
#header-site-info
{
  width: 100%;
  margin: 0;
}
#header-site-info-inner
{
  margin: 0;
}
#logo
{
  position: relative;
  float: right;
}

#site-name 
{
 font-size: 6em;
  position: relative;
  float: right;
  margin-right: 50px;
}

#primary-menu
{
  position: absolute;
  left: 30px;
  top:160px;
}

.node_read_more
{
  float: right;
}

ul.links li
{
  margin-right: 8px;
}

.submitted
{
  color: #777;
}

.node .inner .content
{
  background: #FEF7E4;
  padding: 1em 20px;
  margin: .5em 0;
}

.field-field-notes
{
  margin-top: 3em;
  font-size: 0.9em;
}

.read-more
{
  text-align: right;
}

.comments div.comment-by-author
{
  background-color: #FFE9AF;
}

.beer,
.beer p
{
  text-align: center;
  margin: 0;
}

.fusion-border .inner {
border:none;
}

#view-id-poetry-page_1 a
{
  font-size: 1.2em;
}
.node-type-poem p
{
  margin: 0;
}
