/* s373.net/x style css, 2007 */

body{
	background-color: #e7e7e7;
	margin:1% 50px 75px 5%;
}
a {
	color: #000000;
	text-decoration:none;
	font-style:italic;
	text-decoration:underline;
}
a:hover {
	color: #777777;
	background-color:#dddddd;
}

p { 
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	line-height: 1.2em;
	color: #333333;
}


ul,li{
	font-size: 1.10em;
	line-height: 0.90872em;	
}
pre {
    display: block;
    padding: 14px;
    margin: 0 0 18px;
    line-height: 1.2em;
    font-size: 1.1em;
    border: 1px solid #d9d9d9;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/*pre code {
	font-size: 1.1em;
    background-color: #fff;
    color:#737373;
    padding: 140%;
}*/
code {
    background-color: #fff;
    color: rgba(1,1,1, 0.75);
    padding: 1px 3px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.copy {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	color: #a0a0a0;
}

.pict {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	color: #aaaaaa;
}

.small { 
	font-size:0.9em; 
}

.smallm { 
	background-color:#7A7A7A;font-size:0.57em;color:#333333; 
}

.tit { 
	background-color:#7A7A7A;font-size:1.61em;color:#333333;
}


.div {
	width: 70%;
}

/* http://stackoverflow.com/questions/15605349/know-of-a-good-css-technique-for-a-full-screen-background-image */
#logos {
    position: fixed;
    display: table;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 50%;
    text-align: center;
}
#logos div {
    vertical-align: middle;
    display: table-cell;
    opacity: 0.5;
}
#logos img {
    position: relative;
    text-align: center;
    min-height: 50%;
    min-width: 50%;
}

/* Covers the image to prevent pointer interaction */
#logos:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
