/*
Theme Name: LMVUE
Theme URI: 
Description: 
Version: 1.0
Designer: Anne Levy Pugh
Author: Helene Speer
*/

*{font-size:100.01%}
body  {
	font: 85%/1.2em Arial, Helvetica, sans-serif;
	background-color: #50505F;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}
img{border-style:none;}
a{
	text-decoration:none;
	color: #dbedb6;
}
a:hover{
	text-decoration: underline;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
h2 {
	color: #e5761a;
	font-size: 1.5em;
	padding-bottom: .75em;
}
#mainContent.home h2 {
	font-size: 1em;
	padding-bottom: .2em;
}
p {
	margin:0;
	padding: 0 0 1em 0;
}
ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
small {
	font-size: .8em;
}
#container {
	width: 780px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	background-color: #50505F;
} 
#header {
	height: 150px;
} 
#header h2 {
	display: none;
}
#main {
	margin: 0;
	padding: 0;
}
#left-sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 95px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 0 0 40px;
}
#left-sidebar p, #left-sidebar ul li {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
#mainContent {
	float: left;
	width: 465px;
	margin: 0 10px 30px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
} 
#mainContent.home {
	width: 295px;
}
#grid div.cell {
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
	border: 2px solid #A1D143;
	margin: 0 4px 4px 0;
}
#mainContent h3 {
	color: #e5761a;
}
#right {
	float: left;
	width: 330px;
	font-size: 0.85em;
	line-height: 1.2em;
}
#right h3 {
	text-align: center;
	display: block;
	line-height: 20px;
	color: white;
}
#right p {
	color: black;
}
#right p, #right h4 {
	padding: 0 10px;
}
#right h4 {
	padding-top: .75em;
}
#inner, #outer {
	float: left;
	width: 160px;
	margin-left: 5px;
	background-color: #d0d0d4;
	padding-bottom: 10px;
}
#inner h3 {
	background-color: #cc5902;
}
#outer h3 {
	background-color: #628604;
}
#inner h4, #inner a {
	color: #cc5902;
}
#outer h4, #outer a {
	color: #628604;
}
#footer { 
	height:30px;
	font-size: .85em;
	padding: 20px 0 10px 0;
} 
#footer p {
	margin: 0;
	padding: 0 0 0 40px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cform textarea {
	height: 60px;
}
.cform label {
	text-align: right !important;
}
.cform {
	margin-left: 0 !important;
}
ol.cf-ol {
	border-top: none !important;
}
label.cf-after {
	text-align: left !important;
	width: 280px !important;
}
label.cf-after span {
	width: 280px !important;
}