/* base css */
@import url(http://animalrescue.typepad.com/.shared/themes/common/base-weblog.css);

/* LEAVE ABOVE */



/* IFAW Blog */

body
{
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 12px;
}

a { color: #A7630E; text-decoration: none; } /* #888899  F8F6DE */
a:visited { color: #888899; } /* 999 */
a:hover { color: #fff; }

#banner a { color: #fff; font-weight: bold; text-decoration: none; }
#banner a:visited { color: #fff; }
#banner a:hover { color: #ccc; }

.module-content a { color: #fff; font-weight: normal; } /* D27B0E cdcdcf  F8F6DE */
.module-content a:visited { color: #888899; } /* 888899  D27B0E */
.module-content a:hover { color: #999; } /* f93 */

.entry-content a { text-decoration: underline; }


h1, h2, h3, h4, h5, h6
{
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative; 
	width: 100%;
	w\idth: auto;
	
	margin: 0 0 1px 0;
	padding: 5px 5px 5px 25px; /* L: 22 px */
	color: #F2E8BE;
	background: #0f181f url(http://www.animalrescueblog.org/images/colitem-header-bg-ifaw.gif) 0 50% no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.rss-header a,
.archive-header a
{
	color: #F2E8BE; /* f93 */
	text-decoration: underline;
}

.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.rss-header a:visited,
.archive-header a:visited
{
	color: #F2E8BE;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.rss-header a:hover,
.archive-header a:hover
{
	color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
}


/* page layout */

body
{
	min-width: 780px;
	color: #ccc;
	background: #4E5D6C url(http://www.animalrescueblog.org/images/body-bg-ifaw.gif) repeat-x; /* 343f4a */
}

#container
{
	width: 780px;
	background: url(http://www.animalrescueblog.org/images/container-bg-ifaw.gif) repeat-y;
}

#container-inner
{
	margin: 0 10px 0px 10px;
	border-bottom: 5px solid #fff;
	background: url(http://www.animalrescueblog.org/images/divider-bg.gif) 297px 0 repeat-y;
}

#banner {
width: 760px; /* necessary for ie win */
background: #fff url(http://www.animalrescueblog.org/images/banner-bg-ifaw.gif) repeat-x bottom left;
}

#banner-inner {
padding: 20px;
background: url(http://www.animalrescueblog.org/images/banner-inner-bg.gif) top left no-repeat;
}

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px double #fff; }

#banner-header
{
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	/* line-height: 1; */
	padding: 8px 0px 0px 48px;
	background: url(http://www.animalrescueblog.org/images/title-bg.gif) top left no-repeat;
	height: auto;
}

#banner-description
{
	margin: 1px 0;
	color: #fff;
	background: none;
	font-size: 12px;
	line-height: 1.125;
        padding: 0px 0px 0px 48px;
}

#alpha { margin: 20px 0 20px 20px; width: 260px; }
#beta { margin: 20px 0 0 40px; width: 420px; }
#gamma, #delta { width: 202px; }

.date-header
{
	margin: 0;
	padding-top: 10px;
	color: #666;
	background: transparent url(http://www.animalrescueblog.org/images/date-header-bg.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-header
{
	margin: 5px 0; /* 10px 0 */
	padding: 0;
	color: #F8F6DE; /* f93 F8F6DE D27B0E*/
	font-size: 18px;
	font-weight: bold;
}

.entry-content { margin: 0px 15px 0px 0px; }
.entry-more-link { font-weight: bold; }

.entry-footer
{
	margin: 0 0 20px 0;
	border-top: 1px solid #1a2936;
	padding-top: 2px;
	color: #666;
	font-weight: normal;
}

.content-nav { margin-top: 0; }


/* modules */

.module-calendar .module-content { margin: 5px 0 15px 0; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }

.module-powered { margin: 20px 0; }
.module-powered .module-content
{
	margin: 0;
	padding: 10px;
	border: 1px solid #888899;
	color: #fff;
	background: #343f4a url(http://www.animalrescueblog.org/images/powered-bg.gif) repeat-x;
}

.module-powered a { color: #F2E8BE; }
.module-powered a:visited { color: #F2E8BE; }
.module-powered a:hover { color: #888899; }

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list-item
{
	padding-left: 14px;
	background: url(http://www.animalrescueblog.org/images/li-bg-ifaw.gif) 0 0.3em no-repeat;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	padding: 0;
	background: #343f4a url(http://www.animalrescueblog.org/images/typelist-thumbnailed-bg.gif) repeat;
}

.typelist-thumbnail
{
	background: #717476 url(http://www.animalrescueblog.org/images/typelist-thumbnail-bg.gif) left center repeat;
}

.module-featured-photo img
{
	width: 414px;
}

.module-recent-photos .module-content { padding: 6px 0 0 0; }

.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 6px 6px 0;
	padding: 0;
	background: none;
}

.module-recent-photos .module-list-item a
{
	border: 1px solid #900;
	padding: 1px;
	background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
	border-color: #009;
}



/* artistic tweaks */


/* calendar tweaks */
	
	.layout-calendar #beta { overflow: visible; }
	
	.module-mmt-calendar { width: 420px; }
		
	.module-mmt-calendar .module-header
	{
		margin: 0;
		border: 0;
		padding: 0;
		color: #888899;
		background: none;
		font-size: 14px;
		font-weight: normal;
		text-align: right;
		text-transform: uppercase;
	}
	
	.module-mmt-calendar table
	{
		margin-top: 5px;
		color: #fff;
		background: #cbb8e9;
	}
		
	.module-mmt-calendar th
	{
		border-right: 1px solid #343f4a;
		padding: 2px;
		text-align: right;
		font-weight: normal;
	    background: #1f2d3a;
	}
	
	.module-mmt-calendar td
	{
		border-right: 1px solid #343f4a;
		border-bottom: 1px solid #343f4a;
		padding: 2px;
		text-align: right;
		font-weight: normal;
	    background: #101921 url(http://www.animalrescueblog.org/images/calendar-td-bg.gif) repeat-x;
	}
	
	.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
	{
		border-right: none;
	}
	
	.day-photo a
	{
		border: solid 1px #515b66;
		padding: 1px;
		background: #fff;
	}
	
	.day-photo a:hover
	{
		border-color: #c00;
	}


/* moblog1 tweaks */

	.layout-moblog1 #container-inner { background-position: 577px 0; }
	.layout-moblog1 #pagebody
	{
		background: none;
	}
	
	.layout-moblog1 #alpha { width: 200px; }
	
	.layout-moblog1 #beta
	{
		width: 320px;
		margin: 20px 0 20px 20px;
	}
	
	.layout-moblog1 #gamma
	{
		width: 160px;
		margin: 20px 0 20px 40px;
	}
	
	.layout-moblog1 .entry { margin-bottom: 40px; }
	
	.layout-moblog1 .module-recent-photos .module-content { margin: 6px 0 0 12px; }


/* moblog2 tweaks */

	.layout-moblog2 #container-inner { background-position: 105px 0; }
	.layout-moblog2 #pagebody
	{
		background: transparent url(http://www.animalrescueblog.org/images/divider-bg.gif) 447px 0 repeat-y;
	}
	.layout-moblog2 #pagebody-inner
	{
		background: transparent url(http://www.animalrescueblog.org/images/divider-bg.gif) 647px 0 repeat-y;
	}
	
	.layout-moblog2 #alpha { width: 70px; }
	.layout-moblog2 #beta { width: 300px; margin: 0 0 0 40px; }
	.layout-moblog2 #gamma { width: 170px; margin: 0 0 0 40px; }
	
	.layout-moblog2 #delta
	{
		float: left;
		width: 100px;
		margin: 0 0 0 20px;
	}
	
	.layout-moblog2 .module-header,
	.layout-moblog2 .trackbacks-header,
	.layout-moblog2 .comments-header,
	.layout-moblog2 .comments-open-header,
	.layout-moblog2 .archive-header
	{
		margin: 20px 0 1px 0;
	}
	
	.layout-moblog2 .date-header { margin-top: 20px; }

	.layout-moblog2 .module-photo .module-content { margin: 0; }
	.layout-moblog2 .module-photo img { width: 80px; height: auto; }
	
	.layout-moblog2 .module-recent-photos .module-content
	{
		margin: 0;
		padding: 0;
		background: none;
	}
	
	.layout-moblog2 .module-recent-photos .module-list { margin: 0; }
	.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 5px 0; }


/* timeline tweaks */

	.layout-timeline #container-inner { background-position: 377px 0; }
	
	.layout-timeline #alpha { width: 340px; }
	.layout-timeline #beta { width: 360px; }
	
	.layout-timeline #gamma,
	.layout-timeline #delta
	{
		width: 170px;
	}
	
	.layout-timeline .module-recent-photos .module-content { padding: 0 0 10px 0; }
	.layout-timeline .module-recent-photos .module-list { margin: 7px 0 0 7px; }



/* one-column tweaks */

	.layout-one-column body { min-width: 620px; }
	
	.layout-one-column #container
	{
		width: 620px;
		background: transparent url(http://www.animalrescueblog.org/images/one-column-container-bg-ifaw.gif) repeat-y;
	}
	
	.layout-one-column #container-inner
	{
		margin: 0 10px 0 10px;
		border-bottom: 1px solid #5b626a;
		background: none;
	}
	
	.layout-one-column #banner
	{
		width: 600px; /* necessary for ie win */
		background: #fff url(http://www.animalrescueblog.org/images/banner-bg-ifaw.gif) repeat-x bottom left;
	}
	
	.layout-one-column #container-inner { background: none; }
	.layout-one-column #alpha { width: 560px; }
	
	.layout-one-column .module-powered
	{
		margin: 10px 0 20px 0;
	}


/* two-column-left tweaks */

	.layout-two-column-left #container-inner { background: none; }
	.layout-two-column-left #alpha { width: 200px; }
	.layout-two-column-left #beta
	{
		width: 500px;
		margin: 20px 0 0 20px;
	}

	.layout-two-column-left .module-powered
	{
		margin: 10px 0 20px 0;
	}


/* two-column-right tweaks */

	.layout-two-column-right #container-inner { background: none; }
	.layout-two-column-right #alpha { width: 500px; }
	.layout-two-column-right #beta
	{
		width: 200px;
		margin: 20px 0 0 20px;
	}

	.layout-two-column-right .module-powered
	{
		margin: 10px 0 20px 0;
	}


/* three-column tweaks */

	.layout-three-column #container-inner { background-position: 532px 0; }
	
	.layout-three-column #alpha { width: 190px; }
	
	.layout-three-column #beta
	{
		width: 285px;
		margin: 20px 0 20px 20px;
	}
	
	.layout-three-column #gamma
	{
		width: 190px;
		margin: 20px 0 20px 40px;
	}
	
	.layout-three-column .module-powered
	{
		margin: 10px 0 20px 0;
	}


/* IFAW */

.entry-featured {
padding: 0px 15px 0px 15px;
margin: 0px 0px 15px 0px;
width: 468px;
/* border-top: dotted 1px #999; */
background: transparent url(http://www.animalrescueblog.org/images/featured-bg-ifaw.gif) bottom left repeat-x;
}

.entry-featured .entry-footer {
margin: 0 0 20px 0;
border-top: 1px solid #999;
padding-top: 2px;
color: #fff;
font-weight: normal;
}

.entry-featured .entry-footer a {
color: #D27B0E;
}

.entry-featured .entry-footer a:hover {
color: #F2E8BE;
}

.entry-featured h3.entry-header {
color: #F2E8BE; /* #F2E8BE C3C510 D27B0E */
margin: 10px 0px 0px 0px;
}

#flickr {
margin: 0px 0px 15px 0px;
padding: 0;
}

#tabs {
float: right;
width: 200px;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#tabs ul {
list-style: none;
margin: 32px 20px 0px 0px;
padding: 0px 0px 0px 0px;
}

#tabs ul li {
display: inline;
float: right;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
text-transform: uppercase;
}

#tabs ul li.first {
border-right: 1px solid #666;
padding: 0px 15px 0px 0px;
}

#tabs a.tab {
color: #fff; /* D27B0E */
font-weight: bold;
}

#tabs a.tab:hover {
color: #F2E8BE;
}


#pagebody {
background: transparent url(http://www.animalrescueblog.org/images/pagebody-bg.gif) repeat-x top;
}


p.involved {
margin: 0px 0px 10px 0px;
padding: 0;
}

p.blogger {
font-size: 11px;
margin: 0;
padding: 5px;
}

p.blogger img {
float: right;
padding: 0;
margin: 0px 0px 3px 5px;
border: 1px solid #ccc;
}

#calendar {
margin: 0px 0px 10px 0px;
}

#calendar a {
color: #D27B0E;
}

#calendar a:hover {
color: #fff;
}

.rss-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative; 
	width: 100%;
	w\idth: auto;
	
	margin: 0 0 1px 0;
	padding: 5px 5px 5px 25px; /* L: 22 px */
	color: #DA5C1E;
	background: #0f181f url(http://www.animalrescueblog.org/images/colitem-header-rss-bg-ifaw.gif) 0 50% no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-more-link a {
color: #F8F6DE;
text-decoration: none;
}

#ad {
margin: 0px 0px 15px 0px;
}

#video ul li {
  background: transparent url(http://www.animalrescueblog.org/images/featured-bg-ifaw.gif) bottom left repeat-x;
  padding-left: 15px;
  padding-top: 15px;
}

#video img {
padding: 0px 15px 5px 5px;
}


.rss-box {
	 margin: 1em;
	 width: 480px;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
        padding-right: 15px;
	color:#F8F6DE;
}

p.rss-title {padding:0.5em;}

.rss-title {
	text-decoration: none;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-title a {
color: #D27B0E;
}

.rss-item  {
  list-style:none;
  padding-bottom:1em;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 

.share {
color: #D27B0E;
}


/* 2-8-07 */

#topBanner {
background: #fff;
font-size: 11px;
color: #333;
font-weight: bold;
padding: 3px 15px 0px 0px;
text-align: right;
}

#topBanner a, #topBanner a:visited {
color: #333;
}

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

.adText {
background: #ccc;
padding: 10px;
margin-top: 0px;
margin-bottom: 15px;
}

.adText p {
color: #333;
padding: 0;
margin: 0px 0px 5px 0px;
}

h3.adText {
font-size: 13px;
font-weight: bold;
color: #fff;
background: transparent url(http://www.animalrescueblog.org/images/bg-h3-adText.gif);
padding: 4px 10px 3px 10px;
margin: 0;
border-bottom: 1px solid #8E8D8D;
}

h3.adText a, h3.adText a:visited, h3.adText a:hover {
color: #fff;
}

.champion {
border: 1px solid #999;
background: transparent url(http://www.animalrescueblog.org/images/champion-bg.gif);
padding: 10px;
margin: 0px 20px 5px 15px;
}

.champion p {
color: #333;
padding: 0;
margin: 0;
font-size: 13px;
}

.champion p img.border {
float: left;
margin: 2px 7px 3px 0px;
border: 1px solid #333;
}

.champion p img {
float: left;
margin: 2px 7px 3px 0px;
}

.champion a {
color: #000;
}

.champion a.more {
color: #333;
font-weight: bold;
}


/* ph=1 */
/* nhm:from_kauri */
