/***
Cosmetic fixes that probably should be included in a future TW...
***/
/*{{{*/
.viewer .listTitle { list-style-type:none; margin-left:-2em; }
.editorFooter .button { padding-top: 0px; padding-bottom:0px; }
/*}}}*/
/***
Important stuff. See TagglyTaggingStyles and HorizontalMainMenuStyles
***/
/*{{{*/
[[TagglyTaggingStyles]]
[[HorizontalMainMenuStyles]]
/*}}}*/
/***
Clint's fix for weird IE behaviours
***/
/*{{{*/
body {position:static;}
.tagClear{margin-top:1em;clear:both;}
/*}}}*/
/***
Just colours, fonts, tweaks etc. See SideBarWhiteAndGrey
***/
/*{{{*/
body {background:#eee; /* font-size:103%; */}
a{ color: #069; }
a:hover{ background: #069; color: #fff; }
.popup { background: #178; border: 1px solid #069; }
.headerForeground a { color: #6fc;}
.headerShadow { left: 2px; top: 2px; }
.title { padding:0px; margin:0px; }
.siteSubtitle { padding:0px; margin:0px; padding-left:1.5em; }
.subtitle { font-size:90%; color:#ccc; padding-left:0.25em; }
h1,h2,h3,h4,h5 { color: #000; background: transparent; }
.title {color:black; font-size:2em;}
.shadow .title {color:#999; }
.viewer pre { background-color:#f8f8ff; border-color:#ddf; }
.viewer { padding-top:0px; }
.editor textarea { font-family:monospace; }
#sidebarOptions { border:1px #ccc solid; }
.tiddler {
border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding-bottom:1em; margin-bottom:1em;
background:#fff; padding-right:1.5em; }
#messageArea { background-color:#bde; border-color:#8ab; border-width:4px; border-style:dotted; font-size:90%; }
#messageArea .button { text-decoration:none; font-weight:bold; background:transparent; border:0px; }
#messageArea .button:hover {background: #acd; }
[[SideBarWhiteAndGrey]]
.viewer td {vertical-align:top;}
.viewer table.noBorder {border-style:none;}
.viewer table.noBorder td {border-style:none;}
.viewer table.threeCol td {width:33%;}
#adsense {
margin: 1em 15.7em 0em 1em; border:1px solid #ddd;
background:#f8f8f8; text-align:center;margin-bottom:1em;overflow:hidden;padding:0.5em;}
.sliderPanel { margin-left: 2em; }
.viewer th { background:#ddd; color:black; }
/*}}}*/
/*{{{*/
/* for testing clint's new formatter. eg {{red{asdfaf}}} */
.red { color:white; background:red; display:block; padding:1em; }
/* FF doesn't need this. but IE seems to want to make first one white */
.txtMainTab .tabset { background:#eee; }
.txtMoreTab .tabset { background:transparent; }
.faq ol li { padding-top:1em; font-size:120%; }
.faq ol ul li { padding-top:0px; font-size:100%; }
/*}}}*/
/*{{{*/
.tiddler { -moz-border-radius: 2em;}
.button { -moz-border-radius: 1em;}
#sidebarOptions { -moz-border-radius: 0 0 1em 1em;}
.tab { -moz-border-radius: 1em 1em 0 0;}
.tabContents { -moz-border-radius: 1em 1em 0 0;}
/*}}}*/