/* 
==============================
YourStudentCentre.com News Pod Style Sheet
==============================
This CSS cucumber was pickled by:
>> Kyle Dutka at See Design
>> www.seedesign.ca | kyle [at] seedesign.ca
------------------------------
CSSed in Canada inside an igloo with 
dial-up internet powered by beaver
fur and pemmican that was purchased
with coloured money from the Queen.
------------------------------
*/


/* --- General --- */


#news h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 23px;
	font-weight: normal;
 	text-transform: capitalize;
	}

#news h3 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
	}

#news p {
	margin: 0;
	padding: 0 0 10px 0;
	}

/* --- Images --- */

#news img {
	float: left; 
	padding: 5px 10px 5px 0;
	}

/* --- News Item: Full View --- */

.news_item {
	width: 100%;
	}

/* --- News Item: Archive View --- */

#pageid_news .news_item_archive {
	clear: both;
	}

/* --- News Item: Homepage View --- */

#pageid_home .news_item_archive h2 {
	margin: 0 0 10px 0;
	line-height: 18px;
	font-size: 14px;
	}

#pageid_home .news_item_archive h3 {
	margin: 0;
	font-size: 10px;
	}

#pageid_home .news_item_archive {
	float: left;
	width: 30%;
	padding-right: 10px;
	font-size: x-small;
	}

#pageid_home .news_item_archive p:first-line {
	font-weight: bold;	
	}

#pageid_home .news_item_archive img {
	float: none;
	margin: 0;
	padding: 0px;
	}


/* 
==============================
2.1 Advanced News for Homepage Feed
==============================
*/

div.advanced_news_item div.item {
	width: 480px;
	min-height: 100px;
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;
	color: #666666;
	cursor: pointer;
	text-align: left;
	background: url(../../../images/home_newsfeed_item_bkg.png) bottom left no-repeat;
	}

	div.advanced_news_item a:hover div.item {
		cursor: pointer;
		background-position: -500px bottom;
		}
		
	 div.advanced_news_item a:active div.item {
		cursor: pointer;
		background-position: -1000px bottom;
		}


div.advanced_news_item  div.item h1 {
	font-size: 26px;
	margin: 0 0 5px 0;
	}


div.advanced_news_item  div.item h2 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	}
	
div.advanced_news_item  div.item p {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 0 0;
	}

	


/*
------------------------------------------------------------------------------------------
Your {CREATIVITY} is RESTRICTED [when you think] your creativity is BOUND by your {ABILITY}.
&#1501;&#1465;&#1493;&#1500;&#1464;&#1473;&#1513; 
------------------------------------------------------------------------------------------
*/

