body { background:url(gfx/misc/bg.jpg) center top fixed repeat-x #b7d332; text-align:center; color:#555; margin:0 auto; font:normal 100% verdana; }

* { margin:0; padding:0; }
img { border:none; }
ul { margin:0; }
.clear { clear:both; }
.left { float:left; }
p { margin:0 0 15px 0; }


ul, li { margin:0; padding:0; list-style:none; }

h1 { margin:0 0 10px 0; font-size:190%; font-weight:bold; color:#121212; }
h2 { margin:0 0 10px 0; font-size:160%; font-weight:bold; color:#121212; }
h3 { margin:0; font-size:140%; font-weight:normal; color:#121212; }
h4 { margin:0; font-size:140%; font-weight:normal; color:#121212; }

a:link { color:#0088de; text-decoration:underline; }
a:visited { color:#0088de; text-decoration:underline;  }
a:hover { text-decoration:none; }

h2 a:link,h2 a:visited { color:#555 !important; font:bold 100% georgia; text-decoration:none; }
.postmetadata a:link,.postmetadata a:visited { color:#888 !important; }


	#head { width:900px; margin:10px auto 0 auto; text-align:left; position:relative;}
		#logo { float:left; margin:0 0 10px 0;  }
			
		#wblog	{ position:absolute; right:0; top:55px; }
		#menu	{ float:right; margin:114px 0 0 0; width:422px;  }

		#menu li a	{  height:37px; padding:0 0 0 1px; text-align:left; float:left; background:#fff; }

		#menu a.home		{ background:url(gfx/nav/home2.jpg) no-repeat; width:73px; display:block; list-style:none; }
		#menu a.about		{ background:url(gfx/nav/about2.jpg) no-repeat; width:76px; display:block; list-style:none; }
		#menu a.characters	{ background:url(gfx/nav/characters2.jpg) no-repeat; width:110px; display:block; list-style:none; }
		#menu a.shop		{ background:url(gfx/nav/shop2.jpg) no-repeat; width:68px; display:block; list-style:none; }
		#menu a.contact		{ background:url(gfx/nav/contact2.jpg) no-repeat; width:90px; display:block; list-style:none; }

		#menu a.home2		{ background:url(gfx/nav/home_o.jpg) no-repeat; width:73px; display:block; list-style:none; }
		#menu a.about2		{ background:url(gfx/nav/about_o.jpg) no-repeat; width:76px; display:block; list-style:none; }
		#menu a.characters2	{ background:url(gfx/nav/characters_o.jpg) no-repeat; width:110px; display:block; list-style:none; }
		#menu a.shop2		{ background:url(gfx/nav/shop_o.jpg) no-repeat; width:68px; display:block; list-style:none; }
		#menu a.contact2		{ background:url(gfx/nav/contact_o.jpg) no-repeat; width:90px; display:block; list-style:none; }


/* Homepage structure */

		#structure { width:900px; margin:0 auto; text-align:left; font-size:75%; line-height:24px; background:url(gfx/misc/bgpage.png); }
			#structure p { margin:10px 0 0 0; }
			#content { padding:45px 22px;  }
				#main_content { float:left; width:575px; }
					#main_cart { float:left; width:500px; clear:both;  }
						#main_cart strong, span { display:block; }
				#main_product { float:right; color:#777; font-size:90%; }
					#main_product span { background:#ecebeb; padding:20px; display:block; }
					#main_product a { display:block; color:#0c8ee0; text-decoration:underline; font-weight:bold; line-height:35px; }
					#main_product strong { color:#231f20; }

				#characters { padding:0 22px 45px 22px; clear:both; }
					#characters span { display:block; margin:0 0 20px 0; }
					#characters .spaceleft { padding:0 0 0 9px; }
					#characters .spaceright { padding:0 9px; }

				#waldo_comments	{ padding:25px; background:#fff; border:1px solid #eee; -moz-border-radius:12px; -webkit-border-radius:12px; }

/* remaining pages structure */

		#page_structure { width:900px; margin:0 auto; text-align:left; font-size:80%; line-height:18px; background:url(gfx/misc/bgpage.png); }
			#inner { padding:45px 22px; }

/* Contact */

#contact_form { float:left; }
#contact_form input { border:1px solid #d0d0d0; padding:4px; height:20px width:60px; margin:0 0 8px 0; }
#contact_form textarea { border:1px solid #d0d0d0; padding:4px; }

/* Characters */

.charwrap { width:851px; height:250px; background:url(gfx/misc/bgchars.png) no-repeat; clear:both; }

.cimage { float:left; }
.cdesc { padding:8px; margin:20px 80px 0 0; float:right; width:500px; }
	.cdesc strong { font-size:140%; line-height:30px; }

/* Products */

	.prodwrap { width:515px; clear:both; height:230px; background:#fff; margin:0 0 10px 0; }
	.product-left { float:left; width:120px; margin:10px; }
		.product-left img { border:3px solid #cfecfa; }
	.product-right { float:right; width:300px; background:#f1f1f1; padding:10px; margin:10px; height:190px; overflow:auto; }
	.product-add { float:right; padding:0 12px 0 0; }
	.product-break { clear:both; height:30px; font:140%; font-weight:bold; border-top:1px solid #ededed;  }

/* Footer */

#footer { background:url(/wp-content/themes/default/gfx/misc/pagebottom.png) no-repeat; width:900px; height:60px; margin:0 auto 25px auto; font-size:70%; color:#909090; text-align:left; }
	#footer #links { padding:0 22px; }
		#footer a { color:#777; }
		#company { float:left; }
			#company span { display:block; margin:0 0 7px 0; }
		#nosuchdisco { float:right; }
			
