/* 
    AUTHOR: Chris Coyier & David Walsh
            http://chriscoyier.net
            http://davidwash.name
*/

/* TYPOGRAPHY */
.event { font-size: 4em; margin:0!important; }
#update-message, table, .button { font-size: 2em; }
/* END TYPOGRAPHY */

.post {
height: 301px!important;
padding: 0!important;
}

.eventsskin {
background: url(images/eventbg.jpg) repeat fixed;
/* background-position: 20% 0%; */
overflow: auto;
height: 301px!important;
}

.no-padding {
padding:0!important;
}


/* 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 */




/* SHOW ROW */
.show-row					{ border-bottom: 1px solid #ccc;}
.show-row-head				{ font-size: 1.4em; font-weight: bold; }
.show-row-dates, .show-row-event-venue, .show-row-address, .show-row-time, .show-row-head, .show-row-admin		{ float: left; padding: 5px; font-size: 1.4em; }
.show-row-dates				{ width: 65px; }
.show-row-event-venue		{ width: 160px; }
.show-row-address			{ width: 150px; }
.show-row-time				{ width: 90px; }
.show-row-admin				{ width: 60px; }
.button						{ cursor: pointer; padding: 5px; }
#message					{ padding: 5px; }
.info						{ margin: 2px 5px 10px 0; }
.info-error					{ 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 */




