/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body
{
	background-image:url('/wp-content/themes/starkers/theme-imgs/bg-tile.png');
	background-repeat:repeat-x;
	background-color:#D13546;
	font-family:Verdana, Helvetica, sans-serif;
	position:relative ;
}

img
{
	display:block;
}

div.wrapper
{
	width:994px;
	margin:0px auto 24px auto;
	position:relative;
}

div.header
{
	height:151px;
}

h1
{
	display:block;
	float:left;
	width:482px;
	height:151px;
	margin:0px auto 0px 256px;
}

h1 a
{
	display:block;
	width:482px;
	height:151px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/Young-at-Heart-Pet-Rescue.jpg');
	background-repeat:no-repeat;
}

h1 span
{
	display:none;
}

h2
{
	font-size:36px;
}

div.postBodyWrapper h2
{
	font-size:78px;
}

h3
{
	font-size:24px;
	font-weight:normal;
}
h3 a { text-decoration:none; }
h3 a:hover { text-decoration: underline; }
h4
{
	font-size:18px;
	font-weight:bold;
}
p, td
{
	font-size:12px;
	line-height:150%;
}
h2, h3, h4, p
{
	margin-bottom:12px;
}
ul
{
	margin-left:12px;
	margin-bottom:6px;
}
ul li
{
	font-size:12px;
	line-height:150%;
	margin-bottom:6px;
	margin-left:12px;
	list-style-type:disc;
}
div.headerstuff
{
	float:right;
	width:256px;
	height:151px;
	padding:20px 0px 0px 0px;
}
label.header_signup
{
	color:white;
	font-size:11px;
}
input.header_signup
{
	width:177px; 
	height:20px; 
	display:block; 
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 4px;
	border: solid 1px #cdcdcd;
	font-size:12px;
}
a#DonateNow
{
	display:block;
	float:right;
	width:172px;
	height:83px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/Donate-Now.jpg');
	background-repeat:no-repeat;
}
a#DonateNow span {display:none;}
/* new nav styles */
#cssdropdown * {
	padding:0;
	margin:0;
}
#cssdropdown {
	position:relative;
	z-index:11;
	height:149px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/nav-bg.jpg');
	background-repeat:no-repeat;
	padding:21px 0px 0px 19px;
	margin:0px;
}
#cssdropdown, #cssdropdown ul {
	list-style:none;
}
#cssdropdown li.headlink {
	position:relative;
	display:block;
	height:119px;
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}
#cssdropdown li.headlink a {
	display:block;
	height:119px;
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}
#cssdropdown li.headlink a:hover {
	background-position:bottom;
}
#cssdropdown li.headlink a span {
	display:none;
}
#cssdropdown li.headlink a#Adopt
{
	width:108px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/link-Adopt.gif');
}
#cssdropdown li.headlink a#Donate
{
	width:111px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/link-Donate.gif');
}
#cssdropdown li.headlink a#Volunteer
{
	width:124px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/link-Volunteer.gif');
}
#cssdropdown li.headlink a#Shop
{
	width:116px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/link-Shop.gif');
}
#cssdropdown li.headlink a#AboutUs
{
	width:124px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/link-About-Us.gif');
}
#cssdropdown li.headlink a#News
{
	width:128px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/link-News.gif');
}
#cssdropdown li.headlink a#Events
{
	width:124px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/link-Events.gif');
}
#cssdropdown li.headlink a#Programs
{
	width:115px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/link-Programs.gif');
}
#cssdropdown li.headlink ul {
	display:none;
	position:absolute;
	z-index:999;
	left:0px;
	top:118px;
	width:100px;
	background-color:none;
	padding-top:12px;
	background-image:url('/wp-content/themes/starkers/theme-imgs/dropdown_bg.png');
	padding:0px 3px 3px 3px;
}
#cssdropdown li.headlink ul li {
	line-height:120%;
	clear:both;
	font-size:11px;
	list-style-type:none;
}
#cssdropdown li.headlink:hover ul {
	display:block;
}
#cssdropdown li.headlink ul li a {
	height:18px;
	padding:4px;
}
#cssdropdown > li.headlink ul li a {
	height:auto;
}
#cssdropdown li.headlink ul li a:hover {
	text-decoration:underline;
}
#cssdropdown a {
	color:#D13546;
	text-decoration:none;
	font-weight:bold;
}
#cssdropdown li.headlink {
	background-image:url(/wp-content/themes/starkers/theme-imgs/util.gif);
}
#cssdropdown li.headlink ul {
	background-position:bottom;
	padding-bottom:10px;
}
/* end new nav styles */

div.postBodyWrapper
{
	background-color:white;
	width:890px; /* width:970px; */
	margin:0px auto 0px auto;
	background-image:url(/wp-content/themes/starkers/theme-imgs/main-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 4px 40px 10px 40px;
	position:relative;
	z-index:2;
	border-top:solid 0px black;
}
div.postBodyWrapper a
{
	color:#D13546;
	font-weight:bold;
}
div.postBodyWrapper a:hover
{
	color:#88222E;
}
div.homePostBodyWrapper h2, div.homePostBodyWrapper h3, div.homePostBodyWrapper p
{
	display:block;
	float:left;
	width:540px;
}
div.homePostBodyWrapper div.post
{
	/*
	background-image:url('/wp-content/themes/starkers/theme-imgs/peaches-and-mio.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	*/
}
div.footerdiv
{
	width:930px; /* width:970px; */
	margin:0px auto 0px auto;
	background-image:url('/wp-content/themes/starkers/theme-imgs/footer-bg.gif');
	background-repeat:repeat-y;
	background-position:top left;
	margin:16px auto 16px auto;
	padding: 24px 40px 0px 0px;
}
div.footerdiv div.post
{
	width:270px;
	float:left;
	border:solid 0px orange;
	margin:0px 0px 0px 40px;
	color:white;
}
div.footerdiv div.post p
{
	font-size:12px;
}
div.footerdiv div.post:first-child
{
	color:#333333;
}
div.footerdiv div.post a
{
	color:#ffffff;
	font-weight:bold;
}
div.footerdiv div.post:first-child a
{
	color:#D13546;
}
div.footerdiv div.post:first-child img
{
	border:solid 1px white;
}
div.footerdiv div.post img.alignright, img.alignright
{
	margin-left:10px;
	margin-bottom:10px;
}
div.footerdiv div.post img.alignleft, img.alignleft
{
	margin-right:10px;
	margin-bottom:10px;
}
div.footer2
{
	width:970px;
	margin:20px auto 20px auto;
}
div.footer2 p, div.footer2 a
{
	color:#ffffff;
	font-size:11px;
	text-align:right;
}
/* div.homePostBodyWrapper ul.post-meta, div.homePostBodyWrapper iframe#homepage_promo */
div.homePostBodyWrapperRight
{
	float:right;
	height:680px;
	/*
	background-image:url(/wp-content/themes/starkers/theme-imgs/peaches-and-mio.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	*/
	list-style-type:none;
	margin:0;
	width:300px;
}
ul.post-meta li span
{
	display:none;
}
div.boilerplate_info
{
	margin:0px 0px 12px 12px;
	float:right;
	font-size:11px;
	font-weight:bold;
	width:200px;
}
div.postBodyWrapper ul.post-meta, 
{
	font-size:11px;
	font-weight:bold;
	margin:0 0 12px 0;
	list-style-type:none;
}
div.boilerplate_info ul.post-meta
{
	margin:0px;
}

div.boilerplate_info a
{
	display:block;
	color:white;
	background-color: #D13546;
	padding:12px;
	margin:0px 0px 1px 0px;
	text-decoration:none;
}
div.boilerplate_info a:hover
{
	color:white;
	text-decoration:underline;
}
div.postBodyWrapper ul.post-meta li
{
	background-color: #f7f7f7;
	padding:12px;
	margin:0px 0px 1px 0px;
	list-style-type:none;
}
div.homePostBodyWrapper ul.post-meta li
{
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
div.category-page-description div.boilerplate_info, div.category-happily-ever-after div.boilerplate_info
{
	display:none;
}
.uglyhack
{
	clear:both;
}
h4.bread
{
	display:inline;
	font-size:11px;
	color:#777777;
}
ul.bread, ul.bread li
{
	display:inline;
	font-size:11px;
}
ul.bread li
{
	padding:0px 4px 0px 0px;
}
ul.bread li a
{
	font-weight:normal;
}
div.gallery
{
	/* width:328px; */
	width:238px;
	float:left;
}
div.gallery dl.gallery-item
{
	
}

div.post table
{
	border-top: solid 1px #dedede;
	border-left: solid 1px #dedede;
	border-bottom: solid 0px #dedede;
	border-right: solid 0px #dedede;
	margin-bottom:12px;
}

div.post table td
{
	border-top: solid 0px #dedede;
	border-left: solid 0px #dedede;
	border-bottom: solid 1px #dedede;
	border-right: solid 1px #dedede;

	padding:10px;
}

hr
{
	clear:both;
	color:#fff; background-color:#fff;
	border-bottom:1px dotted rgb(226, 220, 195); 
	margin-bottom: 12px;
}

div.category-courtesy-posts h3
{
	clear:both;
	border-top: dotted 1px #dedede;
	margin-top:12px;
	padding-top:8px;
}

div#metaseopack
{
	display:none;
}