1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
body
{
margin: 0;
padding: 0;
font: 85% arial, hevetica, sans-serif;
text-align: center;
color: #000066;
background-color: #FFFFFF;
}
a:link { color: #000066; }
a:visited { color: #0000CC; }
a:hover, a:active
{
color: #CCCCFF;
background-color: #000066;
}
a.button {
color: #000066;
text-decoration: none;
}
a.button:visited { color: #000066; }
a.button:hover { color: #000066; background-color: transparent; }
h2
{
color: #000066;
font: 140% georgia, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 10px 0;
}
h3
{
color: #000066;
font: 106% georgia, times, "times new roman", serif;
font-weight: bold;
margin-top: 0;
}
#container
{
margin: 1em auto;
width: 720px;
text-align: left;
background-color: #FFFFFF;
border: 1px none #0000CC;
}
#header
{
color: #CCCCFF;
background-color: #000088;
height: 45px;
width: 710px;
border-bottom: 1px solid #0000CC;
position: relative;
border: 1px none #0000CC;
border-bottom: 1px solid #0000CC;
padding: 5px;
text-align: right;
font-size: 300%;
}
#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }
#menu
{
float: right;
width: 165px;
border-left: 1px solid #0000CC;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
}
#contents { padding-right: 15px; margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
.imagefloat { float: right; }
#footer
{
clear: both;
color: #CCCCFF;
background-color: #0000CC;
text-align: right;
font-size: 90%;
}
#footer img
{
vertical-align: middle;
}
#skipmenu
{
position: absolute;
left: 0;
top: 5px;
width: 645px;
text-align: right;
}
#skipmenu a
{
color: #666;
text-decoration: none;
}
#skipmenu a:hover
{
color: #fff;
background-color: #666;
text-decoration: none;
}
#container
{
border: 1px solid #0000CC;
}
#mainnav
{
background-color: #0000CC;
color: #CCCCFF;
padding: 2px 0;
margin-bottom: 22px;
}
#mainnav ul
{
margin: 0 0 0 20px;
padding: 0;
list-style-type: none;
border-left: 1px solid #CCCCFF;
}
#mainnav li
{
display: inline;
padding: 0 10px;
border-right: 1px solid #CCCCFF;
}
#mainnav li a
{
text-decoration: none;
color: #CCCCFF;
}
#mainnav li a:hover
{
text-decoration: none;
color: #0000CC;
background-color: #CCCCFF;
}
#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 165%;
}
.imagefloat
{
padding: 2px;
border: 1px solid #0000CC;
margin: 0 0 10px 10px;
}
div.blogentry {
padding-bottom: 30px;
}
.blogentry ul
{
list-style-type: square;
margin: 10px 0px 15px -10px;
}
.blogentry li
{
line-height: 150%;
}
#footer
{
background-color: #0000CC;
padding: 5px;
font-size: 90%;
}
|