/*
Theme Name:	SD62 Portfolio Desk
Theme URI:	http://portfoliotest.sd62.bc.ca/
Description:	Theme for the SD62 Portfolio websites
Author:		Steve Tonnesen	
Author URI:	http://steve.sd62.bc.ca/
Template:	desk-mess-mirrored
Version:	0.1.0
*/

@import url("../desk-mess-mirrored/style.css");

a:link, a:visited { color: #0016d2; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { color: #0016d2; text-decoration: none; }

.widget ul li a {
	color: #0016d2;
	text-decoration: none;
}

.access-teachers {
	border: 3px solid red;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 10px;
}
.access-students {
	border: 3px solid darkgreen;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:10px;
}

.access-public {
	border-radius: 15px;
	border: 3px solid #c9b37f;
	padding:10px;
}

.sd62teachersonly {
	width: 100%;
	text-align:center;
	border-radius:10px;
	background-color:#eecccc;
	font-size: 10px;
	margin-top: 15px;
} 

.sd62classonly {
	width: 100%;
	text-align:center;
	font-size: 10px;
	border-radius:10px;
	background-color:#ddffdd;
	margin-top: 15px;
}

.sd62public {
	width: 100%;
	text-align:center;
	font-size: 10px;
	border-radius:10px;
	background-color:#ffffdd;
	margin-top: 15px;
}

#entry-author-info {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	background-color: #dddddd;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
