/* norskgrape.net style classes */

@import url("blog.style.css");
@import url("menu.style.css");
@import url("secure.style.css");

body {
    font-family: Verdana,Geneva,Arial,Sans-serif;
    font-size: 12px;
    color: black;
    background-color: #C0C0C0;
}

p,div {
    font-family: Verdana,Geneva,Arial,Sans-serif;
    font-size: 11px;
}

ul,blockquote,td,th { 
    font-family: Verdana,Geneva,Arial,Sans-serif;
    font-size: 12px;
}

pre { 
    font-family: Courier,monospace;
    font-size: 12pt;
}

em { font-weight: bold; }

input,textarea,select {
    border: 1px solid #aaaaaa;
}

a {
    text-decoration: underline;
    color: blue;
}
a:hover {
    text-decoration: underline;
}

.xx-large { font-size: 32px; }
.x-large { font-size: 24px; }
.large { font-size: 18px; }
.medium { font-size: 12px; }
.small { font-size: 10px; }
.x-small { font-size: 8px; }

.ubiquitycomments { color: #aaaaaa; }
.ubiquitysubtextsection { color: #5b5b5b; }
.ubiquitysubtextitem {  }
.ubiquitysitetable {  }
.ubiquitysitetdcontent {
    margin-left: 0px;
    padding: 10px;
    background-color: #eeeeee;
    border-top: 1px solid black;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-image: url("../images/grapewatermark.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.ubiquitysiteconnected {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
