/* Start of CMSMS style sheet 'bornholtz.com' */
body { color: #000000;
       background-color: #fff;
       font-size: 10pt;
       font-family: Tahoma;
       margin: 0; }

a:link     { color: #003366;
             text-decoration: underline;
             font-size: 10pt;
             font-family: Tahoma }
a:visited  { color: #003366;
             text-decoration: underline;
             font-size: 10pt;
             font-family: Tahoma }
a:active   { color: #A00000;
             text-decoration: underline;
             font-size: 10pt;
             font-family: Tahoma }
a:hover    { color: #800000;
             text-decoration: underline;
             font-size: 10pt;
             font-family: Tahoma }

.rssImage {
             border-width: 0px;
}

div.heading {
    background-color: #FFFFFF; 
    color: #003366;
    padding: 0px; 
    background-image: url('/uploads/images/lines-rpt');
    background-repeat: repeat-x;
}

div.title {
    text-align: left; 
    font-size: x-large; 
    font-weight: bold;  
    text-transform: lowercase; 
    border-bottom:1px solid #99cc99;
    margin-left: 100px;
}

div.date { 
    position:absolute;
    top: 37px;
    left: 93px;
    float: left;  
    background-color: #99cc99;
    font-size: 12px; 
    padding: 0px; 
    color: #444444; 
}

div.thebody { 
    padding: 5px; 
    margin-left: 0px; 
    font-size: medium; 
    font-family: Tahoma; 
    margin-left: 100px; 
}
div.bottom {
    background-color: #FAFAFA; 
    border: 0px solid #64879d;
    padding: 3px; 
    text-align: center;
    font-size: 11; 
}
p.title { 
    font-size: 14pt; 
    font-weight: bold; 
    margin: 0; 
}
p.smalltitle { 
    font-size: 12pt; 
    font-weight: bold; 
    margin: 0; 
    padding: 4px; 
    background-color: #CCCCCC; 
    text-transform: uppercase; 
}
.breadcrumbs {
    font-size: 8pt; 
    margin: 0; 
    padding: 2px 0 2px 9px; 
    background-color: #CCCCCC; 
    text-transform: uppercase;
}
.breadcrumbs a { 
    font-size: 8pt; 
    text-transform: uppercase; 
}
p.sectionname { 
    font-weight: bold; 
    margin: 0;
}
.leftsidebar p.sectionname {
    padding-left: 15px;
}
.icons {
    text-align: center;
}

/* CSS Menu */
#menuwrapper {
    position:absolute;
    top: 37px;
    left: 43px;
    float: left;  
    background-color: #99cc99;
    margin-left: 150px; 
    padding: 0px 0px 0px 0px;
    color: #444444; 
}

#menuwrapper ul {
    margin: 0px 0px 0px 0px;
}

#menuwrapper ul li {
    background-color: #99cc99; 
    color: #FFFFFF;
    display:inline;
    list-style:none;
}

#menuwrapper ul li a{
    font-weight: bold; 
    text-decoration: none;
    color: inherit;
    margin: 0 0 0 0;
    padding: 0em .25em 0em .25em;
}

#primary-nav {
   background-color: inherit;
}

.menuactive {
    background-color: #669966;
    border: 1px solid #003366;
}
/* End of CSS Menu */

/* Menu */
.verbar {
    color: black;
    background-color: #99cc99;
}

.horbaritem {
   background-color: #99cc99;
   color: #FFFFFF;
}

.submenu    {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.subframe   {
    position: relative;
    display: block;
    background-color: #99cc99;
    border: 1px solid #003366;
}

.item   {
    padding: 3px;
    text-align: left;
    white-space: nowrap;
}

.separator  {
    background-color: #ff0000;
    border-top: 1px solid #003366;
    border-bottom: 1px solid #ffffff;
    margin: 2px 1px 2px 1px;    /* top right bottom left */
    height: 0;
    font-size: 1px;
    line-height: 0
}

.horbaritem a:link    {
    color: #FFFFFF;
    text-decoration: none;
}

.horbaritem a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.horbaritem a:hover   {
    color: #ffffff;
    background-color: #669966;
    text-decoration: none;
}

.item a {
    position: relative;
    display: block;
    text-decoration: none;
}

.item a:link    {
    color: #FFFFFF;
    text-decoration: none;
}

.item a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.item a:hover   {
    color: #ffffff;
    background-color: #99cc99;
    text-decoration: none;
}

.item a:active  {
    color: #ff0000;
    text-decoration: none;
}

.item .fwdarr   {
    position: absolute;
    top: 5px;
    right: 7px;
}


div.posttitle {
    background-color: #99cc99;
    padding: 5px;
    font-size: large; 
    font-weight: bold;  
}

div.posttitle a {
   font-size: inherit;
}

div.postcategory {
   font-size: small;
   font-style: italic;
}

div.postdate {
   font-size: small;
   font-style: italic;
}

code, .code{
	font-family: monospace;
        border: 1px dashed #9BBB38;
        border-left: 1px dashed #9BBB38;
        border-right: 1px dashed #9BBB38;
        background-color: #DDDDDD;
        padding: 12px;
        margin: 1em;
}
/* End of 'bornholtz.com' */

