/* main.css */

/* GENERAL FORMATTING */
body {
    margin-left: 10px;
    margin-right: 10px;
    /*background-color: #F0F8FF;*/
}
A:link {
    color: #990066;
}
A:active {
    color: #6666FF;
}
A:visited {
    color: #330099;
}
h1,h2,h3,h4,h5 {
    color: #993366;
}
h1 {
    font-size: 150%;
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 110%;
    font-style: italic;
}
h4 {
    font-size: 90%;
    font-weight: bold;
}


img {
    border: 0;
}

.alert {
    color: red;
}

.columns {
	position: relative;
}
.columns:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
.left_col {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
}
.middle_col {
    margin-left: 33%;
    margin-right: 33%;
    width: 34%;
}
.right_col {
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
}

.twoCol {
    float: left;
    margin: 0;
    width: 49%;
    padding-bottom: 1em;
}
.triCol {
    float: left;
    margin: 0;
    width: 33%;
    padding-bottom: 1em;
}
.triCol + .triCol {
    width: 34%;
}
.triCol + .triCol + .triCol {
    width: 33%;
}

.ill {
    float: right;
}
.verse {
    padding: 3px;
    font-style: oblique;
    border: 2px ridge gray;
    letter-spacing: 0.1em;
}
.img_full {
    width: 100%;
    height: auto;
    border-width: 0px;
}


/*
q { quotes: "&#8220;" "&#8221;" "&#8216;" "&#8217;"; }
q:before { content: open-quote; }
q:after { content: close-quote; }
*/

/* Outling */
.outline {
    list-style-type: upper-roman;
}
.outline OL {
    list-style-type: upper-alpha;
}
.outline OL OL {
    list-style-type: decimal;
}
.outline OL OL OL {
    list-style-type: lower-alpha;
}
.outline OL OL OL OL {
    list-style-type: lower-roman;
}
.ol_decimal {
}
.ol_upper_roman {
    list-style-type: upper-roman;
}
.ol_upper_alpha {
    list-style-type: upper-alpha;
}
.ol_lower_roman {
    list-style-type: lower-roman;
    font-weight: normal;
}
.ol_lower_alpha {
    list-style-type: lower-alpha;
    font-weight: normal;
}
.employment {
    text-align: center;
}
.education {
    text-align: left;
}
/* SPECIAL REGIONS */
#header {
    position: relative;
    font-size: 650%;
    border-bottom: double #993366;
}
#header div {
    display: inline;
}

#site_title {
    position: relative;
    margin-left: 15px;
    text-align: left;
    font-size: 50%;
    font-weight: bold;
    color: #990066;
}

#top_nav, #bottom_nav {
    font-size: small;
}
#top_nav {
    position: absolute;
    right: 0;
    top: 0;
}
#page_title {
    position: absolute;
    right: 0;
    top: 95px;
    color: #990066;
    font-size: 28%;
    font-style: italic;
    font-weight: bold;
    text-align: right;
}

#footer {
    position: relative;
    border-top: double #993366;
    margin-right: 0px;
}
#bottom_nav {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: left;
}
#badges {
    text-align: right;
}
#badges img {
    vertical-align: 50%;
}
#contact {
    font-weight: bold;
    text-align: center;
}
#contact a {
    font-weight: normal;

}
#right_side {
    position: absolute;
    right: 0px;
    width: 120px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
#left_side {
    position: absolute;
    left: 10px;
    width: 120px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
#navigation {
    margin: 0;
    border: #660033;
    border-top: 0px solid #993366;
    padding: 10px 1px 10px 1px; /* top right bottom left*/
}
#navigation ul {
    margin: 0px;
    padding: 0px;
    margin-left: 0.5em;
    padding-left: 0.5em;
}
#navigation li {
	font-weight: normal;
}
#navigation ul ul {
    font-size: smaller;
}
#navigation span {
	color: #993366;
	font-weight: bold;
}

#main_content {
    margin-left: 15px;
    margin-right: 123px;
    /*min-height: 30em;*/
}
/*#theme_verse {
    float: right;
    position: relative;
    margin-left: 123px;
    margin-right: 0px;
    height: 150px;
    width: 125px;
    font-size: medium;
    font-weight: bold;
    color: #990066;
    text-align: center;
    background-color: #FFCCFF;
}*/
#header_r_img {
    text-align: right;
    position: absolute;
    top: 2px;
    right: 15px;
}
#header_l_img {
    text-align: right;
    position: relative;
    margin-left: 0px;
}
#slide_out_main {
    position: relative;
    float: left;
    border: thin ridge #990066;
    padding: .25em;
    background-color: #D3D3D3;
}
#slide_out_sub {
    /*display: none;*/
    /* visibility: hidden; */
}
#menu_hide_btn {
    /*display: none; */
}

