/* CSS Document */
/* basics v1.0 by todd */

/* ------- basic modules  -------  */
/* for inclusion throughout the site */
/* -------------- */

/* simple list */
.simplelist {
margin-left:20px;
}
html>body .simplelist {
margin-left:0;
}
.simplelist li {
list-style-type:square;
color:#555;/* change to whatever color bullet we want*/
list-style-image:url(/templates/types/universal/graphics/greybox5x7.gif);
}
html>body .simplelist li {
margin-left:15px;
}
html>body .simplelist li/**/ {
margin-left:-20px;
}
dl.simplelist {
margin:0;
}
.simplelist .item {
margin:0 0 10px 0;
}
.simplelist dt {
background-image:url(/templates/types/universal/graphics/greybox5x7.gif);
background-repeat:no-repeat;
background-position:left;
padding:0 0 0 10px;
}
.simplelist dd {
margin: 0 0 0 -20px; /* for ns4 */
}
* .simplelist dd {
margin:0;
}

/* simple menu */

.simplemenu {
margin:0;
padding:0;
}
.simplemenu li {
list-style-type:none;
}

/* inlinemenu */

.inlinemenu {
list-style-type:none;
margin:0;
padding:.4em;
}
/*/*/ 
#dummy {}
.inlinemenu li {
display:inline;
padding:0 2em 0 0;
margin:0;
   }
/* */

/* article list */
/* combine articlelistlong and articlelistshort */

.articlelist {
margin:0;
}
.articlelist .item {
margin:0 0 .8em 0;
clear:both;
}
.articlelist dt {
font-size:12pt;
font-weight:bold;
}
.articlelist dt a {
font-weight:bold;
}
.articlelist dd.subtitle {
font-size:12pt;
font-weight:bold;
margin:0;
}
.articlelist dd.description {
margin:0;
font-size:10pt;
}
.articlelist dd.date {
font-size:9pt;
margin:0;
}
.articlelist dd.biline {
font-size:9pt;
margin:0;
}
.articlelist img {
float:left;
margin:0 .4em 0 0;
}

/* two column layout */

.twocol {
margin:0 0 1em 0;
}
.twocol1, .twocol2 {
float:left;
/*width:18em;  adjust width so that it is 48% of the overall width. less than 50% accomodates for the box model */
padding:.5em;
}
.twocol2 {
margin:0 0 0 1em;
}

/* display hacks */

.clear {
clear:both;
font-size:.1em;
line-height:.1em;
}
