
/* GLOBAL SITE UTILITIES */
/* ------------------------------------------------ */
.hide 						{ position: absolute; top: 0; left: -999em; }
.show						{ position: static; display: table; top: 0; left: 1em; }
.innerWrap 					{ width: 100%; height: 100%; }
.left, .alignleft 			{ float: left; }
.right,.alignright 			{ float: right; }
.alignCenter 				{ text-align: center;margin: 0 auto; }
div,span,img				{ margin:0;padding:0; }
.blue                       { color:#1c96e4; }
/* float clearing hack */
.clear:after 				{ content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0px; }
.clear 						{ clear: both; display: inline-block; height: 0; font-size: 0px; }
.clear 						{ display: block; } /* Hides from IE-mac \*/

/* IE fix - allowing html image resizing */
img 						{ -ms-interpolation-mode:bicubic; }
body						{ background: #fff; }

.PublicPost                 { width: 300px !important; }

#tracking_cont              { position: absolute; top: 0; left: -9999em; }
/* main public post / dicuss wrapper */
h3.comment_title			{ color: #B30303; }

div.field_cont				{ margin: 10px 0; width: 300px !important; }

h4.error,
.field_cont .error          { color:red; font-weight:bold; }

#rsvErrors { border:3px solid red; color:#F11; display: none; font-size:1.125em; margin:0 -2em 1em 0; padding: 8px 0 8px 8px; width: 200px; }
