/*
Theme Name: Orange
Theme URI: 
Description: Orange Constructor Theme
Version: 0.1.6
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/
.hentry .title {
    border:0 !important;
}

.hentry .footer .line {
	height:10px;

}

* html .hentry .footer .line {
    height:5px;
    background: none
}
	
.navigation div a{
    text-indent:-9999%;
    display:block;
    width:64px;
    height:40px;
    margin:0 20px
}
.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%}

p.bold {font-weight:bold;} 
p.center {text-align:center;} 
p.bcenter {font-weight:bold;text-align:center;} 
p.bigbcenter {font-size:18pt;font-weight:bold;text-align:center;} 
span.yellow {color:#000000;background-color:#ffff80;}
span.byellow {color:#000000;background-color:#ffff80;font-weight:bold;}
p.small {font-weight:bold;text-align:center;font-size:8pt;}
p.lsmall {font-weight:bold;text-align:left;font-size:8pt;}

.featurebox {background-color: #FFFACD; 
             border: 2px solid black; 
			 font-weight: bold;
			 text-align: center;
			 }
.greyed {background-color: #CCCCCC; 
             color: #708090; 
             border: 2px solid black; 
			 font-weight: bold;
			 text-align: center;
			 }

.boxbrown {background-color:#DEB887; 
           border: 2px solid black; 
		   font-weight: bold;
		   }
