/* Hotpebble CMS Content Stylesheet */
*{ font-family:Verdana, Arial, Helvetica, sans-serif; /*font-size:1.2em;*/ }

/* TinyMCE specific rules */
body.mceContentBody{ width:750px; background:#FFF; font-size:62.5%; }
body.mceContentBody a{ color:#d96400 !important; }

/* Default Styles*/
h1{ font-family:Tahoma, Helvetica, sans-serif; font-size:1.8em; color:#444; padding:0; margin:0; }
h2{ font-family:Tahoma, Helvetica, sans-serif; font-size:1.6em; color:#444; text-align:left; padding:0; margin:0; }
h3{ font-family:Tahoma, Helvetica, sans-serif; font-size:1.4em; color:#444; text-align:left; padding:0; margin:0; }
p{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em; color:#2d481f; margin:0; padding:0; }

a{ color:#2f3d53; cursor:pointer; }
a:hover{ color:#2f3d53; }
a img{ border:none; }
/*img{ border:4px solid #FFF; }*/

form input{ }
fieldset{ padding:10px; margin:10px 0; }
legend{ font-size:1.4em; }
textarea{ font-size:1em; }

.clear-both{ clear:both; line-height:0; }
.hidden{ display:none; }
.caption{ font-style:italic; }

div#content ul, body.mceContentBody ul{ color:#000; list-style:inside; margin-left:0; padding-left:1em; text-indent:-1em; font-size:1.2em; }
div#content ul li, body.mceContentBody ul li{ /*font-size:1.4em;*/ padding:2px; }

/* Specific Styles*/

.black{ color:#000; }
.white{ color:#FFF; }
.red{ color:#E23400; }
.blue{ color:#005DF4; }
.green{ color:#249300; }

.left{ float:left; margin-right:10px; }
.right{ float:right; margin-left:10px; }

/*Message Styles*/
.highlight{ padding:10px; margin:5px 0px; text-align:center; border:#2385d9 dotted 1px; background:#b4d2ff; font-weight:bold; color:#000; }
.success{ padding:10px; margin:5px 0px; text-align:center; border:#72be28 dotted 1px; background:#c3ff89; font-weight:bold; color:#000; }
.warning{ padding:10px; margin:5px 0px; text-align:center; border:#d3900f dotted 1px; background:#ffe1a7; font-weight:bold; color:#000; }
.error{ padding:10px; margin:5px 0px; text-align:center; border:#b21717 dotted 1px; background:#ffb5b5; font-weight:bold; color:#000; }
