/*
 Calomel.org - https://calomel.org
 css3 compatible
*/

body {
 color:#FFFFFF;
 background-color: #e9d3c4;
 background:#e9d3c4 url("calomel_background.jpg") repeat;
 background-attachment: fixed;
 font:100% verdana;
 margin-top: 0px; 
 margin-bottom: 50px; 
 padding:0px;
}

.command {
 background-color: #f8c8a4;
 border: 1px dashed #a3470a;
 color: #4d3e32;
 font-weight:600;
 line-height: 1.1em;
 padding: 10px;
}

.code {
 background-color: #f8c8a4;
 border:1px inset;
 color: #4d3e32;
 font-weight:600;
 height:150px;
 margin:0px;
 overflow:auto;
 padding:6px;
 width:auto;
}

.note {
 background-color:#fcd8bc;
 border:10px solid #f8c8a4;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 box-shadow:10px 10px 20px #000;
 -moz-box-shadow: 10px 10px 20px #000;
 -webkit-box-shadow:10px 10px 20px #000;
 color: #000000;
 font-size:100% verdana;
 font-weight: bold; 
 padding:15px;
 margin:50px auto;
 text-align: center;
 width:600px;
}

.textshadow {
 text-shadow: #AAA 7px 7px 4px;
 }

.boxcenter {
 width: 956px;
 margin-top: -4px;
 margin-left: auto;
 margin-right: auto;
 border:2px solid #fef9f3;
 color: #4d3e32;
 background-color: #e9d3c4;
 background:#e9d3c4 url("calomel_textbg.jpg") repeat;
 background-attachment: fixed;
 font:100% verdana;
 padding-left:20px;
 padding-right:20px;
 voice-family: "\"}\"";
 voice-family:inherit;
 line-height: 140%
}

.boxcenter a:link {color: #622304;font: 100% verdana;}
.boxcenter a:visited {color:#622304;font: 100% verdana;}
.boxcenter a:hover {color:#000f82; text-decoration: underline;font: 100% verdana;}
.boxcenter a:active {color:#000f82; font: 100% verdana;}

.frontboxcenter {
 background:#e9d3c4 url("calomel_textbg.jpg") repeat;
 background-attachment: fixed;
 background-color: #e9d3c4;
 color: #4d3e32;
 border:2px solid #fef9f3;
 font: 100% verdana;
 margin-top: -4px;
 margin-left: auto;
 margin-right: auto;
 padding-left:0px;
 padding-right:0px;
 width: 996px;
 voice-family: "\"}\"";
 voice-family:inherit;
}

.frontboxcenter a:link {color: #622304;font: 100% verdana;}
.frontboxcenter a:visited {color:#622304;font: 100% verdana;}
.frontboxcenter a:hover {color:#000f82; text-decoration: underline;font: 100% verdana;}
.frontboxcenter a:active {color:#000f82;font: 100% verdana;}
.frontboxcenter li { list-style-type: circle; }
.frontboxcenter li:hover { list-style-type: disc; }
