/*
Theme Name:     SEWPA
Theme URI:      http: //sewpa.org/
Description:    SEWPA Child Theme (based on Twenty Ten for WordPress)
Author:         Ryan Markel
Author URI:     http: //ryanmarkel.com/
Template:       twentyten
Version:        0.1.0
*/

@import url('../twentyten/style.css');

/* Here's where we hide things we don't want to see. */

.tec-calendar-buttons {
	display:none;
}

/* Soften up the header navigation and other areas. */

#access {
	background: #444;
}

#branding img, #colophon {
	border-top: 4px solid #444;
}

#wrapper {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Groovy Mad-Lib Contact Form Styles */

.name input, .email input {
	width: 150px;
	border:none;
	background:none;
	border-bottom: 1px solid #ddd;
	vertical-align: baseline;
	outline: none;
}

.subject input {
	width: 400px;
	border:none;
	background:none;
	border-bottom: 1px solid #ddd;
	vertical-align: baseline;
	outline: none;
}

.type select, .topic select {
	font-family: Georgia, serif;
	font-size: 16px;
}

.message textarea {
	width: 600px;
}

/* Make the gallery borders a touch darker. */

#content .gallery img { border: 10px solid #CCC; }

/* Try to stop the bottom border from colliding with the sidebar. */

#footer { padding-top: 20px;}