@charset "UTF-8";
/* CSS Document */

#wrapper {
width: 810px;
margin: 0 auto;
padding: 0px;
z-index: 50;
position: relative;
}

#clear {
	clear: both;}
	
h2, h3 {
 font-family: helvetica, arial, sans-serif;
 font-weight: normal;
 font-size: 16px;
 /*line-height: 200%;*/
 margin-bottom: 10px;
 text-decoration: none;
}

h1 {
 font-family: helvetica, arial, sans-serif;
 font-weight: normal;
 font-size: 22px;
 text-align: left;
 color: #666;
 /*margin-top: 10px; changed to reflect line-height deletion */
 margin: 10px 0px 10px 0px;
}

/* h2 and h3 are similar except that h2 has a gray dotted line  
underneath */

h2 {
 text-align: left;
 color: #CC0000;
 padding-bottom: 5px;
}

span.school {
padding: 0px;
float: left;
margin-top: -10px;
}

span.school h2 a {
font-size: 22px;
color: #666;
text-decoration: none;
padding: 0px 0px 5px 0px;
	}

h3 {
 text-align: left;
 color: #666;
}

h4 {
    font-size:10px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #007194;
    line-height: 1.4em;
}

h4 span.headline {
    font-weight: normal;
}

h5 {
    text-transform: uppercase;
    font-size:10px;
    font-weight: normal;
    color: #666;
    line-height: 1.8em;
}

h1 a, h1 a:link, h1 a:visited {
    color: #666;
    text-decoration: none;
}

p, blockquote, ul, ol {
	font-size: 13px;
    margin-bottom: 1.5em;
    line-height: 1.5em;
	color: #333;
	list-style-type: none;
}

img {
border: 0px;
}

img.icon {
padding-right: 10px;
}

img.content {
float: left;
margin: 0px 10px 1px 0px;
padding-left: 20px;
    }

.video-home {
vertical-align: text-bottom;
}

blockquote, ul, ol {

}

blockquote {
    margin-right: 3em;
}

a, a:link, a:visited {
    color: #3399FF;
    text-decoration: none;
}

 a:hover {
	 text-decoration:underline;}


/* Header */

#header {
    height: auto;
    padding: 0;
    background: none;
    margin: 0 auto;
    position: relative;
}

#header #nav-primary .container {
	padding: 0;
}

/* Logo */

#logo {
    position: relative;
    height: 60px;
    padding: 20px 0 10px 0px;   
}

#xxxlogo img {
	 width: 401px;}



/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 15px;
	display: inline-block;
	margin: 6px 0px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 2 */
.btn-2 {
	background: #cc0000;
	color: #fff;
	box-shadow: 0 6px #a30000;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
	box-shadow: 0 4px #a30000;
	top: 2px;
}

.btn-2a:active {
	box-shadow: 0 0 #a30000;
	top: 6px;
}

/* Button 2b */
.btn-2b {
	border-radius: 0 0 5px 5px;
}

.btn-2b:hover {
	box-shadow: 0 8px #a30000;
	top: -2px;
}

.btn-2b:active {
	box-shadow: 0 0 #a30000;
	top: 6px;
}

/* Button 2c */
.btn-2c {
	border-radius: 5px;
}

.btn-2c:hover {
	box-shadow: 0 4px #a30000;
	top: 2px;
}

.btn-2c:active {
	box-shadow: 0 0 #a30000;
	top: 6px;
}

/* Search Form - magnifying glass icon */

.nav-search input#s {
	width:30px;
	background-color:transparent;
	border:1px solid #FFF;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
	background-image:url('http://www.northeastern.edu/images/search.png');
	background-repeat:no-repeat;
	background-position:center left
}

.nav-search input#s:hover {
	width:180px;
	background-color:#FFF;
	border:1px solid #CCC;
	padding-left:33px;
}

.nav-search input#s:focus, .nav-search input#s:active{
	width:180px;
	background-color:#FFF;
	padding-left:33px;
	border:1px solid #666;
	background-color:#FFF;
	box-shadow:0 0 4px #E4E4E4 inset;
}

label {
	display: none;
}
.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.nav-search {
	position:absolute;
	top: 44px;
	right: 0;
    margin: 0 20px 0 0;
}

#searchform input#s:hover {
    width:180px;
	background-color:#FFF;
	border:1px solid #ccc;
	padding-left:33px
}

.nav-search input#s:focus, .nav-search input#s:active {
	width:180px;
	background-color:#FFF;
	padding-left:33px;
	border:1px solid #666;
	background-color:#FFF;
	box-shadow:0 0 4px #E4E4E4 inset;
}

input[type="text"], textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
}

input[type="text"] {
    padding: 3px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

#searchsubmit {
    display: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #FAFAFA 60%, #E6E6E6 100%) repeat scroll 0 0 transparent;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 1px #FFFFFF inset;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 1.4rem;
    padding: 1.12em 1.5em 0.88em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

#identifier {
    background: url("http://www.northeastern.edu/images/identifier-header-bg.jpg") repeat scroll 0 0 #EFEFEF;
    padding: 20px 0;
    width: 100%;
}
#identifier h2 {
    font-family: "HelveticaNeueW01-67MdCn 692710", Verdana, sans-serif;
    margin: 0;
    padding: 0px;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 90%;
}

#identifier h2 a:link, #identifier h2 a:visited, #identifier h2 a:hover, #identifier h2 a:active {
    color: #2D2D2D;
    text-decoration: none;
}

/* General Page */

#page {
    width: 808px;
    margin: 0 0 20px 0;
    background: url(../images/bkg_page.png) repeat-y left top;
    padding: 0px 0px 40px 0px;
    background-color:#FFFFFF;
    border: solid 1px #666;
    border-top: 0px;
}

#panoramic {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 808px;
    border: 0px;
}

#page #generic {
    float: right;
    padding: -2px 0px;
    margin: 0px;
    width: 536px; /* Max 544, decrease to increase padding */
    border: 0px;
}   
s
#twomod div.widgets_on_page {
    width: 48%;
}
#page_module3.widgets_on_page, #page_module2.widgets_on_page {
    margin-left: 15px;
}

img.alignleft {
	float: left;
	margin: 5px 10px 5px 0px}
img.alignright {
	float: right;
	margin: 5px 0px 5px 10px}

div.featured-thumbnail img {
	width: 100%;
	height: auto;}

#content {
width: 716px;
}
#content p {
    margin: 10px 0px 0px 0px;
}
#content h2, #content h2 a  {
 text-align: left;
 font-size: 22px;
 color: #cc0000;
text-decoration: none;
}
#content #onecol {
float: left;
width: 554px;
padding: 40px 20px 0px 8px;
}

#content #twocol {
    float: left;
    width: 314px;
    padding: 15px 16px 0px 8px;
}

#content #onecol h2, #content #twocol h2 {
    border-bottom: dotted 1px #999;
}

#onecol a, #onecol a:link, #onecol a:visited {
    color: #00A1CF;
        font-weight: normal;
    text-decoration: none;
}

#onecol a:hover, #onecol a:active {
        text-decoration: underline;
}


	#sidebar .widget-area {
    background-color: #E7E7E7;
    margin-top: 10px;
    min-height: 196px;

}

div.widget-area ul h3{
	background-color: #CC0000;
	color: #FFFFFF;
    height: 22px;
    padding: 5px 0 5px 10px;
	text-transform:uppercase;}
	
	div.widgets_on_page {
	float: left;
	width: 31%;
	background-color: #e7e7e7;
    background-position: 0 40px;
    background-repeat: repeat-x;
    padding: 0px;
	margin: 10px 0px 0px 0px;
	min-height: 250px;}
	
#twomod div.widgets_on_page {
width: 48%;}
#onemod div.widgets_on_page {
width: 100%;}
	
	div.widgets_on_page ul, div.textwidget ul{
	padding: 0;
	margin: 0px;
	list-style: none;}
	div.textwidget ul li, div.widget-area ul li, ul.bulleted li{
	background-image: url("http://www.northeastern.edu/css/images/redArrow_8x8.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    padding: 0px 5px 0px 10px;
	margin-left: 8px;
	margin-top: 5px;}
	
	div.post-single ul{
	padding: 0;
	margin: 10px 0px 0px 0px;
	list-style: none;}
	div.post-single ul li{
	background-image: url("http://www.northeastern.edu/css/images/redArrow_8x8.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    padding: 0px 5px 0px 10px;
	margin-left: 8px;}
	
	body.single div.post-content ul{
	padding: 0;
	margin: 10px 0px 0px 0px;
	list-style: none;}
	body.single div.post-content ul li{
	background-image: url("http://www.northeastern.edu/css/images/redArrow_8x8.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    padding: 0px 5px 0px 10px;
	margin-left: 8px;}
	
	h2.widgettitle {
	background-color: #CC0000;
    color: #FFFFFF !important;
	font-size: 15px!important;
    height: 22px;
    padding: 5px 0 5px 10px;
    text-transform: uppercase;}
	
div.widgets_on_page p, div.textwidget {
padding: 0px 10px 10px 10px;
}
#lw {
    background-color: transparent!important;}
	
	
div.lwn { font-size: 13px;line-height: 13px;}

.floatleft {
	float: left;
	margin: 10px 10px 0px 0px;}
	.floatright{
		float: right;
		margin: 10px 0px 0px 10px;}
		
@media only screen and (min-width: 768px) and (max-width: 991px) {

#identifier h2 {
margin: 0 0 0 10px;
}

#content {
    width: 538px !important;
}

}

@media only screen and (min-width: 990px) {
#twomod div.widgets_on_page {
width: 48%;}
#onemod div.widgets_on_page {
width: 100%;}
#page_module3.widgets_on_page, #page_module2.widgets_on_page {
margin-left: 25px;}
#content {
width: 716px; }	
div.widgets_on_page {
width: 31%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
div.widgets_on_page {
width: 100%;
min-height: 0px;	}
#page_module3.widgets_on_page, #page_module2.widgets_on_page {
margin-left: 0px;
}
#twomod div.widgets_on_page {
width: 100%;}
}


@media only screen and (max-width: 479px) {
div.widgets_on_page {
	float: left;
	width: 100%;
	min-height: 0px;
}

#page_module3.widgets_on_page, #page_module2.widgets_on_page {
margin-left: 0px;
}	
#twomod div.widgets_on_page {
width: 100%;}

}