/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body { font: normal 14px/20px Arial, Helvetica, sans-serif; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddeaee; }

pre {
	border: 1px solid #fff;
	background: rgba(255,255,255,0.4);
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

.copyright{
    line-height:10px;
    padding-bottom: 10px;
}
.cp-logo{
    width: 81px;
    height: 14px;
    background: url(../images/footer-logo.png) no-repeat;
    opacity: .5;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    display:inline-block;
    cursor:pointer;
    margin-bottom: -1px;
}
.cp-logo:hover{
    opacity: .9;
}