/* pichat.css */ body { font-size:13; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin:2%; background-repeat:repeat-x; background-position:top; } #rapper{ } #container { text-align: left; font-family: sans-serif; color: #000000; margin-left: auto; margin-right: auto; width: 1200px; } #description {display:none;width:790px;} #description div, .post, .result {} #description p > p,#description p {margin:0;line-height:1;width:auto;} #description img {float:left;margin:0 12px 12px 0;} table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;color:#333} .gsc-trailing-more-results,.gsc-resultsHeader, .gsc-search-box{display:none;} .gsc-results{padding-left:0px;} #searchControl .gsc-control{width:600;height:30;padding:0px;padding-left:0;}select, label{font:bold 11px Arial,Helvetica,sans-serif;color:#003;text-transform:uppercase;margin-right:5px;} input#q{width:400;height:25px;font:bold Arial,Helvetica,sans-serif;color:#F00;} input#submit{ width:100px; height:28px; font-size:20px; background-image:url(/static/img/bg-btn-blue.png); text-align:center; z-index:100; cursor:pointer; background-color:#087cff; font-size:12px; color:#fff; text-shadow:1px 1px 3px rgba(0,0,0,0.5); } #logo{padding-left:20;} #ish{width:520; padding:20; margin-top:39px; height:550; background-color:#fff; border:1px solid #f0e0d6; box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; background-color:#f0f9ff; background-image:url(/static/img/fade-blue.png); background-repeat:repeat-x; border-top-left-radius:15px; border-top-right-radius:15px; -webkit-border-top-left-radius:15px; -webkit-border-top-right-radius:15px; -moz-border-radius-topleft:15px; -moz-border-radius-topright:15px; border-bottom-left-radius:15px; border-bottom-right-radius:15px; -webkit-border-bottom-left-radius:15px; -webkit-border-bottom-right-radius:15px; -moz-border-radius-bottomleft:15px; -moz-border-radius-bottomright:15px; } #content{ z-index: 3; overflow: auto; min-width:600px; } #footerc { text-align:center; position:fixed; width:100%; bottom:0px; line-height:3.1; font-size:11px; word-spacing:8px; height:28px; color: #000; } #footerc a { font-size: 11px; color: #000; } #footerc a:link { text-decoration: none; font-size: 11px; color:000; } #footerc a:hover { text-decoration:none; font-size: 11px; color: #f0e; } #messagePane { top:1px; bottom:20px; position:fixed; width: 100%; left:0.1%; z-index:5; } #messageList { height: 100%; width: 100%; overflow-y: auto; overflow-x: hidden; } #posts { } .logged-dump img{ max-width:650px; width: expression(this.width > 500 ? 500: true); max-height:400px; height: expression(this.width > 500 ? 500: true); border:0px; z-index:4; } p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7px; } a { font-size: 12px; color: #000; } a:link { text-decoration: none; } a:visited { text-decoration: none; color: #000; } a:hover { text-decoration: none; color: #00F; } a:active { text-decoration: none; color: #000; } td { font-family: Arial, Helvetica, sans-serif; letter-spacing:-1px; font-size: 12px; color: #000000; } .btnav { border: 0px #000000 solid;}