/* 

	WeBreakStuff Blog CSS
	Released under a Creative Commons Attribution Share-Alike license
	http://creativecommons.org/licenses/by-sa/2.5/
	
	lightly adapted for KNotes markup by Mike Malloch

*/



/* this is just to push through cache changes to blog_css_constant.css.dtml pending during this development */

#content .blogCollapsed .posted a.author{
   display:inline;
}

/* end */




body {
    text-align:expression('center'); /* appears to fix IE auto problem */
	background: #fff;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 11px;
	font-family: Lucida Grande, Helvetica, arial, sans-serif;
/*	border-top: 15px solid #242e35;
    border-top: 10px solid #467;    */
}

img, a img {
	border: 0;
}

/* what is this for?  MM
.clearfix:after{	
	content: ".";	
	display: block;	
	height: 0;	
	clear: both;	
	visibility: hidden;
}
*/

a, a:visited{	
	color: #637277;	
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3, h3 a:visited {
	border: 0;
}

a:hover{	
	color: #111;
}

.highlight {
	background: #fffccc;
	padding: 2px;
}

p.highlight {
	background: #fffccc;
	padding: 5px;
}

p.notes {
color: #999;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {	
    text-align:expression('left');
	width: 810px;	
	width: expression('830px');
	margin: 0 auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/*
#header {
	margin-top: 25px;
	background: #fff url(http://www.workplace-learning-partners.org/el2style_imgs/img-header.gif) no-repeat top left;
	height: 125px;
	margin-bottom: 40px;
}

#beam {
	float: left;
	width: 150px;
	height: 82px;
	background: transparent url(http://www.workplace-learning-partners.org/img-beam.gif) no-repeat top left;
}
*/
#links {	
	padding: 10px 0px;	
	width: 295px;
	float: right;
/*	padding-right: 25px;
	font-size: 1.1em;    */
	line-height: 1.5em;
	margin-top:25px;
}

#links div, #links ul {
/*    font-size:88%;  */
    padding:0;
    margin:0 9px 0 5px;
}

#links div {
    margin-right:25px;
}

#links h3, h1.comment {
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	margin-bottom: 10px;
	color: #999;
}

#links h3 {
    
	margin-bottom: 0;
}

#links .block {   /* que ?? */
	margin-bottom: 25px;
}

#links ul li, ul.resources li, .blogbody ul li
{
	list-style-type: default;
    list-style-position:inside;
	list-style-image: url(http://www.workplace-learning-partners.org/el2style_imgs/or-bullet-msie.gif);
}

html>body #links ul li, html>body ul.resources li, html>body .blogbody ul li {
	list-style-image: url(http://www.workplace-learning-partners.org/el2style_imgs/or-bullet.gif);

}

#links ul li {
    color:#777;
}

.entryText ul {

    padding-left:10px;
}

.entryText ul li {
    padding-bottom:3px;
    margin-bottom:3px;
    border-bottom:1px solid #F6F6FF;
}


.entryText ul li:hover {
    background:#EEE;
    color:#000;
}

.entryText ul ul{

    padding-left:6px;

}

.entryText ul li ul li
{
	list-style-image: url(http://www.workplace-learning-partners.org/el2style_imgs/level2_bullet-msie.gif);
	
	padding-bottom: 1px;
	margin-bottom: 1px;
	border: none;
	list-style-type: default;
	list-style-position: default;
}

html>body .entryText ul li ul li {
	list-style-image: url(http://www.workplace-learning-partners.org/el2style_imgs/level2_bullet.gif);
}

.entryText ul li ul li:hover {
    background:#444;
    color:#FFC;

}

ul.resources {
    clear:both;
    float:none;
    margin-left:30px;
}
ul.resources li{
	list-style-image: url(http://www.workplace-learning-partners.org/el2style_imgs/ext-link-msie.gif);
}

html>body ul.resources li{
	list-style-image: url(http://www.workplace-learning-partners.org/el2style_imgs/ext-link.gif);
}

#content {	
	padding: 10px 0px;	
	float: right;	
	width: 490px;
	width: expression('515px');
	padding-left: 20px;
	border-left: 1px solid #eee;
	
}

div.blogbody {
	padding: 0px;	
	margin: 0px;
	background: #fff;	
	margin-bottom: 40px;
	font: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

div.blogbody h2 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: -1px;
	border-bottom:1px solid #BBB;
}



div.blogbody h3, div.reply h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	margin-top: 7px;
	padding:7px;
	border-top:1px solid #DDD;
	margin-bottom: 7px;
	letter-spacing: 1px;
	color: #999;
	font-weight: bold;
	color:#504844;
}

div.blogbody h3.date{
	border-top:none;
	margin-top:1px;
	padding:0 0 0 0;
	letter-spacing: -1px;
	color: #999;
	font-weight: normal;
}

div.reply h3.replyhead, div.reply h3.tbhead {
	border-top:none;
	margin-top:1px;
	padding:0 0 0 0;
	letter-spacing: -1px;
	font-weight: bold;
	font-size:133%;
}
/*
div.blogbody h2 a:visited:after {
	content:" read!";
	color: #ff424d;
	color:#EBB;
	font-size: 0.6em;
	padding-left: 10px;
}
*/

/* code */

ol.code {
	background: #fff;
	padding: 3px;
	border: 1px solid #eee;
}

.code code {
	font: Courier;
}

ol.code li {
	background: #eee;
	margin-bottom: 2px;
	padding: 0px 4px;
	margin-left: 25px;
}

ol.code li.tab {
	padding-left: 20px;
	background: #f6f6f6;
}

/***** ADDITIONS BY MIKE MALLOCH *******/

#banner {
    margin: 0 0 15px 0;
    padding:0;
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/knotes_banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#banner a{
    display:block;
    text-decoration:none;
    border:none;
    margin:0;
    padding:4px;
    background:transparent;
	width:100%;
}

#banner a h1{
	color: #696;
	margin:0 0 5px 0;
	padding:0;
    font-size: 5em;
    font-family:"Arial rounded MT bold", Lucida, Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 1px #444;
}


#banner a:hover h1{
	color: #565;
}


#banner .description {

	color: #444;
	display: block;
	margin: 2px 2px 2px 30px;
	font-size: 2em;
	font-family: "Gill sans", sans-serif;
	font-weight: light;

}

#content div.context {
    background:#DDE;
    color:#888;
}


h3.date a {
    font-size:14px;
    font-weight:normal;
    color:#778;
    border:none;
    padding:3px;
    margin:3px;

}

a.toggler {
    font-size:14px;
    font-weight:normal;
    color:#778;
    border:none;
    margin:0 5px 0 0;
    padding:0;
}

h3.sidetitle a:hover, a.toggler:hover,a.entryToggler:hover {
    text-decoration:none;
    border:none;
}

a.entryToggler {
    font-size:14px;
    font-weight:normal;
    color:#999;
    border:none;
}

h3.sidetitle a {
    border:none;
    margin:0 5px 0 0;
    padding:0;

}

div.category {
    float:right;
    text-align:right;
    margin:0;
    padding:0;
}
div.category, div.category a {
    font-size:9px;
    color:#889;
}

div.entryText {
	clear: both;
}

div.leadin
{
	clear: both;
	margin: 10px 7px 14px 7px;
	padding: 7px;
	font-size: 90%;
	font-style: italic;
	color: #543;
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/leadin-bg.gif);
	background-color: #EEEEF6;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div.leadin:first-letter{
    margin-left:23px;
    line-height:150%;
}

blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	margin-left:7px;
	background: url(http://www.workplace-learning-partners.org/el2style_imgs/quotemarks_open.gif) no-repeat 0 3px;
}


cite.blockcite
{
	display: block;
	text-align: right;
	font-size: 88%;
}
cite.blockcite a
{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/ext-link.gif);
	padding-left: 10px;
	border: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: normal;
}

a:hover, div#content a:hover, div#links a:hover {
	color:black;
	text-decoration: underline;
}

.side ul li {
    color:#778;
}

div#sideContext {
    padding:5px;
    background:#DDD;
}

div#sideContext h3 {
    font-size:1.5em;
    color:#8A8;
}

div#sideContext a{
    border:none;
    color:#999;
}

div#sideCalendar{
    text-align:left;
    margin-left:7px;
}

div#sideCalendar th {
    font-size:75%;
    color:#999;
}
div#sideCalendar td {
    font-size:75%;
    color:#BBB;
}
div#sideCalendar td a{

    color:#655;

}

div#sideContext #batching select, div#sideContext #batching input {
    font-size:88%;
    background:#EEE;
    color:#766;
}

#side_search input {
    color:#666;
    font-size:88%;
}

#side_Syndicate dt {
    clear:both;
    float:none;
    margin-left:7px;
    font-size:90%;
    color:#888;
}

#side_Syndicate dd {
    margin-left:0px;
    padding:0;
}

#side_Powered {
    margin-left:11px;
}

#sideAbout ul {
    font-size:100%;
}


#side_License img{
    float:right;
}

dt {
    font-size:1.1em;
    color:#556;
    font-weight:bold;
    margin:6px 0 6px 0;
}

dd {
    margin-left:11px;
    padding-left:7px;
    border-left:3px solid #EEE;
    color:#644;
}

ol {
    color:#644;
}


.posted {
    font-size:88%;
    clear:both;
}

.blogbody .posted .author
{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/tiny_author.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight:bold;
}


.posted i {
    color:#422;
}

.posted .permalink
{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/permalink.gif);
	padding:2px;
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: normal;
	margin: 0 0 0 4px;
}

.posted .comments
{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/tiny_comment.gif);
	padding:2px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-weight: normal;
	margin: 0 0 0 4px;
}

.posted .ptbs
{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/posted_tb.gif);
	padding:2px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-weight: normal;
	margin: 0 0 0 4px;
}


.posted .phelp
{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/posted_help.gif);
	padding:2px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-weight: normal;
	margin: 0 0 0 4px;
}

.pforum
{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/tiny_forum_icon.gif);
	padding: 2px 2px 2px 19px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-weight: normal;
	margin: 0 0 0 4px;
}

.posted .ptb
{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/posted_tb.gif);
	padding: 2px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-weight: normal;
	margin: 0 0 0 4px;
}

.posted .sendto
{
	background-image: url(http://www.workplace-learning-partners.org/mail_icon.gif);
	padding: 2px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-weight: normal;
	margin: 0 4px 0 0;
}

.blogCollapsed .terseReplies {
    display:none;
}


/***** Mike changing display of last comment and last Tb strings in aggregate views ****/



div.blogbody .terseReplies h3{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/comments_note_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    margin:0;
    padding:11px 6px 0 10px;
}


div.reply .terseReplies {
    margin:7px;
    border:1px dotted #888;
    background:#eeeef4;
    padding:6px;
}

div.blogbody .terseReplies h3 a{

    border:none;
    text-decoration:none;
    padding-left:30px;
    padding-bottom:11px;
    padding-top:5px;
    margin:0;
}


.terseReplies dd{
    border:none;
    font-style:italic;
/*    font-size:88%;    */
    color:#644;
    padding-bottom:7px;
}

.terseReplies
{
	margin: 4px 0 9px 0;
	padding: 0;
	background-color: #FFF;
	border: none;
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/comments_note_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

div.blogbody .tersereplies dl {

    margin:0px;
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/comments_note_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
    padding:0px 13px 7px 8px;
	
}

div.blogbody .tersetbs dl{

	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/tbs_note_bottom.png);

}


div.blogbody .tersetbs {
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/tbs_note_bottom.png);

}

div.blogbody .tersetbs h3{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/tbs_note_top.png);
}

div.blogbody .tersetbs h3{
    padding-bottom:13px;
    padding-left:14px;
}


#replies, #trackbacks {
    border-top:4px solid #797;
    margin-top:10px;
    padding-top:9px;
}


#replies h2, #trackbacks h2{
    color:#797;
}

#replies h2 b, #trackbacks h2 b{
    color:#655;
}

#replies h2 i, #trackbacks h2 i{
    color:#888;
    font-weight:normal;
    font-size:75%;
}

#replies hr, #trackbacks hr{
    display:none;
}

.reply, .trackback {
    margin:12px 0;
    padding:7px;
    color:#311;
}


.leadin p {
    text-indent:25px;
}

.odd{
    background-color:#eeeee4;
}
.even{
    background-color:#D8E3D8;
}

.reply .leadin {
    background-color:#EEE;
}

.odd .leadin {
    background-color:#D9D9D9;
}

.reply .posted, .trackback .posted {
    border:1px solid #888;
    padding:2px;
    color:#955;
}

.reply h3.replyhead, .trackback h3.tbhead {
    font: bold 1.15em Georgia, serif;
    margin-bottom: 0.5em;
    background: url(http://www.workplace-learning-partners.org/el2style_imgs/tiny_comment.gif) 0 0.1em no-repeat;
}

.trackback .leadin{
    background-image:url(http://www.workplace-learning-partners.org/el2style_imgs/tbtext_bg.gif);
	background-position: 2px 2px;
}

.trackback h3.tbhead
{
	background-image: url(http://www.workplace-learning-partners.org/el2style_imgs/posted_tb.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
}

.reply h3.replyhead a, .trackback h3.tbhead a {
    color:#b55;
    font: bold 0.8em Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size:75%;
    border:none;
}
  
.reply h3.replyhead b, .trackback h3.tbhead b {
    padding-left: 15px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #BBB;
    font-weight:normal;
    font-family:georgia,serif;
    font-size:1.25em;
    color:#778;
}



/**** utilities for magazine style!! ****/

.dropText {
    float:left;
    color:yellowgreen;
    font-size:100px;
    line-height:80px;
    padding-top:1px;
    padding-right:5px;
    font-family: times;
}

.pullQuote {
    display:block;
    float: right;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-family: Arial,Helvetica,Georgia;
    font-size: 22px;
    line-height: 18px;
    color: black;
    text-align: right;
}

.pullQuote cite {
    font-size: 12px;
    font-style: italic;
    font-family:serif;
    display:block;
    text-align:right;
    border-top:1px solid #DDD;
}

.pullQuoteBox {
    width: 145px;
    background:gold;
    color:black;
    float: right;
    border:1px solid maroon;
    font-weight:bold;
    line-height:160%;
    padding:5px;
    margin-top:10px;
    margin-left:10px;
}

.pullQuoteBox .pqhead{
    display:block;
    color:maroon;
    margin:0 -5px 0 -5px;
    padding:0;
    font-size:x-small;
}


/**** utilities for  notes and refs ****/

ul.footnotes li, ul.bibliograhy li, ul.bibliography li {
	border:none;
	border-bottom:1px dotted #88F;
	padding:0 1em 1em 4em;
	list-style: none outside;
	list-style-image: none;
}

.footnotes {
	margin:1em;
	background-color:#FFD;
	border:3px solid #A95;
	border-width:3px 1px 1px 1px;
	
}

.footnotes li {
	background-image: url(http://www.workplace-learning-partners.org/blogsupport/ulFootNote.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
}

.bibliography li {
	background-image: url(http://www.workplace-learning-partners.org/blogsupport/ulBibRef.gif);
	background-position: 0em 0.3em;
	background-repeat: no-repeat;
}


a.delicious-tag {
    color:#888;
    font-size:xx-small;
}


.entryText em {
    font-weight:bold;
    font-style:italic;
    margin-left:1px;
    margin-right:3px;
    color:#400;
}

/*
input:focus, input.sffocus {
	background: #cfc;
	border-color: #090;
}
*/

/***** !!! BELOW REALLY OUGHT OT BE IN CONSTANT CSS ***/

#side_Sticky_Posts dt {    
	background: url(http://www.workplace-learning-partners.org/blogsupport/sticky_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:1px 0 10px 26px;
}

#side_contribute a#newEntry {

	background-image: url(http://www.workplace-learning-partners.org/knotes_ui_imgs/add_blogentry.gif);
	padding-left: 34px;
	padding-bottom: 20px;
	padding-top: 5px;
	border: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#side_contribute a#email_subscribe {

	background-image: url(http://www.workplace-learning-partners.org/mail_icon.gif);
	padding-left: 19px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: none;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#side_contribute a#editCats {

	background-image: url(http://www.workplace-learning-partners.org/knotes_ui_imgs/categories.gif);
	padding-left: 19px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: none;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#editor_pane {
    display:none;
    background:#EED;
    border:none;
}

/**** should just copy plone 2.1 edit elements tyling to here! ***/ 

#editor_pane textarea {
    min-width:500px;
}


#editor_pane .portalMessage {
    background:#CBA;
    border:1px solid black;
    padding:4px;
    margin:1px;
}

#editor_tabs {
    display:block;
    height:3em;
    
}

#editor_tabs a{
    display:block;
    float:left;
    margin:1px;
    padding:3px;
    border:2px outset black;
    background:#CCC;
    font-weight:bold;
}

#editor_tabs a.currentFSlink, #editor_tabs a:hover{
    border:2px inset black;
    background:#777;
    color:yellow;
}

#editor_tabs small {
    color:#666;
    font-style:italic;
    margin-left:5px;
}

#editor_pane fieldset {
    display:none;
}

#editor_pane fieldset#main_form {
    display:block;
}


.footerBar {
    background-color:#DDD;
    font-weight:bold;
    padding:0;
    border-top:6px solid #BBB;
}

.footerTitle{
    font-size:300%;
    margin:12px 6px 12px 12px;
    color:#448;
}

.footerDescr{
    display:block;
    font-size:150%;
    margin0;
    padding:4px;
    color:#DDD;
    padding-left:14px;
    background:#AAA;
}


#footer .powered {
    float:right;
    margin:3px;
}

#reply_form_wrapper{
    margin-top:15px;
    background:#DDD;
    padding:2px;
}


#reply_form_wrapper h3{
    margin:10px 2px 3px 2px;
    font-size:200%;
}

#reply_form_wrapper div, #reply_form_wrapper fieldset{
    clear:both;
    margin:1px;
    padding:1px;
}

#reply_form_wrapper h3 i{
    float:right;
    font-size:75%;
    margin-right:5px;
}

#reply_form_wrapper textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    width: 100%;
}
#reply_form_wrapper input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    vertical-align: middle;
}


.stickiness {
    clear:both;
    color:#779;
    font-size:xx-small;
    font-style:italic;
    margin:25px 6px 10px 6px;
    padding:3px;
    border:4px solid #DDC;
    border-width: 4px 0 4px 0;
	background-image: url(http://www.workplace-learning-partners.org/blogsupport/sticky_bg.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left:26px;
}

.stickiness b {
    color:#755;
    font-size:small;
}


/***** NB !!!! this needs to be in constant css [ where there are similar rules now ], as does much else here above ***/


#links div.portalMessage {
    background:#DB9;
    border:1px outset #888;
    padding:5px;
    vertical-align:middle;
    color:#558;
    background:#FF9;
    margin-top:3px;
    padding:7px;
    font-weight:bold;
}

.portalMessage a {
    display:block;
    text-align:right;
    border-top:1px dotted #997;
    padding:2px;
    font-size:x-small;
    color:#766;
    margin-top:10px;
}

#links #quick_login_box, #quick_login_box {

    padding:7px;
    border:1px outset #556;
    padding:1px;
    background:#DDE;
}


#quick_login_box label {
    display:block;
    font-weight:bold;
    margin:4px 10px 2px 6px;
}

#quick_login_box input {
    margin-left:20px;
}

#links #quick_login_box a
{
	display: block;
	background-image: url(http://www.workplace-learning-partners.org/linkTransparent.gif);
	background-repeat: no-repeat;
	margin:4px 4px 2px 10px;
	padding-left:10px;
}

#quick_login_box a#quicklogin_close{
    border:none;
}

#quick_login_box #ql_error{
    color: rgb(166, 57, 68);
    font-weight: bold;
}


#links a.htmlmorelink, #links a.rssmorelink {
    margin:1px 1px 1px 2px;
    padding:0;
    color:#446;
}

#links a.rssmorelink {
    border:none;
}

div.blogbody>span#oneentrylinks {	/** hack so IE/win ignores the rule - add some vspace under permalink etc in one-entry views */
    margin-bottom:15px;
}

span#oneentrylinks{
    margin-left:20px;
}



/*** customise these css selectors to change your weblog's appearance and bg images ***/

/*** see blogsupport/blog_css_constant.css.dtml for more selectors you may want to override here ***/




/* 
    customise this file and place any CSS here that you want to
    override knotes weblog default styling across all blogs in a site

*/






/* 
    customise this file and place any CSS here that you want to
    override knotes weblog default styling for one particular weblog

*/






#nav ul li {
    display:inline;
/*    border-left:2px solid #555;   */
    padding:3px;
    padding-left:8px;
}

.portalMessage {
    background:#DB9;border:1px dotted #888; margin:5px 10px 5px 10px;
    vertical-align:middle;
    color:#558;
}

.portalMessage img, .portalMessage strong{
    vertical-align:middle;
}

ul.subtitle {
    list-style: none;
}
ul.subtitle a {
    font-size:small;
    color:#886;
}

#batching select, #batching input {
    font-size:80%;
    background:#CCC;
    color:#114;
}

div.context {
	margin:0 0 5px 0;
	padding:4px;
	border:2px solid #999;
	background:#FDA;
		background:#EC9;
		background:#DCB;

}

div.context h3 {
    margin:3px;
}

div.context a{
	color: #667;
	font-weight: bold;
	text-decoration: none;
}
div.context a:link {
	color: #667;
}

div.context a:visited {
	color: #667;
}

div.context a:hover {
	color: #335;
}

	
a:hover {
	text-decoration: underline;
}


#content .blogCollapsed h2 {
    margin-top:3px;
    padding-bottom:2px;
    font-size:12px;
    font-family:sans-serif;
    border:none;
    display:inline;
}

#content .blogCollapsed {
    border:none;
    margin-bottom:5px;
}
#content .blogCollapsed .meat {
    display:none;
}

#content .blogCollapsed .posted {
/*    display:inline;
    margin-left:10px;   */
    border:none;
    text-align:right;
    background:#EEE;
    color:#775;
    margin: 0 5px 0 16px;
    padding:1px;
}

#content .blogCollapsed hr, #content .blogCollapsed em{
   display:none;
}

#content .blogCollapsed .posted b {
    font-weight:normal;
}

#content .blogCollapsed .posted a{
   display:none;
}

#content .blogCollapsed .posted a.author{
   display:inline;
}

#content .blogbody .meat {
    display:block;
}
#content h2.title a img {
    margin:0;
    padding:0;
}

#content .blogbody h2.title a {
    padding:2px;
    margin-right:15px;
}
content .blogCollapsed h2.title a{
    
    margin-right:5px;
}

#content h2.title a:hover{
    text-decoration:none;
}

#content h2.title a{
    margin:2px;
    padding:0;
}

#content .blogbody .date a {
    padding:0;
    text-decoration:none;
}
#content .blogbody .date img {
    padding:0;
    margin:0;
}

#content .blogCollapsed .replies, #content .blogCollapsed .tbs {
   display:none;
}

#content .blogbody .date .navLinks {
    margin:3px 3px 3px 9px;
    padding:0;
}

#content .blogbody .date .navLinks a{
    display:block;
    margin:0 0 0 -18px;
    padding:0;
}



#content .blogbody .date .navLinks a img {
    margin:0;
    padding:0;
}


.panelBanner {
	background:transparent;
	position:absolute;
	top:10px;
	left:10px;
	padding: 3px;
	padding-bottom:5px;
}
.panelBanner i {
	font-size:9px;
}
.panelBanner a {
	display: block;
	float: left;
	margin:0px 5px 1px 1px;
/*	margin-top:expression('-7px');   */
	padding: 1px 8px 1px 8px;
	background:#BBB;
	border:1px solid #666;
	text-decoration:none;
	color:#630;
	font-size:11px;
	font-weight:bold;
	font-family:sans-serif;
	background:#999;
}

.panelBanner i {
	display: block;
	white-space:nowrap;
	margin-left:auto;
	margin-right:auto;
	font-family:sans-serif;
	color:431;
}

.panelBanner a:hover {
	margin:1px 5px 0px 2px;
/*	margin-top:expression('-6px');   */
	background:#AAA;
}

.panelBGWrapper {
	position:fixed;
	display:none;
	position:expression('absolute');
	padding:0;
	z-index:900;
}
.panelBGWrapper img {
	margin:0;
	padding:0;
	margin-right:-5px;
	margin-bottom:-5px;
	white-space:nowrap;
}
.panelBGWrapper div {
	margin:0;
	padding:0;
}

.panelBGmid {
	padding:0;
	margin:0;
}
.panelBGbottom {
	padding:0;
	margin:0;
}
.panel_growbox {
	position:absolute;
	border:1px dotted gray;
	z-index:1000;
	display:none;
}
.panel_growWidget {
	cursor:se-resize;
	position:absolute;
	z-index:1001;
}
.panelBGtop {
	cursor:move;
	z-index:1002;
}


.panelBanner q {    /* for item title in actions label */
    display:inline;
    color:#533;
    margin:0 0 0 3px;
    padding:0;
}

/**** kupu table styles *****/
table.listing th {
	background-color:#DDE;
	padding:4px;
/*	border:none;    */
}
table.listing td {
	padding:4px;
}

table.plain td {
	padding:4px;
}

table.plain th {
	padding:5px 2px 5px 2px;

}

/****  badges for the feeds ****/


#side_Syndicate a{
    border:none;
}

a.rss2badge, a.rss1badge, a.atombadge {
	display: block;
	float:left;
	font-size:8px; /* hidden anyway unless too big */
	overflow: hidden;
	border: none;
	margin: 5px 1px 5px 1px;
	padding: 0;
	padding-top: 15px;
	height: 0px !important;
    width:80px;
	height /**/: 15px;
}


a.rss2badge {
    background:url(http://www.workplace-learning-partners.org/blogsupport/feed-rss2-icon.gif) no-repeat;
}
a.rss1badge {
    background:url(http://www.workplace-learning-partners.org/blogsupport/feed-rss1-icon.gif) no-repeat;
}
a.atombadge {
    background:url(http://www.workplace-learning-partners.org/blogsupport/feed-atom-icon.gif) no-repeat;
}



