/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

.sticker-catalog p {
float: left;
font-size: xx-small;
width: 250px;
}
.sticker-catalog img {
border: 1px solid black;
}
.primary-menu {
  z-index: 20;
}
/*
#megazine { margin: 0 auto 0 auto; outline: none; position: relative; }
#megazine h1 { color: #FFFFFF; }
#megazine img { border: none; }
#megazine p { color: #999999; font-size: 0.6em; }
#megazine a, a:visited { color: #CCCCCC; text-decoration: none; }
#megazine a:active { color: #FFFFFF; text-decoration: none; }
#megazine a:hover, a:focus { color: #FFFFFF; text-decoration: underline; }
*/

.field-field-images, .field-field-pagewidth, .field-field-pageheight, .field-field-sound, .field-field-size , #edit-field-pagewidth-0-value-wrapper, #edit-field-pageheight-0-value-wrapper, .field-field-bookcover {
	display: none;
}
#dhtml_menu-2309 {
	background-color: green;
}
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#42ff42 0%,
		#146600);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#42ff42),
		to(#146600));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #134201;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3)
}
body { background: #FFF; } 
html { background: #FFF; } 
dt { 
    font-size: 1.5em; 
    font-weight: bold;
    color: #535353;
}
dd {
    text-indent: 1em;
}
h1,h2,h3,h4,h5,h {
    line-height: 130%;
}

