/* $Id: style.css,v 1.14.2.4 2007/07/09 03:50:59 drumm Exp $ */

/**
 * ARK New Theme, for Drupal 5.0
 * Nathan Hanners, www.nk-media.com
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

body, html {
	min-width: 980px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top center;
  	background-color: #fcaf00;
  	font: 12px/170% Verdana;
  	font-family: Arial, MS Gothic, sans-serif;
  	font-size: 12px;
  	color: #000;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
	background-image: url(images/background-page.gif);
	background-repeat: no-repeat;
	background-position: top center;			
}

#header {
	margin: 0 0 15px 0;
	height:90px;	
}

#homelink {
	border: none;
	float:left;
	height: 90px;
	width:130px;
	position: relative;
	top:20px;
	left:42px;
	display: block;
	z-index: 900;
	}
.homelinkimage {
	display:block;
	}	

#sidebar-left {
	float: left;
	margin:0px 15px 0px 0px;
	width: 195px;
	padding: 20px 0px 0px 0px;
}

#sidebar-right {
	float: right;
	margin:0px;
	width: 200px;
	padding: 20px 0px 0px 0px;	
}

#content { 
	float: left;
	margin:0px 0px 0px 0px;
	width: 561px;	
}

#whitespace {
	background-color: #fff;
	padding:15px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	overflow: hidden;
	min-height: 1200px;
	}

#footer {
	text-align: center;
	clear: both;
	background: transparent;	
}

#wrapper #content .breadcrumb {
  font-size: 0.92em;
  color: #663300;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 20px 0px;    
}

#whitespace .content ul {
	margin: 4px 0px 5px 25px;
	padding: 3px 0px 0px 15px;
	}
	
#whitespace .content li {
	margin: 5px;
	padding: 4px 0px 4px 0px;
	}


/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 74px 0px 0px 0px;
  width: 82px;
  height: 6px;
  color: #fff;
  background-color:transparent;
  text-align: center;
  vertical-align: bottom;
  font-size: 10px;
}
ul.primary-links li a.menu-1-1-2, ul.primary-links li a.menu-1-1-2-active,
ul.primary-links li.menu-331 a, ul.primary-links li.menu-331-active a
 {
   background-color: transparent;
   background-image: url(images/primary-what-y.gif);
   background-repeat: no-repeat;
   background-position: top;
}
ul.primary-links li a.menu-1-2-2, ul.primary-links li a.menu-1-2-2-active,
ul.primary-links li.menu-332 a, ul.primary-links li.menu-332-active a
 {
   background-color: transparent;
   background-image: url(images/primary-osaka-y.gif);
   background-repeat: no-repeat;
   background-position: top;
}
ul.primary-links li a.menu-1-3-2, ul.primary-links li a.menu-1-3-2-active,
ul.primary-links li.menu-333 a, ul.primary-links li.menu-333-active a
 {
   background-color: transparent;
   background-image: url(images/primary-tokyo-y.gif);
   background-repeat: no-repeat;
   background-position: top;
}
ul.primary-links li a.menu-1-4-2, ul.primary-links li a.menu-1-4-2-active,
ul.primary-links li.menu-334 a, ul.primary-links li.menu-334-active a
 {
   background-color: transparent;
   background-image: url(images/primary-contact-y.gif);
   background-repeat: no-repeat;
   background-position: top;
}

ul.primary-links li a.menu-1-1-2:hover, ul.primary-links li.menu-331 a:hover {
  color: #f8e0a9;
  background-image: url(images/primary-what-o.gif);
}
ul.primary-links li a.menu-1-2-2:hover, ul.primary-links li.menu-332 a:hover {
  color: #f8e0a9;
  background-image: url(images/primary-osaka-o.gif);
}
ul.primary-links li a.menu-1-3-2:hover, ul.primary-links li.menu-333 a:hover {
  color: #f8e0a9;
  background-image: url(images/primary-tokyo-o.gif);
}
ul.primary-links li a.menu-1-4-2:hover, ul.primary-links li.menu-334 a:hover {
  color: #f8e0a9;
  background-image: url(images/primary-contact-o.gif);
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right;
  clear: right;
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left;
}
ul.secondary {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left;
  margin: 0 2em 0 0;
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: normal;
}





/* NAVIGATION LISTS The lists for navigation in the left column */
/* Formatting for top UL list - its a menu class -  only width and padding and list settings */

#sidebar-left ul.menu {
	padding:0px;
	margin:0px;
  	list-style-type: none;
  	list-style-image: none;  	
	}

#sidebar-left ul li, #sidebar-left ul.menu li, #sidebar-left .item-list ul li, li.leaf {
  width:195px;
  font-size: 11px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-image: none;   
  border: none;
  margin:0px 0px 5px 0px;
}

/* Formatting for a  list item which contains a collapsed list */
ul li.collapsed {
  /* background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; */
}

/* MAIN LINKS The actual list link option appearances, contained in the A tag */
#sidebar-left ul.menu li.leaf a, #sidebar-left ul.menu li.expanded a, #sidebar-left ul.menu li.collapsed a {
  width:187px;
  height:22px;
  display: block;
  color: #fff;
  background: transparent url(images/navigation-left-button.png) top left no-repeat;   
  padding:0px 0px 0px 8px;
  margin:0px;
}
#sidebar-left ul.menu li.leaf a:hover, #sidebar-left ul.menu li.expanded a:hover, #sidebar-left ul.menu li.collapsed a:hover {
  background-image: url(images/navigation-left-button-over.png);   
}
/* 2ND LINKS The appearance of the secondary links - or, links within links */
/* 2ND LINKS UL LIST */

#sidebar-left ul.menu li.expanded ul.menu {
  width:195px;
  padding-bottom: 8px;
  margin:-3px 0px 0px 0px;
  background-position: bottom center;
  background-image: url(images/navigation-bottom-bg.png);  
  background-repeat: no-repeat;
}
/* 2ND LINKS LIST ITEMS */
#sidebar-left ul.menu li.expanded ul.menu li.leaf, #sidebar-left ul.menu li.expanded ul.menu li.expanded, #sidebar-left ul.menu li.expanded ul.menu li.collapsed {
  padding:0px;
  margin:-1px 0px 0px 0px;
}
/* 2nd LINKS ANCHORS */

#sidebar-left ul.menu li.expanded ul.menu li.leaf a, #sidebar-left ul.menu li.expanded ul.menu li.expanded a, #sidebar-left ul.menu li.expanded ul.menu li.collapsed a {
  text-transform: none;
  background: #666666;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;  
  background-image: none;
  display: block;
  color: #fff;
  font-size: 11px;   
  padding:0px 0px 0px 8px;
  margin:0px;
  width: 187px;
}
#sidebar-left ul.menu li.expanded ul.menu li.leaf a:hover, #sidebar-left ul.menu li.expanded ul.menu li.expanded a:hover, #sidebar-left ul.menu li.expanded ul.menu li.collapsed a:hover {
	background-color: #cc9933;
	color:#fff;
}

/* 3RD LEVEL LINKS */

#sidebar-left ul.menu li.expanded ul.menu li.expanded ul.menu li.leaf a, #sidebar-left ul.menu li.expanded ul.menu li.expanded ul.menu li.expanded a, #sidebar-left ul.menu li.expanded ul.menu li.expanded ul.menu li.collapsed a {
  text-transform: none;
  background: #666666;
  border-top: none;
  border-bottom: 1px solid #333;  
  background-image: none;
  display: block;
  color: #fff;
  font-size: 11px;   
  padding:0px 0px 0px 20px;
  margin:0px;
  width: 175px;
  }
#sidebar-left ul.menu li.expanded ul.menu li.expanded ul.menu {
  width:195px;
  padding-bottom: 0px;
  margin:0px;
  background-image: none;  
}
#sidebar-left ul.menu li.expanded ul.menu li.expanded ul.menu li.leaf a:hover, #sidebar-left ul.menu li.expanded ul.menu li.expanded ul.menu li.expanded a:hover, #sidebar-left ul.menu li.expanded ul.menu li.expanded ul.menu li.collapsed a:hover {
	background-color: #cc9933;
	color:#fff;
}




/* LISTS IN THE RIGHT SIDEBAR */
#sidebar-right ul, #sidebar-right .item-list ul {
  list-style: none;
  list-style-type: none;
  margin:0px;
  padding:0px;
}



/* LISTS items in the Localizer Block */
#block-localizer-0 .content .item-list ul, #block-locale-0 .content ul {
  list-style: none;
  list-style-type: none;
  margin:0px;
  padding:0px;
	}
#block-localizer-0 .content .item-list ul li, #block-locale-0 .content ul li {
  list-style: none;
  list-style-type: none;
  margin:0px 0px 5px 0px;
  padding:0px;  
	}
#block-localizer-0 .content .item-list ul li a, #block-locale-0 .content ul li a {
  font-size: 11px;
  font-weight: normal;
  display: block;
  color: #000;
  width: 195px;
  height: 22px;
  margin:0px;
  padding: 0px 0px 0px 8px;
  background: transparent url(images/language-button.png) top left no-repeat;  
  }
#block-localizer-0 .content .item-list ul li a:hover, #block-locale-0 .content ul li a:hover {
  text-decoration: none;
  background-image: url(images/navigation-left-button-over.png); 
  }    	

	
/**
 * ARK custom stuff
 */
.rehoming {
	width:65px; 
	height:85px; 
	float:left; 
	padding: 0px; 
	margin:5px 7px 10px 0px;
	font-size: 11px;
	line-height: 11px;
	}
.rehoming img {
	border: 1px solid #000;
	}
.lifeline {
	width:65px; 
	height:115px; 
	float:left; 
	padding: 0px; 
	margin:5px 7px 10px 0px;
	font-size: 11px;
	line-height: 11px;
	overflow: hidden;
	}
.lifeline img {
	border: 1px solid #000;
	}	

/**
 * ARK custom blocks
 */
 
#sidebar-left h2, #sidebar-right h2 {
	display:none;
	visibility: hidden;
	} 
 
#sidebar-right .content {
	margin: 0px 0px 12px 0px;
	} 

#donate, #donate form {
	padding:0px;
	margin:0px;
	} 
 
#arkshopping {
	padding: 0px;
	margin: 0px;
	}
	
#arktales {
	background-image: url(images/block-arktales.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding: 0px;
	}
	
#arktales a {
   	width:195px;
   	height:55px;
	padding:0px;
	margin:0px;	
	}
	
#arktales a:hover { 
	text-decoration: none;
	}
		
#arktales .talestext {
	float:left;
	width: 63px;
	height: 35px;
	margin:0px;
	padding: 10px;
	text-align: left;
	font-family: Times, Georgia, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color:#fff;
	}				 
 
#arkangels {
	width: 175px;
	height: 96px;
	background-image: url(images/block-arkangels.jpg);
	background-repeat: no-repeat;
	font-family: Arial, MS Gothic, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 50px 0px 0px 0px;
	padding: 10px;
	}
	
#fosteranimals {
	color: #000;
	font-size: 11px;
	line-height: 12px;
	padding: 12px 60px 8px 8px;
	margin: 0px;
	background-image: url(images/block-fosteranimals.jpg);
	background-repeat: no-repeat;
	}	
#fosteranimals a {
	color: #006699;
	}
	
#arkmovie {
	padding:0px;
	margin:0px;
	}		

#virtualtour {
	margin: 0px;
	padding: 0px;
	}

#sidebar-right #block-simplenews-newsletter-18.block-simplenews {
	width: 185px;
	background-image: url(images/block-newsletter.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 100px 0px 0px 0px;
	}
	
#sidebar-right #block-simplenews-newsletter-18 .clear-block, #sidebar-right #block-simplenews-newsletter-18 .block, #sidebar-right #block-simplenews-newsletter-18 .block-simplenews	{
	}	

#block-simplenews-newsletter-18 h2 {
	display: none;
	visibility: hidden;
	}
#block-simplenews-newsletter-18 p {
	display:none;
	visibility: hidden;
	}			

#block-simplenews-newsletter-18 .content p, #block-simplenews-newsletter-18 .content, #block-simplenews-newsletter-18, #block-simplenews-newsletter-18 .form-item {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	}
	
simplenews-block-form { 
	padding:0px;
	margin:0px;
	}
	
.error, .messages .error {
	display:none;
	visibility: hidden;
	}
	
.content h3 {
	font-size: 15px;
	padding: 4px 4px 4px 8px;
	color: #fff;
	font-weight: lighter;
	background-color: #7d6001;
	display:block;
	margin: 25px 0px 10px 0px;
	clear:both;
	}
	
img.alignleft {
	float:left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #333;
	}
img.alignright {
	float:right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #333;
	}	
img.centered {
	float:center;
	clear:both;
	margin: 10px 0px 10px 0px;
	border: 1px solid #333;
	}		

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
  list-style: none;
  list-style-type: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #f8e0a9;
  color: #000;
  font-weight: normal;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #f8e0a9;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #f1eac3;
}

tr.even {
  background-color: #fff9e7;
}

tr.odd td.active {
  background-color: #f1eac3;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: normal;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#content form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2px 0px 0px 0px;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}


	
	
/**
 * Nodes & comments
 */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1em;
  background-image: none;
}

.node .links, .comment .links {
  text-align: left;
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right;
  clear: right;
  padding-left: 1em;
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: normal;
  float: right;
}

.terms {
  float: right;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px;
}

.comment h3 a.active {
  color: #000;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
  background-color: #f8e0a9;
}
tr.even td.menu-disabled {
  background-color: #fff;
}
td.menu-disabled {
  opacity: 0.5;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left;
  padding-right: 20px;
}

#block-node-0 img, .feed-icon {
  float: right;
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right;
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left;
  width: 48%;
}
div.admin .right {
  float: right;
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

select#edit-nodefor|ja.form-select, select#edit-nodefor|en.form-select, #edit-nodefor|en, #edit-nodefor|ja, .form-select, #edit-nodefor|ja.form-select, .form-select, select.form-select, {	
	width: 275px;
	overflow: visible;
	font-size: 10px;
	}
.form-item select, .form-item form-select, .form-item #edit-nodefor|en, .form-item #edit-nodefor|ja {
	width: 275px;
	}
#edit-nodefor|ja, #edit-nodefor|en {
	width: 275px;
	}

#edit-nodefor-ja, #edit-nodefor-en {
	width: 275px;	
	}			

/**
 * CSS support
 */
div.clear {
  display: block;
  clear: both;
  float:none;
  width:auto;
  height: 1px;
  margin-bottom: 1px;
}

/**
 * Generic stuff
 */

input {
  font: 12px/100% "Verdana";
  color: #000;
}

textarea, select {
  font: 12px/160% "Verdana";
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: normal;
  font-family: Arial, MS Gothic, sans-serif;
}
h2 a {
	color: #000;
	font-weight: normal;	
	}


h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #663300;
  text-decoration: none;
}

a:hover {
  color: #663300;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #fff;
  clear: both;
}

/* Generic List stuff */

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}

/* GENERIC lists for menus */

ul.menu, .item-list ul {
  margin: 0.35em 0 0 0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 1px 0px 4px 1px;
  padding:2px;
}

	
/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #3a3;
  border-color: #c7f2c8;
}

div.error {
  color: #c52020;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #000;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
/**
 * Block styles
 */

a.block-button, .block-button {
	display:block;
	padding: 2px 28px 2px 5px;
	border: 1px solid #f1eac3;
	background-color: #f1eac3;
	background-image: url(images/arrow-1.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #7d6001;
	float:right;
	font-size: 11px;
	clear:both;
	}
	 
a.block-header-button, .block-header-button {
	display:block;
	margin: -37px 0px 0px 0px;
	padding: 2px 28px 2px 5px;
	background-image: url(images/arrow-1.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	float:right;
	font-size: 11px;
	}	
	
	
a.block-button:hover {
	text-decoration: none;
	background-color: #7d6001;
	color: #fff;
	} 
 
.block h2 {
	font-size: 15px;
	font-weight: normal;
	padding: 4px 4px 4px 8px;
	color: #fff;
	background-color: #7d6001;
	display:block;
	margin: 25px 0px 0px 0px;
	clear:both;
	} 
 
a.sponsorme {
	display: block;
	width:200px;
	margin: 5px;
	padding:5px;
	font-size: 15px;
	color: #fff;
	background-color: #663300;
	border: 1px solid #fff;
	text-align: center;		
	}	
a.sponsorme:hover {
	background-color: #fcaf00;
	color: #663300;
	text-decoration: none;
	}	
	
#block-views-Osaka_Events_En, #block-views-Osaka_Events_Ja {
	clear:left;
	width: 262px;
	float:left;
	}	
#block-views-Tokyo_Events_En, #block-views-Tokyo_Events_Ja {
	width: 262px;
	float:right;
	}		
#block-views-osaka_featured_en, #block-views-osaka_featured_jp {
	clear:left;
	width: 262px;
	float:left;
	}	
#block-views-tokyo_featured_en, #block-views-tokyo_featured_jp {
	width: 262px;
	float:right;
	}
#block-views-Osaka_News_Full_En, #block-views-Osaka_News_Full_Ja { 
	clear:left;
	width: 262px;
	float:left;	
	}	
#block-views-Tokyo_News_Full_En, #block-views-Tokyo_News_Full_Ja {
	width: 262px;
	float:right;
	}

#block-views-ARK_Updates_En, #block-views-ARK_Updates_Ja {
	float:none;
	clear:both;
	width: auto;
	display: block;
	}	
	

#block-views-osaka_featured_en, #block-views-osaka_featured_jp, #block-views-tokyo_featured_en, #block-views-tokyo_featured_jp {	
	margin: 0px 0px 15px 0px;
	}
	
#block-views-osaka_featured_en .content, #block-views-osaka_featured_jp .content, #block-views-tokyo_featured_en .content, #block-views-tokyo_featured_jp .content {
	padding: 4px 0px 4px 10px;
	background-color: #f1eac3;
	}

/* Animal node stuff */	
	
.image-preview {
	border: 1px solid #7d6001;
	margin: 10px 0px 10px 0px;
	clear:both;
	display:block;
	}
.field {
	display: block;
	clear: both;
	padding: 4px 0px 4px 0px;
	}
.field-label {
	float: left;
	width: 175px;	
	font-size: 11px;
	font-weight: normal;
	}
.field-items {
	float: left;
	clear:right;
	}	
.field-item {
	clear:both;
	display:block;
	}

.field.field-type-text.field-field-character .field-label, .field.field-type-text.field-field-character .field-items, .field.field-type-text.field-field-character .field-items div.field-item, .field.field-type-text.field-field-background .field-label, .field.field-type-text.field-field-background .field-items, .field.field-type-text.field-field-background .field-items div.field-item {
	display: block;
	clear: both;
	float:none;
	line-height: 18px;
	height:auto;
	padding: 0px;
	margin: 0px;
	}

#content .node, #content .content p {
	padding: 0px;
	margin: 0px;
	}
#content .node {
	padding-bottom: 8px;
	}	

.custom-pager {
	display:block;
	clear:both;
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
	padding: 5px 0px 10px 0px;
	}

.node p {
	display:block;
	clear:both;	
	}
		
.sponsorformbutton {
	display: block;
	text-align: center;
	clear:both;
	}		

/* Page gallery display */

ul.images.clear-block, ul.images, ul.images.clear-block li, ul.images li {
	list-style: none;
	list-style-type: none;
	padding:0px;
	margin: 0px;
	}
ul.images li, ul.images.clear-block li {
	float:left;
	display:block;
	margin: 0px 10px 10px 0px;
	}	
	
/* tweak for blog headers */

#content #whitespace .node h3.blogentry {
	padding: 5px 0px 4px 0px;
	margin: 40px 0px 7px 0px;
	border-bottom: 1px solid #ffcc99;
	font-size: 16px;
	font-weight: bold;
	}		
#content #whitespace .node .image-attach-teaser {
	float: left;
	margin: 0px 10px 10px 0px;
	display: inline;
	}		
	
div#wrapper div#content div#whitespace div.node div.content.blogpage p {
	float: right;
	width: 445px;
	clear: right;
	padding: 0px 20px 0px 0px;
	margin-bottom: 15px;	
	}
div#wrapper div#content div#whitespace div.node div.content.blogpage ul, div#wrapper div#content div#whitespace div.node div.content.blogpage ol {	
	float: right;
	width: 370px;
	clear: right;
	margin-bottom: 15px;	
	}
	
/* added by Nick Jan 13 2012*/	
.blue{
color:#0669BD;
	}
.strongblue{
color:#0669BD;
font-weight:bold;
	}	
	