/*
Theme Name: Newsletter Index
Theme URI: http://newsletter.newington.nsw.edu.au/
Description: custom theme based on Insites
Author: Firefly Interactive
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom
*/

/*styles */
@import "./css/styles.css";
@import "./css/content.css";

/* insites theme overrides */
#content 						{ margin:0 auto; width:auto; }
#main 							{ padding-top:0; }
#main, .home #main 				{ background:url(images/background.png) top right no-repeat #141414; }
#primary 						{ width:100%; }
#supplementary.two .widget-area { float: none; margin:0 auto !important; width: 100%; }


.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title		{ width:100%; margin:0; }


/* new stuff */
.blog-links 					{ padding-left:10px; }
.blog-links:after 				{ display:block; height:0; overflow:hidden; content:" "; clear:both; }

.blog-links A 					{ text-decoration:none; color:#FFF; }
.blog-links .blog-link 			{ float:left; width:200px; height:340px; margin:35px 0 0 35px; }
.blog-links .blog-link IMG 		{ display:block; clear:both; margin:0 0 5px 0; }
.blog-links .blog-link 	H2 		{ color:#FFF; font-size:20px; margin:0; padding:6px 0; line-height:1.25em; }
.blog-links .blog-link 	P 		{ padding:0; margin:0; font-size:12px; line-height:1.15em; }
