/*
 * This stylesheet contains some hacks to ensure correct display in
 * Internet Explorer 6, and one additional width value for IE7.
 * The current IE version 8 does not need any special treatment, so
 * propably the stylesheet will not need to be edited for future
 * versions.
 */

/* disabling CSS for Netscape 4 and IE5/Mac (too buggy) \*/
* {
  voice-family:"\"}\"";
  voice-family:inherit;
}

* {
  margin:0;
  padding:0;
  border:0;
}

body {
  font-family:Verdana,sans-serif;
  font-size:75%;
  color:#000000;
  line-height:1.4em;
  background-color:#696969;
  text-align:center; /* center for IE Quirks \*/
}

body.full_image {
  background-color:#ffffff;
  padding:20px;
  text-align:left;
}

img {
  display:block;
}

a {
  text-decoration:none;
  color:#555555;
}

a:hover {
  text-decoration:underline;
}

.error {
  color:#AA0000;
}

div#main {
  width:780px;
  margin:0 auto 0 auto;
  text-align:left;
  border-width:0 1px 1px 1px;
  border-style:solid;
  border-color:#ffffff;
  background-color:#ffffff;
  overflow:hidden;
}

h1 {
  font-family:Georgia,serif;
  background-image:url('rhinoscript_header.jpg');
  background-position:right top;
  background-repeat:no-repeat;
  height:45px;
  overflow:hidden;
  text-align:right;
  padding:150px 10px 0 0;
  font-size:1.5em;
  font-weight:normal;
  color:#ffffff;
}

h1 strong {
  display:none;
}

/* Size for IE Quirks \*/
* html h1 {
  height:195px;
}

h1.error {
  background-image:url('rhinoscript_error.jpg');
  padding-top:170px;
  height:25px;
}

body.full_image h1 {
  background-image:url("rhinoscript_small.jpg");
  background-position:left top;
  height:22px;
  text-align:lefT;
  padding:10px 0 0 40px;
  color:#000000;
  margin-bottom:1em;
  overflow:visible;
}

/* Size for IE Quirks \*/
* html body.full_image h1 {
  height:32px;
}

body.full_image p {
  margin-top:1em;
}

h2 {
  display:none;
}

h3 {
  font-family:Georgia,serif;
  font-weight:bold;
  font-size:1.3em;
  margin:1.3em 0 1em 0;
}

h3.space {
  margin-top:3em;
}

h4 {
  font-family:Georgia,serif;
  font-weight:bold;
  font-size:1em;
  margin:2em 0 1em 0;
}

div#header p {
  background-color:#ffffff;
  text-align:right;
  color:#1d4022;
  padding:3px 10px 2px 10px;
  border-style:solid;
  border-width:0 0 1px 0;
  border-color:#519d64;
}

div#username, div#login {
  font-size:0.8em;
  float:right;
  padding:10px 10px 5px 10px;
  max-width:30%; /* For IE 7 \*/
}

/* For IE Quirks \*/
* html div#username, * html div#login {
  width:30%;
}

div#username .help, div#login .help {
  font-size:1em;
}

div#username p {
  float:right;
  white-space:nowrap;
}

div#username p.username {
  float:left;
  padding-right:1em;
  white-space:nowrap;
}

div#login input.button {
  margin-right:-2px;
  float:right;
}

div#login input.text {
  width:15em;
}

div#login p {
  width:15em;
  margin:2px 2px 0 auto;
}

div#login p.form {
  width:auto;
  text-align:right;
  margin:0;
}

div#menu ul {
  list-style-type:none;
  padding:5px 0 10px 0;
  overflow:hidden;
}

div#menu li {
  float:left;
  padding:0.4em 10px 0.4em 10px;
  height:1.4em;
  overflow:visible;
}

div#menu li.marked strong, div#menu li.marked a {
  color:#FF0000;
}

div#menu li strong {
  color:#000000;
}

div#menu img {
  display:inline;
}

div#content {
  padding:10px;
  clear:both;
}

div#content p {
  margin-bottom:0.5em;
}

div#footer {
  width:758px;
  margin:2px auto 0 auto;
  padding-bottom:20px;
  text-align:right;
  font-size:0.8em;
}

div#footer a {
  color:#000000;
}

div#footer img {
  display:inline;
  vertical-align:bottom;
}

fieldset {
  padding:10px;
  border-style:solid;  
  border-color:#dddddd;
  border-width:1px 0 0 0;
  margin-bottom:20px;
  overflow:hidden;
}

legend {
  color:#1d4022;
  padding:0 5px 0 5px;
  margin-left:5px;
}

input.text, select, textarea {
  font-family:"Courier New", monospace;
  font-size:1em;
  background-color:#dddddd;
  padding:1px;
  margin:1px 0 1px 0;
}

input.button, a.button {
  background-color:#9c9d9f;
  font-family:Verdana,sans-serif;
  color:#ffffff;
  padding:1px;
  font-size:1em;
  text-decoration:none;
}

a.button {
  padding-left:3px;
  padding-right:3px;
}

.help, .small , .statistics{
  font-size:0.8em;
}

.statistics{
  margin-top: 2em;
  margin-bottom: 0;
}

.statistics strong{
 margin-right: 2em;
}

.admin p {
  float:right;
  clear:right;
  font-size:0.8em;
}

ul.scripts, ul.gallery {
  list-style-type:none;
}

ul.gallery li {
  overflow:hidden;
  margin-bottom:1.5em;
}

ul.scripts li {
  margin-bottom:1em;
}

div#content ul.scripts li p {
  margin-bottom:0;
}

ul.forum {
  list-style-type:none;
  margin-top:1.5em;
}

ul.users {
  list-style-type:none;
  margin-bottom:1.5em;
}

fieldset.forum ul.forum {
  margin-top:3em;
  margin-left:-10px;
  margin-right:-10px;
}

ul.forum li {
  border-color:#dddddd;
  border-style:solid;
  border-width:1px 0 0 0;
  padding:1em 0.5em 1em 0.5em;
}

ul.users li {
  border-color:#dddddd;
  border-style:solid;
  border-width:0 0 1px 0;
  padding:1em 0.5em 1em 0.5em;
  overflow:hidden;
  line-height:2em;
}

ul.forum li.marked {
  background-color:#519d64;
  color:#ffffff;
  padding-top:0;
  padding-bottom:0;
}

div.img
{
  text-align:center; /* center for IE Quirks \*/
}

div.img img {
  margin-left:auto;
  margin-right:auto;
}

div.img a {
  display:block;
  text-align:right;
  margin-left:auto;
  margin-right:auto;
  width:600px;
  font-size:0.8em;
}


ul.forum div.img
{
  margin-top:20px;
}

ul.script_selection {
  list-style-type:none;
  height:7.5em;
  overflow:auto;
  border-color:#3F977C;
  border-style:solid;
  border-width:1px;
  padding:3px;
}

img.preview, div.preview {
  float:left;
  margin-right:10px;
}

div.fixed {
  width:120px;
}

div.fixed_wide {
  width:200px;
}

div.code {
  font-family:"Courier New", monospace;
  color:#000000;
}

div.scrollable {
  width:740px;
  height:20em;
  overflow:auto;
}

div.embedded {
  padding:0 10px 5px 10px;
}

fieldset.gallery div.img {
  margin-top:20px;
}

fieldset.gallery object {
  display:block;
  margin:0 auto 10px auto;
}

fieldset.gallery p {
  width:425px;
  text-align:left;
  margin:0 auto 0 auto;
}

div.side_column {
  float:right;
  width:200px;
  padding:0 0 20px 20px;
}

div.side_column img {
  margin:0 0 10px 0;
}

dl {
  overflow:hidden;
  margin-bottom:-1.5em;
}

dt {
  float:left;
  clear:left;
  width:7em;
  margin-bottom:2em;
}

dt em {
  display:block;
  font-size:0.8em;
}

dd {
  margin:0 0 2em 8em;
  overflow:hidden;
}

dd img {
  float:right;
  margin-right:10px;
  margin-left:10px;
}

div.container {
  overflow:hidden;
}

div.container p.block {
  float:left;
  margin-right:30px;
}

div.settingspanel {
  overflow:hidden;
  padding:1em 0 1em 0;
}

div.settingspanel p {
  float:left;
  width:33%;
}

/* GeSHi styles from here \*/

div.code li.li1, div.code li.li2 { /* line numbers \*/
  color:#000000;
  font-weight:bold;
  list-style-type:decimal;
  list-style-position:outside;
  padding:0 0 0 5px;
  margin:0 0 0 4em;
  border:0;
  line-height:1.5em;
}

div.code .de1, div.code .de2 { /* default \*/
  font-weight:normal;
  color:#000000;
}

div.code .kw1, div.code .kw2 { /* keywords \*/
  font-weight:bold;
  color:#0000AA;
}

div.code .kw3 { /* functions \*/
  font-weight:bold;
  color:#000000;
}

div.code .kw4 { /* types \*/
  font-weight:bold;
  color:#000000;
}

div.code .co1, div.code .co2, div.code .coMULTI { /* comments\*/
  color:#519d64;
}

div.code .es0 { /* escaped \*/
  color:#AA0000;
}

div.code .br0 { /* brackets \*/
  color:#000000;
}

div.code .st0 { /* strings \*/
  color:#FF7F00;
}

div.code .nu0 { /* numbers \*/
  color:#AA0000;
}

div.code .me0, div.code .me1 { /* methods \*/
}

/* GeSHi styles until here \*/

