

/* 
These two selector chains move the DePaul logo
lower within the masthead to compensate for the
tabs being removed from the template. Simply add the
.minimal-no-tabs class to the masthead class attribute. 
*/

#masthead.minimal-no-tabs img {
	margin: 28px 0 0 0;
	float: left;
}
#masthead.minimal-no-tabs span a {
	color: #fff;
	font-size: 24px;
	margin: 38px 0 0 0;
	float: left;
	text-decoration: none;
}


/* 
These two selector chains adjust the DePaul logo and site name
to fit within the masthead in the presence of tabs.
*/

#masthead.minimal-tabs img {
	margin: 10px 0 0 0;
	float: left;
}
#masthead.minimal-tabs span a {
	color: #fff;
	font-size: 24px;
	margin: 20px 0 0 0;
	float: left;
	text-decoration: none;
}



/* 
When this body ID is used it will compensate
for the lack of margin at the top of the page
in the absense of the breadcrumbs. 
*/

#minimal-template h1 {
	margin-top: 16px;
}


.a-zlist #tabs a {
	padding: 0 5px 0 6px!important;
}

a.null {
	color: #ccc!important;
}



/* Alert State */


#masthead.dpu-redalert {
	background: #9e4d40; /* Old browsers */
	background: -moz-linear-gradient(top, #9e4d40 0%, #9e4d40 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e4d40), color-stop(100%,#9e4d40)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9e4d40 0%,#9e4d40 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9e4d40 0%,#9e4d40 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9e4d40 0%,#9e4d40 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e4d40', endColorstr='#9e4d40',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9e4d40 0%,#9e4d40 100%); /* W3C */
}
#tactical_drawer.dpu-redalert {
	background: #763a30;
}
#tactical_drawer.dpu-redalert li {
	border-right: 1px solid #9e4d40;
}
#tactical_drawer.dpu-redalert li a:hover {
	background: #351316;
}
#masthead.dpu-redalert ul {
	border-top: 1px solid #763a30;
	border-left: 1px solid #763a30;
	border-right: 1px solid #763a30;
}
#masthead.dpu-redalert ul a {
	color: #763a30;
}
#masthead.dpu-redalert ul a:hover {
	color: #fff;
	background: #763a30;
}
#masthead.dpu-redalert .btn-slide {
	background: #763a30; /* Old browsers */
	background: -moz-linear-gradient(top, #763a30 0%, #9e4d40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#763a30), color-stop(100%,#9e4d40));
	background: -webkit-linear-gradient(top, #763a30 0%,#9e4d40 100%);
	background: -o-linear-gradient(top, #763a30 0%,#9e4d40 100%);
	background: -ms-linear-gradient(top, #763a30 0%,#9e4d40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#763a30', endColorstr='#9e4d40',GradientType=0 );
	background: linear-gradient(top, #763a30 0%,#9e4d40 100%);
	-webkit-box-shadow: 0 2px 3px #763a30;
	-moz-box-shadow: 0 2px 3px #763a30;
	box-shadow: 0 2px 3px #763a30;
	border: 1px solid #763a30;
}
#masthead.dpu-redalert form {
	position: absolute;
	margin-top: 65px;
	margin-left: 816px;
}
#masthead.dpu-redalert textarea {
	border: 1px solid #763a30;
}
.sm_para {
	font-size: 12px;
}




