/*  
Theme Name: Leicester YHA
Theme URI: http://www.leicesteryha.org.uk/
Description: Stub CSS file
Version: 1.0
Author: Chris Hunt
Author URI: http://www.extraconnections.co.uk/

*/

/* Sidebar Styling */

#wpsidebarx {
   margin: 0 0 10px 10px;
   padding: 10px;
   border: 1px solid #696;
   color: #000;
   background: #CFC;
   width: 10em;
   float: right;
   font-size: small;       /* false value for WinIE4/5 */
   voice-family: "\"}\"";  /* trick WinIE4/5 into thinking the rule is over */
   voice-family: inherit;  /* recover from trick */
   font-size: medium;     /* intended value for better browsers */
}

#wpsidebar ul,
#wpsidebar ul li {
   margin: 0;
   padding: 0;
   list-style: none;
}

#wpsidebar ul li {
   margin-bottom: 1em;
}

#wpsidebar ul li li {
   margin-bottom: 0;
}

#wpfooter {
   font-size: smaller;
   margin-bottom: 0;
}

@media print {
   #wpsidebar { display: none; }
}

/* Article Comments */
ol.commentlist {
   margin: 0;
   padding: 0;
   list-style: none;
}

ol.commentlist li {
   margin: 0;
   padding: 0.5em 0;
   list-style: none;
   border-bottom: 1px solid #999;
   background: #FFD;
}

ol.commentlist li.alt {
   background: #FFC;
}

/* Other bits & pieces */

#wpcontent h2 {
   margin: 1em 0 0;
}

#wpcontent h2 a {
   color: #b50;
}

#wpcontent h2 a:hover {
   color: #f60;
}

#wpcontent h3.sub {
   margin: 0;
   font-weight: normal;
   font-size: medium;
}

p.byline {
   font-size: x-small;
   margin: 0.5em 0 1em;
}
