.left { display: inline-block; float: left; }
.right { display: inline-block; float: right; }
.clear { clear: both; }

div.caption div.img
{
	position: relative;
}

div.caption div div.cap
{
	background-image:url(/resource/image/largeBlackTransparent.png);
	background-repeat:repeat;
	padding:10px;
	text-align:left;
	color:#fff;
	font-size:11px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

div.caption div.act a
{
	width: 33%;
	float: left;
	text-align: left;
}

div.caption div.act div
{
	width: 66%;
	font-style: italic;
	color: #999;
	font-weight: bold;
	font-size: 9px;
	float: left;
	text-align: right;
}

.headline
{
	font-size: 24px;
	color: #00A6DD;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.breadcrumb {
	font-size:10px;
	color:#000099;
	text-decoration:none;
}
a:hover.breadcrumb {
	font-size:10px;
	color:#000099;
	text-decoration:underline;
}
a.breadcrumbActive {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a:hover.breadcrumbActive {
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}
.breadcrumbArrow {
	font-size:10px;
	color:#000000;
	text-decoration:none;
	padding:5px 0 0 10px;
}

#IssueLanding
{
	display: block;
	/*width: 662px;*/
	height: 536px;
	background-repeat:repeat-x;
	position: relative;
}

#IssueLanding div.btnIssue{
	height: 145px;
	width: 255px;
	position: absolute;
	z-index: 160;
	top: 35px;
	left: 30px;
	cursor:pointer;
}

#IssueLanding div.ah
{
	position: relative;
	left: 33px;
	top: 180px;
	width: 242px;
	height: 329px;
	overflow-y: hidden;
	float: left;
}

#IssueLanding a.IssueUrl
{
	position: relative;
	left: 70px;
	top: 45px;
	width: 340px;
	height: 441px;
	overflow: hidden;
	float: left;
}

.btnTeachingResources
{
	margin:0 0 14px 0;
	background:url(/resource/image/ClassMags/issueLandingButtons.gif) no-repeat 0px top scroll;
	width:200px;
	height:35px;
	display:block;
	float:left;
	text-decoration: none !important;
}

.btnSkillsSheets
{
	margin:0 0 14px 14px;
	background:url(/resource/image/skillsSheetsBtn.png);
	width:200px;
	height:35px;
	display:block;
	float:left;
	text-decoration: none !important;
}

.btnPrintables
{
	margin:0 0 14px 14px;
	background:url(/resource/image/ClassMags/issueLandingButtons.gif) no-repeat -200px top scroll;
	width:200px;
	height:35px;
	display:block;
	float:left;
	text-decoration: none !important;
}

.btnActivities
{
	margin:0 0 14px 14px;
	background:url(/resource/image/ClassMags/btn_printables.png) no-repeat 0 0;
	width:200px;
	height:35px;
	display:block;
	float:left;
	text-decoration: none !important;
}

.btnLFORedPrintables
{
	margin:0 0 14px 14px;
	background:url(/resource/uploads_lfo/Images/Clifford_Printables_btn.jpg);
	width:200px;
	height:29px;
	display:block;
	float:left;
	text-decoration: none !important;
}

.btnCliffordRedPrintables
{
	margin:0 0 14px 14px;
	background:url(/resource/uploads_clifford/Images/Clifford_Printables_btn.jpg);
	width:200px;
	height:29px;
	display:block;
	float:left;
	text-decoration: none !important;
}

.btnGoToStudentView
{
	margin:0 0 14px 14px;
	background:url(/resource/image/ClassMags/issueLandingButtons.gif) no-repeat -400px top scroll;
	width:230px;
	height:35px;
	display:block;
	float:left;
	text-decoration: none !important;
}
.btnBackToTeacherView
{
	margin:0 0 14px 14px;
	background:url(/resource/image/ClassMags/issueLandingButtons.gif) no-repeat -630px top scroll;
	width:230px;
	height:35px;
	display:block;
	float:left;
	text-decoration: none !important;
}

.btnSkillsSheets span, .btnTeachingResources span, .btnGoToStudentView span, .btnBackToTeacherView span{
	visibility: hidden;
}


a:focus, a:active { outline: 0; border: 0; }
a::-moz-focus-inner { border: 0; }

.videoButton {
	cursor: pointer;
}
