a img { 
 border:none;
}

body {
  color: black;
  background: white;
  font-family: "Helvetica Neue",Helvetica,Arial,Verdana,Geneva,sans-serif;
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
}

p.quote q
{
  quotes: "" "" "" "";
}

#header {
  margin: 0 0 0 290px;
  padding: 10px 0 40px 10px;
  color: white;
  font-size: 18pt;
  background: white url(darkblue-bl) 0% 100%;
  font-weight: bold;
}

#header p.quote {
  margin: 0;
  margin-left: 6px;
}

#header h1 {
  display: block;
  position: absolute; top: 10px; left: 10px;
  padding: 0; margin: 0;
}

#header h1 .titleW3C,#header h1 .titleMWI {
  display: block; float: left;
}
#header h1 span.text {
  display: none;
}
#header h1 .titleW3C {
  width: 87px; height: 43px; background: white url(W3C) no-repeat top left; border-right: 2px #777 solid;
}
#header h1 .titleMWI {
  width: 157px; height: 65px; background: white url(MWI) no-repeat top right;
}
.mobileOnly, .mobileOnlyInline, .quickSidebar {
  display: none;
}

#footer hr, #footer address {
  margin-left: 22%;
}

#footer .copyright {
  text-align: right;
  clear: both;
  margin: 0;
  padding: .5em 50px .5em .5em;
  background: #0B5B9D url(color_keys) no-repeat 99% 50%;
  color: white;
  font-size: .85em;
}

#footer p {
  padding: 0;
  margin: 0;
}

#sidebar {
  margin: 0;
  padding: 1em;
  font-size: 90%;
}

#sidebar h3 {
  border-bottom: 1px dotted #aaa;
}

#sidebar hr {
  display: none;
}

#sidebar ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#sidebar li {
  padding-left: 15px;
  background: white url(color_key_4) no-repeat 0 3px;
}

#sidebar h3#about+ul li {
  padding-left: 15px;
  background: white url(color_key_1) no-repeat 0 3px;
}

#sidebar h3#wg+ul li {
  padding-left: 15px;
  background: white url(color_key_2) no-repeat 0 3px;
}

#sidebar h3#related+ul li {
  padding-left: 15px;
  background: white url(color_key_7) no-repeat 0 3px;
}

#sidebar h3#press+ul li {
  padding-left: 15px;
  background: white url(color_key_8) no-repeat 0 3px;
}

#main {
  margin: 0;
  margin-right: 1em;
  margin-left: 22%;
  min-height: 440px;
}

.eventSponsors { width:50%; margin-top:0.5em; clear:both; margin-left:auto;margin-right:auto;}

.eventSponsors :link, .eventSponsors :visited {
 color:white;
}

 #todaysSponsor  {
float: left;
width: 32%;
}

#nextevent,#tipoftheday{
float: right;
width: 66%;
}

#news { clear: both; }

#tipoftheday, #nextevent, #todaysSponsor, .eventSponsors {
  border-top: 1px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  padding: 0;
  margin: 0;
  font-size: 90%;
}

/* anti-IE6 trick */
#main #todaysSponsor{ margin-bottom: .8em; }
#main>#todaysSponsor{ margin-bottom: 0em; }

#tipoftheday p, #nextevent p, #todaysSponsor p, .eventSponsors p {
  margin-top: 0;
  padding: .8em;
  margin-bottom: 0;
}

#tipoftheday h2, #todaysSponsor h2, #nextevent h2, .eventSponsors h2 {
  margin: 0;
  padding: .2em;
  color: white;
  font-size:1.3em;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}

.eventSponsors h2 {
  text-transform: capitalize;
}

.eventSponsors, #todaysSponsor {
  border-color: #0B5B9D;
}

.eventSponsors h2, #todaysSponsor h2 {
  background: #0B5B9D;
}

#todaysSponsor img.todaysSponsorLogo {
  float: left;
  padding-right: .5em;
}

#todaysSponsor .noText { text-align: center;}
#todaysSponsor .noText img.todaysSponsorLogo { float: none !important;}
/* anti-IE6 trick */
#todaysSponsor>.noText img.todaysSponsorLogo { padding-top: 2.5em; padding-bottom: 1em; }

#tipoftheday {
  border-color: #8cc63f;
}

#tipoftheday h2 {
  background: #8cc63f;
}

#nextevent {
  border-color: #ff7900;
  margin-top: .8em;
}

#nextevent h2 {
  background: #ff7900;
}

#nextevent div { padding: .8em; margin: 0;}
#nextevent div strong+p { padding: .4em 0 0 0; }

blockquote {
  font-style: italic;
  color: #0B5B9D;
  background: #eee;
  padding: 0;
  margin: 0;
}

address {
  border-top: thin #444 solid;
  padding-top: 4px;
  margin-bottom: 1em;
}

hr,address,p.sponsorTestimonial {
  clear: both;
}

acronym,abbr {
	border-bottom: 1px #aaa dotted;
}

/*
p.sponsorTestimonial img {
  float: left;
  margin-right: .5em;
  border: 0;
}
*/

p.sponsorTestimonial img {
  float: left; margin-left: -130px;
  border: 0;
}
p.sponsorTestimonial { margin-left: 130px; }

#todaysSponsor p.sponsorTestimonial { margin: 0; }
#todaysSponsor img { margin: 0; }

p.sponsorTestimonial+p.sponsorTestimonial {
  padding-top: 1em;
}

#sidebar {
  position: absolute;
  top: 100px; left: 0px;
  width: 18%;
}

#news>h3:after {
  content: ":";
}

.newsentry h4, .newsentry h3 {
  color: #0B5B9D;
  margin-bottom: 0;
}

.newsentry .date {
  color: #888;
  font-size: .8em;
  font-weight: normal;
}

#linkRSS {
  padding-left: 39px;
  background: url(/blog/img/xml) no-repeat left center;
}

/* trying to work around buggy handheld UAs that declare themselves as "screen" */
@media handheld{
/* * {
  padding: 0px; margin: auto; background: white;
  position: static; float: none; width: auto; height: auto;
  border: 1px solid; display: inline; background-image: none;
} 
p,div,h1,h2,h3,h4,h5,h6,blockquote,table,ul,ol,li,address {
  display: block;
}
h1 a, #header h1 span.text, .mobileOnlyInline{ display: inline !important; float: none;} */
}
