/*  
Theme Name: Aperture_RNA
Version: 1.5.2
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
Template: 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;}



/* HOME PAGE */
/*************/

.featured_text h2 { /* headlines in carousel */
    line-height: 1.2em;
    }



/* 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;
	}
iframe.facebook_like { padding: 0 !important; }


/* SPECIAL REPORT */
/******************/

#home #special {
    padding: 20px 0;
    text-align: center;
}
#home #special h1 {
    font-size: 3.5em;
    margin: 0 0 25px;
}
#home #special h2 {
    line-height: 1.4em;
}
#subhead {
    font-size: 1.5em;
}
#home #special .grid_4 {
    margin: 0 9px;
}

.special-image-block {
    height: 210px;
}
.special-image-block img {
   position: relative;
   width: 100%; /* for IE 6 */
   border: 1px solid #181818;
} 
.special-image-block p {
    color: black;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: -185px;
    margin-left: 10px;
    width: 280px;
}

