body {
	background-color: #E3D7B4 !important;
	text-align: center;
}

@media only screen and (max-width: 500px) {
	#sidebar {
		width: 100vw !important;
		display: flex;
		right: 0px;
		left: 0px;
		justify-content: center;
		align-content:middle;
		height: 200px !important;
	}

	#sidebar>div {
		display: inline-block;
		width: 200px;
		height: 200px;
	}

	#sidebar>#featured {
		display: none !important;
	}

	#page_content {
		margin-right: 10px !important;
	}

	#body-logo {
		display: none !important;
	}

	div.happy_tails_slideshow {
		width: 360px;
		height: 300px;
	}

	div.happy_tails_slide {
		width: 360px;
		height: 300px;
	}

	div.happy_tails_slide>img {
		width: 75%;
		height: 75%;
	}
	table.donateTable{
		width:100vw;
	}
}

@media only screen and (max-width: 950px) and (min-width:500px) {
	#sidebar {
		width: 100vw !important;
		height: 250px;
		display: flex;
		right: 0px;
		left: 0px;
		justify-content: center;
		align-content:middle;
	}

	#sidebar>div {
		display: inline-block !important;
		width: 200px;
	}

	#page_content {
		margin-right: 10px !important;
	}

	#body-logo {
		display: none !important;
	}

	div.happy_tails_slideshow {
		width: 600px;
	}

	div.happy_tails_slide {
		width: 450px;
		height: 400px;
	}

	div.happy_tails_slide>img {
		width: 90%;
		height: 90%;
	}
	table.donateTable{
		width:68%;
		min-width:500px;
	}
}

@media only screen and (min-width: 950px) {
	#sidebar {
		position: absolute;
		top: 58px;
		right: 5px;
		width: 200px;
		margin-left: 10px;
		margin-bottom: 40px;
	}
	div.happy_tails_slide{
		width: 640px;
		height: 500px;
	}
	div.happy_tails_slideshow {
		width: 790px;
		height: 600px;
	}
	table.donateTable{
		width:650px;
	}
	#sidebar>#featured {
		margin-bottom: 20px;
	}

}

div.happy_tail {
	padding: 5px;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgb(229, 226, 185);
	margin-top: -8px;
	margin-bottom: 25px;
	overflow: hidden;
}

#slide_controls {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#slide_controls a {
	width: 100px;
}

div.happy_tails_slideshow {
	padding: 5px;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgb(229, 226, 185);
	position: relative;

	margin: 0px auto;
}

div.happy_tails_slideshow>div {
	margin: 0px auto;
	text-align: center;
}

div.happy_tails_slide {
	margin-top: 30px;
	margin-left: 60px;
	padding: 0px;
	display: none;
}

div.vendor {
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #222;
	background-color: rgb(229, 226, 185);
	margin-bottom: 5px;
}

#page_content {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 220px;
	margin-bottom: 95px;
	padding-bottom: 10px;
	text-align: left;
}

h1,
h2,
h3 {
	text-align: center;
}

table.contactform {
	background-color: rgb(229, 226, 185);
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	border: 1px solid black;
}

table.contactform tr,
table.contactform th {
	border: 0px;
}

table.contactform td {
	padding: 3px;
	border-top: 1px solid black;
}

#sidebar {
	background-color: rgb(229, 226, 185);
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
}

#sidebar_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#donate {
	text-align: center;
	background-color: #222;
	color: #FFF;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	margin: 2px;
}

#donate h3 {
	color: #fff !important;
}

#footer {
	position: fixed;
	bottom: 0px;
	height: 90px;
	width: 100%;
	text-align: center;
	background-color: #222;
	color: #FFF;
	clear: both;
	z-index: 5;
}

#copyright {
	clear: both;
	font-weight: bold;
}

#featured {
	text-align: center;
	/*border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	margin: 2px;*/
}

#featured h3 {
	color: #000 !important;
}

div.fb-like-box {
	background-color: #222;
}

#HappyTailsSidebarImage {
	height: 120px;
	vertical-align: baseline;
}

#HappyTailsSidebarText {
	height: 2.6em;
}

span.emphasis {
	font-weight: bold;
	font-style: italic;
}