*{
	text-decoration: none!important;
}
body {
    font-family: verdana, arial, sans-serif;
    margin: 20px 20px 20px 20px;
    background: #333;
    color: #ccc;
    word-wrap: break-word;
    font-size: 13px;

}

a {
    font-weight: normal;
    text-decoration: underline;
    color: #429FFD
}

a:visited {
    font-weight: normal;
    color: #255965;
    text-decoration: underline
}

a:active {
    font-weight: normal;
    color: #cc6;
    text-decoration: underline
}

a:link {
    font-weight: normal;
    text-decoration: underline;
    color: #429FFD
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #11CBD7
}

h1 {
    font-family: verdana, arial, sans-serif;
    color: #c93;
    font-weight: bold;
    background: #333;
    font-size: 1.25em
}

h1 a:visited,
h1 a:active,
h1 a:link {
    color: #c93;
    font-weight: bold
}

h1 a:hover {
    color: #47f;
    text-decoration: none
}

h2 {
    font-family: verdana, arial, sans-serif;
    color: #ccc;
    text-transform: uppercase;
    font-weight: bold
}

div.post {
    font-family: verdana, arial, sans-serif;
    background: #333;
    color: #ccc;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    margin-top: 10px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 150%
}

div.post h2 {
    font-family: verdana, arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
    font-weight: bold;
    margin-top: 8px
}

div.post h2 a {
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px
}

div.post h2 a:visited {
    color: #ccc;
    text-decoration: none;
    font-weight: bold
}

div.post h2 a:link {
    color: #ccc;
    font-weight: bold;
    text-decoration: none
}

div.post h2 a:hover {
    color: #ccc;
    text-decoration: underline
}

div.post p {
    font-size: 13px
}

h5 {
    margin: 0;
    padding: 0;
    padding-top: 0;
    color: #ccc
}

#top {
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #c93;
    font-size: 1.75em;
    background: #333;
    padding-right: 15px;
    padding-left: 10px;
    border-bottom: 2px solid #F7F7F7;
}


#top a,
#top a:link,
#top a:visited,
#top a:active,
{
    font-family: verdana, arial, sans-serif;
    font-size: large;
    color: #EBEBEB;
    text-decoration: none
}

#top a:hover {
    background: #EBEBEB;
    color: #323643;
}

#tagline {
    font-family: verdana, arial, sans-serif;
    font-size: .5em;
    font-weight: bold;
    text-transform: none;
    color: #ccc;
    margin-top: -17px
}

p.date img {
    vertical-align: middle
}

p.date {
    color: #ccc;
    font-family: verdana, arial, sans-serif;
    font-size: .9em;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 10px
}

blockquote {
    font-style: italic
}

p.postfoot {
    font-family: verdana, arial, sans-serif;
    font-size: .65em;
    color: #c93;
    padding-top: 10px
}

#rightmenu {
    position: absolute;
    margin-top: 10px;
    right: 5px;
    width: 220px
}

#rightmenu a,
#rightmenu a:link,
#rightmenu a:visited,
#rightmenu a:active,
{
    color: #cc6;
    text-decoration: none
}

#rightmenu a:hover {
    font-weight: bold
}

#rightmenu h3 {
    font-family: verdana, arial, sans-serif;
    color: #ccc;
    font-size: .9em;
    font-weight: bold;
    padding-bottom: 2px;
    margin-top: 0;
    letter-spacing: .1em;
    background: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #666
}

#rightmenu ul {
    list-style: none;
    color: #cc6;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 11px
}

#rightmenu li {
    margin-top: 5px;
    text-decoration: none
}

#main {
    background-color: #333;
    padding: 10px;
    margin-right: 210px
}

#main h2 {
    font-size: .8em
}

#main h1 {
    font-size: .9em;
    color: #ccc;
    text-transform: uppercase
}

#footer {
    padding-top: 20px;
    text-align: left;
    font-size: .7em;
    padding-left: 10px;
    color: #ccc
}

input.text {
    width: 300px
}

textarea {
    width: 300px;
    height: 200px
}

h4 {
    color: #ccc
}

#comments h4 span {
    color: #ccc
}

#comments h4 {
    margin: 0;
    font-size: .9em;
    color: #ccc;
    padding-top: 10px
}

p {
    margin: 0 0;
    font-size: 13px;
    color: #ccc
}

h3 {
    margin: 0;
    padding-top: 15px;
    font-size: .9em;
    color: #ccc;
    text-decoration: none;
    border: 0 solid #fff
}

#relatedlinks ul {
    list-style: none;
    margin-left: 10px;
    padding: 0
}

#green_channel {
    color: #ccc
}

@media only screen and (max-width:767px) {
    body {
        display: flex;
        flex-flow: column
    }
    #main {
        margin-right: 0
    }
    #rightmenu {
        position: static;
        width: auto;
        order: 2
    }
    input[type=button] {
        -webkit-appearance: button-bevel
    }
    .commentform {
        margin-left: 0
    }
    #footer {
        order: 3
    }
}