﻿/* AAUWLansdale.org /stylesheets/all_style.css */
/* 10/24/09 */

body {
 background-color: #FFFFCC;
 color: black;
 margin: 0 auto;
 margin: 0;
 padding: 0;
 } 

#wrapper {
 margin: 20px auto 0 auto;
 position: relative;
 width: 98%;
 }

#leftbar {
 float: left;
 width: 13em;
 }

#logo {
 text-align: center;
 }

#logo a	{
 background-image: url(/images/aauw.jpg);
 background-position: center center;
 background-repeat: no-repeat;
 display: block;
 height: 170px;
 margin: 0px 0px 10px 0px;
 padding: 0px 0px 0px 0px;
 position: relative;
 width: 13em;
 }

#logo a span {
 position: absolute;
 left: -1000px;
 display: none;
 }

#nav {
 color: #007C71;
 font-family: sans-serif;
 font-weight: bold;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 }
 
#nav a,
 nav a:visited {
 color: #007C71;
 display: block;
 text-decoration: none;
 }

#nav a:hover,
 nav a.show,
 nav a:visited.show {
 background-color: #00F0D8;
 color: #007C71;
 display: block;
 text-decoration: none;
 }

#nav ul {
 display: block;
 list-style: none;
 text-align: left;
 margin-left: 10px;
 margin-right: 10px;
 padding-left: 0px;
 }

#nav li {
 display: inline;
 text-align: left;
 }
 
#nav2 {
 display: block;
 text-align: left;
 text-decoration: none;
 }

#header {
 text-align: center;
 clear: none;
 color: #007C71;
 font-family: sans-serif;
 font-weight: bold;
 margin-left: 13em;
 }

#content {
 margin-left: 13em;
 }

#footer {
 clear: both;
 font-size: 80%;
 font-style: italic;
 margin-top: 10px;
 text-align: center;
 }

a img {
 border: 0;
 }

h1 {
 font-size: 150%;
 line-height: 1.6em;
 text-align: center;
 }

h2 {
 text-align: center;
 }

h3 {
 text-align: center;
 }

hr {
 height: 3px;
 margin: 10px;
 color: #007C71;
 background-color: #007C71;
 }

#content img {
 padding: 4px;
 }

p {
 text-indent: 2em;
 }

p.size4 {
 font-size: 120%;
 margin: 0;
 padding: 0;
 text-align: center;
 text-indent: 0;
 }

p.size5 {
 font-size: 150%;
 margin: 0;
 padding: 0;
 text-align: center;
 text-indent: 0;
 }

p.size6 {
 font-size: 200%;
 margin: 0;
 padding: 0;
 text-align: center;
 text-indent: 0;
 }

center p {
 text-indent: 0;
 }

#content table {
 list-style: none;
 }

form p {
 text-indent: 0;
 }

table p {
 text-indent: 0;
 }

input,
select,
option,
textarea {
 border: 1px solid black;
 background-color: #00F0D8;
 }
 
.arial {
 font-family: Arial, Helvetica, sans-serif;
 }
 
.centered {
 text-align: center;
 text-indent: 0;
 }
 
.centered table {
 margin: auto;
 }
 
.left {
 text-align: left;
 text-indent: 0;
 }
 
.red {
 color: red;
 }

.inline-button {
 width:12em;
 font: bold 65%/1 Verdana, sans-serif;
 margin: 0 0.2em;
 padding: 0.1em 0;
 border: 1px solid black;
 white-space:nowrap;
 text-decoration: none;
 vertical-align:middle;
 background: #06c;
 color: white;
 }
 
.inline-button span {
 width:1em;
 margin:0;
 padding: 0.1em 0.5em 0.1em 0.3em;
 }
 
.inline-button:hover {
 background: #666;
 }
