﻿@import url(../css/menu.css);

html, body { 
	margin: 0; 
	padding: 10px 0; 
	text-align:center; 
	} 

body {	
	background: #aaaaaa url(leatherbg.jpg);
	font-family: 'Times New Roman', arial, helvetica, Tahoma, serif;	
	font-size: 86%;	
    }

#pagewidth { 
	background: #ebeae8;
	border: 1px solid #000000;
	width: 980px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
	box-shadow:14px 16px 10px -8px rgba(000,000,000,0.7);
	} 

#header {
    height: 175px; 
	width: 100%;
	background: #ebeae8 url(header.jpg);
    background-repeat: no-repeat;	
	} 

#maincol {
	float: left; 
	display: inline;
	margin: 0 40px 1.2em 20px;  
	position: relative; 
	width: 670px; 
	min-height: 550px;
	height: auto !important;
	height: 550px; 
	}

#maincolfull {
	float: left; 
	display: inline;
	margin: 0 40px 1.2em 20px;  
	position: relative; 
	width: 940px!important;
	min-height: 750px;
	height: auto !important; 
	}
	
#rightColumn {
	float: left; 
	display: inline;
	margin: 0 20px 1.2em 0;  
	position: relative; 
	width: 200px;
	min-height: 550px;
	height: auto !important;
	height: 550px;  
    }	

#footer {
	background-color: #cccccc; 
	color: #000000;
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 1.2em 0em 1.2em 0em;
    border-top: 1px solid #000000;
    font-family: Verdana, arial, helvetica, sans-serif;
	line-height: 1.8em;
	font-size: 88%;
    font-weight: 600;
	text-align: center;
	} 

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix { 
    display: inline-block; 
    }

/* Hides from IE-mac \*/

* html .clearfix{
    height: 1%;
    }

.clearfix{
    display: block;
    }

/* End hide from IE-mac */  

h1 {
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 20px;
	}

@font-face {
	font-family: 'Traveling_TypewriterRegular';
	src: url('../fonts/travelingtypewriter-webfont.eot');
	src: local('☺'), url('../fonts/travelingtypewriter-webfont.woff') format('woff'),
    url('../fonts/travelingtypewriter-webfont.ttf') format('truetype'), 
    url('../fonts/travelingtypewriter-webfont.svg#webfontrR4B72Rw') format('svg');
	font-weight: normal;
	font-style: normal;
    }
	
h1.fontface {
       font: 3.8em/1.1em 'Traveling_TypewriterRegular', Arial, sans-serif;
       text-transform: uppercase;
       padding: 0 0 0 26px;
       font-weight: 900;
	   text-shadow: 3px 3px #999999;
    }

#header p {
	font-size: 1.6em;
	margin: 20px 0 0 0;
	padding: 0 0 0 22px;
    }

h2, h3 { 
    color: #000000;
    font-family: 'Traveling_TypewriterRegular', Arial, sans-serif;
    letter-spacing: 0; 
	}
	
h2 {
	border-bottom: 1px solid #999999;
	padding-bottom: 6px;
	font-size: 2.2em;
	margin: 10px 0;
	font-weight: normal;
	}
	
h3 {
	font-size: 2.1em;
	margin: 10px 0;
	font-weight: normal;
	}
	
h4 {
	color: #000000;
    font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 1.2em;
	margin: 20px 0 0 0;
	font-weight: bold;
	}

h5 {
	color: #000000;
    font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 1.4em;
    text-align: center;
	margin: 10px 0 0 0;
	font-weight: bold;
	}

img { 
    border: 0; 
    }
	
#maincol ol, #maincol ul, #maincol li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0 1.2em 0;
	}
	
#rightColumn p {
	border-bottom: 1px solid #394060;
	padding: 0 0 1.2em 0;
	}

#rightColumn img {
    padding: 10px 0 0 0;
        }

li > p {
    margin-top: 0.2em; 
    }

strong, b {
    font-weight: bold; 
    }

a {  
    color: #000;
    outline: none;
    text-decoration: underline; 
    }

a:hover { 
    text-decoration: none;
    color: #d41a1f; 
    }

#footer a {
    color: #000000; 
    font-weight: bold; 
    }

#footer a:hover {
    color: #d41a1f;
    }

#telegrapher {
    width: 910px;
    height: auto;
    border: 1px solid #000000;
    background-color: #ffffff;
	margin-bottom: 8px;
    padding: 0 0 0 30px;
	box-shadow:12px 12px 10px -8px rgba(000,000,000,0.4);
    }
	
#paper {
    width: 900px!important;
    height: auto;
    border: 1px solid #000000;
    background-color: #ffffff;
	min-height: 650px;
	margin-top: 20px;
    padding: 0 20px 0 20px;
	box-shadow:12px 12px 10px -8px rgba(000,000,000,0.4);
    }
	
.imgl {
    float: left;
    padding: 0 20px 10px 20px;
    border: none;
    }

.imgr {
    float: right;
    padding: 0 20px 10px 20px;
    border: none;
    }	

.left {
    float: left;
    padding: 18px;
    }
	
#gallery img {
    margin: 13px;
	}

.center {
    text-align: center;
	}
	
.imgcenter { 
   display: block;   
   margin-left: auto;   
   margin-right: auto;
   border: 1px solid #000000;
}

figure.left { 
   float:left; 
   margin:0 12px 12px 0; 
   clear:left; 
   border:1px solid #999999; 
   padding:4px; 
   text-align: center; 
   /*box-shadow:0 16px 10px -8px rgba(36,34,120,0.5);*/
   }
   
figure.right { 
   float:right; 
   clear:right; 
   border:1px solid #999999;
   margin:0 0px 12px 14px;
   padding:4px; 
   text-align: center; 
   /*box-shadow:0 16px 10px -8px rgba(36,34,120,0.5);*/
   }
   
figcaption.italic{
   font-style: oblique; 
   padding: 6px;
   font-weight: 400;
   } 

#galleryback {
    width: 936px;
    height: auto;
    border: 1px solid #000000;
    background-color: #ffffff;
    margin: 10px 0 20px 0;
    padding: 0 0 20px 0;
    }
   