/* style sheet for beinlich.org */

/* HTML styles */
body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	color: white;
	font-size: 10pt;
}

body.black {
	background-color: black;
}
table {
    border: 0;
    border-collapse: collapse;
}

td {
    border-collapse: collapse;
    vertical-align: top;
    padding: 0;
}
/* todo: get this into the h1 function */

td.highlight {
	font-size: 1.2em;
	background-color: #D7EDEB;
	padding: 6px;
	border: #a0a0a0 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p, td, li {
}

p.small, td.small, li.small, span.small {
    font-size: 0.9em;
}

h1 {
    font-size: 1.45em;
    text-align: center;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

a {
    color: #330099;
}

a:visited {
    color: #990099;
}

a.sharon {
	color: white;
	text-decoration: none;
}
a.sharon:visited {
	color: #ddd;
}
ul {
	margin-left: 10px;
	padding-left: 5px;
}
ul li {
	margin-top: 5px;
}

.center {
	text-align: center;
}
.centerdiv {
	display: block;
	margin: 0 auto;
}

.centerDivWrapper {
    float: right;
    position: relative;
    left: -50%;
}
.centerDivContent {
    left: 50%;
    position: relative;
}
.clear {
    clear: both;
}

.h1Pad {
    padding: 6px 12px;
}

.headingBG {
    background-color: #E2FFFC;
    border: #ccc 2px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.reversecap {
    color: white;
    background-color: black;
    font-weight: bold;
}

.reverse {
    color: white;
    font-size: 7pt;
    background-color: black;
    font-weight: bold;
}

.border2 {
	border: 2px #D7EDEB solid;
}

p.alert, a.alert {
    color: red;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin-top: 10pt;
}

.formerror {
    color:  red;
    font-weight: bold;
    background-color: yellow;
}

.bbDebug {
    background-color: rgba(196, 255, 232, 0.38);
    color: rgba(45, 62, 255, 0.93);
}

/* main layout */
#main {
    vertical-align: top;
    /*border: 1px #000000 solid;*/
    width: 700px;
    padding: 0;
}

.left-column {
    width: 115px;
}

/* styles for the page header */

/* main content area styles */
#content {
    padding: 0 8px;
}

/* menu styles */


/* page footer styles */
p.footer, td.footer {
    font-size: 8pt;
    margin: 0;
    padding: 0;
}

td.footer-cell {
    padding: 10px;
}

a.footer {
    color: #330099;
}

a.footer:visited {
    color: #990099;
}

/* last modified date and time */
p.lastmod {
	font-size: 8pt;
	font-style: italic;
}

/* page-specific styles */
