/*----------------------------------------------
	HOME.CSS
	Author:		Engage Interactive
	Colours:	
----------------------------------------------*/

p.break {
		padding:0 0 20px 0;
		background:url(/assets/rouge/images/homepage/divider.gif) bottom left no-repeat;
		margin-bottom:0;
}

/*-------------------------------
	LATEST NEWS 
-------------------------------*/

.paper_content ul li {
		padding-left:18px;
		margin-bottom:7px;
		background: url(/assets/rouge/images/icons/mini_crest.gif) no-repeat scroll left center;
}

.paper_content ul li a {
		text-decoration:none;
}

.paper_content ul li a:hover {
		text-decoration:underline;
}

/*-------------------------------
	BLACKBOARD REEL 
-------------------------------*/

#double_col {
	width:479px;
	height:274px;
	padding:16px 16px 23px 17px;
	background:url(/assets/rouge/images/homepage/blackboard_frame.gif);
}

#window{
	position:relative;
	width:479px;
	height:274px;
	overflow:hidden;
}

#slider{
	position:absolute;
	left:0;
	top:0;
	width:10000px;
	height:274px;
}

#slider li{
	display:block;
	float:left;
	width:479px;
	height:274px;
}

#bb_nav li{
	position:absolute;
	top:546px;
	left:50%;
	width:61px;
	height:60px;
	z-index:200;
}

#bb_nav li.next{
	margin-left:345px;
}

#bb_nav li.prev{
	margin-left:-151px;
}

#bb_nav li.prev a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
	background:url(/assets/rouge/images/homepage/button_left.png);
}

#bb_nav li.next a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
	background:url(/assets/rouge/images/homepage/button_right.png);
}


/*-------------------------------
	TWITTER 
-------------------------------*/

#twitter {
	position:relative;
	display:block;
	width:720px;
	height:35px;
	padding-left:50px;
	background:#4a0706 url(/assets/rouge/images/template/subnav_back.jpg);
	overflow:hidden;
	color:#ebe0cc;
	font-style:italic;
}

#twitter p.loading {
	padding-left:24px;
	margin:9px 0 0;
	background:url(/assets/rouge/images/homepage/tweet_loading.gif) 0 1px no-repeat;
	font-size:11px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
}

#twitter a.link {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:40px;
	height:35px;
	background:url(/assets/rouge/images/homepage/tweet_icon.gif) no-repeat;
	text-indent:-5000px;
}

#twitter a.link:hover {
	background-position:0 100%;
}

#twitter .fade {
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:48px;
	height:35px;
	background:url(/assets/rouge/images/homepage/tweet_fade.png);
	z-index:2000;
}

/*---------------------
	TWEETS
	The code for this is generated by tweet.js
	(The id cannot be changed, twitter says so)
*/
 
#twitter_update_list{
	position:absolute;
	left:44px;
	top:34px;
	display:block;
	width:1000px;
	height:300px;
	overflow:hidden;
	z-index:100;
}
#twitter ul li{
	position:relative;
	display:block;
	width:1600px;
	height:25px;
	padding-top:10px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
}
 
#twitter_update_list li a{
	padding:1px 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#3c0606;
	color:#eacd65;
	text-decoration:none;
}
#twitter_update_list li a:hover{
	text-decoration:underline;
}

/*---------------------
	FIND MY NEAREST 
*/

#loading {
	width:200px;
	padding:10px 10px 10px 30px ;
	font-style:italic;
	color:#666;
	margin:110px 0 0 160px;
	background:url(/assets/rouge/images/homepage/location_loader.gif) center left no-repeat;
}

#results {
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:479px;
	height:274px;
	background:#000;
	background:rgba(0,0,0,0.9);
	z-index:10;
	color:#FFF
}

#results h4 {
	font-size: 18px;
	font-style:italic;
	color: #FFF;
	padding: 0 0 0 30px;
	margin: 25px 0 5px 0;
}

#results p{
	padding: 0 5px 0 10px;
	margin: 5px 0 5px 0;
}

#results ul li {
	padding: 0 0 0 30px;
	margin:10px 0;
	font-size:13px;
}

#results ul li a {
	background:#FFF;
	padding:3px 5px;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}