html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline
}
html {
line-height: 1
}
ol, ul {
list-style: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle
}
q, blockquote {
quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none
}
a img {
border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block
}
body {
background-color: #474747;
padding: 0 0 25px 0
}
.shadow, header, .slider-display {
-webkit-box-shadow: rgba(0,0,0,0.5) 0 4px 10px;
-moz-box-shadow: rgba(0,0,0,0.5) 0 4px 10px;
box-shadow: rgba(0,0,0,0.5) 0 4px 10px
}
.content, header h1 {
margin: 0 auto;
max-width: 800px
}
header {
margin: 0 0 20px 0;
padding: 10px;
background-color: #711ac3
}
header h1 {
padding: 0;
font-weight: bold
}
header h1 span {
font-weight: normal;
text-transform: uppercase
}
body {
color: #ffffff;
font-family: Verdana, Arial, sans-serif
}
h1, h2, h3 {
padding: 10px 0;
font-size: 15px
}
h1 {
font-weight: bold
}
h2 {
padding: 35px 0 10px 0;
font-weight: bold;
font-style: italic
}
a {
color: #c07dff
}
p {
padding: 4px 0;
line-height: 130%;
font-size: 13px
}
p strong {
color: #c07dff;
font-family: monospace;
font-weight: bold
}
p.warning {
color: #FF0000;
font-weight: bold
}
.code {
padding: 5px;
font-family: monospace;
background-color: #777777
}
table {
width: 100%;
font-size: 13px;
line-height: 130%
}
table td {
padding: 5px 0 0 0;
vertical-align: top
}
table .option, table .types, table .default {
width: 20%;
font-family: monospace;
font-weight: bold
}
table .option {
width: 30%
}
table .types {
width: 10%
}
table .default {
color: #c07dff
}
table .info {
width: 40%
}
table .info strong {
color: #c07dff;
font-family: monospace;
font-weight: bold
}
.slider-display {
background-color: #3a3a3a
}
.slider {
position: relative
}
.slider li {
position: relative;
width: 800px;
height: 200px
}
.slider li a {
position: absolute;
top: 0;
left: 0
}
.slider .pager-buttons {
position: absolute;
bottom: 15px;
width: 100%;
height: 15px;
text-align: center
}
.slider .pager-button {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align:auto;
zoom: 1;
*display:inline;
margin: 0 3px;
width: 15px;
height: 15px
}
.slider .pager-button a {
display: block;
overflow: hidden;
width: 15px;
height: 15px;
text-indent: -999px;
background-image: url("../img/slider-pager.png");
background-repeat: no-repeat;
background-position: left top
}
.slider .pager-button.selected a {
background-position: right top
}
.slider .slider-button {
position: absolute;
overflow: hidden;
display: block;
top: 85px;
width: 30px;
height: 30px;
text-indent: -999px;
background-image: url("../img/slider-button.png")
}
.slider .slider-button.previous {
left: 10px;
background-position: left top
}
.slider .slider-button.previous:hover {
background-position: left bottom
}
.slider .slider-button.next {
right: 10px;
background-position: right top
}
.slider .slider-button.next:hover {
background-position: right bottom
}
