/*LRL style*/
body {
  padding: 0;
  margin: 0;
  font-family: verdana,ARIAL,HELVETICA,sans-serif;
  
} 

#page{
	background-color: #FFF;
}

/*LRL Layout*/
#page{
	padding: 0;
  	margin: 0;
}

#content {
	margin: 15px 0 8px -200px ;
	width:100%;
	position: absolute;
  	left: 190px;
	/*float:right;*/
	top: 163px;

}

#menu {
	position: absolute;
  	left: 0px;
  	top: 163px;
  	width: 180px;
	background-color: #3A4883;
	color: white;
	border-right: 1.8px solid #CCCC99;

}


	
.footerHeader {
	margin:3px 8px 0 8px;
	/*clear:both;
	margin-left:200px;*/
	
	
}

#blogText{
	margin-left:200px;
	font-size:.8em;
}

/*controls top banner*/
#banner, #banner a {
	font:bold 12px Arial; /*LRL addition - styles navbar drop menu*/
	line-height:18px; /*LRL addition - styles navbar drop menu*/
	/*font-family: verdana,ARIAL,HELVETICA,sans-serif;*/ /*LRL added comment*/
	/*font-size: 1.4em;*/
	/*font-weight: bold;*/ /*LRL added comment*/
	/*color: white;*/
	
}

#header {
	position: absolute;
  	left: 0px;
  	top: 0px;
  	width: 900px;
  	height: 140px;
	background-color:#92AEEC
}

/* --This class was no longer used after 2014 home page redesign.--
#header2ndLevel {
	position: absolute;
  	left: 0px;
  	top: 0px;
  	width: 100%;
  	height: 140px;
	background-color:#92AEEC
}*/ 

/*-------------------printer-friendly header-------------------*/

@media print {
	
	
	#headerAllLevels
  	{
	display: none;
	}
	
	#printHead {
	font-family:"Times New Roman",Georgia,Serif;
	border-bottom:1px solid #660000;
	display:block;
	}
	
	span.phead{font-weight:bold;font-size:25pt;color:#006;}
	span.printTag{font-style:italic;font-size:12pt;}

}

@media screen {
	
	#headerAllLevels {
		height:140px;
		/*width:100%;*/
		min-width:975px;
		background-image:url(images/header_line.jpg);
		
	}
	
			
	#printHead 
	{
	display: none;	
	}	
}

/*--------------------------------------*/

#headerTop {
	position: absolute;
  	left: 0px;
  	top: 0px;
  	width: 900px;
  	height: 22px;
	background-color:#92AEEC
}

#top2Links {
	position: absolute;
  	left: 651px;
  	top: 0px;
  	width: 249px;
  	height: 22px;	
}

#top3Links {
	position: absolute;
  	/*left: 599px;*/
  	top: 0px;
  	width: 301px;
  	height: 22px;
}

#headerBottom {
	position: absolute;
  	left: 0px;
  	top: 22px;
  	width: 900px;
  	height: 118px;
}



/*** COMMON ELEMENTS ***/

A:link { font-size:12px; color:#003366; }
A:active { font-size:12px; color:#FFFFFF; font-weight:bold;}
A:visited { font-size:12px; color:#603}
A:hover { font-size:12px; color:#000000; }

A:link.breadTrail {color:#666666; font-size:95%;}
A:hover.breadTrail{ color:#000000; font-size:95%; }
A:visited.breadTrail {color:#666666; font-size:95%; }


/* headings */

h1 {
	font-family: verdana,ARIAL,HELVETICA,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	color: #000;
}

h2 {
	font-family: verdana,ARIAL,HELVETICA,sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #000;
}

h3 {
	font-family: verdana,ARIAL,HELVETICA,sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	color: #000;
}

h4 {
	font-family: verdana,ARIAL,HELVETICA,sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	color: #000;
}


h5{
  font-family: verdana,ARIAL,HELVETICA,sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin: .5em 0 .2em;
  letter-spacing: -0.02em;
}

h6{
  font-family: verdana,ARIAL,HELVETICA,sans-serif;
  font-size: 125%;
  font-weight: normal;
  text-transform: uppercase;
  margin: .5em 0 .2em;

}


/* tables */
table{
  margin: .5em 0 1em;
 
 
}

table td, table th{
  text-align: left;
  border-right: 1px solid #e8e1c8;
  padding: .4em .8em;
}

table th{
  background: #ab967e url(images/table-header.gif) repeat-x left top;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #e8e1c8;
}

table td{
  background: #d8ceb6;
}

table tr.even td{
  background: #e1d9c3;
}

table tr:hover td{
  background: #f0eada;
}


/* forms */

input, textarea, select{
  font-family: verdana,ARIAL,HELVETICA,sans-serif;
  font-size: 100%;
  margin: .2em 0;
}

input, textarea{
  padding: .2em .4em;
}

input.radio, input.checkbox{
  background: #fff;
  padding: 2px;
}

form label{
  font-weight: normal;
}

fieldset{
  padding: .8em;
  border: 1px solid #d2c7af;
}

legend{
  padding: 2px 15px 10px 15px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 115%;
}


/* lists */

ul, ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


ul li, ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

dl{
  padding: .3em 0 .8em;
}

dt {
  float: left;
  clear: left;
  width: 9em;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}

dd {
  margin: 0 0 0 10em;
  padding: 0 0 0.5em 0;
}


/* other */

p{
  margin: .6em 0 .3em;
  line-height: 125%;
}

img{
  border: 0;
}

hr{
  color: #b4aca1;
  background: #b4aca1;
  border-bottom: 1px solid #f6f4eb;
}

small{ font-size: 80%; }

pre{
  overflow: auto;
  white-space: pre-wrap;       /* css3 */
  white-space: -moz-pre-wrap;  /* ff */
  word-wrap: break-word;       /* ie */
  font-size: 12px;
  font-family: "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono";
  background: #fff;
  padding: .4em;
  margin: 1em 0;
}

blockquote{
  margin: 1em 25% 1em 0;
  padding: .2em .2em .2em 5em;
  border: 1px dotted #937d68;
  font-style: italic;
  color: #937d68;
  background: #fff url(images/blockquote.png) no-repeat 4px top;
}

blockquote p{
  padding: 8px;
  margin: 2px;
}


/* search */
/*.search-block{
  background: transparent url(images/search-bg.png) no-repeat left top;
  position: absolute;
  right: 2em;
  bottom: 1em;
}

.search-block .searchform-wrap{
  background: transparent url(images/search-go.png) no-repeat right top;
  width: 146px;
  height: 30px;
}

.search-block input{
  background: none;
  border: 0;
  color: #928a85;
  float: left;
  width: 100px;
  padding: 0;
  margin: 0;
}

.search-block input.searchfield{
  margin: 5px 0 0 8px;
}

.search-block fieldset{
  border: 0;
  padding: 0;
}

.search-block input.go{
  width: 36px;
  height: 30px;
  text-transform: uppercase;
  text-align: center;
  float: right;
  color: #fff;
}
*/

/*** MAIN CONTENT ***/

#main-content{
  padding: 2em 1em;
}


/* post */
.post, .page{
  margin: 1em 0;
}

h3.post-title, h2.post-title{
  font-family: verdana,ARIAL,HELVETICA,sans-serif;
  margin: 0;
  padding: .8em 0 .1em 0;
  font-size: 200%;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-shadow: #fff 1px 1px 1px;
}

h3.post-title a, h2.post-title a{
  text-decoration: none;
  color: #000;
}

h3.post-title a:hover, h2.post-title a:hover{
  color: #df2e56;
}

/* large title on single page */
h2.post-title{
  font-size: 250%;
  font-weight: normal;
}

.post p.post-date{
  /*background: #fff;*/
  width: 38px;
  height: 38px;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  float: left;
  line-height: 100%;
  /*background: #fff url(images/date-bg.png) no-repeat left bottom;*/
  /*border: 1px solid #fff;*/
  border: 3px solid #f2efe5; 
}

.post .post-date span.month{
  /*background: #f44365;*/
  background: #3A4883;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 85%;
  padding: 2px 0;
  text-transform: uppercase;
}

.post .post-date span.day{
  bottom: 1px;
  padding: 3px 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-color:#fff;
}

.post p.post-author{
  /*background: transparent url(images/post-info.png) no-repeat left top;*/
  background-color:#f2efe5;
  margin: 0 0 0 43px;
  padding: 0 12px;
  font-size: 110%;
  font-style: italic;
  border: 2px solid #f2efe5;
  min-height: 38px;
  color: #75695e;
  height: auto !important;
  height: 38px;
  line-height: 100%;
}

.post .post-author span.info{
  margin-top: 10px;
  display: block;
}

.post .post-content{
  clear: left;
  padding-bottom: .4em;
}

/* tags */
.post p.tags{
  background: transparent url(images/tag.gif) no-repeat left top;
  font-size: 80%;
  color: #a8937b;
  padding: 0 0 0 13px;
  margin: 1em 0;
}

.post p.tags a{
  color: #6b5e50;
  text-decoration: underline;
}

.post p.tags a:hover{
  color: #0071bb;
  text-decoration: underline;
}

p.post-metadata{
  font-size: 80%;
  margin: 2em 0;
  padding: .6em 1em;
  color: #a8937b;
  border-bottom: 2px solid #f2efe5;
  /*background: #f4f1e9;*/
  /*border: 1px solid #fff;*/
}

p.post-metadata a{
  color: #6b5e50;
  text-decoration: underline;
  line-height: 150%;
}

p.post-metadata a:hover{
  color: #0071bb;
  text-decoration: underline;
}


/*** SIDEBAR ***/
/*
#sidebar, #sidebar-secondary{
  padding: 2em 1em;
  margin: 0;
  background-color: #4759A3;
}

#sidebar li.block, #sidebar-secondary li.block{
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}*/

/* sidebar menu */
/*
ul.menu, ul.menu li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  
}

ul.menu{
  padding: 0 12px;
  margin: 0 0 10px 0;
  display: block;
}

ul.menu li{
  background: transparent url(images/div-h.png) repeat-x left bottom;
  display: block;
  padding: 0 0 3px 0;
  width: 100%;
}

ul.menu li a{
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 30px 3px 12px;
  color: #000;
  font-size: 120%;
}

ul.menu li a:hover{
  color: #0071bb;

}

ul.menu .fadeThis {
  position:relative;
  z-index: 1;
  background: none;
}

ul.menu .fadeThis span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;

  background: #f7f5ef url(images/side-menu-active.png) repeat-x left bottom;
  z-index: -1;
}*/

/* sub menus */
/*
ul.menu li li{
  margin-left: 1.8em;
  padding: 0;
  float: none;
 background: none;
  width: auto;
}

ul.menu li li li{
  margin-left: 1em;
}

ul.menu li li a{
  text-transform: none;
  padding: 0;
  font-size: 100%;
  font-style: italic;
}

ul.menu li li a:hover{
  background: none;

}
*/

/* rss popups */

/*ul.menu li.cat-item {
 position: relative;
}

ul.menu li.cat-item a.rss{
  position: absolute;
  padding:0;
  display: none;
 background: transparent url(images/side-menu-rss.png) no-repeat center center;
  width: 24px;
  height: 22px;
  top: 0px;
  margin-top: 4px;
  right: 6px;
  z-index: 10;
  cursor: pointer;
}

ul.menu li.cat-item li.cat-item a.rss{
  background: none;
  visibility: hidden;
}

ul.menu li li .fadeThis {
  position:static;
  background: none;
}

ul.menu li li .fadeThis span.hover {
  display: none;
}

*/

/* box */

.box{
 /* background: transparent url(images/box-shadow.png) no-repeat bottom right;*/
/* padding: 8px 12px;*/
 /* margin: 2em 0 1em;*/
  padding: 15px 5px;
/*  border:1px solid;*/
}

/*Controls pod titles position*/
.box .titlewrap{
 /* padding-left: 15px;*/
  padding-left: 5px;
}

/*Controls links in pods*/
.box a{
	color: #fff;
	text-decoration: none;
}

/*Controls pod header styles*/
.box .titlewrap h4{
	font-family: verdana,ARIAL,HELVETICA,sans-serif; 
	font-size: 12px;
	font-weight: bold;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  /*font-size: 130%;*/
 /* text-transform: uppercase;*/
  /*letter-spacing: -0.04em;*/
}

/*Controls links in pod headers*/
.box .titlewrap h4 a{
  color: #fff;
  text-decoration: none;
}

/*.box.titlewrap h4 a{
  color: #ffc000;
  text-decoration: none;
}*/

.box .titlewrap span{
  padding: 6px 0;
  display: block;
}


.box .wrapleft{ background: #fff url(images/box-left-bg.png) repeat-y top left; }
.box .wrapright{ background: transparent url(images/box-right-bg.png) repeat-y top right; }

.box .bl{ /*background-color: #4759A3;*/ background: transparent url(images/box-bl.png) no-repeat bottom left; }
.box .tl{ background: transparent url(images/box-tl.png) no-repeat top left; }
.box .br{ background-color: #3A4883; /*background: transparent url(images/box-br.png) no-repeat bottom right;*/ }
.box .tr{ background: transparent url(images/box-tr.png) no-repeat top right; }

.box .the-content{
 /* padding: .4em 1em .6em 1em;*/
 padding: .5em .5em .5em .5em;
  background-color: #3A4883;
  color: white;
 /* min-height:92px;*/
  height:auto !important;
  height:64px;            /* ie 6 fix */
  min-width: 64px;
  border: 1px solid white;
  
}


/*** FOOTER ***/

.footerHeader {
	background-color: #FFFFFF;
	/*font-family: verdana,ARIAL,HELVETICA,sans-serif; */
	font-size: .7em; 
	/*color: #666; */
	border:1px solid white;
	background-color: #3A4883;
	color: white;
	padding:5px;
	font-weight:normal;
}

.footerHeader A {
	font-family: verdana,ARIAL,HELVETICA,sans-serif; 
	color: white;
}


/*#footer{
  padding: 1em 0;
  color: #e7e0c7;
  border-top: 1px solid #fff;
}

#footer a{
 color: #a59079;
 
}

#footer a.rss{
  background: transparent url(images/rss.png) no-repeat left top;
  padding-left: 20px;
}

#footer a.toplink{
  padding: 1px 6px;
  background: #584d43;
  color: #9b856f;
  font-size: 50%;
  text-decoration: none;
  margin-left: 4px;
}

#footer .copyright{
  text-align: center;
  font-size: 85%;
}

#footer .add-content{
  text-align: center;
  margin: .6em 0;
}*/


/* footer links/widgets */
/*ul#footer-widgets{
  margin: 0;
  padding: 0;
  color: #726a60;
}

ul#footer-widgets li.widget{
  float: left;
  padding: 0;
  margin: 0;
  width: 50%; 
  list-style-type: none;
}

ul#footer-widgets.widgetcount-1 li.widget{ width: 50%; }
ul#footer-widgets.widgetcount-2 li.widget{ width: 50%; }
ul#footer-widgets.widgetcount-3 li.widget{ width: 33%; }
ul#footer-widgets.widgetcount-4 li.widget{ width: 25%; }
ul#footer-widgets.widgetcount-5 li.widget{ width: 20%; }
ul#footer-widgets.widgetcount-6 li.widget{ width: 16%; }*/
/* no point to add more than 6 widgets, unreadable */

/*ul#footer-widgets h6.title{
  background: transparent url(images/div-h2.gif) repeat-x left bottom;
  padding: .1em .4em;
  font-style: italic;
}

ul#footer-widgets .the-content{
  margin: 0 1em;
  padding: .4em 0;
}

ul#footer-widgets li.widget ul{
  padding: 0;
}

ul#footer-widgets li.widget li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: .2em .6em;
  display: block;
  background: transparent url(images/div-h2.gif) repeat-x left bottom;
  position: relative;
  margin-top: 1px;
}

ul#footer-widgets li.widget li li{
  padding-left: 1em;
  border: 0;
}

ul#footer-widgets li.widget li a{
  text-decoration: none;
}

ul#footer-widgets li.widget li a:hover{
  color: #fff;
}

ul#footer-widgets li.widget li span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #403123;
  z-index: -1;
  margin: 0;
  padding: 0;
}*/



/*** MISC ***/

.with-tooltip{ }

div.tooltip{
  position:absolute;
  left:-20000px;
  background-color:#dedede;
  padding:5px;
  border:1px solid #fff;
  display:none;
}

div.tooltip p{
  margin:0;
  padding:0;
  color:#fff;
  background-color:#222;
  padding:2px 7px;
}

.left{ float: left; }
.right{ float: right; }
div.clear{ clear: both;height:1px;  }

/* clearfix */
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  min-width: 0;		        /* trigger hasLayout for IE7 */
  display: inline-block;
  /* \*/ display: block;	/* Hide from IE Mac */
}

* html .clearfix{
/* \*/  height: 1%;	    /* Hide from IE Mac */
}

.error, .red{ color:#ed1f24; }
.center{ text-align: center; }

/* lightbox */
div#fancyoverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;display:none;z-index:30;}
div#fancywrap{text-align:left;}
div#fancyloading{position:absolute;height:40px;width:40px;cursor:pointer;display:none;overflow:hidden;background:transparent;z-index:100;}
div#fancyloading div{position:absolute;top:0;left:0;width:40px;height:480px;background:transparent url(images/loader.gif) no-repeat;}
div#fancyloadingoverlay{position:absolute;background-color:#FFF;z-index:30;}
div#fancyouter{position:absolute;top:0;left:0;z-index:90;padding:18px 18px 33px;margin:0;overflow:hidden;background:transparent;display:none;}
div#fancyinner{position:relative;width:100%;height:100%;background-color:#eee;}
div#fancycontent{margin:0;z-index:100;position:absolute;}
div#fancydiv{background-color:#000;color:#FFF;height:100%;width:100%;z-index:100;}
img#fancyimg{position:absolute;top:0;left:0;border:0;padding:0;margin:0;z-index:100;width:100%;height:100%;}
#fancyframe{position:relative;width:100%;height:100%;display:none;}
#fancyajax{width:100%;height:100%;overflow:auto;}
a#fancyleft,a#fancyright{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;z-index:111;display:none;outline:none;}
a#fancyleft{left:0;}
a#fancyright{right:0;}
span.fancyico{position:absolute;top:50%;margin-top:-15px;width:30px;height:42px;z-index:112;cursor:pointer;display:block;opacity:0.5;}
span#fancyleftico{left:-9999px;background:transparent url(images/block-nav.png) no-repeat left top;}
span#fancyrightico{right:-9999px;background:transparent url(images/block-nav.png) no-repeat right top;}
a#fancyleft:hover{visibility:visible;}
a#fancyright:hover{visibility:visible;}
a#fancyleft:hover span{left:20px;}
a#fancyright:hover span{right:20px;}
.fancybigIframe{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;}
div#fancytitle{width:100%;z-index:100;display:none;background-color:#4e4e4e;color:#fff;text-align:center;font-weight:bold;font-size:150%;padding:.2em 0;}


/* captions, thumbnail images in posts */

.post-content img, .attachment img, .navigation .alignleft img, .navigation .alignright img{
  padding: 3px;
  margin: 4px 10px;
  border: 1px solid #b7a99a;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.post-content img.alignleft, .attachment img.alignleft{ margin-left: 0; }
.post-content img.alignright, .attachment img.alignright{ margin-right: 0; }
.post-content img.aligncenter, .attachment img.aligncenter{ margin: 0 auto; text-align: center; }


.post-content div.caption{
  background:#F7F7F7;
  /*background-color: #4759A3;*/
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: .2em .6em;
  margin:.6em 0;
  text-align:center;
  color: #8d8b8b;
  min-width: 0; /* ie7 peakaboo fix */
}

/* no border on smilies */
.post-content img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
}

/* Sociable plugin adjustment */
.post-content .sociable img{ margin: 0; }

.post-content .wp-caption {
  background:#F7F7F7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding:.4em 0;
  margin:4px 10px;
  text-align:center;
  font-size: 80%;
  color: #928a85;
}

.post-content .wp-caption img{
  margin: 0;
  border: 0;
  padding: 0;
}

.post-content .wp-caption.alignleft{ margin-left: 0; }
.post-content .wp-caption.alignright{ margin-right: 0; }


.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }




/* customize specific widgets */

/* tagcloud */
 
.smallestTag { 
	font-size: 9px; 
}

.smallTag { 
	font-size: 11px; 
}

.mediumTag { 
	font-size: 13px; 
}

.largeTag { 
	font-size: 16px; 
}

.largestTag { 
 	font-size: 20px; 
}

.widget_tag_cloud{
  text-align: justify;
}

.widget_tag_cloud .the-content{
  padding: .4em 1em 1em 1em;
  line-height: 125%;
}

.widget_tag_cloud a{
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: -0.04em;
  color: #000;
  line-height: 100%;
}

.widget_tag_cloud a:hover{
  background: #f44365;
  color: #fff;
}


/* no .box style on calendar */
.widget_calendar .box,
.widget_calendar .box .wrapleft,
.widget_calendar .box .wrapright,
.widget_calendar .box .tr, .widget_calendar .box .bl, .widget_calendar .box .tl, .widget_calendar .box .br,
.widget_calendar .box .the-content{
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  border: 0;
  height:auto !important;
  min-height: none !important;
  min-width: none !important;
}

.widget_calendar .box{ margin: 0 1em; }
.widget_calendar .box .titlewrap{ display: none; }
.widget_calendar .box table{ width: 100%; }

.widget_calendar .box table td, .widget_calendar .box table th{
  text-align: center;
  padding: .1em .3em;
}

.widget_calendar .box caption{
  text-align: right;
  font-style: italic;
  padding-right: .4em;
}

#sidebar li.block .info-text, #sidebar-secondary li.block .info-text{
  margin: 1em;
  text-align: center;
  font-style: italic;
}

.profile .avatar{
  padding: 4px;
  background: #fff;
 /* background-color: #4759A3;*/
}

.profile .info{
  padding-left: 160px;
}

/* no border on smilies */
img.wp-smiley, .post .postbody img.wp-smiley, .attachment img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: -20%;
}

/* added by ray */
#calendar{
	width:100%;
	margin:0px;
	padding: 0px;
	border-style: 0px;
	font-family: verdana, arial, sans-serif; 
	font-size: 0.5em;
	line-height: 14px;
	border-spacing: 0px;
}
#calendar th, #calendar td {
	margin: 0px;
	padding: 1px;	
	text-align: center;
	background-color: #3A4883;
	color: white;
	/*background: red;*/
	border: 0px;
}

.calendarToday {
	background-color: #660000;
}
div.code {
       background-color: #ffffff;
}
.tweetback {
   	border-style:solid;    
   	border-width:thin;    
	margin-bottom:5px;
	background-color: white;
	padding: 5px;
	width: 90%;
}
.tweetback img {
	margin-right: 5px;
}