/* CSS Document */

/*style the icon/images in table menu on index.html*/
#icon{

position:relative; 
padding-top:10px; 
padding-right: 7px; 
margin-top:0px; 
z-index:1;
}

/*#note{
position:relative; 
padding-top:5px; 
padding-right:70px; 
margin-top:0px; 
font-size:11px; 
text-align:right;

}*/


/*style the title in the table menu on index.html
Academic Checklist, Academic Difficulty...etc*/ 
#title{

width:100px;
padding:0px; 
border-right: 1px solid #BABCB6;
font-size:11px;
text-align:center;

}


/*style the blurb in the table menu on index.html*/
#info{
text-align:left;
overflow:visible;
clear:both;
vertical-align:text-top; /*This aligns all the text to top of cell*/

}

/*style the "back to top" in all the sublink; 1st year, 2nd year...etc*/ 
a.submenu {
position: relative;
left: 480px;
}

/*sets the color of hyperlink to be grey. This is use in the blurb in table menu on index.html*/
a.grey { color: #333333; }
a.grey:link, a:active { color: #333333; text-decoration: none; }
a.grey:visited { color: #333333; text-decoration: none; }
a.grey:hover { color: #333333; text-decoration: none; }


/*togglable class style the slide in and out use on new undergrads*/
.togglable {
	margin-bottom: 2em;
}	

.togglable dd {
	margin: 0px;
	margin: 4px 0px 12px 0px;
	padding: 8px 10px;
	background-color: #ebf0f4;
	border: 1px solid #999;
	color: #555;
	line-height: 1.2em;
	}

.togglable dt {
	padding-bottom: .3em;
	}

.togglable ul {
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	}

.togglable ol {
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	}
	

/* style the "welcome to SFU" message index.html*/
.welcome {
	padding-left: 416px;
	padding-top: 0px;
    text-decoration:none;
	color:#000;
	background-color: #cccccc;
	font-size:11px;
		
}

/* style the rotating caption under main picture in index.html*/
.caption {
	width:415px;
	padding-left: 0px;
	padding-top: 5px;
    text-decoration:none;
	color:#000;
	background-color: #fff;

}

#acadvice_important_blog {
	float: left;
	width: 280px;
	margin-bottom:10px;
	}
	
#acadvice_blog {
	float: left;
	width: 280px;
	padding: 0 17px 20px 40px;
	}

#acadvice_blog small { color: #999; }

#acadvice_blog .post {
	padding-bottom: 10px;
	}

#acadvice_blog .feed {
	background: url(../images/feed.gif) no-repeat 0 50%;
	padding-left: 16px;
	float: right;
	font-size: small;
	}
	
#acadvice_important {
	float: left;
	width: 278px;
	padding-bottom: 30px;
	}
	
