@charset "utf-8";
/*
*/

/* style overrides for www.scientologytoday.org */

.nnLatestNewsItemLink {
	font-weight: normal;
}

.nnTopicSideLinkItemLink {
	font-weight: normal;
}

/* =========================================================== */
/* make "Latest News" be a reddish color - emphasizes the list of news as opposed to the lead article
.nnLatestNewsTitle {
	color: #990000;
}
*/

/* =========================================================== */
/* makes the title of the lead article reddish and bigger and different font - emphasize lead article 
.nnFirstTitle:link,.nnFirstTitle:visited {
	color: #660000;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
}
*/

/* =========================================================== */
/* manually adjust the position of the home page image - be careful with this...
	some values you may want to use:
		top
		left
		bottom
		top left
		0px -40px
	this last one allows you to manually adjust the exact position, the first
	  number is how far from the left and the second is how far from the top,
	  usually both numbers will be zero or negative (positive numbers push the
	  image off the displayable area 
	  
.nnFirstImage {
	background-position: bottom;
}
*/

/* =========================================================== */
/* make the background color of the first box be darker and more impactful 
.nnFirstBox1 {
	background-color: #E2E2E2;
}
*/

/* =========================================================== */
/* make the background color of the first box be white - grants more importance to the latest news list
.nnFirstBox1 {
	background-color: #FFFFFF;
	border-right: 1px solid #E2E2E2;
}
*/

/* =========================================================== */
/* swap colors of first image box and latest news box - just mixes things up a bit 
.nnFirstBox1 {
	background-color: #FFFFFF;
}
.nnLatestBox {
	background-color: #F0F0F0;
}
*/

/* =========================================================== */
/* colors the background of the video channel box and removes color from articles 2-4, use to emphasize
   the video channel when it aligns with lead story
.nnVideoChannelBox {
	background-color: #EAE8FF;
}
.nnFirstBox2 {
	background-color: #FFFFFF;
}
*/


/* =========================================================== */
/* emphasize individual topic sections by darkening the background */
/* .nnTopicBoxIntNews               { background-color: #F7F7FF; } */
/* .nnTopicBoxSocialActivities      { background-color: #F7F7FF; } */
/* .nnTopicBoxLocalNews             { background-color: #F7F7FF; } */
/* .nnTopicBoxScientologyChurches   { background-color: #F7F7FF; } */

