/* @override http://www.brandyandval.com/css/master.css */

* {
	font: 1em "Comic Sans MS", cusrive;
	line-height: 1.35em;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px
}

a img {
	border-style: none;
}

h1 {
	margin: 0;
	padding-top: 20px;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.33em;
}

h2.subhead1 {
	color: white;
	text-shadow: black 1px 1px 3px;
	filter: Shadow(Color=#000000, Direction=135, Strength=2);
	margin-top: 0px;
}

h3 {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 1.25em;
}

h3 a {
	font-weight: bold;
}

h4 {
	margin: 0px;
}

strong {
	font-weight: bold;
}

p:first-child {
	margin-top: 0px;
}

#topNav {
	text-align: center;
	width: 1033px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
}

ul#topNav {
	list-style-type: none;
	padding: 0;
}

#topNav a {
	color: black;
	text-decoration: none;
}
#topNav a:hover {
	color: #000033;
	text-decoration: underline;
}

ul#topNav>li {
	display: inline;
	position: relative;
	margin: 0;
}

ul#topNav li>ul {
	display: block;
	position: absolute;
	top: 1em;
	left: 0px;
	z-index: 2;
	background-color: #e30100;
	box-shadow: 5px 5px 5px #000;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 4px;
	width: 140px;
	visibility: hidden;
}

ul#topNav li>ul li {
	display: list-item;
	list-style: none;
	margin: 6px;
	font-size: 1.25em;
	font-weight: bold;
}

ul#topNav>li:hover ul {
	visibility: visible;
}

#pageContent img {
	vertical-align: text-top;
}

#pageContent {
	position: relative;
	text-align: center;
	min-height: 100%;
	margin-top: 0;
	padding-bottom: 15px;
}

#pageContent>* {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}

.home {
	background-color: #008aff;
}

.about {
	background-color: #e30100;
}

.buy {
	background-color: #ff6b00;
}

.word {
	background-color: #00cc00;
}

.contact {
	background-color: #ff3366;
}

.links {
	background-color: #ff3366;
}

.play {
	background-color: #b6d8c0;
}

#pageContent #home {
	width: 930px;
}

#home #intro {
	position: relative;
	display: inline-block;
	width: 66%;
	height: 450px;
	text-align: left;
}

#home #intro .bubble {
	border-width: 3px;
	position: absolute;
	right: 0px;
	top: 60px;
	width: 350px;
}

#home #intro .bubble:before {
	content: url(/images/imgBubbleQuoteLeft.png);
	position: absolute;
	left: -64px;
	
}

#home .tout {
	text-align: center;
}

#home .tout h4 {
	font-weight: bold;
}

#home #contentTouts { 
	width: 31%; 
	margin-left: 2%;
	position: relative; 
	display: inline-block;
	vertical-align: top;
}

#home #contentTouts .tout {
	margin-bottom: 6px;
}

#home #storeTouts .tout { 
	position: relative; 
	width: 28%; 
	display: inline-block; 
	vertical-align: top;
	height: 335px;
}

#home #storeTouts .tout:nth-child(2) {
	margin-left: 15px;
	margin-right: 15px;
}

.mission { 
	font-size: 1.25em;
	font-weight: bold;
}

#pageContent.about div#cartoon p.bubble img {
	float: left;
	margin: -75px 15px 15px -300px;
}

#pageContent.about div#cartoon p.bubble {
	width: 429px;
	position: relative;
	border-width: 3px;
	clear: both;
	margin-left: 310px;
	margin-top: 80px;
	min-height: 180px;
}

.productIntro {
	text-align: left;
	font-size: 1.25em;
}

.productDesc, .errorMessage, .box, .bubble, .tout {
	border: solid black 2px;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.productDesc {
	min-height: 245px;
}

.productDesc .productImg {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.productDesc .productImg img {
	cursor: pointer;
	
}

.productDesc .productImg span.click {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

.productDesc table tr td {
	vertical-align: bottom;
	padding-right: 12px;
}

.productDesc form {
	margin: 0;
}

.buy #imagePopUp {
	background-color: white;
	box-shadow: 5px 5px 10px #888;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	padding: 20px;
	width: 475px;
	max-height: 475px;
	overflow: scroll;
	display: none;
}
.retailPrice {
	text-decoration: line-through;
}
.salePrice {
	color: red;
	font-weight: bold;
}

.testimonial { 
	color: #339933;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: .5em;
	border-top: 1px dotted #339933;
}

.contact #mailForm {
	border: solid black 2px;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 25px;
	width: 387px;
	margin-bottom: 2em;
}

.contact #mailForm textarea {
	width: 100%;
	height: 10em;
}

.contact #mailForm .textinput {
	text-align: right;
}

.contact #mailForm .checkboxinput {
	text-align: center;
}

.contact #mailForm .messageinput {
	text-align: left;
}
.links a {
	color: #0041a2;
}
.errField {
	background-color: pink;
}
.errorMessage {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	color: red;
}
.errorMessage a {
	color: red;
}
 
#productLarge img {
	margin: 15px;
	text-align: center;
}
#fbFanBox, #twtr-widget-1 {
	width: 300px;
	margin: 15px;
	display: inline-block;
	vertical-align: top;
}

#twtr-widget-1 * {
	font-family: Arial, sans-serif;
}
.adBurst {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}
#adBurstHome {
	width: 775px;
	position: relative;
}
#adBurstHome img {
	top: 1em;
	right: 0px;
	position: absolute;
}
#adBurstHome img, #adBurstHome div { behavior: url(/css/iepngfix.htc) }
.copyright { font-size: .8em; font-family: arial, sans-serif; }

#pageContent>div.addthis_toolbox { 
	padding: 5px; 
	width: 160px; 
	background-color: 
	white; text-align: center; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	clear: both;
}

.addthis_default_style *, div#at20mc * { font-family: Arial, sans-serif; }