

/* basic elements */

.our_logo {
	background: url(/img/broken3.png) no-repeat top center;
	height: 150px;
}

body { 
	font-size: 14px;
	font-family: verdana, sans-serif;
	color: #333333;
	background: #BB8855 url(http://jeluf.mormo.org/images/border.jpg) no-repeat top left;
	margin: 0px; 
	}
p { 
	margin-top: 0px; 
	}


/*--------------------------------------------------------------------*/
.visualClear { clear: both; }


img {
    border: none;
    vertical-align: middle;
}

p {
    margin: 0.4em 0em 0.7em 0em;
    line-height: 1.5em;
}

p img { margin: 0; }

hr {
    height: 1px;
    color: #aaaa55;
    background-color: #aaaa55;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

/*----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: Black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 { 
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

/*----------------------------------------------------------*/

fieldset {
    border: 1px solid #aaaa55;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 95%;
}
form {
    border: none;
    margin: 0;
}

input[type="radio"],
input[type="checkbox"] { border:none; }
select {
    border: 1px solid #aaaa55;  
    color: Black;
    vertical-align: top;
}

/*-----------------------------------------------------------------------*/
pre {
    padding: 1em;
    border: 1px dashed #aaaa55;
    color: Black;
    background-color: #ffffe0;
    line-height: 1em;
}

/* emulate center */
.center {
    width: 100%;
    text-align: center;
}
*.center * {
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------------------------------------------*/


/* images */
div.floatright { 
    float: right; 
    margin: 0;
    position:relative;
    border: 0.5em solid White;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.floatright p { font-style: italic;} 
div.floatleft { 
    float: left; 
    margin: 0.3em 0.5em 0.5em 0;
    position:relative;
    border: 0.5em solid White;
    border-width: 0.5em 1.4em 0.8em 0;
}
div.floatleft p { font-style: italic; } 
/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: White;
    width: auto;
    overflow: hidden;
}
div.thumb div {
    border:1px solid #aaaa55;
    padding: 3px !important;
    background-color:#f9f9f0;
    font-size: 94%;
    text-align: center;
}
div.thumb div a img {
    border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    padding: 0.3em 0 0.1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border: 0.5em 1.4em 0.8em 0;
}

.urlexpansion,
.hiddenStructure {
    display: none;
}
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }


/*---------------------------------------------------------------------------------------*/

.input_button20 {
    font-family: Tahoma, Verdana;
    font-size: 16px;
    color: #333333;
    background-color: #FAF2DE;
    border: 1px solid #E3D09D;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}
.table_window {
    background-color: #F3E0AD;
    padding: 20px;
    border: 1px solid #800000;
}
.redlink {
    color: #990000;
}
.posts tr td {
    padding:10px;
}
.post_quote {
    border:1px solid #555555;
    background-color:#fff1f1;
    padding:4px;
}

.author {
    text-align: center;
}