/* show and hide */
.hide{display:none;}
.show{display:block;}

/* textbox styles */
#text{height:200px;width:300px;}

/* page styles */
h2{font-size:xx-large;}
kbd{font-family:monospace;}
kbd kbd{border:2px grey outset;padding: 0px 2px;}
#footer{border-bottom:1px solid grey;}
#navigation{padding-bottom:1em;border-bottom:1px solid grey;}
#copyright{font-size:small;}
#updatenotice{font-size:xx-large;color:red;}


/* avatar styles */
.avatargroup{margin-bottom:7.5em;}

.avatar img{float:left;margin-right:.5em;margin-bottom:.5em;}
.note{font-size:small;}
.avatar{border-bottom:1px dotted gray;clear:both;}
h3{font-size:1em;margin-bottom:.33em;}

.exclusive{border:1px solid blue;}
.double{clear:both;}
