/* ****************************************************************************
 * Override css images
 * ************************************************************************* */

body.nitobe {
  /* The body class is necessary so that WYSIWYG editors that don't specify a
   * background for their bodies don't inherit the Nitobe background. */
  background: #ccc url(images/background.gif) repeat;
  color: #333;  
}

/* background-dark.gif */

ul#primary-nav li.active a,
ul#primary-nav li.active a.active,
ul#primary-nav li.active-trail a,
ul#primary-nav li.active-trail a.active,
.tabs.primary li.active a,
.tabs.primary li.active a.active,
.tabs.primary li.active-trail a,
.tabs.primary li.active-trail a.active {
  background: #333 url(images/background-dark.gif) repeat;
  color: #fff;
}

ul#primary-nav li.active a:hover,
ul#primary-nav li.active a.active:hover,
.tabs.primary li.active a:hover,
.tabs.primary li.active a.active:hover {
  background: #333 url(images/background-dark.gif) repeat;
  color: #fff;
}

ul#primary-nav li.current_page_item a,
.tabs.primary li.active a {
  background: #333 url(images/background-dark.gif) repeat;
  color: #fff;
}

ul#secondary-nav,
.tabs.secondary {
  background: #333 url(images/background-dark.gif) repeat;
  border-bottom: 1px solid #333;
  color: #333;
  display: block;   
  height: auto;
  line-height: normal;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0 0 2px 0;
  text-transform: none;
  white-space: normal;
}

ul.pager li a:hover {
  background: #222 url(images/background-dark.gif) repeat;
  border: 1px solid #222;
  color: #4cf;
  padding: 0.25em 0.5em;
  text-decoration: none;
}

ul.pager li.pager-current {
  background: #222 url(images/background-dark.gif) repeat;
  border: 1px solid #222;
  color: #fff;
  padding: 0.25em 0.5em;
}

/* background-light.gif */

.rule-bottom {
  background: #ccc url(images/background-light.gif) repeat 2px 0;
  border: 0;
  border-bottom: 1px solid #333;
  height: 5px;
  margin-bottom: 1em;
  margin-top: 0;
  padding: 0;
}

.rule-top {
  background: #ccc url(images/background-light.gif) repeat 2px 0;
  border: 0;
  border-top: 1px solid #333;
  height: 5px;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
}

ul#primary-nav, .tabs.primary {
  background: #ccc url(images/background-light.gif) repeat;
  border-bottom: 1px solid #333;
  color: #333;
  margin: 0;
  padding: 0;
}

/* background-medium.gif */

ul#primary-nav li a:hover,
.tabs.primary li a:hover {
  background: #333 url(images/background-medium.gif) repeat !important;
  color: #000;
}

/* ****************************************************************************
 * Links
 * ************************************************************************* */

a {
	color:#db3d70 !important;
	text-decoration:none;
}

a:hover {
	color:#f3dd21 !important;
	text-decoration:none;
}

ul#primary-nav, .tabs.primary {
	border-bottom: 1px solid #253756;
}

.rule-top {
	border-color: #253756;
}

/* ****************************************************************************
 * Guestbook
 * ************************************************************************* */

#guestbook-form-entry-form
{
	margin:		20px 0px;
}

div.even div.guestbook-message
{
	border-bottom:	1px solid #CCCCCC;
	background-color:	#EEEEEE;
}

div.odd div.guestbook-message
{
	border-bottom:	1px solid #CCCCCC;
	background-color:	#EEEEEE;
}

.guestbook div.odd 
{
	background-color:		white;
}

div.even div.guestbook-comment
{
	border-top:				0px;
	border-bottom:	1px solid #CCCCCC;
}

div.odd div.guestbook-comment
{
	border-top:				0px;
	border-bottom:	1px solid #CCCCCC;
}

/* ****************************************************************************
 * Fix none to no transform
 * ************************************************************************* */

#header-area #title-group #site-title a {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

ul#primary-nav li a:link, 
ul#primary-nav li a:hover, 
ul#primary-nav li a:visited,
.tabs.primary li a:link, 
.tabs.primary li a:hover, 
.tabs.primary li a:visited {
  background: transparent;
  border: none;
  color: #333;
  float: left;
  font-weight: bold;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-transform: none;
}

ul#secondary-nav,
.tabs.secondary {
  background: #333 url(images/background-dark.gif) repeat;
  border-bottom: 1px solid #333;
  color: #333;
  display: block;   
  height: auto;
  line-height: normal;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0 0 2px 0;
  text-transform: none;
  white-space: normal;
}

#page-headline h1#page-title {
  color: #333;
  display: inline-block;
  float: left;
  font-size: 2em;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-transform: none;
  width: 66%;
}

#page-headline .timestamp {
  color: #ccc;
  float: left;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: right;
  text-transform: none;
  vertical-align: bottom;
  width: 33%;
}

.node .node-headline h2 {
  display: inline-block;
  float: left;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-transform: none;
  width: 66%;
}

.node .node-headline .timestamp {
  color: #c8c8c8;
  float: left;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: right;
  text-transform: none;
  vertical-align: bottom;
  width: 33%;
}

.node-author {
  color: #999;
  font-style: italic;
  margin: -0.4em 0 0.4em 0;
  padding: 0;
  text-align: right;
  text-transform: none;
}

div.block h2, div.block-block h2,
div.block h3, div.block-block h3 {
  border-bottom: 1px solid #333;
  color: #555;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  margin-bottom: 6px;
  margin-top: 0.5em;
  text-transform: none;
}

/* ****************************************************************************
 * Misc
 * ************************************************************************* */

 .views-exposed-form {
	background:url("images/background-light.gif") repeat scroll 0 0 transparent;
	margin-bottom:1em;
	margin-top:-7px;
	padding:4px 10px;
	border-bottom: 1px solid #cccccc;
 }

 #node-4 img {
	margin-right: 10px;
 }

 .breadcrumb {
	display:	none;
 }

 #node-2698 td {
	vertical-align: top;
 }

 #node-2698 tbody {
	border: 0px;
 }

#node-2698 tbody td {
	border: 5px solid white;
	background-color: #f4f4f4;
}


#node-2698 tbody tbody td {
	border: 0px;
}

#node-2698 tbody table {
	border-top: 0px dashed #CCCCCC;
}