/*  
Theme Name: Aperture_RNA
Version: 1.4.1
Description: A child theme for ReligionLink.com. Its parent is Aperture, designed by <a href="http://www.markforrester.co.za">Mark Forrester</a>.
Author: WooThemes / Dave Herrera
Author URI: http://www.woothemes.com
parent: Aperture
*/

@import url(../aperture/style.css);


/* GLOBAL */
/*********/

.grid_12 a {color: #4E87D5;} /* color links in body text blue */

ul.addtoany_list li a { padding: 0 !important; }

/* HEADER */
/**********/

#button {display:none !important;} /* hide category drop-down in header */

/*Navigation width fixes for child theme -(kf) */
#nav li ul { position: absolute; width: 250px; left: -999em;}
#nav li ul li a { line-height: 20px; width: 240px; }
#nav li ul ul {	margin: -26px 0 0 250px; line-height: 20px;}

/* FOOTER */
/**********/

#cat {width:220px;} /* make category drop-down in footer correct width -- please don't change */

ul.news li .content { /* fix float on text in 'recent religionlinks' widget */
	float: right;
	padding: 0;
	}


/* SINGLE POSTS */
/****************/

.print {
	background: transparent url(images/print.jpg) no-repeat scroll 0 0;
	padding: 3px 0 3px 21px;
	}