/*
Theme Name: Movin Easy
Theme URI: http://movineasy.com
Description: modification of the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Author: Eric Midgley
Tags: red, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 75%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #C30;
}
#content {
	font-size: 1.2em
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#wpfooter {
	border: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.3em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.3em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #9D2B2B;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #CCC;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
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: #9D2B2B;
	text-decoration: underline;
}
a:hover {
	color: #9D2B2B;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next 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 */
body {
	margin: 0;
	padding: 0;
}
#page {
	padding: 0;
	width: 780px;
	border: 1px solid #666;
	margin-top: 38px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background: #FFF url(../../../../../images/corner_legs.png) no-repeat right bottom;
	text-align:left;
}
#header {
	height: 158px;
	padding: 0;
	width: 780px;
	background-color: #C30;
	margin-top: 20px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
}
#header h1 {
	margin: 0;
	background-image: url(../../../../../images/headImages/MElogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
	height: 160px;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#headerimg {
	text-align: center;
	color: #C30;
	background-color: #CCC;
	padding-bottom: 15px;
	padding-top: 1px;
}
#headerimg h3 a {
	font-size: 1.5em;
	text-align: center;
}
#tag {
	background-image: url(../../../../../images/headImages/wht_tagline.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 501px;
	padding: 0px;
	position: absolute;
	left: 250px;
	height: 60px;
	text-indent: -10000px;
	top: 50px;
	margin: 0px;
	z-index: 1000;
	visibility: visible;
}
#nav {
	height: 28px;
	width: 780px;
	margin-top: -9px;
	font-size: 1.3em;
	position: relative;
	z-index: 99999;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0 0 0 20px;
	width: 740px;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
}
.post hr {
	display: block;
}
.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 {
	clear: left;
}
.clear {
	clear: both;
}
#footer {
	text-align: center;
	line-height: 0.5em;
	font-size: 1.3em;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wpFooter {
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	margin-top: -64px;
	margin-bottom: 0;
	margin-left: 35px;
	text-align: left;
	width: 300px;
}
#wpFooter p {
	margin: 0;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footerText {
	width: 250px;
	margin: 0 0 50px 30px;
	background-image: url(../../../../../images/redSwirl.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 50px 0 20px 40px;
	text-align: left;
}
#footerPadding {
	padding-top: 50px;
}
#eventHeadText {
	background-image: url(../../../../../images/whereHeadText.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;
	height: 64px;
	width: 386px;
	right: 0px;
	top: 108px;
}
.copyright {
	font-size: 80%;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 30px 0 0;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
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%;
	height: auto;
}
/*	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.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
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	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;
	padding: 10px;
}
.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 Sidebar */
#sidebar {
	padding: 20px 15px 10px 15px;
	margin-left: 545px;
	width: 190px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* 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 */
}
/* 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*/

/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 263 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar table {
	width:100%;
}
#wp-calendar table caption {
	text-align:center;
}
#wp-calendar #prev {
	text-align:left;
}
#wp-calendar #next {
	text-align:right;
}
#wp-calendar .ec3_eventday a {
	color:#a00 !IMPORTANT;
}
#wp-calendar table td, #wp-calendar table th {
	text-align:center;
}
#wp-calendar table td, #wp-calendar table td.pad:hover, #wp-calendar table.nav tr td {
	padding:1px;
	border:none;
}
#wp-calendar table td:hover, #wp-calendar table td.ec3_today {
	padding:0px;
	border:solid 1px #999;
}
/* The EC graphic. */
.ec3_ec {
	display:block;
	float:right;
	border:none;
	background-repeat:no-repeat;
	background-position:bottom right;
	width:13px;
	height:9px;
}
.ec3_ec span {
	display:none
}
/***
 ***  Popup
 ***/

.ec3_popup {
	margin:0 !IMPORTANT;
	padding:0 !IMPORTANT;
	border:none;
	position:absolute;
	border-collapse:collapse;
	filter:alpha(opacity=87);
	-moz-opacity:.87;
	opacity:.87;
	z-index:30000;
}
.ec3_popup td {
	padding:0;
}
.ec3_popup table {
	border:solid #999 1px;        /* popup border */
	background-color:#eeb;        /* popup background colour */
	font-size:x-small;            /* popup font size */
	color:black;
	text-align:left;
}
.ec3_popup table td {
	padding:1.5px 3px 1.5px 3px;
}
#ec3_shadow0 div {
	width:8px;
	height:32px;
}
#ec3_shadow0 {
	margin:0;
	padding:0;
	border:none;
	width:8px;
	background-repeat:no-repeat;
	background-position:bottom right;
	vertical-align:bottom;
}
#ec3_shadow1 {
	margin:0;
	padding:0;
	border:none;
	height:16px;
	background-repeat:repeat-x;
}
#ec3_shadow2 div {
	width:8px;
	height:32px;
}
#ec3_shadow2 {
	margin:0;
	padding:0;
	border:none;
	width:8px;
	background-repeat:no-repeat;
	background-position:bottom left;
	vertical-align:bottom;
}
/***
 ***  Event list
 ***/

.ec3_list {
	margin-left:-12px;
	word-spacing:-1px;
	letter-spacing:-0.2px;
	color:#800;
}
.ec3_list li {
	font-size:1em !IMPORTANT;
}
.ec3_list li:before {
	content:"" !IMPORTANT;
}
/***
 ***  Schedule
 ***/

table.ec3_schedule {
	border-collapse:collapse;
	margin:0.5ex 1ex 0.5ex 0;
	border:solid 2px #800;
	float:left;
}
table.ec3_schedule td {
	padding:0 0.5ex 0 0.5ex;
	color:#800;
}
td.ec3_start {
	text-align:right;
}
td.ec3_to {
	text-align:center;
}
.ec3_schedule .ec3_past * {
	text-decoration:line-through
}
/***
 ***  Iconlet
 ***/

div.ec3_iconlet {
	margin:0 1ex 1ex 0;
	padding:0.3ex;
	border:solid 2px #800;
	float:left;
	font-size:1em;
	text-align:center;
}
div.ec3_past {
	border-color:gray;
	opacity:0.5;
}
div.ec3_iconlet * {
	margin:0;
	padding:0;
	line-height:90%;
}
div.ec3_iconlet table {
	border-collapse:collapse;
}
div.ec3_iconlet td {
	padding-top:0.4ex;
	padding-bottom:0.4ex;
	text-align:center;
	font-weight:bold;
}
div.ec3_iconlet tr.ec3_day td {
	padding-top:0;
	padding-bottom:0;
	font-size:2.5em;
	font-weight:bold;
	width:2.5ex;
}
div.ec3_iconlet tr.ec3_time td {
	font-size:0.75em;
	font-weight:normal;
}
div.ec3_iconlet td.ec3_multi_start {
	padding-right:0.2ex;
}
div.ec3_iconlet td.ec3_multi_end {
	border-left:solid 1px #800;
	padding-left:0.2ex;
}
div.ec3_past td {
	border-color:gray;
}
/***
 ***  Big Calendar
 ***/


div#ec3_big_cal {
	border:solid 2px #eee;
}
#ec3_big_cal table {
	border-collapse:collapse;
	width:100%;
	line-height:normal;
}
#ec3_big_cal table.nav {
	width:478px;
	margin-left:129px;
}
#ec3_big_cal table.nav td {
	border:none;
	height:auto;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}
#ec3_big_cal table caption {
	font-size:1.5em;
	font-weight:bold;
}
#ec3_big_cal table th {
	text-align:center;
	font-size:smaller;
	font-weight:normal;
}
#ec3_big_cal table td {
	margin:0;
	padding:3px;
	width:14.2%;
	vertical-align:top;
	text-align:left;
	border:solid 1px #999;
}
#ec3_big_cal table td.ec3_today {
	background-color:#ffe;
}
td .ec3_daynum {
	display:block;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	padding-right:2px;
	padding-bottom:1px;
	text-align:right;
	font-size:1em;
}
td.ec3_postday a.ec3_daynum {
	color:#0066cc
}
td.ec3_eventday a.ec3_daynum {
	color:#a00
}
span.ec3_daynum {
	color:black
}
td.ec3_postday a.ec3_daynum:hover {
	color:white;
	background-color:#0066cc
}
td.ec3_eventday a.ec3_daynum:hover {
	color:white;
	background-color:#C30
}
#ec3_big_cal table td div {
	min-height:5em;
}
#ec3_big_cal table td p {
	font-size:smaller;
	margin-top:0;
	margin-bottom:0.1em;
}
#ec3_big_cal .ec3_post a {
	color:#0066cc;
}
#ec3_big_cal .ec3_event a {
	color:#a00;
}
#ec3_big_cal .pad {
	border:none;
	background-color:#eee;
}

