@charset "utf-8";
/* CSS Document */

a:link, a:visited   {
	color: #0472D0;
	text-decoration: none;
}
a:hover, a:active   {
	color: #D83C3F;
	text-decoration: none;
}

.outer {
    width: 60em;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #B8B8B8;
}
.outer .main_column {
    width: 50em;
    display: inline-block;
    margin-left: 0.5em;
	vertical-align: top;
}
.outer .top_header {
    width: 100%;
}
.outer .top_header .left_header {
    width: 8em;
    display: inline-block;
    margin-right: 0.5em;
}
.outer .top_header .main_header {
    display: inline-block;
    width: 50em;
    margin-left: 0.5em;
}
.outer .bottom_footer .left_footer {
    width: 8em;
    display: inline-block;
    margin-right: 0.5em;
}
.outer .bottom_footer .main_footer {
    display: inline-block;
    width: 50em;
    margin-left: 0.5em;
}
.outer .left_column {
    width: 8em;
    display: inline-block;
    margin-right: 0.5em;
	vertical-align: top;
}

body {
    background-color: #000000;
}
.main_menu_btn   {
    width: 9.5em;
    background-color: #30210D;
    display: inline-block;
    border: 0.1em solid #000000;
    border-radius: 1em;
    margin-left: 0px;
    text-align: center;
    height: 2em;
}

.main_menu_btn_s   {
    width: 9.5em;
    background-color: #4F4231;
    display: inline-block;
    border: 0.1em solid #000000;
    border-radius: 1em;
    margin-left: 0px;
    text-align: center;
    height: 2em;
}
.left_btn {
    width: 8em;
    background-color: #30210D;
    border: 0.1em solid #000000;
    border-radius: 1em;
    text-align: center;
    height: 2em;
    margin-bottom: 0.2em;
}

.left_btn_s {
    width: 8em;
    background-color: #4F4231;
    border: 0.1em solid #000000;
    border-radius: 1em;
    text-align: center;
    height: 2em;
    margin-bottom: 0.2em;
}

.left_btn_txt   {
    margin-top: 0.5em;


}
.left_btn_txt_small   {
    margin-top: 0.8em;
    font-size: 70%;

}

.main_menu_btn_txt   {
    margin-top: 0.5em;


}
.main_menu_text   {
    font-size: 200%;
    text-align: center;
}
.main_menu_text_small   {
    font-size: 100%;
    text-align: center;
}
.title_text   {
    font-size: 200%;
	text-align: center;
}
.subtitle_text   {
    font-size: 150%;
}
.back_text    {
	text-align: center;
}
.journal_text    {
	text-align: justify;
	font-size: 120%;
}
.image_left    {
	float: left;
	margin: 4px 10px 4px 0px;
}

.image_right    {
	float: right;
	margin: 4px 0px 4px 10px;
}
.image_centre    {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail:hover {
    position:relative;
    width:unset;
    height:unset;
    display:block;
    z-index:999;
}

.italic {
  font-style: italic;
}
/* does not work inside <p> */
.text_centre    {
	text-align: center;
}
.half_width    {
	width: 49%;
	display: inline-block;
}
.courier    {
	font-family: "Courier New", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "monospace"
}
.clear_left_float    {
	clear: left;
}
.clear_right_float    {
	clear: right;
}
