#comments {
  clear: both;
}

.clearfix {
}

div#headertable {
  background: #ff4242;
  padding: 0;
  border: 0;
  margin: -2px 0 0 0;
  border-top: 2px solid black; 
  width: 100%;
  text-align: center;
}

div#headertable a {
  display: inline-block;
  width: 100px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  padding: 0px;
  margin: 0px -1px -2px -1px;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  top: -2px;
}

#headertable A 			{ color: white; }
#headertable A:link 		{ color: white; }
#headertable A:visited 		{ color: white; }
#headertable A:active 		{ color: white; }
#headertable A:hover 		{ color: white; text-decoration: none; }

#headertable a:first-letter { 
  font-weight: 900; 
  font-size: 11px; 
}

div.links {
  font-size: 0.8em;
  padding: 2px 10px 2px 10px;
  margin: 5px 2px 2px 2px;
  border: 1px dashed #ccc;
  background: #ffe;
  width: 80%; 
  float: right;
}

.node h2 a {
  color: #009;
  font-size: 1.1em;
  margin-bottom: 0.7em;
}

#snurblog1 {
  padding: 0;
  marging: 0;
  border: 0;
  font-size: 52pt;
  color: black;
}

#snurblog2 {
  padding: 0;
  marging: 0;
  border: 0;
  font-size: 52pt;
  color: white;
}

.region-header #block-block-18 p {
  padding: 0;
  margin: 0;
}

.region-header .block {
  padding: 0;
  margin: 0;
}

.region-header a {
  text-decoration: none;
  font-weight: normal;
}

#block-search-form {
  border: 2px solid black;
  height: 16px;
  position: relative;
  text-align: right;
  background-color: white;
  margin-top: -18px;
  margin-left: auto;
  width: 10em;
}

#block-search-form .form-text {
  padding: 0 5%;
  border: 0;
  margin: 0;
  text-align: right;
  font-size: 0.8em;
  text-align: right;
  height: 100%;
  vertical-align: middle;
  width: 90%;
}

#block-search-form .form-submit {
  display: none;
}

div.field-type-taxonomy-term-reference {
  background-image: url(dottedbackground.png); background-repeat: no-repeat; background-position: bottom right;
  width: 100%;
}

div.field-type-taxonomy-term-reference .field-item {
  display: inline;
  padding: 0 2px;
  border-bottom: 1px solid #bbb;
  margin: 0 3px;
  font-size: xx-small;
  color: #999999;
}

div.field-type-taxonomy-term-reference .field-item a {
  color: #660000;
  display: inline-block;
}

.field-name-taxonomy-vocabulary-1, .field-name-taxonomy-vocabulary-2, .field-name-taxonomy-vocabulary-3, .field-name-taxonomy-vocabulary-4, .field-name-taxonomy-vocabulary-5 {
  display: inline-block;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left; /* LTR */
  width: 100%;
  overflow: hidden;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-first #center {
  margin-left: -170px; /* LTR */
}
body.sidebar-second #center {
  margin-right: -170px; /* LTR */
}
body.two-sidebars #center {
  margin: 0 -170px 0 -170px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-first #squeeze {
  margin-left: 200px; /* LTR */
}
body.sidebar-second #squeeze {
  margin-right: 200px; /* LTR */
}
body.two-sidebars #squeeze {
  margin: 0 193px 0 207px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  mmargin: 0 0 5em;
  width: 150px;
  float: left; /* LTR */
  z-index: 2;
  position: relative;
}

div#sidebar-second {
  right: -14px;
}

/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 9pt Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.1em;
  font-size: 0.85em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #ff8c00;
}
a:visited {
  color: #c96;
}
a:hover {
  color: #ff4500;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #bbb;
}
.item-list {
  padding-left: 2px;
  line-height: 1.1;
}
.item-list ul {
  margin: 0px;
}
.links {
  margin-top: 0px;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: red;
  text-align: center;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 1.0em 0em 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search {
  font-size: 0.9em;
  font-weight: bold;
  vertical-align: bottom;
}
#search .form-text {
  border: 2px solid black;
  border-bottom: 0px;
  font-size: 1.1em;
  text-align: right;
  height: 1.5em;
  vertical-align: middle;
  width: 10em;
  padding: 0 0 0 0;
}
#search .form-submit {
  display: none;
}
#search .form-text {
  width: 10em;
  padding: 0 0 0 0;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0px 30px 30px 30px;
}
table.toolbarRow {
  width: auto !important;
}
#main table {
  width: 100%;
}
#mission, .node .content, .comment .content {
  line-height: 1.3;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-top: .5em;
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-first, #sidebar-second {
  font-size: 0.75em;
  background-color: #fffaf0;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 5px 75px 5px;
  vertical-align: top;
}
#sidebar-first {
  border-right: 3px solid #f5f5f5;
  background-image: url(gradient.gif); background-repeat: repeat-x; background-position: top; background-color: white;
}
#sidebar-second {
  border-left: 3px solid #f5f5f5;
  background-image: url(dottedbeige.png); background-repeat: repeat-y; background-position: right; 
}
#sidebar-first a, #sidebar-second a {
  font-weight: normal;
  color: black;
  background-image: url(dotteddarkgrey.gif); background-position: bottom; background-repeat: repeat-x;
}

#footer {
  text-align: center;
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.2em;
  color: #58b;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
  padding: 0;
  margin: 0 0 -5px 0;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  width: 95%;
  padding: 0 0 0 0;
}
#sidebar-first .block h2, #sidebar-second .block h2 {
  width: 95%;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  color: #009;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 7px;
  padding-bottom: 0px;
  white-space: nowrap;
  margin-bottom: .25em;
  font-size: 1.3em;
}
#header .block .title, #footer .block .title {
  display: none;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 3em 0;
  text-align: justify;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .25em 0;
}
.node .taxonomy {
  width: 100%;
  color: #999;
  font-size: 0.8em;
  background-image: url(dottedbackground.png); background-repeat: no-repeat; background-position: bottom right;
  margin: 3px 0 8px 0;
}
.node .taxonomy a {
  color: #600;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin: 3px 15px;
  margin-bottom: 1em;
  font-size: 0.9em;
}
#content #main .comment .title a {
  background: transparent url(icon-comment.gif) left center no-repeat;
  font-size: 1em;
  font-weight: bold;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  font-weight: bold;
}
.calendar td, .calendar th {
  padding: 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #ffc;
  border: 2px dashed red;
}
.calendar .day-today a {
  color: #fff;
  font-weight: bold;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #f33;
}
.calendar .day-blank {
  background-color: inherit;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
.calendar table {
  border-color: #888;
  font-size: 1.2em;
}
.calendar th {
  border: 2px solid black;
  color: white;
}
.calendar .row-week td {
  padding: 0.4em 0;
}
.calendar .day-link {
  background-color: #faa;
}
.calendar .day-future {
  color: #777;
}
.calendar .header-month {
  background-color: red;
}
.calendar .row-week a {
  font-weight: bold;
  font-family: Verdana;
}
.calendar caption {
  margin-bottom: 2px;
}


/* Custom declarations */

li.leaf {
  list-style-type: circle;
  list-style-image: none;
}

.region-header {
  background-color: red;
  margin: 0px;
  padding: 0px;
  border: 0px; 
  background-image: url(header-background.jpg); background-repeat: repeat-y; background-position: right top; 
}

#snurbheader a, #snurbheader a:link, #snurbheader a:hover, #snurbheader a:visited, #snurbheader a:active {
  font-weight: normal;
  text-decoration: none;
}

div#header {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #ff4242;
}

#header .block {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
}

#header .content {
  margin: 0px;
  padding: 0px;
}

.headermenu-left {
  background: #ffba66 url(leftround.png) no-repeat bottom left;
  width: 20px;
}

.headermenu-right {
  background: #ffba66 url(rightround.png) no-repeat bottom right;
  width: 20px;
}

#submenu {
  background-color: #ffba66;
  padding: 1px 0px 2px 0px;
  font-size: 9px;
  text-align: center;
  width: 50em;
}

#sidebar-first h3, #sidebar-second h3 {
  font-size: 1.2em;
}

#top_of_content .title {
  display: none;
}

#highlighted {
  margin-top: 20px;
  padding: 0em 2em 0em 2em;
  text-align: center;
}

#top_of_content .content h2 {
  display: inline;
}

#content .node .title, #content .node .title a {
  color: #009;
  font-size: 1.4em;
  margin-bottom: 0.7em;
}

#main #top_of_content .title, #main #top_of_content .title a{
  font-size: 1.2em;
  color: #009;
}

#content #main .node .title, #content #main .node .title a {
  color: #009;
  font-size: 1.2em;
  margin-bottom: 1px;
}
#content #main .title, #content #main .title a {
  color: #009;
  font-size: 1.3em;
  margin-bottom: 1px;
}
#center h1, .node h1 a {
  color: #009;
  font-size: 1.3em;
}
#center h2 {
  color: #009;
  font-size: 1.2em;
}
#center h3 {
  color: #125;
  font-size: 1.1em;
}
#center h4 {
  color: #8be;
  font-size: 1.0em;
}
#center h5 {
  color: #96c6f6;
  font-size: 0.9em;
}

a.read-more { 
  color: red; 
}

.node .box { 
  background-color: #eee; 
  border: 1px solid #ccc;
  font-size: 0.8em;
  padding: 2px 2px 2px 2px;
  margin: 5px 2px 15px 2px;
}

blockquote {
  border-left: 4px solid #c96;
  padding: 0 10px 0 10px;
  margin: 15px 30px 15px 30px;
  border-top: 1px solid #FFDEA7;
  border-bottom: 1px solid #FFDEA7;
  border-right: 1px solid #FFDEA7;
  margin-right: 40px;
  color: #363636;
  font-size: 0.9em;
  line-height: 1.2em;
  background-color: #ffe
}

div#trackbacks {
  border-top: 2px solid #999;
  margin-top: 20px;
  padding-top: 5px;
}

.trackback {
  border: 1px solid #abc;
  padding: .5em;
  margin: 3px 15px;
  margin-bottom: 1em;
  font-size: 0.9em;
}
#content #main #trackbacks .title {
  background: transparent url(icon-comment.gif) left center no-repeat;
  font-weight: bold;
  font-size: 1em;
}
.trackback .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.trackback .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

.standard > .form-item:first-child + fieldset > .form-item {
  display: compact;
  float: left;
  width: 50%;
  height: 100px; 
} 

.standard > .form-item:first-child + fieldset > .form-item > select {
  font-size: 0.75em;
  width: 100%;
  height: 100px; 
} 

.pager {
  width: 100%;
  margin-top: 1em;
  border: 1px dotted #ccc;
  font-size: 0.8em;
}

#attachments {
  margin-top: 1em;
  margin-bottom: 1em;
}

cite {
  display: block;
  font-style: inherit;
  text-indent: -3em;
  margin: 0px 0 0px 6em;
  font-size: 0.85em;
}

h2 cite, h3 cite, h4 cite {
  border-left: 2px solid #c96;
  border-bottom: 2px solid #c96;
  padding: 0px 10px 0px 7px;
  text-indent: 0em;
  margin: 2em 0 0 0em;
  font-size: 1em;
  color: black;
}

h3 cite, h4 cite {
  border-left: 2px solid #c96;
  border-bottom: 2px solid #c96;
  text-indent: 0em;
  margin: 0em 0 0 1em;
  font-size: 1em;
}

p.audio {
  background-image: url(audio.png); 
  background-repeat: no-repeat;
  background-position: 7px 1px;
}

p.video {
  background-image: url(video.png); 
  background-repeat: no-repeat;
  background-position: 5px 2px;
}

p.powerpoint {
  background-image: url(powerpoint.png); 
  background-repeat: no-repeat;
  background-position: 7px 1px;
}


/* Technorati / del.icio.us tags inserted by Zoundry Blog Writer */

#zoundry_bw_tags, .zoundry_bw_tags, .zoundry_raven_tags, #zoundry_raven_tags {
  font-size: 0.8em;
  padding: 2px 2px 2px 2px;
  margin: 20px 2px 5px 2px;
  border: 1px solid #ccc;
}


/* Copyright footer */

#content .copyright-footer {
  font-size: 0.8em;
  padding: 2px 2px 0px 2px;
  margin: 2px 2px 5px 2px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

#content .copyright-image {
  display: inline;
  padding-right: 5px;
}

#footer + *, #footer + * + * {
  font-size: 0.8em;
  padding: 2px 2px 0px 2px;
  margin: 0;
  background-color: #eee;
}



/* coloured box */

.infobox {
  font-size: 0.9em;
  padding: 2px 10px 2px 10px;
  margin: 5px 2px 10px 2px;
  border: 1px dashed #ccc;
  background: #ffe;
}

.infobox p {
  margin: 3px 0px 0px 0px;
}

.infobox ul {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 3px;
}

.links.infobox {
  margin: 0 0 2em 0;
}

.search-results {
  font-size: 0.65em;
}
.search-results dd {
  font-size: 1.4em;
}



/* sidebar content */

.block .delicious-banner a {
  font-size: 1.2em;
}



/* Legacy declarations */

.insl { 
  width: 150px;
  text-align: center;
  font-size: 0.9em;
  color: #666;
  background-color: #efefef;
  padding: 2px;
  float: left;
  margin: 3px 3px 3px 3px;
  border-top: 1px solid #dddddd;
  border-right: 1px none #dddddd;
  border-bottom: 1px none #dddddd;
  border-left: 1px solid #dddddd;
}
.insr { 
  width: 150px;
  text-align: center;
  font-size: 0.9em;
  color: #666;
  background-color: #efefef;
  padding: 2px;
  float: right;
  margin: 3px 3px 3px 3px;
  border-top: 1px solid #dddddd;
  border-right: 1px none #dddddd;
  border-bottom: 1px none #dddddd;
  border-left: 1px solid #dddddd;
}
.insl img, .insr img {
  width: 150px;
  text-align: center;
}

table#links {
  width: 100%; padding: 0px; margin: 0px; border: 0px; width: 100%; border-collapse: collapse; 
}

table#links img { display: inline }

table#links td { padding-top: 0px; margin-top: 0px; padding-bottom: 0px; margin-bottom: 0px; font-family: Arial, Helvetica, sans-serif; color: #000000; } 

/* Links listing levels */
.cell0	{margin-left: 7px; padding-left: 5px; font-size: 12px}
.cell1	{margin-left: 14px; padding-left: 20px; font-size: 12px}
.cell2	{margin-left: 21px; padding-left: 40px; font-size: 11px}
.cell3	{margin-left: 28px; padding-left: 60px; font-size: 11px}
.cell4	{margin-left: 35px; padding-left: 80px; font-size: 10px}
.cell5	{margin-left: 42px; padding-left: 100px; font-size: 10px}
.cell6	{margin-left: 49px; padding-left: 120px; font-size: 9px}
.cell7	{margin-left: 56px; padding-left: 140px; font-size: 9px}

.textcell0	{padding-left: 0px; padding-top: 50 px; height: 25px; font-size: 14px; border-bottom: solid 1px black; vertical-align: bottom; }
.textcell1	{padding-left: 20px; font-size: 12px;}
.textcell2	{padding-left: 40px; font-size: 11px; }
.textcell3	{padding-left: 60px; font-size: 11px; }
.textcell4	{padding-left: 80px; font-size: 10px; }
.textcell5	{padding-left: 100px; font-size: 10px; }
.textcell6	{padding-left: 120px; font-size: 9px; }
.textcell7	{padding-left: 140px; font-size: 9px; }

.level0	{border-left: solid black 1px; padding-left: 2px; height: 1.4em; }
.level1	{border-left: solid black 1px; padding-left: 2px; height: 1.4em; }
.level2	{border-left: solid black 1px; padding-left: 2px; height: 1.4em; }
.level3	{border-left: solid black 1px; padding-left: 2px; height: 1.4em; }
.level4	{border-left: solid black 1px; padding-left: 2px; height: 1.4em; }
.level5	{border-left: solid black 1px; padding-left: 2px; height: 1.4em; }
.level6	{border-left: solid black 1px; padding-left: 2px; height: 1.4em; }
.level7	{border-left: solid black 1px; padding-left: 2px; height: 1.4em; }

.text0	{padding-left: 3px; margin-top: 14px; height: 10.4em; }
.text1	{padding-left: 3px; margin-top: 12px; height: 1.4em; border-bottom: solid 1px black; border-left: solid black 1px; }
.text2	{padding-left: 3px; margin-top: 11px; height: 1.4em; border-bottom: solid 1px black; border-left: solid black 1px; }
.text3	{padding-left: 3px; margin-top: 11px; height: 1.4em; border-bottom: solid 1px black; border-left: solid black 1px; }
.text4	{padding-left: 3px; margin-top: 10px; height: 1.4em; border-bottom: solid 1px black; border-left: solid black 1px; }
.text5	{padding-left: 3px; margin-top: 10px; height: 1.4em; border-bottom: solid 1px black; border-left: solid black 1px; }
.text6	{padding-left: 3px; margin-top: 9px; height: 1.4em; border-bottom: solid 1px black; border-left: solid black 1px; }
.text7	{padding-left: 3px; margin-top: 9px; height: 1.4em; border-bottom: solid 1px black; border-left: solid black 1px; }





#sidebar-first img {
  display: block;
}

.block-amazon div.content, .block-amazon div.content div, .block-amazon div.content div a, .block-amazon div.content div a img {
  text-align: center;
}

a.feed-icon {
  margin-left: 55px;
}


#aggregator {
  font-size: 0.85em;
}
#aggregator .feed-item {

}
#aggregator h3.feed-item-title {
  display: inline;
}
#aggregator .feed-item-meta {
  display: inline;
}
#aggregator .feed-item-date {
  margin-left: 10px;
}
#aggregator .feed-item-body {
  padding-bottom: 0px;
}
#aggregator .feed-item-categories {
  padding: 2px 10px 2px 10px;
  margin: 2px 2px 10px 2px;
  border: 1px dashed #ccc;
  background: #ffe;
}
#aggregator p {
  margin: 0px;
}


.floatright {
  float: right;
  padding-left: 10px;
}

.floatleft {
  float: left;
  padding-right: 10px;
}


.linkslist ul {
  list-style-type: none;
  margin: 0;
  margin-left: 7px;
  padding: 0 0 0.5em 9px;
}

.linkslist li strong {
  border-left: 2px solid #c96;
  border-bottom: 2px solid #c96;
  padding-top: 1px;
  padding-bottom: 0px;
  padding-left: 7px;
  padding-right: 10px;
  line-height: 2em;
}

.linkslist ul ul {
  font-size: 0.95em;
  margin: 0;
}

.linkslist li {
  margin: 5px 0px 5px 0px;
  line-height: 1.2em;
}

.twtr-hd h3 { color: white; }
.twtr-hd h4 a { font-size: 0.8em; }
.twtr-tweet-text { font-size: 0.9em; }

.node-readmore a {
  color: red;
}

#sidebar-first, #sidebar-second {
  padding-bottom: 200%; 
  margin-bottom: -200%;
  overflow: hidden;
}

