/**
 * Theme Name: News LORIweb
 * Theme URI: http://devpress.com/themes/news
 * Description: An example child theme of the News parent theme.
 * Version: 0.1
 * Author: DevPress
 * Author URI: http://devpress.com
 * Tags: theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: news
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Copyright (c) 2010 DevPress LLC.  All rights reserved.
 * http://devpress.com
 */

/* Import the News theme stylesheet. */
@import url( '../news/style.css' );

/* All custom style rules should be placed below here. */

#site-title {
float: left;
width: 712px;
height: 140px;
margin: 34px -14px 0;
background: none;
position: absolute;
top: 44px;
}

#site-title a {
display: block;
width: 367px;
height: 80px;
background: url('http://loriweb.org/wp-content/uploads/2012/12/logo_orange80_2.png') no-repeat 0 0;
text-indent: -9999em;
}

/*main text font color: 777777ff*/

.hentry{float:left;width:600px;margin:20px 0 0 20px;display:inline;font:normal normal normal 14px/24px Arial,Verdana,sans-serif;color:#000;background:url(images/bg-post.png) repeat-y}

#menu-primary{height:38px;}
#menu-primary li a{padding:10px 15px 10px 15px;font:bold normal normal 14px/14px Arial,Verdana,sans-serif;text-decoration:none;color:#fff}
#menu-primary li.sfHover ul{top:34px}

#menu-primary ul li{
float: right;
}

#contentwide { 
overflow:hidden; 
float:left; 
width:980px; 
background:url(images/bg-content.png) repeat-x; 
padding:0 0 22px; 
} 
 
.hentrywide { 
float:left; 
width:900px; 
display:inline; 
font:normal normal normal 14px/24px Arial,Verdana,sans-serif; 
color:#777; 
background:url(images/bg-post.png) repeat-y; 
margin:20px 0 0 20px; 
} 

a.more-link {
	color: #DD7A05 !important;
        float: right;
	}