.article {
    font-size: 1.1em;
    line-height: 1.45em
}

.article a, .article a:link {
    color: #ff507d
}

.article a:visited {
    color: #ff83a3
}

.article a:hover {
    color: #ff1d57
}

.article a:active {
    color: #ff9db6
}

.article h1 a, .article h2 a, .article h3 a, .article h4 a, .article h5 a, .article h6 a {
    text-decoration: none
}

.article h1 a:hover, .article h2 a:hover, .article h3 a:hover, .article h4 a:hover, .article h5 a:hover, .article h6 a:hover {
    text-decoration: none
}

.article h1 {
    font-weight: normal;
    font-size: 2em;
    line-height: 1.3em;
    color: #4c2de1;
    padding-top: 15px;
    padding-bottom: 8px
}

.article h2 {
    font-family: "OpenSansLight", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 1.3em;
    color: #4c2de1;
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase
}

.article h3 {
    font-weight: normal;
    font-size: 1.55em;
    line-height: 1.3em;
    color: #4c2de1;
    padding-top: 12px;
    padding-bottom: 8px
}

.article h4 {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.25em;
    color: #4c2de1;
    padding-top: 12px;
    padding-bottom: 8px
}

.article h5 {
    font-weight: bold;
    font-size: 1.35em;
    line-height: 1.25em;
    color: #4c2de1;
    padding-top: 11px;
    padding-bottom: 7px
}

.article h6 {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.3em;
    color: #4c2de1;
    padding-top: 10px;
    padding-bottom: 6px
}

.article hr {
    margin: 5px 0 15px 0;
    border-top: 2px #4c2de1 solid
}

.article p {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 8px
}

code {
    display: block;
    font-family: monospace;
    font-size: .85em;
    line-height: 1.3em;
    padding: 10px 5px 10px 29px;
    border: 1px solid #aeaeae;
    margin: 5px 5px 5px 20px;
    background: rgba(0, 255, 255, 0.1) url(../images/caroll.png) repeat-y
}

blockquote {
    margin-left: 20px;
    font-weight: normal;
    color: #444;
    padding-top: 5px;
    padding-bottom: 8px
}

address {
    font-weight: normal;
    font-size: .75em;
    line-height: 1.45em;
    color: #444;
    padding-top: 5px;
    padding-bottom: 8px
}

.article ul {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: normal;
    list-style-image: url("../images/liDash.png")
}

.article ul.striped {
    margin: 0
}

.article ul.striped li:nth-child(even) {
    list-style-image: none;
    background-color: #eee
}

.article ul.striped li:nth-child(odd) {
    list-style-image: none;
    background: #ccc
}

.article ul ul {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2px;
    padding-left: 20px;
    font-weight: normal
}

.article ol {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: normal
}

.article ol.striped li:nth-child(even), .article ol.rayures li:nth-child(even) {
    background: #eee
}

.article ol.striped li:nth-child(odd), .article ol.rayures li:nth-child(odd) {
    background: #ccc
}

.article ol ol {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2px;
    padding-left: 20px
}

.article dl {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: normal
}

.article dl dt {
    font-weight: bold
}

.article dl dd {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 10px
}

.article table {
    border-collapse: collapse;
    margin: 3px 0 10px 0;
    font-weight: normal;
    font-size: .9em;
    line-height: 1.45em;
    border: 1px solid #ccc
}

.gradient {
    background-color: rgba(255, 80, 125, 0.4);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 80, 125, 0.4)), to(rgba(0, 255, 255, 0.2)));
    background: -webkit-linear-gradient(top, rgba(255, 80, 125, 0.4), rgba(0, 255, 255, 0.2));
    background: -moz-linear-gradient(top, rgba(255, 80, 125, 0.4), rgba(0, 255, 255, 0.2));
    background: -ms-linear-gradient(top, rgba(255, 80, 125, 0.4), rgba(0, 255, 255, 0.2));
    background: -o-linear-gradient(top, rgba(255, 80, 125, 0.4), rgba(0, 255, 255, 0.2));
    background: linear-gradient(top, rgba(255, 80, 125, 0.4), rgba(0, 255, 255, 0.2))
}

.article th {
    border: 1px #ccc solid;
    padding: 3px;
    color: #ff507d
}

.article table.striped tr:nth-child(even), .article table.rayures tr:nth-child(even) {
    background-color: rgba(255, 80, 125, 0.1)
}

.article table.striped tr:nth-child(odd), .article table.rayures tr:nth-child(odd) {
    background: #light
}

.article td.alt {
    background-color: rgba(255, 80, 125, 0.1)
}

.article td {
    border: 1px solid #bbb;
    padding: 3px;
    color: #888
}

.article td img {
    vertical-align: top
}

.article caption {
    color: #ff507d;
    padding: 20px 0 10px 0;
    font-weight: bold
}

.article table.invisible, .article table.invisible th, .article table.invisible tr, .article table.invisible td {
    border: none;
    background-color: transparent;
    background-image: none
}

/*# sourceMappingURL=article-html.css.map */