html{
    line-height: 1.5;
    font-family: Helvetica Neue, Helvetica, Lucida Grande, Arial, Sans-Serif;
    background-color: #3166b2;
    background: url(../images/bg.png);
}
/* ------------------------------*/
/* ---->>> MAIN CONTAINER <<<----*/
/* ------------------------------*/
div#main{
    background: none;
    position: relative;
    margin: 10px auto 100px;
    width: 550px;
}/* logo */
div#main h1{
	letter-spacing: -3px;
    padding-top: 20px;
    background: none;
    text-align: center;
    font-size: 40px;
    color: #0e2d59;
    text-shadow: 0 1px 0 #3a7cdb;
}/* admin slogan */
div#main h3{
    margin: 10px 0 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}/* used for titles */
div#main h4{
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    background: #e86425;
    margin: 20px 0 40px;
}
/* -------------------------------*/
/* ---->>> /MAIN CONTAINER <<<----*/
/* -------------------------------*/
/* ------------------------*/
/* ---->>> COMMENTS <<<----*/
/* ------------------------*/
#comments-container ul li.alternate{
    margin-bottom: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    background: #ddd;
    -moz-box-shadow: 0 0 2px #333;
    -webkit-box-shadow: 0 0 2px #333;
    box-shadow: 0 0 2px #333;
}
#comments-container ul li.alternate:nth-child(odd){
    margin-bottom: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    background: #c5c5c5;
    -moz-box-shadow: 0 0 2px #333;
    -webkit-box-shadow: 0 0 2px #333;
    box-shadow: 0 0 2px #333;
}
div.comment{
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    width: 500px;
    position: relative;
    background: none;
    border: none;
}
div.comment a{
    color: #fff;
}
div.comment div.avatar{
    height: 50px;
    left: -60px;
    top: 7px;
    position: absolute;
    width: 50px;
    background: url('img/default_avatar.gif') no-repeat #fcfcfc;
    -moz-box-shadow: 0 0 1px #000;
    -webkit-box-shadow: 0 0 1px #000;
    -box-shadow: 0 0 1px #000;
}
div.comment div.avatar img{
    display: block;
}
div.comment div.name{
    background: none;
    padding: 5px 0 0 10px;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #444;
    position: relative;
    z-index: 1;
}
div.comment div.name h5{
    float: left;
    color: #1A91FF;
    padding-right: 6px;
    background: none;
}
div.comment div.name a{
    font-size: 15px;
    background: none;
    color: #198af2;
    border-bottom: 1px dashed #303030;
}
div.comment div.name a:hover{
    color: orange;
}
div.comment p{
    background: none;
    padding: 0px 10px 40px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #444;
}
div.comment div.date{
    font-size: 11px;
    color: #777;
    float: left;
    margin: -20px 0 0 10px;
}
div.comment div.moderate{
    float: right;
    margin-top: -25px;
}
div.comment div.moderate ul li{
    background: none;
    float: left;
    margin-top: -2px;
}
div.comment div.moderate ul li{
    margin-right: 5px;
}
div.moderate a.mod-button{
    position: relative;
    padding: 2px 5px 2px 5px;
    color: #777;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #a3a3a3;
    background: #f0f0f0;
    -moz-box-shadow: inset 0 1px #fff;
    -webkit-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
div.moderate a.mod-button:hover{
    top: -1px;
    border-bottom: 1px solid #777;
    -moz-box-shadow: 0 1px 1px #777;
    -webkit-box-shadow: 0 1px 1px #777;
    box-shadow: 0 1px 1px #777;
}
div.moderate a.mod-button:active{
    border-bottom: 1px solid #b3b3b3;
    -moz-box-shadow: 0 0 1px #fff, inset 1px 1px #fff, inset -1px 0 #fff;
    -webkit-box-shadow: 0 0 1px #fff, inset 1px 1px #fff, inset -1px 0 #fff;
    box-shadow: 0 0 1px #fff, inset 1px 1px #fff, inset -1px 0 #fff;
    background: -moz-linear-gradient(top, #fff, #ddd 1px, #f0f0f0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.03, #ddd), to(#f0f0f0));
}
/* -------------------------*/
/* ---->>> /COMMENTS <<<----*/
/* -------------------------*/
/* --------------------*/
/* ---->>> FORM <<<----*/
/* --------------------*/
div#login{
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    background-color:#fff;
    width:220px;
    overflow:hidden;
    margin: 0 auto;
}
div#login #tabs img {
    float: left;
    margin: 6px 7px 0 7px;
}
div#login #tabs h3 {
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px #fff;
}
div#login form.canny h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #e86425;
    margin: 30px auto;
    text-shadow: 0 1px #000;
}
div#login form.canny span.wrap ul{
    width: 160px;
    margin: 10px auto;
}
div#login form.canny span.wrap ul li{
    margin-bottom: 5px;
}
div#login form.canny span.wrap label.required:after{
    content: "Required";
    margin-top: 3px;
    float: right;
    color: #f08431;
    font-size: 11px;
}
div#login form.canny span.wrap label.invalid:after{
    content: "Invalid";
    margin-top: 3px;
    float: right;
    color: #f08431;
    font-size: 11px;
}
div#login form.canny span.wrap label.optional:after{
    content: "Optional";
    margin-top: 3px;
    float: right;
    color: #c7c7c7;
    font-size: 11px;
}
div#login form.canny span.wrap label.inline{
    width: 150px;
    padding: 5px;
    font-size: .8em;
    position: absolute;
    z-index: 1;
    color: black;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #eaeaea;
    text-indent: 2px;
}
div#login form.canny span.wrap label.focus{
    background: #dcdcdc;
    -moz-box-shadow: inset 0 1px #bbb;
    -webkit-box-shadow: inset 0 1px #bbb;
    box-shadow: inset 0 1px #bbb;
}
div#login form.canny input.input-text, textarea.input-text{
    background: transparent;
    width: 170px;
    color: #343434;
    font-size: 12px;
    padding: 4px;
    text-indent: 1px;
    border: none;
    font-family: Lucida Grande, Helvetica, Arial, Sans-Serif;
    position: relative;
    z-index: 10;
}
div#login form.canny label.overlay span{
    opacity: 0.4;
    background: none;
    -webkit-transition: opacity 200ms linear;
}
div#login form.canny label.focus span{
    opacity: 0.2;
}
div#login form.canny label.hastext span{
    opacity: 0.0;
    -webkit-transition: opacity 0ms linear;
}
div#login form.canny input[type=submit]{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 25px;
    width: 60px;
    font-weight: bold;
    font-size: 12px;
    opacity: 0.9;
    border: 1px solid #bf5e2f;
    color: #782309;
    text-align: center;
    text-shadow: 0 1px 0 #f18732;
    -moz-box-shadow: inset 0 1px #f18732;
    -webkit-box-shadow: inset 0 1px #f18732;
    box-shadow: inset 0 1px #f18732;
    background: #e86425;
}
div#login form.canny input[type=submit]:hover{
    opacity: 1.0;
    cursor: pointer;
    -moz-box-shadow: inset 0 1px #f18732, 0 1px 0 #aaa;
    -webkit-box-shadow: inset 0 1px #f18732, 0 1px 0 #aaa;
    box-shadow: inset 0 1px #f18732, 0 1px 0 #aaa;
}
div#login form.canny input[type=submit]:active{
    top: 1px;
    -moz-box-shadow: 0 0 1px #fff, inset 1px 1px #f18732, inset -1px 0 #f18732;
    -webkit-box-shadow: 0 0 1px #fff, inset 1px 1px #f18732, inset -1px 0 #f18732;
    box-shadow: 0 0 1px #fff, inset 1px 1px #f18732, inset -1px 0 #f18732;
    background: -moz-linear-gradient(top, #f18732, #cb612e 1px, #e86425);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f18732), color-stop(0.03, #cb612e), to(#f0f0f0));
    text-shadow: none;
}
/* ---------------------*/
/* ---->>> /FORM <<<----*/
/* ---------------------*/
::selection {
    background: orange;
    color: #fff;
}
::-moz-selection {
    background: orange;
    color:#fff;
}
::-webkit-selection {
    background: orange;
    color:#fff;
}
