/*******************************************************************/
/*                           CSS RESET                             */
/*******************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*******************************************************************/
/*                          DRUPAL STYLES                          */
/*******************************************************************/

ul.menu li {
  margin: 0;
}
.block ul {
  padding: 0;
}
li.leaf,
li.collapsed,
li.expanded {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
} {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
}
ul.links li {
  padding: 0;
}
.item-list ul, .item-list ul li {
  margin: 0;
}
.item-list .title {
  font-weight: normal;
}
.more-link {
  text-align: inherit;
}
.item-list .pager li {
  margin-left: 0.2em;
}
div.messages {
  margin-top: 0;
}
li a.active {  
  color: #7D6A55;
  border-bottom: 1px dotted #7D6A55;
}

img{
  display: block;
}

/*******************************************************************/
/*                      GENERAL HELPER STYLES                      */
/*******************************************************************/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  /*display: inline-block;*/  /* for IE/Mac */
}

/*******************************************************************/
/*                            DEFAULTS                             */
/*******************************************************************/

body {
  background: url('../images/canvas_bg.jpg');
  color: #424037;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 1.6em;
  overflow-y: scroll;
}

body#tinymce {
  padding: 10px;
}

a,a:hover,a.active {
  color: #BC7134;
  border-bottom: 1px dotted #BC7134;
  text-decoration: none;
}

h1, h2 {
  font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2em;
}

p {
  margin-bottom: 1em;
}

blockquote {
  margin-left: 5px;
  margin-bottom: 1em;
  border-left: 1px dotted #BC7134;
  padding-left: 15px;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

.node ul, .node ol {
  margin: 0 0 1em 2.4em;
}

.node ul li {
  list-style-type: disc;
}

.node ol li {
  list-style-type: decimal;
}

/*******************************************************************/
/*                             LAYOUT                              */
/*******************************************************************/



#wrapper {
  width: 800px;
  margin: 0 auto;
}

#header {
  margin-top: 50px;
  position: relative;
}

#main {
  margin-top: 50px;
}

#sidebar {
  width: 160px;
  float: left;
  text-align: right;
}

#content {
  width: 600px;
  margin-left: 40px;
  padding-bottom: 40px;
  float: left;
}

#footer-wrapper{


  clear: both;
  background: url('../images/footer_bg.jpg') repeat-x;
}

#footer {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0 10px 0;
   color: #fff;
}

#footer a{
  color: #fff; 
  border-bottom: 1px dotted #fff;  
}
/*******************************************************************/
/*                             HEADER                              */
/*******************************************************************/

#logo {
  margin-left: 20px;
}

#logo a {
  border: 0;
}

#block-block-1 {
  position: absolute;
  top: 3px;
  right: 0;
}

/*******************************************************************/
/*                              LEFT                               */
/*******************************************************************/

/**
 * Menu
 */

#sidebar li {
  font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#sidebar .user-picture a {
  border: 0;
}

/*******************************************************************/
/*                              MAIN                               */
/*******************************************************************/

.node {
  margin-bottom: 3.5em;
}

.node .content {
  padding-left: 10px;
}

.node .submitted {
  font-size: 80%;
  text-transform: uppercase;
  color: #BC7134;
  letter-spacing: 1px;
}

.node .submitted a {
  color: #BC7134;
}

.node h2 a {
  color: #7D6A55;
  border-bottom: 0;
}

.node h2 a:hover {
  border-bottom: 1px dotted #7D6A55;
}

.node .content h2 {
  font-size: 14px;
  margin-top: 20px;
}

/**
 * Code highlighting
 */
#block-system-main .syntaxhighlighter {
  padding: 10px;
  overflow: hidden !important;
}

/**
 * Content
 */

strong.highlight {
  display: block;
  font-weight: normal;
  background-color: #f8fff0;
  border: 1px solid #BE7;
  padding: 10px;
}

.view-Blog.view-display-id-page_1 h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 15px;
}

.view-Blog.view-display-id-page_1 .views-row {
  margin-bottom: 5px;
}

/**
 * Comments
 */
#disqus_thread {
  padding: 10px;
  margin-top: 30px;
}

.dsq-avatar a, a.dsq-subscribe-email, a.dsq-subscribe-rss {
  border-bottom: 0;
}

/**
 * Carbon ad spot
 */
#carbonads-container {
  margin-top: 15px;
}

#carbonads-container a {
  border-bottom: 0;
}

.carbonad {
  margin-left: 10px;
}

.carbonad-text {
  text-align: right;
}

.carbonad-tag {
  float: right !important;
  margin-right: 17px !important;
  margin-left: 0 !important;
}

/**
* Tags
*/ 

div.node footer{
  padding-left: 10px;
  font-size: 80%;
}
div.node footer div.field-name-field-tags div.field-label{
  float: left;
  text-transform: uppercase;
  margin-right: 10px;  
  color: #7D6A55;
}

div.node footer div.field-name-field-tags div.field-items{
  
}

div.node footer div.field-name-field-tags div.field-items .field-item{
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
}