/* base
----------------------------------------------- */
//html {
//height:100%;
//}

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: #000;
background-image:url(http://www.equalityforall.net/img/bg_footsteps_01.gif);
background-repeat:repeat-y;
background-attachment:fixed;
background-color:#999;
height:100%;
font-size: 62.5%;
}



/* global layout
----------------------------------------------- */

#container {
margin: 0 auto;
padding: 0px;
width: 720px;
height: auto;
min-height: 100%;
_height: 100%; /* IE */
background-image:url(http://www.equalityforall.net/img/container_bg.gif);
background-repeat:repeat-y;
background-color:#48af34;
border: 2px solid #000;
}

#head {
height: 130px;
text-align: left;
color:#fff;
background-color:#000;
}

#logo {
width: 130px;
height:130px;
float:left;
background-color:#ffff33;
background-image:url(http://www.equalityforall.net/img/efa_logo.gif);
}

#menu {
font-family: Verdana, Arial, Tahoma;
height: 25px;
width:588px;
color:#fff;
background-color: #e56b14;
text-align: left;
margin: 0px auto 0;
float:right;
border-left: 2px solid #000;
valign: center;
}

#menu ul{
display: inline;
list-style-type:none;
}

#menu ul li{
float: left;
font-weight: bold;
font-size: 1.2em;
text-align: center;
padding-top:6px;
//padding-top:4px; 
padding-bottom:7px;
}

#menu a {
padding-top:6px;
padding-bottom:7px;
padding-left: 15px;
padding-right: 15px;
color:#fff;
text-decoration: none;
}

#menu a:hover {
padding-top:6px;
padding-bottom:5px;
padding-left: 15px;
padding-right: 15px;
color:#fff;
text-decoration: none;
background-color:#d4610d;
}

.menuactive {
padding-top:6px;
font-weight: bold;
background-color:#000;
}

#sidebar_l {
height: auto;
min-height: 100%;
_height: 100%; /* IE */
margin-right: 0px;
padding: 15px 0px;
float: left;
width: 130px;
background-color:#48af34;
border-top: 2px solid #000;
font-family: Verdana, Arial, Tahoma;
}

#sidebar_l h1 {
background-color:#efe332;
border: 1px solid #000;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
width: 110px;
font-weight: bold;
font-size: 1.2em;
margin-left: 10px;
}

#sidebar_l p {
padding-top: 5px;
width: 110px;
margin-left: 10px;
text-size: 1em;
}

#sidebar_l p a{
text-decoration:none;
font-weight: bold;
color:#000;
}

#sidebar_l p a:hover{
text-decoration:underline;
font-weight: bold;
color:#000;
}

#content {
margin: 0 0 0 130px;
padding: 30px;
height: auto;
min-height: 100%;
_height: 100%; /* IE */
background-color:#ff9;
border-top: 2px;
border-right: 0px;
border-bottom: 0px;
border-left: 2px;
border-color: #000;
border-style: solid;
}

#content h2{
font-size: 1.5em;
}

#content h2 a, a:hover{
text-decoration:none;
}
#content h3{
font-size: 1.3em;
}
#content p{
text-indent: 25px;
font-size: 1.2em;
}
#content li{
list-style-type:none;
}
#content img{ 
background-color: #fff;
border:  2px solid #000;
padding: 1px;
margin-left: 25px;
margin-bottom: 10px;
margin-top:10px;
}

#content p img{ 
margin-left: 0px;
margin-bottom: 10px;
}

#content hr{
height: 1px; 
color: #ddd; 
background-color: #ddd; 
border:0px solid #ddd;
}

#content a, a:hover, a:visited {
color:#000;
text-decoration:underline;
}

#social {
margin-top: 20px;
}

#social img {
border: 0px;
margin: 0px;
}

.entrytitle h2{
font-size:1.6em;
}
.entrytitle h2 a
{
color:#000;
text-decoration:none;
}
.entrytitle h2 a:hover{
color:#48AF34;
}
.entrytitle h3{
font-size:1.4em;
color:#000;
}



#foot
{
padding: 5px;
clear: both;
text-align: center;
background-color:#000;
color:#fff;
margin: 0 auto 0;
position: relative;
font-family: Verdana, Arial, Tahoma;
}

#foot a, a:hover, a:visited {
color:#fff;
text-decoration:none;
}

/* input fields
----------------------------------------------- */
.zemContactForm {
font-size: 1.2em;
}

.zemError {
color: #000;
background: #e56b14;
border: 1px solid #000;
padding: 3px 6px
}

.zemSubmit {
color: #fff;
font-weight:bold;
background: #e56b14;
border: 1px solid #000;
padding: 2px 3px
}

 label {
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input {
margin-left: 4.5em;
}

input {
color: #000;
background: #fff;
border: 1px solid #000;
}

textarea {
color: #000;
background: #fff;
border: 1px solid #000;
}

.submit input {
color: #fff;
background: #000;
border: 2px outset #000;
}

fieldset {
border: 0px;
}

legend {
color: #fff;
background: #e56b14;
border: 1px solid #000;
padding: 2px 6px
}


/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}