a:link, a:visited {
        color: #704299;
        text-decoration: none;
}
a:active, a:hover {
        color: red;
        text-decoration: none;
}
body {
        color: black;
        background-color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        padding: 0px;
        margin: 0px;
}

h1 {
/*      position: absolute;
        top: 0px;
        left: 0px;
*/
        width: 100%;
		color: #0786EB;
		border-bottom: 1px solid #663399;
/*		background-color: #FFFFCC; */
        text-align: center;
        font-size: 2.5em;
		font-family: "Lucida Sans",Arial,Helvetica,sans-serif
}

h2 {
		margin-left: 2%;
		width: 96%;
		text-align: center;
		padding: 3px;
        color: #0786EB;
		background-color: #FFFFCE;		
        font-size: 1.5em;
		font-family: "Lucida Sans",Arial,Helvetica,sans-serif;
        margin-top: 0px;
        margin-bottom: 5px;
}

h2 a:link, h2 a:visited {
		text-decoration: underline;
}

h2.collapsed {
        font-size: 1em;
}

h3 {
        font-size: 1.1em;
        margin-top: 0px;
        margin-bottom: 5px;
}

img {
        border-style: none;
        vertical-align: middle;
}

p {
        margin-top: 0px;
        margin-bottom: 5px;
}

table.admin-list {
    border-collapse: collapse;
}

table.admin-list th {
    border: 1px solid black;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}

table.admin-list td {
    border: 1px solid black;
    padding: 3px;
    font-size: 0.85em;
}

table.profile {
        width:100%;
}

td {
        padding: 5px;
}

td.item-name {
        font-weight: bold;
        text-align: right;
}

#legal {
        width: 90%;
        height: 200px;
        overflow: auto;
        border: 1px solid black;
        padding: 5px;
}
#login {
    font-size: 12px;
    text-align: center;
}
#login input {
    border: 1px solid black;
    background-color: #ECFEE0;
    font-size: 12px;
	width: 100px;
}
#page-main {
        position: relative;
        left: 50%;
		top: 10px;
        width: 50em;
        margin-left: -25em;
        border: 6px solid #FCB815;
		background-color: #FFFFE8;
        padding: 5px;
}
#page-footer {
        position: relative;
        clear: both;
        width: 90%;
        left: 5%;
        top: 20px;
        text-align: center;
        font-size: 0.85em;
        border-top: 1px solid black;
}

#page-header {
        position: relative;
        /* background-color: #FCB815; */
        width: 100%;
        /* height: 92px; */
        padding: 0px;
        /* border-bottom: 1px solid #CCCBCB; */
		text-align: center;
}

#tabs-container {
        /*position: absolute;
        left: 0px;
        bottom: 0px;*/
        width: 100%;
        
		text-align: center;
}

.answer {
    color: green;
    font-size: 0.9em;
}

.avatar {
	float: left;
	margin: 3px;
}

.blog-comment {
        font-style: italic;
}

.blog-entry {
        font-family: "Courier New",Courier,monospace;
        color: #AB3060;
}

.column {
        float: left;
        width: 49%;
}

.gallery-image {
        float: left;
        border: 1px solid #CCCBCB;
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
}

.lesson {
/*
        position: relative;
        left: 50%;
        width: 600px;
        margin-left: -300px;
        border: 1px solid #CCCBCB;
*/
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 5px;
}

.message-body {
        font-family: "Courier New",Courier,monospace;
        color: #AB3060;
}

.minimizer {
        position: absolute;
        top: 3px;
        right: 3px;
        width: 16px;
        height: 16px;
}

#tabs-container a:link, #tabs-container a:visited {
        width: 79px;
        line-height: 26px;
		padding: 6px;
        background-image: url(http://www.loveaha.com/images/tab.gif);
        background-repeat: no-repeat;
        margin-left: 5px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
		border-left: 1px solid #A1A8D5;
		border-right: 1px solid #A1A8D5;
}

#tabs-container a:active, #tabs-container a:hover {
		border-top: 1px solid #A1A8D5;
		border-bottom: 1px solid #A1A8D5;
		border-left: 1px solid #A1A8D5;
		border-right: 1px solid #A1A8D5;						
        color: red;
        text-decoration: none;
}

.section {
        position: relative;
        width: 86%;
        /* border: 1px solid #CCCBCB; */
        margin-top: 20px;
        margin-left: 5%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 5px;
        padding-bottom: 5px;
}

.section-button {
}

.subscribe {
   font-weight: bold;
   font-size: 1.3em;
}

.submenu {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.submenu li {
	display: inline;
	padding: 3px;
	margin: 2px;
}