/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)and edited by Rachel Stanley for pingerthinger.com*/
body
{
background-color:#526c9f;
color:#0B163B;
font-family :sans-serif;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(0,0,0);
}

#content
{
font-size: 99%;
background-color:#F2F5FD;
color:#0B163B;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 20px 33px 33px 33px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color:#2e4a5c;
color:#526c9f;
font-family: sans-serif;
font-style: normal;
text-indent: 22;
border-color: rgb(86,110,129);
}

a.menuitem
{
font-size: 122%;
/* change here */
background-color:#bedcfa;
color:#2e4a5c;
font-variant: small-caps;
text-transform: none;
font-weight: normal;
margin-left: 7px; margin-right: 7px; margin-top: 7px; margin-bottom: 7px;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(211,218,224);
text-align: left;
}

#logo, #logo a
{
font-size: 164%;
color:#F2F5FD;
background-color:#bedcfa;
font-family: Georgia, serif;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: normal;
/* padding: 10px 10px 10px 10px;*/
text-align: left;
}

#trail, #trail a
{
font-size: 119%;
background-color: #2e4a5c;
color:#F2F5FD;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
text-indent: 47;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 6px 6px 6px 6px;
/* border-color: #bedcfa; */
text-align: left;
}

#footer, #footer a
{
font-size: 99%;
background-color:#526c9f;
color:#bedcfa;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
text-indent: 47;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 6px 6px 6px 6px;
text-align: center;
}

#content a
{
color:#526c9f;
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: #526c9f;
color: #F2F5FD;
}

h1, h2
{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
font-weight: normal;
}

h1
{
font-size: 126%;
}

h2
{
font-size: 115%;
}

h3
{
font-size: 104%;
}

h4
{
font-size: 93%;
}

h5
{
font-size: 82%;
}

h6
{
font-size: 71%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: #526c9f;
color: #bedcfa;
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
#menu {width: 22%; position: relative; top: 0; left: 0; float: left; text-align: center;}
.menuitem {width: auto;}
#content {margin-left: 22%; width: auto}
.menuitem {display: block;}


@media print
{
#menu {display: none;}
#content {padding: 0px;}
#content a {text-decoration: underline;}
}