@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700&subset=latin,cyrillic);

body {
    margin:0;
    padding:0;
    border:0;            
    width:100%;
    background:#fff;
    min-width:600px;    
}

h1 {
    padding-top: 5px;
    font-family: 'Noto Serif', serif;
    color: #6596a2;
    font-size: 18pt;
    border-bottom: 1px solid #6596a2;
}

.col1 a:link, .col1 a:visited, .col1  a:active {
    color: #275864;
    text-decoration: none;
    font-family: Arial;
    font-size: 9pt;
}

.col1 a:hover {
    text-decoration: underline;
}

a.artheader:link, a.artheader:active, a.artheader:visited {
    padding-top: 5px;
    font-family: 'Noto Serif', serif;
    color: #9cb9c0;
    font-size: 12pt;
    text-decoration: none;
}

a.artheader2:link, a.artheader2:active, a.artheader2:visited {
    padding-top: 5px;
    font-family: 'Noto Serif', serif;
    color: #6596a2;
    font-size: 18pt;
    text-decoration: none;
}

p.atitles {
    margin-top:  0px;
    font-family: 'Noto Serif', serif;
    color: #6596a2;
    font-size: 14pt;
}

h2 {
    padding-top: 5px;
    font-family: 'Noto Serif', serif;
    color: #9cb9c0;
    font-size: 14pt;
    border-bottom: 1px solid #6596a2;
}

p, .listtext, .col1 {
    font-family: Arial;
    color: #343434;
    font-size: 9pt;
}



.quotediv {
    font-family: "Times New Roman";
    font-size: 14pt;
    color: #ffffff;
}

a.quotediva:link, a.quotediva:visited, a.quotediva:active, a.quotediva:hover {
    font-family: "Times New Roman";
    font-size: 14pt;
    color: #ffe073;
    text-decoration: none;
}

#grotation {
    width:150px !important; 
    width:180px; 
    text-align:center; 
    background: #0c2d34; 
    border: 1px solid #ffffff; 
    padding:15px;
    margin-left:10px;
}

.yearheader {
    font-family: 'Noto Serif', serif;
    color: #6596a2;
    font-size: 14pt;
    float:left;
    width:60px;
    
}
.yeararchive {
    padding-top: 7px;
    float:left;
}

/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    height: 255px;
}

#header1 {
    height: 20px;
    background: #3681b9 url('/design/h1bg.gif') repeat-x;
}

#header2 {
    height: 200px;
    background: #3681b9 url('/design/topline.gif') right;
    text-align: right;
}

#header22 {
    height: 200px;
    width: 271px;
    background: url('/design/topleft.jpg');
    float: left;
}

#headermenu {
    height: 35px;
    background: #a5001f url('/design/h3bg.gif') repeat-x;
}

#headermenu ul {
    clear:left;
    float:left;
    width:100%;
    list-style:none;
    margin:0px;
    padding:0;
    height: 35px;
}
#headermenu ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
    
}
#headermenu ul li a {
    display:block;
    float:left;
    margin:2px 0 0 1px;
    padding:7px 15px;
    text-align:center;
    color:#ffffff;
    text-decoration:none;
    position:relative;

    font-family: Tahoma;
    font-weight: bold;
    font-size: 10pt;
    background: url('/design/topmenush.gif') no-repeat;
}
#headermenu ul li a:hover {
    text-decoration:underline;
}
#headermenu ul li a.active,
#headermenu ul li a.active:hover {
    color:#fff;
    font-weight:bold;
}
#headermenu ul li a span {
    display:block;
}

/* column container */
.colmask {
    position:relative;        /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;                /* width of whole page */
    overflow:hidden;        /* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
    background: #275864 url('/design/rcbg.gif') right repeat-y; 
}
.holygrail .colmid {
    float:left;
    width:200%;
    margin-left:-200px;     /* Width of right column */
    position:relative;
    right:100%;
    background:#fff;        /* Centre column background colour */
}
.holygrail .colleft {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:400px;             /* Left column width + right column width */
    background: #275864 url('/design/lcbg.gif') right  repeat-y; 
}
.holygrail .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:200px;            /* Width of left column */
    padding-bottom:1em;     /* Centre column bottom padding. Leave it out if it's zero */
    
    background: #275864 url('/design/lcbg.gif') right  repeat-y; 
}
.holygrail .col1 {
    margin:0 215px;         /* Centre column side padding:
                            Left padding = left column width + centre column left padding width
                            Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
}
.holygrail .col2 {
    float:left;
    float:right;            /* This overrides the float:left above */
    width:200px;            /* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:0px;             
    
}
.holygrail .col3 {
    float:left;
    float:right;            /* This overrides the float:left above */
    width:200px;            /* Width of right column content (right column width minus left and right padding) */
    margin-right:0px;      /* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
    height: 28px;
    background: #9f001e url('/design/footerbg.gif') repeat-x;
}
#footer p {
    text-align: right;
    padding-right:10px;
    padding-top:8px;
    margin: 0px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 8pt;
}

h2#lc-authors {
    margin: 0px;
    padding-top: 0px;
    height: 37px;
    padding-left: 4000px;
    background: url('/design/lc-authors-header.gif') no-repeat;
    overflow: hidden;
    border-bottom: 0px;
}

h2#lc-aquote {
    margin: 0px;
    padding-top: 0px;
    height: 37px;
    width:200px;
    padding-left: 4000px;
    background: url('/design/lc-aquote-header.gif') no-repeat;
    overflow: hidden;
    border-bottom: 0px;
}

h2#lc-gallery {
    margin: 0px;
    padding-top: 0px;
    height: 38px;
    width:200px;
    padding-left: 4000px;
    background: url('/design/lc-gallery-header.gif') no-repeat;
    overflow: hidden;
    border-bottom: 0px;
}

h2#lc-tagcloud {
    margin: 0px;
    padding-top: 0px;
    height: 31px;
    width:200px;
    padding-left: 4000px;
    background: url('/design/lc-tagcloud-header.gif') no-repeat;
    overflow: hidden;
    border-bottom: 0px;
}

a.listlink:link, a.listlink:visited,  a.listlink:active {
    color: #ffffff;
    text-decoration: underline;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

a.listlink:hover {
    background: #275864;
}

a.mlistlink:link, a.mlistlink:visited,  a.mlistlink:active {
    color: #275864;
    text-decoration: none;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

a.mlistlink:hover {
    text-decoration: underline; 
}

.pgcontainer {
    margin: 5px 10px 10px 10px;
}

.pgcontainer1 {
    float: left;
    width: 200px;
    margin-top:5px;
}

.pgcontainer2 {
    float: left;
    margin-left: 10px;
}

.pgdiv {
    width: 160px !important;
    width: 190px;
    float: left;
    margin: 5px 10px 5px 0px;
    padding: 5px;
    text-align: center;
}
