/*  
Theme Name: Urbana UMC
Theme URI: http://urbanaumc.com/
Description: The default style and layout for urbanaumc.com
Version: 1.0
Author: Jon Davis
Author URI: http://ingenesis.net/
*/



/* Begin Typography & Colors */
body {
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	position: relative;
	margin: 0 0 40px;
}

.post object {
	margin-bottom: 20px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	clear: left;
}

.postmetadata small.feed,  .postmetadata small.comments {
	float: right;
	text-align: right;
	width: 200px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.inline {
	display: inline;
	vertical-align: middle;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
.icon {
	display: inline;
	margin: 0 3px;
}
/* End Images */



/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/* 
select {
	width: 130px;
	}
*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/







* { margin: 0; padding: 0; }
html, body, * html #wrapper { height: 100%; }

#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}

body {
	background: #fff url('/wp-content/themes/uumc/graphics/back.jpg') repeat-x;
	font: normal 13px/150% "Helvetica","Arial","sans-serif";
	color: #535a65;
	margin: 0;
}

img { display: block; border: none; }
form { margin: 0; padding: 0; }

a {
	color: #005577;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

ul {
	padding-left: 15px;
}

ul li {
	list-style-image: url('/wp-content/themes/uumc/graphics/arrow.gif');
	list-style-position: outside;
}

p {
	margin: 0 0 10px 0;
}

p small {
	font-size: 10px;
	text-transform: uppercase;
}

.submit {
	text-align: right;
}

fieldset {
	border: none;
	border-top: 1px solid #d7cad0;
}

fieldset legend {
	font-size: 14px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}
#header, #site {
	width: 760px;
	margin: 0 auto;
}

#site {
	margin-bottom: 200px;
}

/******************************************************************************

	Header

 ******************************************************************************/

#header {
	position: relative;
	width: 760px;
	height: 121px;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 19px 0 0 0;
}

#header ul {
	position: absolute;
	list-style: none;
	padding: 0;
	right: 0;
	top: 30px;
	text-transform: lowercase;
	font: normal 11px/100% "Trebuchet MS","Tahoma","sans-serif";
}

#header ul li {
	display: inline;
	text-align: right;
}

#header ul li a {
	color: #d7cad0;
	margin-left: 10px;
	text-decoration: none;
	border-left: 1px solid #89395e;
	padding: 0 0 0 10px;
}

#header ul li.first a {
	border: none;
}

#header ul li a:hover {
	color: #fff;
}

#header form.search {
	position: absolute;
	right: 0;
	top: 60px;
}

form.search input {
	float: left;
}

form.search input.search {
	margin: 2px 0 0 3px;

}


/******************************************************************************

	Footer

 ******************************************************************************/

#footer {
	position: relative;
	clear: both;
	background: #553d42 url('/wp-content/themes/uumc/graphics/footer.gif') repeat-x;
	height: 200px;
	margin: -150px 0 0 0;
}

#footer div.content {
	position: relative;
	width: 760px;
	margin: 0 auto 0;
	padding: 35px 0 0;
	font: normal 11px/120% "Helvetica","Arial","sans-serif";
	color: #d7cad0;
}

#footer div.content div {
	float: left;
}

#footer big {
	color: #fff;
}

#footer small {
	text-transform: uppercase;
}

#tagline {
	position: absolute;
	top: 88px;
	right: 30px;
}

#footer p {
	width: 210px;
	border-left: 3px solid #695154;
	padding: 10px;
}

#footer a {
	color: #7eabcf;
}

#footer a:hover {
	color: #fff;
}

#footer #sitemap {
	float: left;
}

#footer ul {
	list-style: none;
	border-left: 3px solid #695154;
	padding: 10px 20px 10px 10px;
}

#footer ul li {
	list-style-image: none;
}

#footer ul ul {
	font: bold 11px/100% "Helvetica","Arial","sans-serif";
	border: none;
	padding: 5px 0 0 0;
}

#footer ul ul li {
	padding: 2px 0 1px;
}

#footer #network {
	float: left;
	width: 100px;
}



/******************************************************************************

	Content

 ******************************************************************************/

#content {
	float: left;
	width: 512px;
	padding: 0 20px 40px 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, fieldset legend {
	font-family: "Trebuchet MS","Tahoma","sans-serif";
	color: #624d69;
	line-height: 100%;
}

#content h2 {
	font-size: 36px;
	font-weight: lighter;
	color: #7a1545;
	margin: 20px 0 48px 0;
}

#content h2 sub {
	display: block;
	font-size: 18px;
	color: #838990;
	line-height: 100%;
}

#content h3 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 20px;
}

#content h3 sub {
	display: block;
	vertical-align: baseline;
	text-transform: lowercase;
	font-weight: normal;
	margin-top: -2px;
	color: #838990;
	font-size: 12px;
}

#content h4 {
	font-size: 14px;
	margin-bottom: 0;
}

#content h5 {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 150%;
}

#content h6 {
	font-size: 13px;
	font-weight: bold;
}

#content p a {
	font-weight: bold;
}

#content p a:hover {
	color: #624d69;
	background: #fff3e1;
}

#content  em {
	background-color: #fffda5;
	font-style: normal;
}

#content big {
	color: #005577;
}


#content form ul {
	position: relative;
	list-style: none;
	padding-left: 20px;
}


.box {
	background: url('/wp-content/themes/uumc/graphics/box.jpg') no-repeat right top;
	border: 1px solid #d7cad0;
	padding: 9px;
}

.box p, .inside p {
	margin: 0;
}

#content .inside h3, #content .leftrule h3 {
	margin-top: 0;
}

.border {
	border: 1px solid #d7cad0;
	margin-bottom: 10px;
}

.padding {
	padding: 4px;
}

.inside {
	background: url('/wp-content/themes/uumc/graphics/soft.jpg') no-repeat;	
	margin: 0;
	padding: 5px;
	border: 5px solid #fff;
}

.leftrule {
	border-left: 3px solid #d7cad0;
	padding-left: 5px;
}

.rightrule {
	border-right: 3px solid #d7cad0;
	padding-right: 5px;
	margin: 0 10px 10px 0;
}

.lines {
	background: url('/wp-content/themes/uumc/graphics/lines.gif');
}

.greylines {
	background: url('/wp-content/themes/uumc/graphics/greylines.gif');
}

.soft {
	background: url('/wp-content/themes/uumc/graphics/soft.jpg');	
}

.flatbeige {
	background: #f8f5ed;
	background-image: none;
}

.pinky {
	background: #f7eef5;
	background-image: none;
}

.admin {
	margin-bottom: 20px;
}

#content blockquote {
	border: 1px solid #d7cad0;
	padding: 9px;
}

/******************************************************************************

	Posts

 ******************************************************************************/
.post h2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.post p.meta {
	font-size: 11px;
	text-transform: uppercase;
}

.post div.date {
	margin: 0 10px 10px 0;
}

.post h3 {
	margin: 0 0 5px 0;
	padding-top: 10px;
	padding-bottom: 20px;
}

/******************************************************************************

	Column

 ******************************************************************************/

#column {
	float: left;
	width: 228px;
}

#column a {
	font: bold 12px "Trebuchet MS","sans-serif";
}

#column a:hover {
	color: #7a1545;
	text-decoration: underline;
}

#column .panel {
	background: url('/wp-content/themes/uumc/graphics/panel.jpg') no-repeat;
	padding: 20px 0 20px 20px;
	margin: 0 0 0 0;
	width: auto;
}

#news h2 {
	margin: 0;
}

#column .panel ul {
	margin: 10px 0;
	padding: 0 0 0 15px;
	line-height: 100%;
}

#column .panel li {
	margin-bottom: 7px;
}

#column .panel li cite {
	display: inline;
	font-style: normal;
	font-size: 11px;
}

/******************************************************************************

	Navigation

 ******************************************************************************/

#navigation, #navigation ul {
	list-style: none;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
}

#navigation {
	background: url('/wp-content/themes/uumc/graphics/navigation.jpg') no-repeat left 140px;
	padding: 0 0 20px 0;
}

#navigation li {
	list-style-image: none;
	background: url('/wp-content/themes/uumc/graphics/navigation.jpg') no-repeat;
	padding: 10px 0;
	border-top: 1px solid #fff;
}

#navigation li img {
	margin: 0 0 0 20px;
	display: inline;
}

#navigation ul li {
	background: none;
	border: none;
	padding: 0;
	font-weight: bold;
}

#navigation ul li.current_page_item {
	background: url('/wp-content/themes/uumc/graphics/location.gif') no-repeat;
}

#navigation ul {
	display: none;
}

#navigation li.opened ul, 
#navigation li.hover ul, 
#navigation li:hover ul {
	display: block;
}

#navigation a {
	display: block;
	padding: 0 0 0 20px;
	line-height: 24px;
	height: 14px;
}
* > #navigation a {
	height: auto;
}

#navigation a:hover {
	text-decoration: none;
	background: #fff;
}

/******************************************************************************

	Homepage

 ******************************************************************************/

#welcome, #navigation {
	height: 310px;
	
}

#welcome p img, #welcome p object {
	border: 1px solid #d7cad0;
	padding: 4px;
}


#services {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

#services .box {
	margin: 10px 0;
	padding: 4px;
}

#services .box img {
	float: left;
}

#content.homepage {
	background: url('/wp-content/themes/uumc/graphics/section.jpg') no-repeat right 331px;
}

div.date {
	width: 30px;
	float: left;
	border-right: 1px solid #d7cad0;
	padding-right: 10px;
	display: inline;
}

div.date p.month {
	text-transform: lowercase;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 11px;
	color: #624d69;
}

div.date p.day {
	font-size: 24px;
	color: #9ea0a7;
	margin-top: 0;
}

#content.homepage div.lastweek {
	position: relative;
	margin-left: 20px;
	float: left;
	width: 450px;
	display: inline;
}

#content.homepage div.lastweek h3 {
	margin-top: 5px;
}

#content.homepage div.lastweek img.icon {
	float:  left;
	margin-right: 10px;
	display: inline;
}

#content.homepage div.lastweek div.podcast {
	position: absolute;
	right: 0;
	top: 0;
}

#content.homepage div.lastweek  div.podcast img {
	float: left;
}

#content.homepage div.lastweek div.podcast img.divider {
	border-left: 1px solid #d7cad0;
}

#welcome .events h3 {
	margin: 0 0 10px 0;
	width: 100%;
	text-align: right;
}

#welcome .events h3 img {
	display: inline;
	background: #fff;
	padding-left: 10px;
}

#welcome .events ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#welcome .events ul li {
	display: block;
	height: 65px;
	width: 105px;
	border-right: 1px solid #d7cad0;
	padding: 5px 10px 0;
	float: left;
	text-align: right;
}

#welcome .events ul li:hover {
	background: url('/wp-content/themes/uumc/graphics/element-hover.gif') right top;
}

#welcome .events h5, #welcome .events p {
	line-height: 100%;
	margin: 0;
}

#welcome .events cite {
	font-size: 11px;
	font-style: normal;
}

/******************************************************************************

	Ministries

 ******************************************************************************/

.ministries ul {
	margin: 0 0 10px 0;
}

.ministries ul li {
	margin: 10px 0 0 0;
}

.ministries ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ministries ul li ul li {
	display: inline;
}

div p.moreinfo {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 11px;
}

.ministries .volunteers {
	width: 200px;
	margin-left: 20px;
}

.ministries .volunteers ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #d7cad0;
}

.ministries .volunteers ul li {
	list-style: none;
	border-top: 1px solid #d7cad0;
	padding: 5px;
	margin: 0;
}

.ministries .volunteers ul li:hover {
	background: url('/wp-content/themes/uumc/graphics/element-hover.gif') left top;
}
.ministries .volunteers ul li img {
	float: left;
	margin: 0 5px 10px 0;
}

.ministries .volunteers ul li p.name {
	font-weight:  bold;
	margin-bottom: 0;
	line-height: 100%;
}

.ministries .volunteers ul li p small {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

ul.results {
	border-bottom: 1px solid #d7cad0;
	padding: 0;
	margin: 0;
}

ul.results li {
	list-style: none;
	border-top: 1px solid #d7cad0;
	padding: 5px 0;
	margin: 0;
}

ul.results li:hover {
	background: url('/wp-content/themes/uumc/graphics/element-hover.gif') left top;
}

ul.results li img {
	float: left;
	margin: 0 5px 20px 0;
}


#content div p.moreinfo a {
	color: #005577;
}

#content div p.moreinfo img {
	float: left;
	border: none;
	margin: 1px 3px 0 0;
}

.ministry .info {
	margin: 0 0 20px 0;
	clear: both;	
}

.ministry fieldset {
	width: 290px;
	margin: 10px 0 0 0;
}

.form {
	width: 190px;
	margin: 0 0 10px 10px;
	font-size: 11px;
}

.info img {
	float: left;
	margin: 10px 10px 20px 5px;
}

.inside form label {
	display: block;
	font-weight: bold;
	clear: both;
	font-size: 11px;
	line-height: 125%;
}

.inside form p {
	margin-top: 10px;
}

.inside form input, .inside form textarea, .inside form select {
	width: 170px;
	font-family: "Helvetica","Arial","sans-serif";
}

.inside form p.submit input, .inside form ul li input, .inside form input.radio {
	width: auto;
}

.inside form input.radio {
	margin-left:  10px;
}

.panel {
	float: left;
	width: 149px;
	padding: 10px;
	position: relative;
	height: 120px;
	border-right: 1px solid #fff;
}

.panel p.priority {
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.panel p.priority img {
	display: inline;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 5px;
}

/******************************************************************************

	Small Groups (Relationships)

 ******************************************************************************/
.relationships .listing {
	border-top: 1px solid #d7cad0;
	padding-top: 10px;
}

.relationships .listing h5 {
	margin-top: 0;
}

.relationships .categories {
	margin: 0 0 10px 10px;
}

.relationships .categories ul {
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.smallgroup .form {
	width: 190px;
	margin: 10px 0 10px 10px;
	font-size: 11px;
}

.smallgroup .info {
	width: 300px;
	margin: 50px 0 0 0;
}

#ministry {
	float: left;
	width: 50%;
}

#volunteers {
	float: left;
	width: 50%;
}


/******************************************************************************

	Skill Selector

 ******************************************************************************/
#content #skillSelector {
	width: 480px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 2px 0 2px 0;
	font-weight: bold;
}

#content #skillSelector li {
	margin-top: 0;
	list-style: none;
	clear: both;
}

#content #skillSelector li ul {
	display: none;
	margin-top: 3px;
	padding-left: 20px;
	float: none;
	font-weight: normal;
}

#content #skillSelector li.checked ul {
	display: block;
}

#content #skillSelector li ul li {
	display: block;
	float: left;
	width: 200px;
	clear: none;
}

/******************************************************************************

	Calendar

 ******************************************************************************/
#content.calendar h2 {
}
.calendar table {
	border-collapse: collapse;
	line-height: 100%;

}

.calendar table td {
	border-top: 1px solid #d7cad0;
	border-bottom: 1px solid #d7cad0;
	height: 70px;
	width: 62px;
	vertical-align: top;
	padding: 5px;
	overflow: hidden;	
	cursor: pointer;
}

.calendar table td p {
	overflow: hidden;
	white-space: nowrap;
	width: 62px;
	font-size: 11px;
	margin: 0;
	
}
.calendar table th {
	text-align: left;
	font: normal 12px/100% "Trebuchet MS","sans-serif";
	padding: 5px 0;
}

.calendar td.offMonth {
	background-color: #ececef;
}

.calendar td.today {
	background-color: #656a7f;
	color: #fff;
}

.calendar td.today label {
	font-weight: bold;
}

.calendar td.beforeToday{
	color: #999;
}

.calendar label {
	display: block;
	width: 100%;
	text-align: right;
}

#content.calendar td p a {
	font-weight: normal;
	color: #005577;
}

#content.calendar td p a:hover {
	background: none;
}

#content.calendar .church, #content.calendar .church a { color: #005577; }
.calendar .legend .church .swatch { background-color: #005577; }

#content.calendar .special, #content.calendar .special a { color: #7a1545; }
.calendar .legend .special .swatch { background-color: #7a1545; }

#content.calendar .meetings, #content.calendar .meetings a { color: #c45500; }
.calendar .legend .meetings .swatch { background-color: #c45500; }

#content.calendar .youth, #content.calendar .youth a { color: #639700; }
.calendar .legend .youth .swatch { background-color: #639700; }

#content.calendar td.today p a {
	color: #fff;
}

.calendar ul.legend {
	width: 350px;
	float: left;
	margin: 0;
	padding: 15px 0;
}

.calendar ul.legend li {
	width: 110px;
	list-style: none;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	padding: 0;
}

.calendar .legend li .swatch {
	float: left;
	width: 8px;
	height: 8px;
	margin: 5px 5px 0 0;
}



.calendar .info {
	float: left;
	width: 295px;
}

.calendar .picker {
	float: right;
	margin: 10px 0;
}

.calendar .agenda li p {
	margin-bottom: 0;
}

.calendar .agenda li p cite {
	float: left;
	text-align: right;
	width: 50px;
	margin-right: 5px;
	font-style: normal;
}

.calendar .agenda li div.details {
	display: none;
}

.calendar .agenda li.selected {
	background: url('/wp-content/themes/uumc/graphics/box.jpg') left top;
}

.calendar .agenda li.selected div.details {
	margin-left: 55px;
	display: block;
}

.calendar .agenda li p.location {
	font-size: 11px;
	text-transform: uppercase;
}

.calendar p.return {
	margin-top: 20px;
	text-align: right;
	padding-right: 20px;
	background: url('/wp-content/themes/uumc/graphics/calendar-icon.gif') no-repeat right top;
}

/******************************************************************************

	Contact

 ******************************************************************************/
.contact p {
	margin: 0 0 10px 0;
}

.contact label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
}

.contact input, .contact select {
	width: 300px;
}

.contact textarea {
	width: 300px;
	height: 150px;
}

.contact p.submit {
	text-align: right;
	width: 400px;
}

.contact p.submit input {
	width: auto;
}

/******************************************************************************

	Messages Index

 ******************************************************************************/

ul.messages {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #d7cad0;
}

ul.messages li {
	list-style: none;
	border-top: 1px solid #d7cad0;
	padding: 10px;
	margin: 0;
}

ul.messages li:hover {
	background: url('/wp-content/themes/uumc/graphics/element-hover.gif') left top;
}

ul.messages li img {
	float: left;
	margin: 0 5px 10px 0;
}

ul.messages li p {
	line-height: 100%;
	margin: 0;
}



/******************************************************************************

	Mozilla Form Elements

 ******************************************************************************/

input[type=text], textarea, select {
	border: 1px solid #b2b2b2;
	padding: 2px 1px;
	font-size: 12px;
}

select > option {
	padding: 2px 1px 0;
}
