/*

Theme Name: SDGStock
Theme URI: http://wordpress.org/
Description: This theme creates a strong foundation for all CMS driven sites created by SerialDesignGroup.
Version: 1.0
Author: Andy Cook
Author URI: http://www.serialdesigngroup.com/
Tags: custom, fixed width, two column, three column, widgets

SDGStock v1.0
http://www.serialdesigngroup.com/SDGStock/

This theme was designed and built by Andy Cook,
owner of Serial Design Group

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	padding: 20px 0;
	font: 11px Verdana, Geneva, sans-serif;
	color: #333;
	background: #d9e5f2;
}

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

img {
	border: none;	
}

img.alignright,
a img.alignright,
div.alignright {
	margin: 4px 0 8px 20px;
	float: right;
}

img.alignleft,
a img.alignleft,
div.alignleft,
.author .avatar,
img.attachment-single-post-thumbnail {
	margin: 4px 20px 8px 0;
	float: left;
}

img.aligncenter,
a img.aligncenter,
#iframeEmbed {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

div.alignleft p,
div.alignright p {
	margin: 0;
	font-size: 90%;
	text-align: center;
}

#left {
	width: 182px;
	float: left;	
}

/* Posts */

.post .date {
	padding: 14px 0 0 0;
	width: 40px;
	height: 48px;
	color: #666;
	font-size: 80%;
	text-transform: uppercase;
	background: transparent url(images/bgDate.jpg) no-repeat left top;
	float: left;	
}

.post .date li {
	width: 49px;
	text-align: center;
	list-style: none;
}

.day {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	font-size: 165%;
}

.meta li {
	margin: 0 4px 0 0;
	padding: 0 6px 0 0;
	font-size: 85%;
	list-style: none;
	border-right: 1px solid #000;
	display: inline;
}

ul.fullSize {
	clear: left;
}

.single ul.fullSize {
	padding-top: 15px;
	clear: left;
}

ul.fullSize li {
	font-size: 100%;	
}

li.last {
	margin-right: 0;
	padding-right: 0;
	border: none;	
}

.post {
	margin: 0 0 0 -65px;
	float: left;
}

.post p,
.post ul,
.post ol,
.post #iframeEmbed {
	margin: 0 0 10px 0;	
}

.entry {
	padding: 15px 0 0 65px;
	line-height: 150%;
}

blockquote {
	padding: 5px 10px 5px 30px;
}

.single .entry {
	padding-bottom: 0;	
}

.post .entry h1 {
	margin: 0 0 4px 0;	
}

#btnShare {
	margin: 0 0 10px 10px;
	text-align: center;
	float: right;	
}

#btnShare .tweetmeme_button {
	margin: 0 0 5px 0;	
}

/* End Posts */

#commentform {
	padding: 10px 15px 0 15px;	
}

#commentform label {
	margin: 0 0 4px 0;	
}

#commentform input {
	width: 220px;	
}

#commentform input,
#commentform textarea {
	padding: 4px 6px;
	font: 11px Verdana, Geneva, sans-serif;
}

#commentform textarea {
	width: 98%;	
}

#commentform #submit {
	width: auto;
	float: right;	
}

/* Author Template */

.author-list img {
	margin: 4px 20px 8px 0;
	float: left;	
}

/* End Author Template */

#right {
	width: 182px;
	float: right;
	background: transparent url(images/bgBlogroll.gif) left 141px no-repeat;
}

#rightColumn li {
	margin: 0 0 0 2px;
	padding: 0 0 0 15px;
	line-height: 140%;
	list-style: none;
	background: transparent url(http://www.mediapeta.com/petauk/Images/bgListItemGreenArrowBlue.gif) left 4px no-repeat;
}

#rightColumn #left li {
	background: transparent url(http://www.mediapeta.com/petauk/Images/bgListItemBlueDot.gif) left 6px no-repeat;
}

#rightColumn #left ul,
.widget_nktagcloud {
	margin-bottom: 20px;	
}

.widget_nktagcloud {
	text-align: center;	
}

.widget_nktagcloud h2 {
	text-align: left;
}

#right h2 {
	margin-top: 20px;	
}

#rightColumn a {
	color: #333;
}

#rightColumn a:hover {
	color: #999;
}

#right .widget_customizable_search {
	margin: 0 0 1px 0;
	padding: 14px 0 0 14px;
	width: 168px;
	height: 56px;
	border-bottom: 10px solid #fff;
	background: #fff url(images/bgSearch.gif) left top no-repeat;
}

#right .widget_customizable_search h2 {
	margin: 0 0 2px 0;
	color: #666;
	font-size: 100%;
	text-transform: uppercase;
	display: block;
}

#right form td {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;	
}

#right form input {
	padding: 2px 4px;
	width: 106px;
	height: 16px;
	float: left;
	border: 1px solid #666;
}

#right form #search-submit {
	margin: 0;
	padding-top: 4px;
	width: 40px;
	height: 22px;
	color: #fff;
	font-size: 95%;
	text-transform: uppercase;
	float: left;
	background: #666;
}

#right img {
	margin: -1px 0 0 0;
	border-bottom: 10px solid #fff;
}

.push {
	padding: 16px 10px;	
}

#contentBase {
	width: 100%;
	height: 9px;
	background: #fff url(images/bgContentBase.gif) right top no-repeat;
}

/* Comments */

.commentlist {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.commentlist .quote {
	margin: 0;
	padding: 0;
}

.commentlist li {
 	margin: 10px 0 0 0;
	padding: 18px 18px 6px 18px;
	color: #666;
	background: #ecf3fa;
	}
	
#leftColumn .commentlist li img {
	border: none;	
}

.commentlist .children li {
	background: #fff;	
	list-style: none;
}
	
.comment-author {
	margin: 0 0 10px 0;
	width: 49%;
	font-size: 90%;
	float: left;	
}

.comment-meta {
	margin: 0 0 10px 0;
	width: 49%;
	font-size: 90%;
	text-align: right;
	float: right;	
}

.comment-body p {
	clear: both;	
}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#cc859c;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#666;
	}
	
#homeContent #commentForm {
	display: none;
	}
	
	
	
.comment .avatar {
	display: none;
}

	

	
/* Site Styles */

h1 {
	margin: 0 0 10px 0;
	font-size: 165%;
	color: #28557d;
	font-weight: normal;	
}

h2 {
	margin: 0 0 10px 0;
	font-size: 145%;
	line-height: 125%;
	color: #333;
	font-weight: normal;	
}

h3 {
	margin: 0 0 6px 0;
	font-size: 130%;
	color: #333;
	font-weight: normal;	
}

h4 {
	color: #78acda;
	font-weight: bold;
	clear: both;
}

h5 {
	margin: 0 0 16px 0;
	font-weight: normal;
	color: #78acda;
	font-size: 150%;
}

p {
	margin: 0 0 12px 0;
}

p a:hover {
	border-bottom: 1px dotted #999;	
}

ol {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

ol li {
	margin: 0 0 0 10px;
}

ol li ol {
	margin-top: 10px;
	list-style: lower-alpha;
}

a {
	text-decoration: none;	
}

form {
	margin-bottom: 15px;	
}

.blueDot li {
	margin: 0 0 0 2px;
	padding: 0 0 0 15px;
	line-height: 140%;
	list-style: none;
	background: #fff url(http://www.mediapeta.com/petauk/Images/bgListItemBlueDot.gif) left 4px no-repeat;
}

.interior .liPushDown li {
	margin-bottom: 10px;	
}

.greenArrow li {
	margin: 0 0 0 2px;
	padding: 0 0 0 15px;
	line-height: 160%;
	list-style: none;
	background: #fff url(http://www.mediapeta.com/petauk/Images/bgListItemGreenArrowWht.gif) left 4px no-repeat;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.bold {
	font-weight: bold;
}

.width120 {
	width: 140px;
}

.push {
	padding: 0 20px;	
}

.pushRight {
	padding-right: 25px;
}

.pushDown20 {
	margin-bottom: 20px;
}

ul .green {
	color: #a9c264;
}

.halves {
	padding: 0 15px 0 0;
	width: 225px;
	float: left;
}

.halves p {
	margin: 0 0 2px 0;	
}

.clear {
clear: both;
}

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

/* Banner */

#banner {
	padding: 26px 0 0 36px;
	width: 970px;
	height: 137px;
	background: #d9e5f2 url(http://www.mediapeta.com/petauk/Images/bgBanner.jpg) left top no-repeat;
}

#banner img {
	margin: 4px 0 14px 18px;
	float: left;
}

	/*Topnav */
	
	#banner ul li {
		display: inline;
	}
	
	#banner ul li a {
		height: 33px;
		line-height: 33px;
		color: #fff;
		text-decoration: none;
		font-size: 100%;
		text-align: center;
		text-transform: uppercase;
		display: block;
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgTopnavItem.jpg) left top repeat-x;
		float: left;
	}
	
	#banner ul li a.home:hover,
	#banner ul li a.features:hover,
	#banner ul li a.actionCenter:hover,
	#banner ul li a.donateNow:hover,
	#banner ul li a.tv:hover,
	#banner ul li a.theIssues:hover,
	#banner ul li a.mediaCentre:hover,
	#banner ul li a.education:hover,
	#banner ul li a.blog:hover,
	#banner ul li a.aboutPeta:hover /*,
	.home #banner ul li a.home,
	.features #banner ul li a.features,
	.actionCenter #banner ul li a.actionCenter,
	.donateNow #banner ul li a.donateNow,
	.tv #banner ul li a.tv,
	.theIssues #banner ul li a.theIssues,
	.mediaCentre #banner ul li a.mediaCentre,
	.education #banner ul li a.education,
	.education #banner ul li a.blog,
	.aboutPeta #banner ul li a.aboutPeta */ {
		background-position: left bottom;
	}
	
	#banner ul li a.home {
		width: 63px;
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgListItemHome.jpg) left top no-repeat;
	}
	
	#banner ul li a.features {
		width: 86px;
	}
	
	#banner ul li a.actionCenter {
		width: 124px;
	}
	
	#banner ul li a.donateNow {
		width: 106px;
	}
	
	#banner ul li a.tv {
		width: 34px;
	}
	
	#banner ul li a.theIssues {
		width: 96px;
	}
	
	#banner ul li a.mediaCentre {
		width: 114px;
	}
	
	#banner ul li a.education {
		width: 92px;
	}
	
	#banner ul li a.blog {
		width: 124px;
		background-position: left bottom;
	}
	
	#banner ul li a.aboutPeta {
		width: 96px;
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgListItemAboutPETA.jpg) right top no-repeat;
	}
	
	#banner ul li a.aboutPeta:hover {
		background-position: right bottom;
	}
	
	/* End Topnav */
	
	/* Banner Forms */
	
	#forms {
		margin: 0 38px 0 0;
		padding: 2px 0 0 0;
		width: 65%;
		font-size: 95%;
		float: right;
	}
	
	#forms div {
		float: right;
	}
	
	#forms label {
		margin: 0 8px 0 18px;
		line-height: 18px;
		color: #999;
		text-transform: uppercase;
		float: left;
	}
	
	.textField {
		padding: 0 4px;
		width: 94px;
		height: 16px;
		color: #999;
		float: left;
		border: 1px solid #c2c2c2;
	}
	
	.btnSubmit {
		float: left;
	}
	
	/* End Banner Forms */ 
	
	/* Text Resize Tool */
	
	.home #ResizeText {
		display: none;
		}
	
	#ResizeText {
		padding: 66px 6px 0 0;
		width: 100px;
		display: block;
		float: right;
		text-transform: uppercase;
		font-size: 9px;
		line-height: 1em;
		clear: both;
		}
		
	#ResizeText p {
		float: left;
		margin: 0;
		padding: 1px .5em 0px 0px;
		line-height: 1em;
		}
		
	#ResizeText a#Minus:link,
	#ResizeText a#Minus:visited {
		display: block;
		float: left;
		width: 11px;
		height: 11px;
		margin: 0px 0px 0px 3px;
		background: transparent url(http://www.mediapeta.com/peta/Images/Global/text-minus-button.gif) no-repeat left top;
		}
			
	#ResizeText a#Minus:hover {
		background: transparent url(http://www.mediapeta.com/peta/Images/Global/text-minus-button.gif) no-repeat left center;
		}
		
	#ResizeText a#Minus.active {
		background: transparent url(http://www.mediapeta.com/peta/Images/Global/text-minus-button.gif) no-repeat left bottom;
		}
			
	#ResizeText a#Plus:link,
	#ResizeText a#Plus:visited {
		display: block;
		float: left;
		width: 11px;
		height: 11px;
		margin: 0px 0px 0px 3px;
		background: transparent url(http://www.mediapeta.com/peta/Images/Global/text-plus-button.gif) no-repeat left top;
		}
			
	#ResizeText a#Plus:hover {
		background: transparent url(http://www.mediapeta.com/peta/Images/Global/text-plus-button.gif) no-repeat left center;
		}
		
	#ResizeText a#Plus.active {
		background: transparent url(http://www.mediapeta.com/peta/Images/Global/text-plus-button.gif) no-repeat left bottom;
		}
		
	/* End Text Resize Tool */

/* End Banner */

/* Content */

#content {
	padding: 24px 40px;
	width: 930px;
	background: #d9e5f2 url(http://www.mediapeta.com/petauk/Images/bgContent.jpg) left top repeat-y;
}

#contentSub {
	width: 100%;
	background: transparent url(images/bgContent.gif) right top repeat-y;
}

#leftColumn {
	width: 516px;
	float: left;
}

#leftColumn ul {
	margin-bottom: 12px;	
}

#leftColumn a {
	color: #78acda;
	text-decoration: none;
}

#leftColumn a:hover {
	color: #999;
}

#leftColumn .sectionNav li a {
	color: #fd8535;
}

#leftColumn .sectionNav li a:hover {
	color: #fcaf7d;
}

#leftColumn img,
.fullPage #content img {
	/*border: 3px solid #c9def0;*/	
}

#leftColumn img.borderPlease,
.fullPage #content img.borderPlease{
	border: 3px solid #c9def0;
}

#rightColumn {
	width: 376px;
	float: right;
}

#rightColumn .greenArrow li a {
	color: #333;
	text-decoration: none;
}

#rightColumn .greenArrow li a:hover {
	color: #999;	
}

/* Main Features list */

.featureMain {
	margin: 0 0 18px 0;
	padding: 8px 0 0 0;
	float: left;
}


#leftColumn .featureMain h1 {
	margin: 10px 0;
	color: #666;
}

#leftColumn .featureMain h1 a {
	color: #666;
}

#leftColumn .featureMain h1 a:hover {
	color: #78acda;
}

.featureMain ul {
	list-style: none;
}

.featureMain img,
.fullPage #content img {
	margin: 0 25px 0 0;
	float: left;
}

.celebSeal .featureMain img {
	float: none;	
}

	/* Section Navigation */
	
	.sectionNav {
		margin: 10px 0 22px 0;
		padding: 3px 3px 0 0;
		width: 100%;
		float: left;
		border-top: 1px solid #ccc;
	}
	
	.sectionNav li {
		display: inline;
	}
	
	.sectionNav li a {
		margin: 0 0 0 16px;
		padding: 0 0 0 22px;
		line-height: 12px;
		color: #fd8535;
		font-size: 95%;
		display: block;
		float: right;
	}
	
	.sectionNav li a:hover {
		color: #fcaf7d;
	}
	
	.sectionNav li a.rss {
		margin: 0;
		background: #fff url(http://www.mediapeta.com/petauk/Images/icnRSSSmall.jpg) left 50% no-repeat;
	}
	
	.sectionNav li a.more {
		background: #fff url(http://www.mediapeta.com/petauk/Images/icnMoreSmall.jpg) left 50% no-repeat;
	}
	
	.sectionNav li a.less {
		background: #fff url(http://www.mediapeta.com/petauk/Images/icnLessSmall.jpg) left 50% no-repeat;
	}
	
	.sectionNav li a.lineDivider {
		margin: 0 0 0 12px;
		padding: 0 0 0 12px;
		border-left: 1px solid #ccc;
	}
	
	/* End Section Navigation */

#featuresNav li a {
	line-height: 14px;
	font-size: 100%;
	background: #fff url(http://www.mediapeta.com/petauk/Images/icnRSSLarge.jpg) left 50% no-repeat;	
}

#featuresNav li a.more {
	background: #fff url(http://www.mediapeta.com/petauk/Images/icnMoreLarge.jpg) left 50% no-repeat;
}

#featuresNav li a.less {
	background: #fff url(http://www.mediapeta.com/petauk/Images/icnLessLarge.jpg) left 50% no-repeat;
}

	/* Feature Toolbars */
	
	#leftColumn .featureToolbar {
		margin: 10px 0 22px 0;
		padding: 3px 3px 0 0;
		width: 100%;
		float: left;
	}
	
	#leftColumn .featureToolbar li {
		display: inline;
	}
	
	#leftColumn .featureToolbar li a {
		margin: 0 0 0 16px;
		padding: 0 0 0 22px;
		color: #fd8535;
		line-height: 14px;
		font-size: 100%;
		display: block;
		float: right;
	}
	
	#leftColumn .featureToolbar li a:hover {
		color: #fcaf7d;
	}
	
	#leftColumn .featureToolbar li a.more {
		background: #fff url(http://www.mediapeta.com/petauk/Images/icnMoreLarge.jpg) left 50% no-repeat;
	}

	#leftColumn .featureToolbar li a.print {
		background: #fff url(http://www.mediapeta.com/petauk/Images/icnPrintLarge.jpg) left 50% no-repeat;
	}

	#leftColumn .featureToolbarTop {
		/*border-bottom: 1px solid #ccc;
		padding: 0 0 3px 0;
		margin: 0 0 22px 0;*/
		border-top: 1px solid #ccc;
		margin: 0 0 13px 0;
	}

	#leftColumn .featureToolbarBottom {
		border-top: 1px solid #ccc;
	}

	.interior #leftColumn .featureMain h2.features {
	margin:0 0 7px 0;
	}

	
	/* End Features Toolbars */

/* End Main Features list */

/* PETA and Animal Rights */

#petaAnimalRights img {
	margin: 0 18px 0 0;
	float: left;
}

#petaAnimalRights h3 {
	padding: 5px 0 0 0;
}

#petaAnimalRights .blueDot {
	float: left;
}

#petaAnimalRights .blueDot a {
	color: #333;	
}

#petaAnimalRights .blueDot a:hover {
	color: #999;	
}

#petaAnimalRights .sectionNav  {
	clear: both;
}

/* End PETA and Animal Rights */

/* Social Networking */

#socialNetworking img {
	margin: 0 6px 13px 6px;
	border: none;
}

#socialNetworking p {
	padding: 0 0 0 8px;
	font-size: 85%;
	color: #999;
}

/* End Social Networking */

/* Video Player */

#videoPlayer {
	margin: 18px 0 0 0;
	padding: 8px 0 0 0;
	width: 367px;
	height: 582px;
	/*background: #fff url(http://www.mediapeta.com/petauk/Images/bgVideoPlayer.gif) left top no-repeat; */
}

/* End Video Player */

/* Get Involved and Right Navigation for Interior Pages */

#getInvolvedHead,
#rightNavHead {
	margin: 18px 0 0 0;
	width: 376px;
	height: 10px;
	background: #fff url(http://www.mediapeta.com/petauk/Images/bgGetInvolvedHead.gif) left top no-repeat;
}

#rightNavHead {
	background: #fff url(http://www.mediapeta.com/petauk/Images/bgRightnavHead.gif) left top no-repeat;
}

#rightNav {
	padding: 6px 20px;
	width: 336px;
	background-color: #c9def0;
}

.home #rightNav {
	background-color: #ddef94;
}

#rightNav h1 {
	margin: 0 0 15px 0;	
}

#getInvolvedContent h2,
#rightNavContent h2 {
	clear: both;	
}

#rightNav li {
	list-style: none;	
}

#rightNav .greenArrow {
	margin-bottom: 20px;
}

#rightColumn #rightNav .greenArrow .greenArrow {
	margin-bottom: 0;
}

#rightNav .greenArrow li  {
	background: transparent url(http://www.mediapeta.com/petauk/Images/bgListItemGreenArrowBlue.gif) left 4px no-repeat;
}

.home #rightNav .greenArrow li  {
	background: transparent url(http://www.mediapeta.com/petauk/Images/bgListItemGreenArrowGrn.gif) left 4px no-repeat;
}

#rightColumn .greenArrow li.second ul,
#rightColumn .greenArrow li.third ul, 
#rightColumn .greenArrow li.fourth ul,
#rightColumn .greenArrow li.annualReview ul,
#rightColumn .greenArrow li.PETAPresents ul,
#rightColumn .greenArrow li.aboutThisSite ul,
#rightColumn .greenArrow li.intern ul,
#rightColumn .greenArrow li.notOursToEat ul,
#rightColumn .greenArrow li.rememberPETAinYourWill ul,
#rightColumn .inThisFeature,
#rightColumn .burberryNav,
#rightColumn .animalsinLabsChangeNav,
#rightColumn .BrookeJohnstonInterviewNav,
#rightColumn .EvaMendesAdNav,
#rightColumn #celebSealNavigation,
.celebSeal #rightColumn #defaultFeatureNav {
	display: none;
}

.second #rightColumn .greenArrow li.second ul,
.third #rightColumn .greenArrow li.third ul,
.fourth #rightColumn .greenArrow li.fourth ul,
.annualReview #rightColumn .greenArrow li.annualReview ul, 
.aboutThisSite #rightColumn .greenArrow li.aboutThisSite ul,
.PETAPresents #rightColumn .greenArrow li.PETAPresents ul,
.intern #rightColumn .greenArrow li.intern ul,
.notOursToEat #rightColumn .greenArrow li.notOursToEat ul,
.rememberPETAinYourWill #rightColumn .greenArrow li.rememberPETAinYourWill ul,
.inThisFeature #rightColumn .inThisFeature,
.burberryNav #rightColumn .burberryNav,
.animalsinLabsChange #rightColumn .animalsinLabsChangeNav,
.BrookeJohnstonInterview #rightColumn .BrookeJohnstonInterviewNav,
.EvaMendesAd #rightColumn .EvaMendesAdNav,
.celebSeal #rightColumn #celebSealNavigation,
#rightColumn #defaultFeatureNav {
	display: block;
}

.annualReview #rightColumn .greenArrow li.annualReview, 
.aboutThisSite #rightColumn .greenArrow li.aboutThisSite,
.intern #rightColumn .greenArrow li.intern,
.notOursToEat #rightColumn .greenArrow li.notOursToEat,
.rememberPETAinYourWill #rightColumn .greenArrow li.rememberPETAinYourWill,
.inThisFeature #rightColumn .greenArrow #arrowUpDown {
	background: transparent url(http://www.mediapeta.com/petauk/Images/bgListItemGreenArrowBlueDown.gif) left 6px no-repeat;
}

#wrapper #rightColumn #rightNav .sectionNav {
	margin-top: 0;
	border-top: 1px solid #a3b5b2;	
}

#rightNav .sectionNav li a {
	color: #3170b7;
}

#rightNav .sectionNav li a:hover {
	color: #5b84b3;
}

#rightNav .sectionNav li a.rss {
	background: transparent url(http://www.mediapeta.com/petauk/Images/icnRSSSmallBlue.jpg) left 50% no-repeat;
}
	
#rightNav .sectionNav li a.more {
	background: transparent url(http://www.mediapeta.com/petauk/Images/icnMoreSmallBlue.jpg) left 50% no-repeat;
}

#campaignButtons {
	margin-bottom: 10px;
	width: 100%;	
}

#campaignButtons img {
	border: 1px solid #fff;
}

.thumbs li {
	margin: 0 0 0 2px;
}

.thumbs li a {
	margin: 0 0 8px 0;
	color: #333;
	display: block;
	float: left;
}

.thumbs li a:hover {
	color: #999;
}

.thumbs li img {
	margin: 0 24px 0 0;
	float: left;
	border: 1px solid #999;
}

.thumbs li span {
	padding: 14px 0 0 0;
	width: 60%;
	cursor: hand;
	float: left;
}

#rightColumn .btnRightNav1 {
  	margin-right: 5px;
}

#rightColumn .btnRightNav2 {
 	margin-left: 5px;
}

#rightColumn #btnGlassWalls img {
	margin:18px 0 0 0;
}

.features #rightColumn ul.sectionNav,
.theIssues #rightColumn ul {
	margin-bottom: 0;
}

#getInvolvedBase,
#rightNavBase {
	margin: 0 0 22px 0;
	width: 376px;
	height: 10px;
	background: #fff url(http://www.mediapeta.com/petauk/Images/bgGetInvolvedBase.gif) left top no-repeat;
}

#rightNavBase {
	background: #fff url(http://www.mediapeta.com/petauk/Images/bgRightnavBase.gif) left top no-repeat;
}

/* End Get Involved */

/* Seals Feature */

.celebSeal textarea {
	margin: 0 0 15px 0;
	height: 100px;
}

.celebSeal #btnDonate,
.celebSeal btnGlassWalls,
.celebSeal #rightNavHead,
.celebSeal #rightNav,
.celebSeal #rightNavBase {
	display: none;
}

#celebSealNavigation {
	padding-top: 10px;	
}

			






        


/* End Seals Feature */

/* Media Center Home */

#mediaCenterHome {
	padding: 0 0 0 20px;
}

/* End Media Center Home */

/* Interior Page Styles */

	/* Section Headers */
	
	.interior #leftColumn .featureMain h1,
	h1#animalWrites {
		margin: -20px 0 0 0;
		padding: 0 0 0 26px;
		width: 474px;
		height: 108px;
		line-height: 104px;
		font-size: 235%;
		color: #b8d26f;
	}
	
	h1#animalWrites {
		background: #fff url(images/bgHeaderAnimalWrites.jpg) left top no-repeat;
	}
	
	.features #leftColumn .featureMain h1 {
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgHeaderFeatures.jpg) left top no-repeat;
	}
	
	.actionCenter #leftColumn .featureMain h1 {
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgHeaderActionCentre.jpg) left top no-repeat;
	}
	
	.donateNow #leftColumn .featureMain h1 {
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgHeaderDonateNow.jpg) left top no-repeat;
	}
	
	.tv #leftColumn .featureMain h1 {
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgHeaderTV.jpg) left top no-repeat;
	}
	
	.theIssues #leftColumn .featureMain h1 {
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgHeaderTheIssues.jpg) left top no-repeat;
	}
	
	.mediaCentre #leftColumn .featureMain h1 {
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgHeaderMediaCentre.jpg) left top no-repeat;
	}
	
	.education #leftColumn .featureMain h1 {
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgHeaderEducation.jpg) left top no-repeat;
	}
	
	.aboutPeta #leftColumn .featureMain h1 {
		background: #fff url(http://www.mediapeta.com/petauk/Images/bgHeaderAboutPETA.jpg) left top no-repeat;
	}
	
	/* End Section Headers */

.interior #leftColumn .featureMain {
	line-height: 135%;
}

.interior #leftColumn .featureMain h2 {
	margin: 0 0 15px 0;
}

	/* Image Styles */
	
	.imageCaption {
		margin: 0 20px 5px 0;
		width: 206px;
		line-height: normal;
		text-align: center;
		font-size: 95%;
		float: left;
		background:#C9DEF0;
		padding:0 0 5px 0;
	}

	.imageCaption span {
		font-weight:bold;
		color:#45739a;
	}

	#leftColumn .imageCaption span a {
		color: #405b8c;
	}
	
	.interior #leftColumn .imageCaption img {
		margin: 0 0 5px 0;	
	}
	
	#leftColumn .featureMain img.plainImage {
		margin: 0; 
		border: none; 
		float: none;
	}
	
	/* End Image Styles */

	/* Video Styles */
	
	#leftColumn div.video {
		margin: 10px auto;
		width: 335px;
		text-align: center;
		font-size: 95%;
		padding:5px;
		background:#C9DEF0;
	}

	#leftColumn div.video .videoFrame {
		margin: 0 0 13px 0;
	}

	#leftColumn div.video p {
		font-weight:normal;
		color:#45739a;
	}
	
	#leftColumn div.video p a {
		color:#0a4a87;
		text-decoration:none;
	}
	
	#leftColumn div.video p a:hover {
		color:#666666;
		text-decoration:none;
	}
	
	/* End Video Styles */

	/* Various boxes Styles */
	
	#leftColumn div.blueBox {
		margin: 10px auto;
		width: 450px;
		text-align: left;
		font-size: 95%;
		padding:5px;
		background:#C9DEF0;
	}

	#leftColumn div.blueBox a {
		color: #336699;
	}
	
	/* Various boxes Styles */
	

#mediaReleases li {
	margin: 0 0 8px 0;
}

/*

#leftColumn #mediaReleases li a {
	color: #333;
}

#leftColumn #mediaReleases li a:hover {
	color: #999;
}

*/

.aboutPeta #rightColumn ul,
.donateNow #rightColumn ul{
	margin-bottom: 0;	
}

	/* The Issues Buttons Styles */

	#featureButtons {
	float:left;
	display:inline;
	margin:0px 0px 0px 15px;
	}
	#featureButtons a {
	display:block;
	height:108px;
	margin:0px 10px 10px 0;
	float:left;
	display:inline;
	border:none;
	padding:0;
	background:url('/_test/images/IssuesButtons.jpg') no-repeat top left;
	}
	#featureButtons a#Eat {
	background-position:0 0;
	width:226px;
	}
	#featureButtons a#Wear {
	background-position:-238px 0;
	width:227px;
	}
	#featureButtons a#Entertainment {
	background-position:0 -119px;
	width:226px;
	}
	#featureButtons a#Experiment {
	background-position:-238px -119px;
	width:227px;
	}
	#featureButtons a#Abuse {
	background-position:0 -235px;
	width:465px;
	}
	#featureButtons a#Eat:hover {
	background-position:-500px 0;
	}
	#featureButtons a#Wear:hover {
	background-position:-738px 0;
	}
	#featureButtons a#Entertainment:hover {
	background-position:-500px -119px;
	}
	#featureButtons a#Experiment:hover {
	background-position:-738px -119px;
	}
	#featureButtons a#Abuse:hover {
	background-position:-500px -235px;
	}
	
	/* End The Issues Buttons Styles */
	
	
	
	/* The Issues - Not to Experiment On - Buttons Styles */

	#issuesExperimentButtons {
	float:left;
	display:inline;
	margin:0px 0px 0px 15px;
	width:500px;
	}
	#issuesExperimentButtons a {
	display:block;
	height:108px;
	margin:0px 10px 10px 0;
	float:left;
	display:inline;
	border:none;
	padding:0;
	background:url('/_test/images/IssuesExperimentButtons.jpg') no-repeat top left;
	}
	
	
	#issuesExperimentButtons a#CrueltyFree {
	background-position:0 0;
	width:226px;
	}
	#issuesExperimentButtons a#Law {
	background-position:-238px 0;
	width:227px;
	}
	#issuesExperimentButtons a#Cosmetics {
	background-position:0 -119px;
	width:226px;
	}
	#issuesExperimentButtons a#AnimalCompanions {
	background-position:-238px -119px;
	width:227px;
	}
	#issuesExperimentButtons a#HealthCharities {
	background-position:0 -235px;
	width:226px;
	}
	#issuesExperimentButtons a#Felix {
	background-position:-238px -235px;
	width:227px;
	}
	
	
	#issuesExperimentButtons a#CrueltyFree:hover {
	background-position:-500px 0;
	}
	#issuesExperimentButtons a#Law:hover {
	background-position:-738px 0;
	}
	#issuesExperimentButtons a#Cosmetics:hover {
	background-position:-500px -119px;
	}
	#issuesExperimentButtons a#AnimalCompanions:hover {
	background-position:-738px -119px;
	}
	#issuesExperimentButtons a#HealthCharities:hover {
	background-position:-500px -235px;
	}
	#issuesExperimentButtons a#Felix:hover {
	background-position:-738px -235px;
	}
	
	/* End The Issues - Not to Experiment On - Buttons Styles */


#financialStatement {
	margin: 0 0 10px 15px;
	padding: 15px 0 0 15px;
	width: 50%;
	float: right;
	border: 1px solid #ccc;
}

table {
	margin: 0 0 15px 0;	
}

table .head {
	padding-top: 10px;
	font-weight: bold;
}

table td {
	padding: 2px 20px 2px 2px;	
}

#accessibility li {
	list-style: none;	
}

#accessibility li span {
	width: 20px;
	display: block;
	float: left;
}

#wrapper #leftColumn .ad {
	margin-right: 6px;
	width: 240px;
	height: 250px;
	text-align: center;
	float: left;
}

#wrapper #leftColumn .ad img {
	float: none;
	border: none;
}

.fullPage #content a {
	color: #78acda;
	text-decoration: none;
}

.fullPage #content a:hover {
	color: #999;
	border-bottom: 1px dotted #999;
}

.fullPage ol {
	margin-bottom: 15px;
}

.fullPage ol li {
	margin-bottom: 10px;	
}

.fullPage ol li ul {
	margin-top: 10px;	
	margin-bottom: 10px;
}

.fullPage ol li ul li {
	margin-bottom: 0px;
}

.fullPage #content img {
	margin-left: 20px;
	float: right;	
}

/* End Interior Page Styles */

/* End Content */

/* Footer */

#footer {
	padding: 0 40px;
	width: 930px;
	background: #d9e5f2 url(http://www.mediapeta.com/petauk/Images/bgFooter.jpg) left bottom no-repeat;
}

#footerContent {
	padding: 24px 0 32px 0;
	font-size: 95%;
	border-top: 1px solid #ccc;
}

#footerContent p {
	margin: 0;
	color: #999;
	font-size: 85%;
	clear: both;
}

#footerContent li {
	list-style: none;
}

#footerContent a {
	color: #333;
	text-decoration: none;
}

#footerContent a:hover {
	color: #999;
}

#address {
	margin: 0 0 24px 0;

	width: 234px;
	float: left;
	border-right: 1px solid #ccc;
}

#address img {
	margin: 0 0 2px 0;	
}

#footerNav {
	padding: 14px 0 0 0;
	width: 662px;
	float: right;
}

#footerNav li {
	display: inline;	
}

#footerNav li a {
	margin: 0 8px 2px 0;
	padding: 0 8px 0 0;
	display: block;	
	border-right: 1px solid #333;
	float: left;
}

#footerNav li a.last {
	border: none;	
}

#footerNav h4 {
	padding: 0 20px 0 0;
	width: 116px;
	font-size: 95%;
	text-align: right;
	float: left;
}

#footerNav ul {
	margin: 0 0 10px 0;
	width: 522px;
	float: left;
}

#footerNav #doubleLink {
	margin: 0 4px 0 0;
	padding: 0;
	border: none;
}

#doubleLink span {
	color: #333;
	cursor: default;
}

#footerNav li a.flag {
	padding: 0 8px 0 24px;
}

#usa {
	background: #fff url(http://www.mediapeta.com/petauk/Images/icnFlagUS.gif) left bottom no-repeat;
}

#france {
	background: #fff url(http://www.mediapeta.com/petauk/Images/icnFlagFrance.gif) left bottom no-repeat;
}

#germany {
	background: #fff url(http://www.mediapeta.com/petauk/Images/icnFlagGermany.gif) left bottom no-repeat;
}

#netherlands {
	background: #fff url(http://www.mediapeta.com/petauk/Images/icnFlagNetherlands.gif) left bottom no-repeat;
}

#india {
	background: #fff url(http://www.mediapeta.com/petauk/Images/icnFlagIndia.gif) left bottom no-repeat;
}

/* End Footer */

/* EA styles*/
.interior #leftColumn .featureMain #ActivistContent h1 {
		margin: -45px 0 -30px 0;
		padding: 0px;
		font-size:16px;
		color:#666666;
		background-image:none;
		background-color:transparent;
	}

#ActivistContent img {
float:right;
margin: 0px 0px 0px 5px;
padding: 0px;
}
/* EA styles End*/

/* Hide Captions on Index Page */

.wp-caption-text {
	display: none;	
}

.single .wp-caption-text {
	font-size: 80%;
	display: block;	
}


/* Author Bio */

#authorBio {
	margin-bottom: 12px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

/* Archive Bullets - Right Nav */

#rightColumn #left .push ul.archives {
	margin-left: -12px;
}

#rightColumn #left .push .widget_recent_entries ul li {
	padding-left: 26px;
	background: #fff url(images/icnNew.jpg) no-repeat 0 6px;	
}

/* Tag Cloud */

.post_tag-cloud {
	text-align: center;	
}

/* Superscript Styles */

sup {
	padding: 2px 0 0 0;	
}

/* Navigation Menu on Single Pages */

.navigation {
	font-size: 90%;	
}

/* Remove Thumbnail Link on Single Pages */

.single .wp-caption a img {
	cursor: default;	
}

/* COmment Notification */

#comment_mail_notify {
	margin: 3px 6px 0 0;	
}
