/*
Theme Name: Orange
Theme URI: 
Description: Orange Constructor Theme
Version: 0.1.6
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/
.hentry .footer .line {
	height:64px;
	background: url(line.png) 50% top no-repeat
}
* html .hentry .footer .line {
    height:2px;
    background: none
}
	
.navigation div a{
    text-indent:-9999%;
    display:block;
    width:64px;
    height:40px;
    margin:0 20px
}

#old-header {
    background-image: url(/blog/wp-content/themes/constructor/images/logo.png);
    background-repeat: no-repeat;

}

.logo {
    float: left;
    padding: .5em 1em;
    background: #DDE9F6;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

#header .logo {
    height: auto;
    margin-top: 1em;
}

.logo a, .logo img {
    border: 0;
}

.logo h1, .logo h2 {
   display: none;
}
.navigation .alignleft a{background: url(prev.png) 0 0 no-repeat}
.navigation .alignright a{background: url(next.png) 0 0 no-repeat}
.navigation a:hover {background-position: 100% 100%}
