/* put your styles here */

#column-content-wrap {
	border-left: none;
	left: 0;
	padding: 0;
  width: 960px;
}

.stickytop #wrap-master { background-attachment: scroll; background-position: 50% 0px; }

#portal-column-content {
	left: 0;
	padding: 0;
}
#section-middle {
	background: none;
}

#region-content {
  padding: 0 !important;
  margin: 0;
}
.documentContent {
  background-color: #FFFFFF;
}
#home-slideshow {
	background: url("http://www.salem.edu/themes/images/home/ssAug2011b/HomePage2011-1.jpg") no-repeat scroll 0 0 transparent;
	width: 960px;
  height: 400px;
  display: block;
  border: none;
  position: relative;
  overflow: hidden;
  float: left;
  /*margin: -2px 3px 2px -3px;*/
}
#home-slideshow .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: none
}
#home-slideshow ul, #home-slideshow li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home-slideshow li {
  width: 960px;
  overflow: hidden;
  position: relative;
  /*position: absolute;*/
  /*width: 742px;*/
  /*padding: 0;*/
  /*margin: 0;*/
  /*display: none;*/
}
#home-slideshow img {
  border: none;
  height: 400px;
  width: 960px;
}
#home-slideshow .nav {
	left: 760px;
	top: 360px;
	height: 40px;
	width: 70px;
	position: relative;
	z-index: 101;
	opacity: 0.2;
	filter:alpha(opacity=20);
}
#home-slideshow:hover .nav {
	opacity: 1;
	filter:alpha(opacity=100);
}
#home-slideshow .browse {
	background: url(/themes/images/slideshow-hori-small.png) no-repeat;
	display: block;
	float: left;
	/*margin: 4px;*/
	height: 30px;
	width: 30px;
	text-indent: -9999em; 
	cursor: pointer;
}
#home-slideshow .prev:hover {
	background-position: -30px 0;
}
#home-slideshow .prev:active {
	background-position: -60px 0;
}
#home-slideshow .next {
	background-position: 0 -30px;
}
#home-slideshow .next:hover {
	background-position: -30px -30px;
}
#home-slideshow .next:active {
	background-position: -60px -30px;
}
#home-wwc {
  float: right;
  width: 200px;
}
#section-middle-top {
  height: 420px;
  padding: 10px 0;
}

#home-main-wrapper {
  background-color: #F8DA6C;
  width: 100%;
  float: left;
}
#home-content-bottom {
  float: left;
  width: 960px;
}
#home-bottom-right {
  float: right;
  width: 270px;
}
#home-bottom-right img {
  width: 270px;
  display: block;
}
#home-bottom-right div {
  margin-bottom: 10px;
}
#home-give {
  margin-top: 10px;
}
#home-bottom-wrapper {
  background-color: #F4EEC6;
  clear: both;
  float: left;
  width: 100%;
}
div#content ul {
  padding-left: 0;
  line-height: 16px;
}
#portlets-below {
  margin-top:0;
  float: left;
}
.newsEvents {
  width: 100%;
  float: left;
}
.newsEvents dd {
  clear: none;
	float: left;
	width: 290px;
	height: 110px;
	padding: 5px 15px;
}

.portletBetterEvents dd {
	height: 80px;
}

.seeMore {
	clear: both;
  display: block;
  text-align: center;
  text-decoration: none;
	margin-bottom: 15px;
}
.newsEvents .portletHeader {
  display: none;
}
/*.ne-header {
  float: left;
  border-bottom: 3px solid #C5CD4B;
  padding: 5px 18px 0px 20px;
  font-size: 20px;
  font-family: Garamond, serif;
}
*/
#home-ne-wrapper {
	clear: both;
  float: left;
  width: 100%;
  color: #736a6a;
}
.portletBetterEvents .portletItem a {
    float: right;
    width: 240px;
}
.event-datetime {
	font-size: 0.9em;
}
#home-bottom-right {
  /*display: none;*/
}
.neBufferTab {
  top: 4px;
}
#home-bottom-center {
  width: 270px;
  float: right;
  margin-right: 20px;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#home-scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;
	height:240px;
	float: left;

	/* custom decorations */
/*	border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;
*/
}


/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#home-scrollable .items {
	/* this cannot be too large */
	position:absolute;
	clear:both;
	width: 3600px;
	overflow: hidden;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
#home-scrollable .items div {
/*	float:left;*/
  font-family: garamond,arial,helvetica,clean,sans-serif;
}
#home-scrollable > .items > div {
	float: left;
	width: 900px;
}
#home-scrollable > .items > div > div {
  margin: 0 10px;
  height: 240px;
  width: 280px;
  float: left;
}

#home-scrollable-wrapper {
	float: left;
	margin: 10px 0;
}
/* prev, next, prevPage and nextPage buttons */
#home-scrollable-wrapper > a.browse {
	background:url(/themes/images/scrollable-hori-large.png) no-repeat;
	display:block;
	width:30px;
	height:40px;
	float:left;
	margin:96px 0px;
	cursor:pointer;
	font-size:1px;
}


/* right */
#home-scrollable-wrapper > a.right 				{ background-position: 0 -40px; clear:right; }
#home-scrollable-wrapper > a.right:hover 		{ background-position:-30px -40px; }
#home-scrollable-wrapper > a.right:active 	{ background-position:-60px -40px; } 

/* left */
#home-scrollable-wrapper > a.left				{ margin-left: 0px; } 
#home-scrollable-wrapper > a.left:hover  		{ background-position:-30px 0; }
#home-scrollable-wrapper > a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button * / 
#home-scrollable a.disabled {
	visibility:hidden !important;		
} 	

/* single scrollable item * /
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item * /
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
*/
#home-links > div {
	height: 50px;
	color: #595959;
	text-align: right;
	font-size: 16px;
}
#home-links span {
	display: block;
	font-size: 1.1em;
	position: relative;
	text-align: center;
	top: -10px;
	z-index: -1;
}
#home-links a {
	background: url("/themes/images/home/home-links-centered.gif") no-repeat 0 0 transparent;
	display: block;
	height: 30px;
	width: 280px;
	text-align: left;
	text-indent: -9999em;
}
#home-links .apply a {
	background-position: 0 -30px;
}
#home-links .tour a {
	background-position: 0 -60px;
}
#home-links .visit a {
	background-position: 0 -90px;
}
#home-links .womenscollege a {
	background-position: 0 -120px;
}


#home-by-the-numbers {
  height: 240px;
	width: 280px;
}
#home-by-the-numbers .items {
	width: 280px;
}

#home-by-the-numbers .items > div {
	background: url("/themes/images/home/Salem-BTN-Numbers.gif") no-repeat 0 0;
	clear: both;
	float: left;
	height: 70px;
	margin-bottom: 15px;
	width: 280px;
	overflow: hidden;
}
#home-by-the-numbers .items .years { background-position: 0 0; }
#home-by-the-numbers .items .years p { padding-right: 90px; }
#home-by-the-numbers .items .fabcbb { background-position: 0 -70px; }
#home-by-the-numbers .items .fabcbb p {	padding-left: 85px; }
#home-by-the-numbers .items .f2s { background-position: 0 -140px; }
#home-by-the-numbers .items .f2s p { padding-right: 100px; }
#home-by-the-numbers .items .majors {	background-position: 0 -210px; }
#home-by-the-numbers .items .majors p { padding-left: 80px; }	
#home-by-the-numbers .items .avgcs { background-position: 0 -280px; }
#home-by-the-numbers .items .avgcs p { padding-right: 70px; }
#home-by-the-numbers .items .ncaa {	background-position: 0 -350px; }
#home-by-the-numbers .items .ncaa p { padding-left: 35px; }
#home-by-the-numbers .items .fabc { background-position: 0 -420px; }
#home-by-the-numbers .items .fabc p { padding-right: 85px; }
#home-by-the-numbers .items .usatoday { background-position: 0 -490px; }
#home-by-the-numbers .items .usatoday p { padding-left: 85px; }
#home-by-the-numbers .items .minors { background-position: 0 -560px; }
#home-by-the-numbers .items .minors p { padding-right: 80px; }
#home-by-the-numbers .items .lawSchool { background-position: 0 -630px; }
#home-by-the-numbers .items .lawSchool p { padding-left: 120px; }
#home-by-the-numbers .items .alumnae { background-position: 0 -700px; }
#home-by-the-numbers .items .alumnae p { padding-right: 120px; }
#home-by-the-numbers .items .clubs { background-position: 0 -770px; }
#home-by-the-numbers .items .clubs p { padding-left: 65px; }
#home-by-the-numbers .items .avgearnings { background-position: 0 -840px; }
#home-by-the-numbers .items .avgearnings p { padding-right: 100px; font-size: 14px; }
#home-by-the-numbers .items .medicalSchool { background-position: 0 -910px; }
#home-by-the-numbers .items .medicalSchool p { padding-left: 120px; }
#home-by-the-numbers .items .womenFaculty { background-position: 0 -980px; }
#home-by-the-numbers .items .womenFaculty p { padding-right: 105px; }
#home-by-the-numbers .items .spiritsYear { background-position: 0 -1050px; }
#home-by-the-numbers .items .spiritsYear p { padding-left: 105px; }

#home-by-the-numbers .even {
	background-color: transparent;
}
#home-by-the-numbers .byTheNumbers h4 {
	text-indent: -9999em;
	float: right;
	font-size: 60px;
	font-style: italic;
	letter-spacing: -3px;
	margin: 0 5px;
}
#home-by-the-numbers .byTheNumbers h4 sup {
	font-size: 30px;
	padding: 0 3px;
}
#home-by-the-numbers .even h4 {
	float: left;
	margin-right: 8px;
}
#home-by-the-numbers .odd p {
	text-align: right;
}
.byTheNumbers p {
	color: #595959;
	font-size: 17px;
	line-height: 17px;
	margin-top: 32px;
}
#home-by-the-numbers .short p {
	margin-top: 48px;
}
#home-by-the-numbers .medium p {
	font-size: 15px;
	margin-top: 32px;
}

#home-by-the-numbers .long p {
	font-size: 15px;
	margin-top: 8px;
}

#home-by-the-numbers .jCarouselBTN {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 240px;
	width: 280px;
}
#home-by-the-numbers .jCarouselBTNDis .items {
	position:absolute;
	margin-left: -10px;
	/* this time we have very large space for the height */
	height:	40000px;
	width: auto;
	top: -85px;
}
/*#home-by-the-numbers .scrollable .items img { clear: both; float: left; margin-bottom: 15px; }*/
#btn-actions { text-align: center; padding: 7px 0; float: left; }
#btn-actions a { background: url("/themes/images/scrollable-vert-small.png") no-repeat 0 0; display: block; height: 16px; width: 20px; float: left; cursor: pointer; }
/* up */
#btn-actions > a.up { background-position: 0px 0; margin: 0 10px 0 115px;}
#btn-actions > a.up:hover 		{ background-position: 0px -16px; }
#btn-actions > a.up:active 	{ background-position: 0px -32px; } 

/* down */
#btn-actions > a.down	{ background-position: -20px 0; } 
#btn-actions > a.down:hover  		{ background-position:-20px -16px; }
#btn-actions > a.down:active  	{ background-position:-20px -32px; }

#home-video-button p, #home-give p {
	color: #595959;
	font-size: 15px;
}
#home-give p {
	font-size: 16px;
}

#pageflip {
	display: block;
	position: relative;
	z-index: 101;
}
#pageflip img {
	width: 23px; height: 26px;
	z-index: 101;
	position: absolute;
	right: 0; bottom: -400px;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 21px; height: 24px;
	position: absolute;
	z-index: 50;
	right: 0; bottom: -400px;
	background: url(/themes/images/home/FOMReveals.png) no-repeat right bottom;
	text-indent: -9999px;
	overflow: hidden;
}
#pageflip .msg_block span {
	width: 125px; height: 140px;
	position: absolute;
	background: url("/themes/images/home/FOMReveals.png") no-repeat scroll 0 0 transparent;
	right: 0; bottom: 0;
}
#pageflip .msg_block .slide0 { background-position: 0 0; }
#pageflip .msg_block .slide1 { background-position: -125px 0; }
#pageflip .msg_block .slide2 { background-position: -250px 0; }
#pageflip .msg_block .slide3 { background-position: -375px 0; }
#pageflip .msg_block .slide4 { background-position: -500px 0; }
#pageflip .msg_block .slide5 { background-position: -625px 0; }
#pageflip .msg_block .slide6 { background-position: -750px 0; }
#pageflip .msg_block .slide7 { background-position: -875px 0; }
#pageflip .msg_block .slide8 { background-position: -1000px 0; }
#pageflip .msg_block .slide9 { background-position: -1125px 0; }

.video240homeOverlay {
	text-align: center;
	font-size: 1.3em;
	margin: 8px 0 0 20px;
}
.video240homeOverlay a { text-decoration: none;}
.video240homeOverlay a:hover { text-decoration: underline; }
/*
 #home-ne-wrapper .on {
  border: 3px solid #C5CD4B;
  border-bottom: transparent;
  border-top-left-radius: 12px;
  padding: 2px 15px 3px 17px;
  color: #000000;
}
#home-ne-buffer {
}
* /
.news .portletHeader span {
  border-bottom: none;
}
.portletHeader {
  border: none;
}
*/

