/*
@font-face {
	font-family:'Started by a Mouse';
	src:url('/StartedbyaMouse.eot');
	src:local('Started by a Mouse'), local('Started_by_a_Mouse')
	    url('/StartedbyaMouse.svg#Started_by_a_Mouse') format('svg'),
	    url('/StartedbyaMouse.ttf') format('truetype');
}
@font-face {
	font-family:'Mouse Deco';
	src:url('/Mouse_Deco.eot');
	src:local('Mouse Deco'),
	    url('/Mouse_Deco.svg#Mouse Deco') format('svg'),
	    url('/Mouse_Deco.ttf') format('truetype');
}
@font-face {
	font-family:'Walt Disney Script';
	src:url('/wds.eot');
	src:local('Walt Disney Script'),
	    url('/wds.svg#WaltDisneyScript') format('svg'),
	    url('/wds.ttf') format('truetype');
}

fixing font-face stuff

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=ie%2011%20css%20load%20font
http://stackoverflow.com/questions/3082835/css-font-face-not-working-in-ie
http://www.iandevlin.com/blog/2009/12/webdev/adventures-with-font-face
http://www.fontsquirrel.com/tools/webfont-generator
*/
@font-face {
    font-family: 'mouse_decoregular';
    src: url('https://cdn.bullfrog117.me/font/mouse_deco-webfont.eot');
    src: url('https://cdn.bullfrog117.me/font/mouse_deco-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.bullfrog117.me/font/mouse_deco-webfont.woff2') format('woff2'),
         url('https://cdn.bullfrog117.me/font/mouse_deco-webfont.woff') format('woff'),
         url('https://cdn.bullfrog117.me/font/mouse_deco-webfont.svg#mouse_decoregular') format('svg');
}
@font-face {
    font-family: 'started_by_a_mouseregular';
    src: url('https://cdn.bullfrog117.me/font/startedbyamouse-webfont.eot');
    src: url('https://cdn.bullfrog117.me/font/startedbyamouse-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.bullfrog117.me/font/startedbyamouse-webfont.woff2') format('woff2'),
         url('https://cdn.bullfrog117.me/font/startedbyamouse-webfont.woff') format('woff'),
         url('https://cdn.bullfrog117.me/font/startedbyamouse-webfont.svg#started_by_a_mouseregular') format('svg');
}
@font-face {
    font-family: 'walt_disney_scriptregular';
    src: url('https://cdn.bullfrog117.me/font/wds-webfont.eot');
    src: url('https://cdn.bullfrog117.me/font/wds-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.bullfrog117.me/font/wds-webfont.woff2') format('woff2'),
         url('https://cdn.bullfrog117.me/font/wds-webfont.woff') format('woff'),
         url('https://cdn.bullfrog117.me/font/wds-webfont.svg#walt_disney_scriptregular') format('svg');
}
body.default {
	color: #CCCCFF;
	background-color: #0066FF;
	/*font-family: "Mouse Deco";*/
	font-family: "mouse_decoregular";
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-shadow: #000000 3px 2px 5px;
	filter: Shadow(Color=#000000, Direction=135, Strength=5);
}
body.default a:link, body.default a:visited {
	color: #FFCCFF;
	background-color: #0066FF;
}
body.default a:hover, body.default a:active {
	color: #99CCFF;
	background-color: #0066FF;
}
span.header {
	font-family: "walt_disney_scriptregular";
	font-size: 172px;
}
span.accent {
	font-family: "walt_disney_scriptregular";
	font-size: 48px;
}
span.accent2 {
	font-family: "started_by_a_mouseregular";
	font-size: 36px;
}
.content {
	margin-left: 18%
}
.border {
	border: 2px solid #FFFFFF;
}
.cell {
	padding: 2%;
}
.header {
	text-align: center;
	font-size: 48px;
}
.header2 {
	text-align: center;
	font-size: 36px;
}
.table1 {
	/* font-size: 32px; */
	border-collapse: collapse;
	/* border: 2px solid #FFFFFF; */
	text-align: center;
}
.white-shadow {
	/* text-shadow: #FFFF99 0px 0px 6px;
	filter: Shadow(Color=#FFFF99, Direction=0, Strength=4); */
	text-shadow: white 0px 0px 6px;
	filter: Shadow(Color=white, Direction=0, Strength=4);
}
img.mickey{
	border: 0px;
	width: 204px;
	height: 346px;
}
.index{
	margin: 0px auto;
	font-size: 172px;
	width: 500px;
	height: 220px;
	display: block;
	background-color: #943BD9;
	text-shadow: #000000 -5px -5px 0px;
	filter: Shadow(Color=#000000, Direction=135, Strength=0);
}
img.index{
	border: 0px;
	width: 320px;
	height: 176px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img.mickeyAndFriends{
	height: 95%;
	max-height: 337px;
	border: 0px;
}
ul.bullets{
	text-align: left;
}
li.bullet{
	margin-left: 20px;
	list-style: square;
}
.wordPressCategory{
	font-size: 32px;
	text-align: left;
}
