/* Core.css
 * This is included into all pages.
 */

/* General Styles for various HTML elements */

body {
    margin: 0px;
}
a, a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h2.case 
{
    font-size:medium;
    font-weight:bolder;
}
input, select, button, label, .Form {
    font-family: Tahoma, Verdana;
    font-size: 8pt;
}
textarea {
    font-family: Tahoma, Verdana;
    font-size: 10pt;
}
.ImageFrame {
    float: left;
    display: block;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0pt;
}
.ImageFrameClear {
    clear: left;
    font-size: 0pt;
}
.Smiley {
    font-family: Wingdings;
    font-size: 8pt;
}


/* Page Header */

.PageHeader {
    background-repeat: repeat-x;
    height: 85px;
}
.PageBanner {
    height: 85px;
    background-repeat: no-repeat;
}
.SiteToolbar {
    font-family: Tahoma, Verdana;
    font-size: 8pt;
    height: 21px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.SiteToolbar a, .SiteToolbar a:link, .SiteToolbar a:visited {
    text-decoration: none;
    font-weight: bold;
}
.SiteToolbar a:hover {
    text-decoration: none;
}



/* Main Content Area */

.PageTitle {
    font-family: 'Trebuchet MS', Verdana;
    font-size: 18pt;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.PageDescription {
    font-family: Georgia, Verdana;
    font-size: 10pt;
}
.PageDescription p {
    margin-top: 0px;
    margin-bottom: 4px
}
.PageBreak {
    clear: both;
    font-size: 0pt;
    margin-top: 10px;
    margin-bottom: 10px;
}
.PageSection {
    font-family: 'Trebuchet MS', Verdana;
    font-size: 14pt;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 4px;
}


/* Sidebar */

.Sidebar {
    font-family: Verdana;
    font-size: 8pt;
}
.SidebarTile {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.SidebarTileHeading {
    font-weight: bold;
    margin-bottom: 4px;
}


/* Channels and Archives Tile */

.Channel, .Archive {
    margin-bottom: 4px;
}
a.ChannelLink, a.ChannelLink:link, a.ChannelLink:visited {
    font-family: Tahoma, Verdana;
    font-size: 8pt;
}


/* Page Footer */

.PageFooter {
    font-family: Verdana;
    font-size: 7pt;
    padding: 8px 8px 4px 8px;
}


/* Blog */

.Tags {
    display: none;
    font-size: 8pt;
}
.LinkEntry {
    margin-bottom: 4px;
}
a.EntryLink, a.EntryLink:link, a.EntryLink:visited {
    font-family: Tahoma, Verdana;
    font-size: 8pt;
}

.EntryTitle 
{
    font-family: Georgia, Verdana;
    font-size:10pt;
    font-weight:normal;
}


.Entry .EntryCommands {
    font-family: Tahoma;
    font-size: 8pt;
    margin-top: 6px;
}
.Entry .EntryCommands a, .Entry .EntryCommands a:link, .Entry .EntryCommands a:visited {
    text-decoration: none;
}
.Entry .EntryCommands a:hover {
    text-decoration: underline;
}
.EntryText {
    font-family: 'Lucida Sans Unicode', Verdana;
    font-size: 10pt;
}
.EntryText .EntryAnnotations {
    font-size: 9pt;
}
.EntryText a, .EntryText a:link, .EntryText a:visited {
    text-decoration: none;
}
.EntryText p {
    margin-top: 8px;
    margin-bottom: 8px
}
.EntryText blockquote {
    font-family: Georgia, Verdana;
    font-style: italic;
}
.EntryText pre, .EntryText code {
    font-family: 'Lucida Console', Courier;
    font-size: 8pt;
}
.EntryText a.MoreLink, .EntryText a.MoreLink:link, .EntryText a.MoreLink:visited, .EntryText a.MoreLink:hover {
    border: none;
}
