/* Globals */
body {
font-size:12px;
font-family:arial, verdana, sans-serif;
color:#FFFFFF;
}
p, ol, ul, dl {
margin:.2em 0 .8em 0;
font-size:12px;
font-family:arial, verdana, sans-serif;
}
p {
padding:0;
line-height:140%;
}
ul, li {
margin:0;
padding:0;
}
form {
margin:0;
padding:0;
}
label {
color: #777777;
font-size: 12px;
}
/* Links */
a:link, a:visited {
color: #990000;
text-decoration:none;
}
a:hover {
color: #FF0000;
}
a img {
border:none;
}
a.button {
display: inline-block;
padding: 5px 20px 0px 20px;
height: 17px;
overflow: hidden;
font-size: 10px;
line-height: 10px;
border: none;
background: url("../images/buttons/bg_btn.png") repeat-x;
color: #ffffff;
text-transform: uppercase;
}
/* Forms */
input {
font-family:arial, verdana, sans-serif;
font-size:11px;
color:#656565;
border:1px solid #CCCCCC;
height:15px;
}
input.submit,
button.submit {
font-size: 11px;
font-family: arial, verdana, sans-serif;
font-weight: normal;
color: #FFFFFF;
padding: 1px 20px 4px 20px;
height: 22px;
border: none;
background: url("../images/buttons/bg_btn.png") repeat-x;
text-transform: uppercase;
cursor: pointer;
overflow: hidden;
}
/* Structure */
.hidden-structure {
display: block !important;
position: absolute !important;
height: 0 !important;
margin: 0 !important;
overflow: hidden !important;
}
.section {
margin-bottom: 28px;
}
ul.item-list {
display: block;
list-style: none;
}
ul.item-list li {
display: block;
}
/* Heading */
h1,
h2,
h3,
h4 {
font-family: Georgia, "Times New Roman", Times,serif;
font-weight: normal;
}
h1 {
color: #000000;
font-size: 30px;
line-height: 30px;
}
h2,
h3 {
color: #FFFFFF;
font-size: 21px;
line-height: 21px;
}
h1 span,
h2 span,
h3 span,
h4 span {
display: block;
}
/* Links */
a.link {
font-family: arial, verdana, sans-serif;
font-size: 12px;
color: #990000;
font-weight: bold;
text-decoration: none;
}
a.link:hover {
color: #FF0000;
text-decoration: underline;
}
a.link-action {
font-family: arial, verdana, sans-serif;
font-size: 10px;
color: #990000;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
padding: 0 0 0 8px;
background: transparent url('../images/pictos/link_action.png') no-repeat 0 3px;
}
a.link-action:hover {
color: #FF0000;
text-decoration:underline;
}
#navigation li a {
font-family: Georgia, "Times New Roman", Times,serif;
font-weight: normal;
font-size: 14px;
color: #FFFFFF;
}
#navigation li a:hover {
color: #FF9999;
}
#navigation li.first {
background: transparent;
padding-left: 0px;
}
/* Tags */
ul.tag-list:after {
content: ".";
display: block;
height: 0;
overflow: hidden;
clear: both;
visibility: hidden;
}
ul.tag-list li {
float: left;
padding: 2px 5px;
}
ul.tag-list li a {
display: block;
font-family: Georgia, "Times New Roman", Times,serif;
font-weight: normal;
line-height: 20px;
color: #666666;
}
ul.tag-list li.tag-score-1 a {
font-size: 12px;
color: #666666;
}
ul.tag-list li.tag-score-2 a {
font-size: 14px;
color: #666666;
}
ul.tag-list li.tag-score-3 a {
font-size: 16px;
color: #999999;
font-weight: bold;
}
ul.tag-list li.tag-score-4 a {
font-size: 18px;
color: #CCCCCC;
}
ul.tag-list li.tag-score-5 a {
font-size: 20px;
color: #FFFFFF;
}