﻿* { margin: 0; padding: 0; }

body {
	background: #ffcc00 url('images/savannah-cat-background.jpg') repeat top left;
	font-family: Arial,Helvetica,sans-serif; font-size: 0.825em;
}

.rightContent {
	width: 277px; height: 400px;
	position: relative;
	text-align: center;
}

#savannah-cat-videos { width: 277px; height: 400px; margin: 0 auto; }

#bubble {
	position: absolute; top: 0; left: 0; /* added this in because if it wasn't there it would mess up knox sliding in because it would leave space for scroll-bar that doesn't show */
	background: url('images/bubble.png') no-repeat top left;
	width: 400px; height: 400px;
	text-align: center;
	opacity: 0;
}
#bubble_wrapper {
	padding: 45px 50px;
}

#heart {
	/* display: none; */
	position: absolute; top: 0; left: 0;
	width: 359px; height: 311px;
	text-align: center;
	opacity: 0;
}

.Savannah_Cat_YouTube {
	margin-top: 5px; padding: 3px 3px 3px 26px;
	background: #ffcc00 url('images/youtube.png') no-repeat 3px 3px;
}

h1 {
	font-family: 'SFToontime', sans-serif;
	font-size: 40px;
	line-height: 48px;
	color: #C60;
}

h2 {
	font-family: 'SFToontimeItalic', sans-serif;
	font-size: 30px;
	line-height: 38px;
	color: #C60;
	padding-bottom: 10px;
}

p, a {
	font-family: 'SFToontime', sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #B38600;
}