/* Footer Menu
————————————————————– */
#footer-menu {
margin:20px auto 0;
font: normal 12px “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;
text-align:center;
}
#footer-menu li {
display:inline;
margin:0;
padding-left:0;
background-image: none;
}
#footer-menu li a {
margin:0 2px 0 5px;
}
#footer-menu li:before {
content:”\00B7″;
}
#footer-menu li:first-child:before {
content:””;
}
#footer-menu li a:hover {
text-decoration:underline;
}
/* Form Overrides
———————————————— */
.luminescence-form {
width:90%;
}
.form-elements {
width: auto;
min-height: 30px;
padding:4px 0;
}
input,
textarea{
border: 1px solid #dedede;
background: #f3f4f4;
line-height: 1.25;
margin:0;
padding: 5px 12px;
}
input,
textarea,
input[type=”submit”],
input[type=”button”],
button[type=”button”],
button[type=”submit”],
button[type=”reset”],
.btn {
font-size: 1em;
line-height: 1.25;
}
#searchform input[type=”submit”] {
margin-left: 7px;
}
input[type=”checkbox”],
input[type=”radio”] {
margin: 0 7px;
}
select[multiple],
select[size] {
height: auto;
}
select,
input[type=”file”] {
height: 30px;
/* In IE7, the height of the select element cannot be changed by height, only font-size */
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
line-height: 30px;
}
textarea {
margin-bottom: 10px;
}
select {
background-color: #ffffff;
border: 1px solid #cccccc;
}