/*  
Theme Name: ISOC Member Newsletter
Theme URI: http://wordpress.org/
Description: Template for <a href="http://isoc.org/wp/newsletter/">http://isoc.org/wp/newsletter/</a>
Version: 1.0
Author: Henri Wohlfarth
Author URI: http://www.isoc.org/
*/
#toclist li { list-style-type: square;
              margin: 5px 0 0 10px;
              font-weight: bold; }
#nobull li { display: inline;
             list-style-type: none;
             font-weight: bold; }
/* Search engine result */
.postmetadata{margin-top: 5px}
.post h2 {margin-left: -10px }
h3 a, h3 a:visited {color:#000; font-weight:bold; font-size: 13px}
h3 a:hover {color:#C60}
div.subnav {margin-top: 0px}
div.subnav ul {margin: 0px; padding:0px;}
div.subnav ul li {list-style-type:none; margin:0px; padding:0px;border-bottom:1px solid #fff}
div.subnav ul li a, div.subnav ul li a:visited { padding-top:0px}
p.login {margin-top: 20px}
p.login a {display:table; text-align:right; width: 145px; }
textarea {width: 580px; height: 150px; border: 4px solid #EAE2D8}




/*Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */
