@font-face {
	font-family: 'GoodDogRegular';
	src: url('GoodDog.eot');
	src: local('☺'), url('GoodDog.ttf') format('truetype'), url('GoodDog.svg#webfont') format('svg');
}

@font-face {
	font-family: 'SFCartoonistHandRegular';
	src: url('SF_Cartoonist_Hand.eot');
	src: local('☺'), url('SF_Cartoonist_Hand.ttf') format('truetype'), url('SF_Cartoonist_Hand.svg#webfont') format('svg');
}

@font-face {
	font-family: 'SFCartoonistHandBold';
	src: url('SF_Cartoonist_Hand_Bold.eot');
	src: local('☺'), url('SF_Cartoonist_Hand_Bold.ttf') format('truetype'), url('SF_Cartoonist_Hand_Bold.svg#webfont') format('svg');
}

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg.jpg');
}

img {
	border: 0 none;
}

.centered {
	RIGHT: 0px; 
	LEFT: 0px; 
	MARGIN: auto; 
	WIDTH: 50%;
	height: 50%;  
	BOTTOM: 0px; 
	POSITION: absolute; 
	TOP: 0px;  
}

.wrapper {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1000px;
	left: 0px;
	top: 0px;
	background-image: url('../images/wrapper.png');
}

.header {
	position: relative;
	float: left;
	top: 0px;
	height: 280px;
	width: 100%;
	text-align: center;
	background-image: url('../images/doodleheader.png');
}

.navigation {
	position: relative;
	float: left;
	left: 25px;
	top: 30px;
	margin-bottom: 5px;
	width: 200px;
	height: 30px;
	text-align: center;
}

.navigation ul {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navigation li {
	font-family: 'GoodDogRegular',Trebuchet MS; 
	color: #09233b;
	font-size: 1.2em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.6em;
	display: inherit;
	position: relative;
	float: left;
	top: 0px;
	width: 200px;
	height: 50px;
	background-position: top left;
	background-repeat: no-repeat;
}

.Home {background-image: url('../images/homesplodge.jpg');}
.SpecialEvents {background-image: url('../images/specialeventssplodge.jpg');}
.Parties {background-image: url('../images/partiessplodge.jpg');}
.Schools {background-image: url('../images/schoolssplodge.jpg');}
.Prints {background-image: url('../images/printssplodge.jpg');}
.Contact {background-image: url('../images/contactsplodge.jpg');}

.navigation li:hover {
	background-image: url('../images/splodge2.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.content {
	position: relative;
	float: right;
	top: 0px;
	right: 25px;
	width: 650px;
	min-height: 800px;
}

.content img {
	margin: 10px;
}

.stars {
	background-image: url('../images/stars.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

.floatright {
	float: right;
}

.center {
	text-align: center;
}

.footer {
	position: relative;
	float: left;
	top: 0px;
	left: 25px;
	width: 850px;
	margin-top: 100px;
	border-top: 1px solid #ccc;
	text-align: center;
}

.Gallery {
	float: right;
	width: 250px;
}

.Gallery img {
	border: 2px solid #3a7cba;
}

.Gallery img:hover {
	border: 2px solid #09233b;
}

h1 {
	font-family: 'GoodDogRegular',Trebuchet MS; 
	color: #3a7cba;
	font-size: 32px; 
	font-style:normal; 
	font-weight: normal;
	line-height: 32px;
}

p {
	font-family: 'SFCartoonistHandRegular',Trebuchet MS; 
	color: #09233b;
	font-size: 20px; 
	font-style:normal; 
	font-weight: normal;
	line-height: 20px;	
}

ul {
	font-family: 'SFCartoonistHandRegular',Trebuchet MS; 
	color: #09233b;
	font-size: 20px; 
	font-style:normal; 
	font-weight: normal;
	line-height: 20px;
}

table {
	font-family: 'SFCartoonistHandRegular',Trebuchet MS; 
	color: #09233b;
	font-size: 20px; 
	font-style:normal; 
	font-weight: normal;
	line-height: 20px;
}

a {color: #09233b;text-decoration:none;}
a:active {color: #09233b;text-decoration:none;}
a:visited {color: #09233b;text-decoration:none;}
a:hover {color: #7ba3c9;text-decoration:none;}

li .CurrentPage {	
	background-image: url('../images/splodge2.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

input[type=text] {
	border: 0 none;
	font-family: Trebuchet MS; 
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 14px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}
input[type=text]:hover {
	border: 1px solid #222;
}
textarea {
	border: 0 none;
	font-family: Trebuchet MS; 
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 14px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}
textarea:hover {
	border: 1px solid #222;
}
input[type=password] {
	border: 0 none;
	margin-bottom: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	border: 1px solid #ccc;
}
input[type=password]:hover {
	border: 1px solid #222;
}
input[type=submit] {
	font-family: 'SFCartoonistHandRegular',Trebuchet MS; 
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 14px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}
input[type=submit]:hover {
	border: 1px solid #222;
}