/*This is the live core style sheet of the Athame's Edge site*/

body {
color: #111111;
font-family: Garamond, sans-serif;
font-size: small;
margin: 0;
background-color: #003320;
background-image: url(images/green_floral_tile.jpg);
background-repeat: repeat;
background-attachment: fixed;
/*overflow: hidden;*/
z-index: "-1";
}

* html body {
font-size: x-small;
}

#topbar {
z-index: "1";
position: fixed top left;
width: 100%;
margin-top: 0;
margin-left: 0;
margin-bottom: 20px;
padding-top: 1em;
border-bottom: solid 1px #115511;
color: #ddffdd;
background-color: #003320;
background-image: url(images/green_floral_tile.jpg);
background-repeat: repeat;
background-attachment: fixed;
float: left;
}

* html #topbar {
margin-top: 5px;
}

#topbar h1 {
color: #ddffdd;
font-weight: bold;
font-size: 250%;
float: left;
display: inline;
margin-left: 10px;
margin-bottom: 10px;
padding: 5px;
}

* html #topbar h1 {
margin-top: 5px;
padding-bottom: 10px;
}

#topbar ul {
font-family: Garamond, sans-serif;
color: #ddffdd;
font-weight: bold;
font-size: 125%;
float: right;
list-style: none;
margin-right: 10px;
margin-bottom: 10px;
padding: 5px;
}

#topbar li {
text-decoration: none;
float: left;
margin: 10px;
}

#sidebar {
z-index: "1";
position: relative;
width: 180px;
margin-top: 125px;
margin-left: 10px;
margin-right: 20px;
color: #66aa77;
text-align: center;
background-color: #003320;
background-image: url(images/green_floral_tile.jpg);
background-repeat: repeat;
background-attachment: fixed;
float: left;
display: inline;
border: solid 1px #449966;
}

#sidebar p{
position: top left;
font-size: 125%;
font-weight: bold;
margin: 10px;
list-style: none;
}

#sidebarb {
z-index: "1";
position: relative;
width: 180px;
margin-top: 0;
margin-left: 10px;
margin-right: 20px;
color: #66aa77;
text-align: center;
background-color: #003320;
background-image: url(images/green_floral_tile.jpg);
background-repeat: repeat;
background-attachment: fixed;
float: left;
display: inline;
border: solid 1px #449966;
}

#sidebarb p{
position: top left;
font-size: 125%;
font-weight: bold;
line-height: 90%;
margin: 10px;
list-style: none;
}

a:link {
color: #ddffdd;
font-weight: bold;
text-decoration: none;
}

#main a:link {
color: #449955;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #ddffdd;
font-weight: bold;
text-decoration: none;
}

#main a:visited {
color: #449955;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #66aa77;
text-decoration: none;
}

a:active {
color: gray;
text-decoration: none;
}

#main a:hover {
color: #225533;
text-decoration: none;
}

#footer {
font-size: 80%;
text-align: center;
}

#footerb {
font-size: 70%;
text-align: center;
}

* html #footerb {
font-size: 60%;
text-align: center;
}

h1 {
font-family: Garamond, sans-serif;
font-size: 275%;
color: #112255;
font-weight: bold;
line-height: 50%;
}

h2 {
font-family: Garamond, sans-serif;
font-size: 225%;
color: #112255;
font-weight: bold;
line-height: 50%;
}

h3 {
font-size: 200%;
color: #112255;
font-weight: bold;
line-height: 50%;
}

h4 {
font-size: 125%;
color: #112255;
font-weight: bold;
line-height: 50%;
}

ol.outline {
list-style-type: upper-alpha;
}

p.say {
color: #337744;
}

#main {
z-index: "1";
width: 750px;
height: 400px;
position: absolute;
margin-left: 250px;
margin-top: 150px;
margin-right: 100px;
margin-bottom: 300px;
color: #111111;
-moz-use-text-color: #111111;
font-weight: bold;
background-color: #cceecc;
background-image: url(images/faded_floral_tile.jpg);
background-repeat: repeat;
padding-right: 20px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 20px;
overflow: auto;
border: solid 1px #bbddbb;
}

* html #main {
margin-left: 20px;
margin-top: 75px;
}

#main p {
font-size: 125%;
}

#main ul {
font-size: 125%;
}

* html #main li {
padding-bottom: 5px;
}

#terms {
font-size: 90%;
}
