/*
Theme Name: Orizon

Theme URI: http://www.skywarriorthemes.com/

Author: Skywarrior themes

Author URI: http://www.skywarriorthemes.com/

Description: Orizon The Gaming Template is a theme for gaming, news and entertainment content. Created using the latest CSS3 , it gives you the possibility of creating a sleek, eye-catching online magazine, blog, gaming or personal project site.

Version: 4.1

License: Skywarrior Themes. All rights reserved.

License URI: http://themeforest.net/user/Skywarrior

Tags: blue, red, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

Text Domain: orizon

*/

@import url('css/font-awesome.css');
@import url('css/font-awesome.min.css');

ul#hot_news_box li .content {
width:auto;
}

#left_wrapper #post_wrapper #header .image {
    display: none;
}

#left_wrapper #post_wrapper #header .info .date_n_author{
    display: none;
}


#post_wrapper{
 
width: 100%;

-webkit-border-radius: 5px;
border-radius: 5px;
float: left;
margin: 0px 15px 0px 25px;
color: #fff;
border-style: solid;
border-width: 1px;
-webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 75);
box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 75);
background: url(css/blue_css/images/hn_box_bg.png) repeat-x top left #1f1f1f;
}


ul#general_news li {
background: url(css/blue_css/images/hn_box_bg.png) repeat-x top left #1f1f1f;
color: #fff;

}

ul#general_news li .info p{
color: #fff;

}

ul#general_news li .info h2{
width:600px;
font-size: 23px;
}

ul#general_news li .info p{
width:auto;

}

ul#hot_news_box  {

padding: 10px 0px 0px 40px;
}

ul#hot_news_box li h2 {

font-size: 23px;
}


ul#menu li a{
padding: 15px 20px 0px 20px;
font-size:20px;

}