/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, images, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 13;
font-family: inherit;
vertical-align: baseline;
}
body
{
line-height: 1.5;

}
/*table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
*/
blockquote:before, blockquote:after, q:before, q:after
{
content: "";
}
blockquote, q
{
quotes: "" "";
}
a images
{
border: none;
}

/* typography.css */
body
{
font-size: 75%;
color: #222;
background: #fff;
font-family: Arial,Verdana,sans-serif;
}


/* indent menu */
.indentmenu
{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul
{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/ /*border: 1px solid #70c053;*/ /*dark purple border*/ /*border-width: 1px 0;*/
background: #80bb2d url(/images/indent_g4_bg.gif) center center repeat-x;
}
.indentmenu ul li
{
display: inline;
}
.indentmenu ul li a
{
float: left;
color: white; /*text color*/
padding: 5px 21px;
text-decoration: none;
border-right: 1px solid #70c053; /*dark purple divider between menu items*/
}
.indentmenu ul li a:visited
{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current
{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #80bb2d url(/images/indent_g4_bg2.gif) center center repeat-x;
}
.hide
{
display: none;
}
.datetime, .taglist, .locations, .counter, .member1
{
color: #666;
font-size: .9em;
margin: 0;
padding: 0;
}