/* RESETS & BASIC PAGE SETUP */
* 							{ margin:0; padding:0; }
html 						{ overflow-y: scroll; }
body 						{ font: 11px Arial, Helvetica, sans-serif;}
ul 							{ list-style: none inside; }
a img 						{ border: none; }
/* END RESET */

/* TYPOGRAPHY */
p, td						{ font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
h1							{ font-weight: normal; font-size: 3.0em; }
h2							{ font-weight: normal; font-size: 2.4em; color: #666; }
h3							{ font-weight: normal; font-size: 2.0em; color: #666; }
h1, h2						{ margin-bottom: 15px; }
#footer p, #footer a		{ color: white; text-decoration: none; }
#footer a:hover				{ text-decoration: underline; }
p.metadata					{ background: #353430; padding: 2px; color: white; margin-bottom: 5px; }
#topbar a					{ color: white; }
/* END TYPOGRAPHY */


/* TOOLBOX */
.floatleft 					{ float: left; }
.floatright 				{ float: right; }
.clear 						{ clear: both; }
.edit-button				{ display: block; width: 15px; height: 14px; text-indent: -9999px; float: left; margin-right: 5px;
							  background: url(images/edit-button.jpg) center center no-repeat; }
.delete-button				{ display: block; width: 11px; height: 12px; text-indent: -9999px; float: left; padding-top: 2px;
							  background: url(images/delete-button.jpg) center center no-repeat; }
.center						{ text-align: center; }
/* END TOOLBOX */



/* STRUCTURE */
#page-wrap 					{ width: 600px; margin: 0 auto; }
#main-content				{ background:#ccc; padding: 20px; margin-bottom: 20px; }
#main-col					{ width: 550px; float: left; }		  
#side-col					{ width: 175px; float: right; border: 8px solid #dfdfdf; padding: 5px; }
/* END STRUCTURE */ 

/* SHOW ROW */
.show-row					{ border-bottom:0; }
.show-row-dates,
.show-row-event-venue,
.show-row-head,
.show-row-admin				{ float: left; padding: 2px; font-size: 11px; }
.show-row-dates				{ width: 100px;background:#ccc;color:#fff;font-weight:bold; }
.show-row-event-venue		{ width: 337px;margin-bottom:8px;border:1px solid #ccc; }
.show-row-admin				{ width: 100px; }
.button						{ cursor: pointer; padding: 5px; font-size: 1.3em; }
#message					{ padding: 5px; }
.info						{ font-size: 1.2em; margin:2px 0 10px 0; }
.info-error					{ font-size: 1.2em; border: 2px solid #fc0; background: #fffea1; }
/* END SHOW ROW */


/* FORMS */
form						{ width: 425px }
input, textarea				{ font-family: Georgia, serif; font-size: 14px; }
input:focus, textarea:focus { background: #ccc; border: 1px solid black; }
.input, input, textarea		{ border: 1px solid #ccc; padding: 4px; margin: 0 0 0 5px; }
.input-error				{ background:#fffea1; border-color:#fc0; }
label						{ display: block; width: 100px; float: left; }
.single-field				{ clear: both; padding: 4px;}
.single-field input,
.single-field textarea		{ float: left; width: 300px; }
.submit-button				{ float: right; margin-right: 6px; margin-top: 6px; }
/* END FORMS */





