/* The following gives transparency on IE, firefox, Safari */
/* 	filter:alpha(opacity=50); */
/* 	opacity: 0.5; */
/* 	-moz-opacity:0.5; */

@import "/css/reset.css";
@import "/css/menu.css";

body { margin: 0 auto; padding: 0; font: 76% verdana,bitstream,vera sans,sans-serif; line-height: 1.2; }

body.white { background: white; color: #101010;}
body.black { background: black; color: #a0a0a0;}

#container { }
#header { }

#navigation { margin: 0 auto /* auto for centering */; width: 800px; /* 900-2*content'margin */}

#bar        { height: 10px;  margin: 0 0 50px 0; line-height: 8px; color: #fff; }
#bar.black  {background: transparent url('/images/black_bar.png')  repeat-x scroll top right; color:white;}
#bar.red    {background: transparent url('/images/red_bar.png')    repeat-x scroll top right; color:white;}
#bar.white  {background: transparent url('/images/white_bar.png')  repeat-x scroll top right; color:black;}
#bar.violet {background: transparent url('/images/violet_bar.png') repeat-x scroll top right; color:white;}
#bar.pink   {background: transparent url('/images/pink_bar.png')   repeat-x scroll top right; color:black;}
#bar.yellow {background: transparent url('/images/yellow_bar.png') repeat-x scroll top right; color:black;}
#bar.green  {background: transparent url('/images/green_bar.png')  repeat-x scroll top right; color:black;}
#bar.blue   {background: transparent url('/images/blue_bar.png')   repeat-x scroll top right; color:white;}
/* we'll move to named colors, so the following will be not necessary */
#bar.m1     {background: transparent url('/images/black_bar.png')  repeat-x scroll top right; color:white;}
#bar.m5     {background: transparent url('/images/red_bar.png')    repeat-x scroll top right; color:white;}
#bar.m2     {background: transparent url('/images/white_bar.png')  repeat-x scroll top right; color:black;}
#bar.m3     {background: transparent url('/images/violet_bar.png') repeat-x scroll top right; color:white;}
#bar.m7     {background: transparent url('/images/pink_bar.png')   repeat-x scroll top right; color:black;}
#bar.m6     {background: transparent url('/images/yellow_bar.png') repeat-x scroll top right; color:black;}
#bar.m8     {background: transparent url('/images/green_bar.png')  repeat-x scroll top right; color:black;}
#bar.m4     {background: transparent url('/images/blue_bar.png')   repeat-x scroll top right; color:white;}

#bar.black a  {color:white;}
#bar.red a    {color:white;}
#bar.white a  {color:black;}
#bar.violet a {color:white;}
#bar.pink a   {color:black;}
#bar.yellow a {color:black;}
#bar.green a  {color:black;}
#bar.blue a   {color:white;}
#bar.m1 a   {color:white;}
#bar.m5 a   {color:white;}
#bar.m2 a   {color:black;}
#bar.m3 a   {color:white;}
#bar.m7 a   {color:black;}
#bar.m6 a   {color:black;}
#bar.m8 a   {color:black;}
#bar.m4 a   {color:white;}

#content-wrapper      { margin: 0 auto; width: 900px; font-size: 127%; padding: 0; }
#content-wrapper.left { margin: 0 100px; width: 900px; font-size: 127%; padding: 0; }
#content-wrapper.wide { width: 1200px; }

#content { margin: 0 50px 20px 50px; padding:0 0px 0 0px; line-height:1.2em; text-align: left; 
	   /*  font-size: 75%; */
	   font-weight:normal;
/*	   color: #ccc; */
/*	   background: #000; */
	   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	 }

#left-content   { float: left; width: 300px; margin: 0; padding: 1em; }
#right-content  { margin-left: 350px; padding: 1em; max-width: 600px; }
div#right-content { font-size: small; }

#two-columns {
	margin-right: 138px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 25px;      /* for IE */
	width: 43%;
	padding: 5px 5px 5px 0;
	background: #000; }

html>body .left {margin-left: 50px;} /* for non-IE browswers */

.right {
	float: right;
	margin-right: 6px;      /* for IE */
	width: 43%;
	padding: 5px 5px 5px 0;
	background: #000; }

html>body .right {margin-right: 12px; } /* for non IE-browsers */

.two-columns-clear {
	clear: both;
	margin: 0;
	padding: 0; }


#fscroller { background: black; }

#aloha_picture { margin-top:50px; clear: right; min-height: 300px; }

img.aloha {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#aloha_picture #aloha
{ 
    position: relative;
    top: 50px;
    left: 0;
    margin: 50px; /* 0 0 0 0; )*/
    border-top: 1px solid #A1A1A1;
    border-bottom: 1px solid #A1A1A1;
    padding: 50px;
    /* this is the real image
       width: 700px;
       height: 274px;
       */
    width: 320px;
    height: 200px;
    text-align: center;
}

#footer { 
    /* clear: both; */
    /* margin: 0 auto; */
    /* padding: 10px 0 20px 0; */
    /* border-top: 4px solid #f0f0f0; */
    /* width: 760px; */
     text-align: center; 
    /* color: #808080; */
    /* font-size:0.9em; */
}

#footer a
{ 
    color: #808080;
    text-decoration: none;
}

#footer a:hover { 
    text-decoration: underline;
}

.hide { 
    display: none;
}

.left {
    float: left;
    margin: 10px 10px 5px 0;
}
.right {
    float: right;
    margin: 10px 0 5px 10px;
}

.pullout { 
    float:right;
    width:150px;
    margin-top:10px;
    margin-bottom:15px;
    margin-left:10px;
    padding-bottom:10px;
    font-family:Arial, Helvetica, Georgia;
    font-size: 28px;
    line-height:24px; 
    color:#FF6600; 
    text-align: right;
}

.article h1 {
    clear: right;
    font-family:"Trebuchet MS",arial,sans-serif;
    font-size:1.1em;
    font-weight:bold;
    padding:0 0 5px 50px;
    margin:20px 5px 1px 5px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    color: #666;
}

/* .article numeric_list { list-style-type: decimal; }
   .article alphabetic_list { list-style-type: lower_alpha; }
   */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/tab_yellow_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left; 
    font: normal 12px arial, sans-serif;
    height: 30px;
    /*  margin-right: 6px; */
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

/* note line-height+vertical padding must be button height. 18+6+6 = 30 */
a.button span {
    background: transparent url('/images/tab_yellow_span.png') no-repeat;
    display: block;
    line-height: 18px;
    padding: 6px 0 6px 15px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 6px 15px; /* push text down 1px */
} 

/* Mediawiki stuff */
.visualClear {
    clear: both;
}

/* general styles */

table {
    font-size: 100%;
    color: black;
    /* we don't want the bottom borders of <h2>s to be visible through
       floated tables */
    background-color: white;
}
a {
    text-decoration: none;
    color: #cc0000; /*#002bb8;*/
    background: none;
}
a:visited {
    color: #5a3696;
}
a:active {
    color: #faa700;
}
a:hover {
    text-decoration: underline;
}
a.stub {
    color: #772233;
}
a.new, #p-personal a.new {
    color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
    color: #a55858;
}

img {
    border: none;
    vertical-align: middle;
}
/* @media screen, projection { */
p {
    margin: .4em 0 .5em 0;
    line-height: 1.5em;
}
/* } */
p img {
    margin: 0;
}

hr {
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    border: 0;
    margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #245d6e;
    background: none;
    font-weight: normal;
/*    margin: 0;*/
    margin-bottom:1em;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #50818e; /*#aaa;*/
}
h1 + span { letter-spacing:.3em; font-weight:lighter; margin-top: -1.6em; margin-bottom:1.6em; display:block; text-align: right!important; /*font-size:60%;*/ text-transform: uppercase; color: #245d6e; }

h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 120%; margin-top:1em;}
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

h1.billboard, h2.billboard { 	
/*color:#ccc; /* whiteish */
    /*       color:#de9f18; /* yellow */
/*    	     color:#e83724; /* red */
    	     color:#ec0000; /* polymath red */
    /*	     color:#4bc445; /* green */
    /*           color: #245d6e; /* blue*/
    text-align:center;  border-bottom: none; position:relative;}

h1.billboard {
font-size: 50px;
margin-bottom:0px;
}

h2.billboard {
font-size: 20px;
margin-bottom:50px;
margin-top:-.3em;
color:#ccc; /*white;*/
}

h1.billboard span/*, h2.billboard span */{ 
    position: absolute;
    display: block;
    top:0; left:0;
    height:100%;
    width:100%;
    background:url(/images/fading_bg.png) repeat-x;
}

/* for IE stolen somewhere*/
* html h1.billboard span{
    background-color:#000;
    back\ground-color:transparent;
    background-image: url(none.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="fading_bg.png", sizingMethod="scale");
}

.editsection {
    float: right;
    margin-left: 5px;
}

/*.firstHeading { display: none; } */

.printfooter {
    display: none;
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: .3em 0 0 1.5em;
    padding: 0;
    list-style-image: url(/images/4square_blue_bullet.png);
}
ol {
    line-height: 1.5em;
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
}
li {
    margin-bottom: .1em;
/*    background: url(/images/4square_blue_bullet.png) left center no-repeat */
}
dt {
    font-weight: bold;
    margin-bottom: .1em;
}
dl {
    margin-top: .2em;
    margin-bottom: .5em;
}
dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: .1em;
}

fieldset {
    border: 1px solid #2f6fab;
    margin: 1em 0 1em 0;
    padding: 0 1em 1em;
    line-height: 1.5em;
}
legend {
    padding: .5em;
    font-size: 95%;
}
form {
    border: none;
    margin: 0;
}

textarea {
    width: 100%;
    padding: .1em;
}

input.historysubmit {
    padding: 0 .3em .3em .3em !important;
    font-size: 94%;
    cursor: pointer;
    height: 1.7em !important;
    margin-left: 1.6em;
}
select {
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted black;
    color: black;
    background: none;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
}
/* disabled for now
   blockquote {
   font-family: Times, "Times New Roman", serif;
   font-style: italic;
   }*/
code {
    background-color: #f9f9f9;
}
pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}

/*
 ** the main content area
 */

/* @media screen, projection { */
#siteSub {
    display: none;
}
#jump-to-nav {
    display: none;
}
/* } */

#contentSub, #contentSub2 {
    font-size: 84%;
    line-height: 1.2em;
    margin: 0 0 1.4em 1em;
    color: #7d7d7d;
    width: auto;
}
span.subpages {
    display: block;
}

/* user notification thing */
.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: black;
    font-weight: bold;
    margin: 2em 0 1em;
    padding: .5em 1em;
    vertical-align: middle;
}
#siteNotice {
    text-align: center;
    font-size: 95%;
    padding: 0 .9em;
}
#siteNotice p {
    margin: 0;
    padding: 0;
}
.error {
    color: red;
    font-size: larger;
}
.errorbox, .successbox {
    font-size: larger;
    border: 2px solid;
    padding: .5em 1em;
    float: left;
    margin-bottom: 2em;
    color: #000;
}
.errorbox {
    border-color: red;
    background-color: #fff2f2;
}
.successbox {
    border-color: green;
    background-color: #dfd;
}
.errorbox h2, .successbox h2 {
    font-size: 1em;
    font-weight: bold;
    display: inline;
    margin: 0 .5em 0 0;
    border: none;
}

#catlinks {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}

/* emulate center */
.center {
    width: 100%;
    text-align: center;
}
*.center * {
    margin-left: auto;
    margin-right: auto;
}
/* small for tables and similar */
.small, .small * {
    font-size: 94%;
}
table.small {
    font-size: 100%;
}

table.decl {
    font-size: 90%;
}

/*
 ** content styles
 */

#toc,
.toc,
.mw-warning {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}
#toc h2,
.toc h2 {
    display: inline;
    border: none;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
    text-align: center;
}
#toc ul,
.toc ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}
#toc ul ul,
.toc ul ul {
    margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
    font-size: 94%;
}

.mw-warning {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}


/* images */
div.floatright, table.floatright {
    clear: right;
    float: right;
    position: relative;
    margin: 0 0 .5em .5em;
    border: 0;
/*
  border: .5em solid white;
  border-width: .5em 0 .8em 1.4em;
  */
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    clear: left;
    position: relative;
    margin: 0 .5em .5em 0;
    border: 0;
/*
  margin: .3em .5em .5em 0;
  border: .5em solid white;
  border-width: .5em 1.4em .8em 0;
  */
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: white;
    width: auto;
}
div.thumbinner {
    border: 1px solid #ccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
html .thumbimage {
    border: 1px solid #ccc;
}
html .thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: 3px !important;
    font-size: 94%;
}
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 {
    clear: right;
    float: right;
    border-width: .5em 0 .8em 1.4em;
}
div.tleft {
    float: left;
    clear: left;
    margin-right: .5em;
    border-width: .5em 1.4em .8em 0;
}

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

/* Have a checkered background on images on the description pages and in galleries
   to make transparency visible

#file img, .gallerybox .thumb img {
background: url(Checker-16x16.png) repeat;
}
*/

/*
 ** classes for special content elements like town boxes
 ** intended to be referenced directly from the wiki src
 */

/*
 ** User styles
 */
/* table standards */
table.rimage {
    float: right;
    position: relative;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.toccolours {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}
div.townBox {
    position: relative;
    float: right;
    background: white;
    margin-left: 1em;
    border: 1px solid gray;
    padding: .3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}
div.townBox dl {
    padding: 0;
    margin: 0 0 .3em;
    font-size: 96%;
}
div.townBox dl dt {
    background: none;
    margin: .4em 0 0;
}
div.townBox dl dd {
    margin: .1em 0 0 1.1em;
    background-color: #f3f3f3;
}

/*
 ** edit views etc
 */
.special li {
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment {
    color: gray;
}
#pagehistory span.user {
    margin-left: 1.4em;
    margin-right: .4em;
}
#pagehistory span.minor {
    font-weight: bold;
}
#pagehistory li {
    border: 1px solid white;
}
#pagehistory li.selected {
    background-color: #f9f9f9;
    border: 1px dashed #aaa;
}

/*
 ** Diff rendering
 */
table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: white;
}
td.diff-addedline {
    background: #cfc;
    font-size: smaller;
}
td.diff-deletedline {
    background: #ffa;
    font-size: smaller;
}
td.diff-context {
    background: #eee;
    font-size: smaller;
}
.diffchange {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

/*
 ** keep the whitespace in front of the ^=, hides rule from konqueror
 ** this is css3, the validator doesn't like it when validating as css2
 */
#right-content a.external,
#right-content a[href ^="gopher://"] {
    background: url(external.png) center right no-repeat;
    padding-right: 13px;
}
#right-content a[href ^="https://"],
.link-https {
    background: url(lock_icon.gif) center right no-repeat;
    padding-right: 16px;
}
#right-content a[href ^="mailto:"],
.link-mailto {
    background: url(mail_icon.gif) center right no-repeat;
    padding-right: 18px;
}
#right-content a[href ^="news://"] {
    background: url(news_icon.png) center right no-repeat;
    padding-right: 18px;
}
#right-content a[href ^="ftp://"],
.link-ftp {
    background: url(file_icon.gif) center right no-repeat;
    padding-right: 18px;
}
#right-content a[href ^="irc://"],
.link-irc {
    background: url(discussionitem_icon.gif) center right no-repeat;
    padding-right: 18px;
}
#right-content a.external[href $=".ogg"], #right-content a.external[href $=".OGG"],
#right-content a.external[href $=".mid"], #right-content a.external[href $=".MID"],
#right-content a.external[href $=".midi"], #right-content a.external[href $=".MIDI"],
#right-content a.external[href $=".mp3"], #right-content a.external[href $=".MP3"],
#right-content a.external[href $=".wav"], #right-content a.external[href $=".WAV"],
#right-content a.external[href $=".wma"], #right-content a.external[href $=".WMA"],
.link-audio {
    background: url("audio.png") center right no-repeat;
    padding-right: 13px;
}
#right-content a.external[href $=".ogm"], #right-content a.external[href $=".OGM"],
#right-content a.external[href $=".avi"], #right-content a.external[href $=".AVI"],
#right-content a.external[href $=".mpeg"], #right-content a.external[href $=".MPEG"],
#right-content a.external[href $=".mpg"], #right-content a.external[href $=".MPG"],
.link-video {
    background: url("video.png") center right no-repeat;
    padding-right: 13px;
}
#right-content a.external[href $=".pdf"], #right-content a.external[href $=".PDF"],
#right-content a.external[href *=".pdf#"], #right-content a.external[href *=".PDF#"],
#right-content a.external[href *=".pdf?"], #right-content a.external[href *=".PDF?"],
.link-document {
    background: url("document.png") center right no-repeat;
    padding-right: 12px;
}

/* disable interwiki styling */
#right-content a.extiw,
#right-content a.extiw:active {
    color: #36b;
    background: none;
    padding: 0;
}
#right-content a.external {
    color: #36b;
}
/* this can be used in the content area to switch off
   special external link styling */
#right-content .plainlinks a {
    background: none !important;
    padding: 0 !important;
}

.portlet {
    max-width: 200px;
    border: none;
    margin: 0 0 .5em;
    padding: 0;
    float: none;
    /*           width: 11.6em;  */
    overflow: hidden;
    max-width: 400px;
}

.portlet h4 {
    font-size: 95%;
    font-weight: normal;
    white-space: nowrap;
}

.portlet h5 {
    background: transparent;
    padding: 0 1em 0 1em;
    height: 1.1em;
    text-transform: lowercase;
    font-size: 91%;
    font-weight: bold;
    white-space: nowrap; 
    color: white;
    text-align: center;
}

.portlet h6 {
    background: #ffae2e;
    border: 1px solid #2f6fab;
    border-style: solid solid none solid;
    padding: 0 1em 0 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}

.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
    margin: 0;
    padding: 0;
}
.portlet ul {
    line-height: 1.5em;
    list-style-type: square;
    /*	list-style-image: url(bullet.gif);*/
    font-size: 95%;
}
.portlet li {
    padding: 0;
    margin: 0;
}

/* @media screen, projection { */
#p-search {
    position: relative;
    z-index: 3;
/*                     background: #e8f7ce;
 */	}
/* } */
input.searchButton {
    margin-top: 10px;
    font-size: 95%;
    background-color: #406b80; /* mid blue */
    border: 1px solid #132c38; /* dark blue */
}
#searchGoButton {
    padding-left: .5em;
    padding-right: .5em;
    font-weight: bold;
    background-color: #406b80; /* mid blue */
    border: 1px solid #132c38; /* dark blue */
}
#searchInput {
    background-color: #99ccff; /* pale dull azure */ 
    /* IE has problems with 11.2em, goes outside and messes up everything. 110px is about right, but too narrow
       for Firefox. */
    width: 110px; /*11.2em;*/
    margin: 0;
    font-size: 95%;
    border: 1px solid #132c38; /* dark blue */
}
#p-search .pBody {
    padding: .2em .4em .4em .4em;
    text-align: center;
}

/*
 ** the page-related actions- page/talk, edit etc
 */
/* @media screen, projection { */
#p-cactions {
    list-style: none;
}
#p-cactions ul {
    list-style: none;
}
#p-cactions ul li {
    display:inline;
}
#p-cactions {
    position: absolute; 
    left: 350px; 
    top: 5em; /* MAV 0; */
    z-index: 1;
}
#p-cactions .portlet,
#p-cactions .pBody {
    width:900px;
    max-width: 600px;
    margin-borrom:50px;
}

/* 	#p-personal {
	list-style: none;
        }
	#p-personal ul {
	list-style: none;
        }
	#p-personal {
	z-index: 2;
	}
	#p-personal {
	width: 100%;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	overflow: visible;
	line-height: 1.2em;
	}
	#p-personal h5 {
	display: none;
        }
	#p-personal .portlet,
	#p-personal .pBody {
        max-width: 300px;
        }
	*/
/* } */

/* end Mediawiki stuff */

/* portlets with drop shadows and roudned corners */
/* set the image to use and establish the lower-right position */

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h5 {z-index:800;background: transparent url(/images/blue_shadow.png) no-repeat bottom right; }

/* .cssbox.green         {background: transparent url(/images/green_shadow.png) no-repeat bottom right; } */
/* .cssbox_body.green    {background: transparent url(/images/green_shadow.png) no-repeat bottom right; } */
/* .cssbox_head.green    {background: transparent url(/images/green_shadow.png) no-repeat bottom right; } */
/* .cssbox_head.green h5 {background: transparent url(/images/green_shadow.png) no-repeat bottom right; } */

.cssbox.green,
.cssbox_body.green,
.cssbox_head.green,
.cssbox_head.green h5 {background: transparent url(/images/green_shadow.png) no-repeat bottom right; }

.cssbox.blue,
.cssbox_body.blue,
.cssbox_head.blue,
.cssbox_head.blue h5 {background: transparent url(/images/blue_shadow.png) no-repeat bottom right; }

.cssbox.red,
.cssbox_body.red,
.cssbox_head.red,
.cssbox_head.red h5 {background: transparent url(/images/red_shadow.png) no-repeat bottom right; }

.cssbox.violet,
.cssbox_body.violet,
.cssbox_head.violet,
.cssbox_head.violet h5 {background: transparent url(/images/violet_shadow.png) no-repeat bottom right; }

.cssbox.yellow,
.cssbox_body.yellow,
.cssbox_head.yellow,
.cssbox_head.yellow h5 {background: transparent url(/images/yellow_shadow.png) no-repeat bottom right; }

.cssbox, .cssbox.blue, .cssbox.red, .cssbox.violet, .cssbox.yellow { 
          width: 185px !important; /* intended total box width - padding-right(next) */
          width: 170px; /* IE Win = width - padding */
          padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
          margin: 10px auto; /* use to position the box */
        } /* set the top-right image */

.cssbox.green { 
          width: 185px !important; /* intended total box width - padding-right(next) */
          width: 170px; /* IE Win = width - padding */
          padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
          margin: 0; /* use to position the box */
        } /* set the top-right image */

.cssbox_head, .cssbox_head.green, .cssbox_head.blue, .cssbox_head.red, .cssbox_head.violet, .cssbox_head.yellow { 
               background-position: top right;
               margin-right: -15px; /* pull the right image over on top of border */
               padding-right: 40px; /* right-image-gap + right-inside padding */
             } /* set the top-left image */

.cssbox_head h5, .cssbox_head.green h5, .cssbox_head.blue h5, .cssbox_head.red h5, .cssbox_head.violet h5, .cssbox_head.yellow h5 { 
                  background-position: top left;
                  margin: 0; /* reset main site styles*/
                  border: 0; /* ditto */
		  /*                  padding: 25px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */
		  padding: 12px 0 3px 20px; /* padding-left = image gap + interior padding ... no padding-right */
                  height: auto !important;
                  height: 1%; /* IE Holly Hack */
                } /* set the lower-left corner image */

.cssbox_body, .cssbox_body.green, .cssbox_body.blue, .cssbox_body.red, .cssbox_body.violet, .cssbox_body.yellow { background-position: bottom left;
               margin-right: 25px; /* interior-padding right */
	       /*               padding: 15px 0 15px 15px; /* mirror .cssbox_head right/left */
               padding: 15px 0 20px 15px; /* mirror .cssbox_head right/left */
	       /* these were originally in pBody (mediawiki) */
	       font-size: 95%;
	       background-color: white;
	       color: black;
	       border-collapse: collapse;
	     /* 	border: 1px solid #aaa; */
	     /*	padding: 0 .8em .3em .5em; */

             }



/* buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

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

/* geshi stuff (syntax highlighting) */
.de1, .de2 {font-weight:normal;background:transparent;color:#000; padding-left: 5px;}
.kw1 {color: #a1a100;}
.kw2 {color: #000; font-weight: bold;}
.kw3 {color: #0066CC;}
.kw4 {color: #f63333;}
.co1, .co2, .coMULTI {color: #808080;}
.es0 {color: #000033; font-weight: bold;}
.br0 {color: #66cc66;}
.st0 {color: #ff0000;}
.nu0 {color: #ff33ff;}
.me0 {color: #006600;}
.me1 {color: #006600;}

.source { border:1px solid; border-color: #bbb; }
.source.noborder { border:0; }
.source-cpp { background-color: #dfedf7; }
.source-asm { background-color: #ffffbf; }
.source-bash { background-color: #f3f3f3; }

/*-----------------------------------------------------------------------------------------------------*/
/* input form restyling. Not used right now, doesn't play nicely with seach styling and needs to
   be adapted to buttons we use elsewhere anyhow. */
/* commented out as it skrews the wiki edit field. */

/* 
   fieldset {
   background-color:#ccc;
   border:solid 0 #fff;           Opera doesn't get border:none or border:0 on fieldsets 
   width:300px;
   }
   legend {
   width:194px;
   height:30px;
   color:#fff;
   font-size:2em;
   padding-left:0.5em;
   background: transparent url("graphics/legend_bg.gif") no-repeat;
   position:relative;
   top:-1em;
   text-transform:uppercase;
   font-weight:bold;
   letter-spacing:-1px;
   white-space:pre;                 hack: make sure 
   }

.br {display:none;}  

.textfield {
font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 3px 8px;
background: transparent url("/images/textfield_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:187px;
}
fieldset>input.textfield {
background: transparent url("/images/textfield_bg.gif") no-repeat;
}
textarea {
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:165px;
border:solid 0 #fff;
padding: 0 8px;
background: transparent url("/images/textarea_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:190px;
}
fieldset>textarea {
background: transparent url("/images/textarea_bg.gif") no-repeat;
}
.submit {
margin:3px;
background: transparent url("/images/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
width:80px;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#666;
text-transform:uppercase;
}
*/


/*
  Local Variables:
  compilation-read-command:nil
  compile-command:"cd ..; sudo ./install.sh"
  End:
  */
