/* CSS Stylesheet for It Is Me Org. */ /* Created by Jannis A. Schnitzer on April 3, 2008. */ /* (Yet) All Rights Reserved. */ a img { border:0px solid black; } body { background-color:rgb(11,11,11); padding:0px; margin:0px; background-image:url("../img/bg/main.png"); background-repeat:repeat-y; background-position:center; font-family:sans-serif; } a:link { text-decoration:underline; color:#fff; } a:visited { text-decoration:underline; color:rgb(210,210,210); } a:hover { text-decoration:underline; } a:active { text-decoration:underline; color:gray; } #head { text-align:center; margin:0px; } #head #heading { margin:0px; padding:auto; height: 100px; background-image:url("../img/head/bg/head.png"); text-align:center; padding-bottom:0px; margin-bottom:0px; } #head #heading img { margin:auto; margin-bottom:0px; padding-bottom:0px; } #head #subheading { color:white; background-color:black; background-image:url("../img/head/bg/sub.png"); background-repeat:repeat-x; padding-top:2px; } #head #subheading a { text-decoration:none; } #border { width:100%; height:10px; background-image:url("../img/bg/border.png"); background-repeat:repeat-x; margin:0px; padding:0px; } #main_content { color:white; text-align:justify; margin:auto; width:742px; } #content_left { font-size:.8em; float:left; width:136px; text-align:left; padding-top:10px; color:#ddd; } #content_left h1,#content_right h1 { font-size:1.1em; font-variant:small-caps; color:silver; font-family:serif; margin-bottom:.4em; margin-left:1px; margin-right:1px; } ul.leftnavi { padding-left:0px; list-style-type:none; border-top:1px solid rgb(100,100,100); border-bottom:1px solid rgb(100,100,100); display:block; padding-bottom:1px; padding-left:1px; padding-right:1px; margin:0em; margin-bottom:3em; width:128px; } ul.leftnavi li { display:block; border-top:1px solid rgb(11,11,11); border-bottom:1px solid rgb(11,11,11); padding-top:0px; padding-bottom:0px; padding-left:0px; padding-right:0px; margin-bottom:-1px; } ul.leftnavi a { text-decoration:none; display:block; padding:4px; padding-left:7px; font-size:.9em; color:white; } ul.leftnavi a:link { background-color:rgb(42,42,42); } ul.leftnavi a:visited { background-color:rgb(42,42,42); } ul.leftnavi a:hover { background-color:rgb(84,84,84); } ul.leftnavi a:active { color:silver; } #content_right { font-size:.8em; float:right; width:136px; text-align:right; padding-top:10px; color:#ddd; } #search_box { background-color:rgb(36,36,36); border: 1px solid rgb(84,84,84); color:silver; padding:4px; width: 120px; text-align:right; } #content { width:422px; margin:auto; padding-left:10px; padding-right:10px; color:#ddd; } #content_inner { padding:10px; padding-top:0px; font-size:.85em; } #content h1,h2,h3,h4,h5,h6 { /*font-family:"Helvetica" sans-serif;*/ font-family:serif; font-weight:normal; font-variant:small-caps; color:silver; } h1.space_top { margin-top:3em; } del { color:#e00; } ins { text-decoration:underline; color:#f77; } hr { height:2px; border:1px solid silver; background-color:rgb(23,23,23); }