/* -----------------------------------------------------------------
	sections
		- all unique selectors, divided by widget	
----------------------------------------------------------------- */
/*
img {
	width: auto !important;
	height: auto !important;
}
*/
div.widget {
	margin-bottom: 18px;
	width: 216px;
	background: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
	/* from master.css, components.css, for cms */
div#lightview div.widget .hdr_replace, 
body#modal div.widget .hdr_replace {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 2em;
}	
div#lightview div.widget a,
body#modal div.widget a {
	color: #a60000;
	border-color: #a60000;
}	
div#lightview div.widget a.c_more,
body#modal div.widget a.c_more {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font: italic 12px/18px Georgia, 'Palatino', 'Century Schoolbook', serif;
	text-transform: lowercase;
}
div#lightview div.widget div.d_content a.c_more:hover,
body#modal div.widget div.d_content a.c_more:hover {
	border-bottom-color: transparent;
}
div#lightview div.widget .inverted *,
body#modal div.widget .inverted * {
	color: #fff;
}
div#lightview div.widget .inverted a.c_more,
body#modal div.widget .inverted a.c_more {
	border-bottom-color: #fff;
}
div#lightview div.widget a.img,
body#modal div.widget a.img {
	border-bottom: 0;
}

div.widget div.d_content {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;	
}
div#lightview div.widget div.d_content p, /* override rules for cms */
body#modal div.widget div.d_content p,
div.widget div.d_content p {
	padding: 12px 24px 0 32px;
}
div#lightview div.widget div.d_content p.foot_link,
body#modal div.widget div.d_content p.foot_link,
div.widget div.d_content p.foot_link {
	text-align: center;
	padding-left: 4px;
	padding-right: 0;
}
div#lightview div.widget div.d_content p.l_align,
body#modal div.widget div.d_content p.l_align,
div.widget div.d_content p.l_align { /* overrides .foot_link */
	padding: 6px 24px 0 32px;
}
div#lightview div.widget div.d_content p.lead,	
body#modal div.widget div.d_content p.lead,	
div.widget div.d_content p.lead {
	padding: 8px 0;
	margin: 12px 24px 0 26px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #cb6b6b ;
	font: italic 15px/20px Georgia, 'Palatino', 'Century Schoolbook', serif;
}
div#lightview div.widget div.d_content p.lead span.light
body#modal div.widget div.d_content p.lead span.light
div.widget div.d_content p.lead span.light {
	color: #565656;
}
div#lightview div.widget div.inverted p.lead,
body#modal div.widget div.inverted p.lead,
div.widget div.inverted p.lead {
	border-color: #959392;
}	
div#lightview div.widget div.d_content p.emp,
body#modal div.widget div.d_content p.emp,
div.widget div.d_content p.emp {
	font-family: Georgia, 'Palatino', 'Century Schoolbook', serif;
}

div#lightview div.widget p.big, div#lightview div.widget span.big, 
body#modal div.widget p.big, body#modal div.widget span.big, 
div.widget p.big, div.widget span.big {
	font-size: 18px;
}

div#lightview div.widget div.d_content h3.hdr_replace,
body#modal div.widget div.d_content h3.hdr_replace, 
div#container_gutter div.widget div.d_content h3.hdr_replace {
	background-position: 16px 10px;
	padding-bottom: 6px;
}

/* living in la */

div.w_living {
	background-image: url("../img/widgets/living.jpg");
	height: 300px;
}
div.w_living div.d_content {
	padding-top: 160px;
}

/* help with major */

div.w_major {
	background-image: url("../img/widgets/major.jpg");
	height: 240px;
}
div.w_major div.d_content {
	padding-top: 185px;
}

/* photo gallery */

div.w_photos {
/*	background-image: url("../img/widgets/photos.jpg");*/
/*	height: 360px;*/
}
#hdr_photo_gallery { 
	background-image: url('../img/shared/title_photo_gallery_dk.gif'); 
}
div.w_photos div.d_content {
/*	padding-top: 313px;*/
}

div#lightview div.w_photos div.d_content p.thumbs, 
body#modal div.w_photos div.d_content p.thumbs, 
div.w_photos div.d_content p.thumbs {
	padding-left: 18px;
	padding-right: 16px;
	line-height: 0;
}
div.w_photos p.thumbs img {
	padding: 0 2px 2px 0;
	float: left;
}

/* videos */

div.w_videos {
/*	
	height: 350px;
	background-image: url("../img/widgets/videos.jpg");
*/
}
div.w_videos div.w_extend_bg {
	background: transparent url('../img/widgets/videos_bg.jpg') center 2px no-repeat;
}
div.w_videos div.d_content {
	padding-top: 54px;
}
div.w_videos div.d_content img {
	margin-left: 20px;
	padding-bottom: 20px;
	width: auto !important;
	height: auto !important;
}
div#lightview div.w_videos div.d_content p.emp,
body#modal div.w_videos div.d_content p.emp,
div.w_videos div.d_content p.emp {
	padding-top: 4px;
	padding-bottom: 12px;
	text-align: left;
	word-spacing: 4px;
}
div.w_videos span.big {
	padding-right: 10px;
}

/* magazine */

div.w_magazine {
	background: transparent url('../img/widgets/college_magazine.jpg') 0 0 no-repeat;
	height: 276px;
}
div.w_magazine div.d_content {
	padding-top: 230px;
}

/* extendible container */

div.w_extend {
	background: url('../img/widgets/w_extend.jpg') 0 0 repeat-y;
	width: 216px;
}
div.w_extend_bottom {
	background: url('../img/widgets/w_extend_bot.jpg') bottom left no-repeat;
	padding-bottom: 24px;
}
div.w_extend_top {
	background: url('../img/widgets/w_extend_top.jpg') 0 0 no-repeat scroll;
	padding: 5px 2px 0 2px;
	zoom: 1;
}
	/* extension */
div.w_extend_dk {
	background-image: url('../img/widgets/w_extend_dk.gif');
}
div.w_extend_dk div.w_extend_bottom {
	background-image: url('../img/widgets/w_extend_bot_dk.gif');
}
div.w_extend_dk div.w_extend_top {
	background-image: url('../img/widgets/w_extend_top_dk.gif');
}
	/* extension */


/* in the news */

ul#in_the_news li {
	border-bottom: 1px solid #ddd;
	padding: 22px 16px 24px 26px;
	overflow: hidden;
}
ul#in_the_news li img.inset {
	float: left;
	margin-right: 6px;
	border: 1px solid #dfdfdf;
	padding: 4px;
}
ul#in_the_news li h3 {
	color: black;
	font-size: 12px;
	line-height: 16px;
}
div#lightview ul#in_the_news li p, 
body#modal ul#in_the_news li p, 
ul#in_the_news li p {
	color: #444;
	font: 10px/15px "Lucida Grande", "Lucida", Arial, Helvetica, sans-serif;
}
ul#in_the_news li p a:link, ul#in_the_news li p a:visited {
	border-bottom: 1px dotted;
	color: #940707;
}
ul#in_the_news li.last {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 0;
}
ul#in_the_news h3#itn_title {
	background: url('../img/news/itn_title.jpg') 0 0 no-repeat scroll;
	width: 120px;
	height: 20px;
	text-indent: -9999em;
		margin: 18px 0 0 24px;
}
ul#in_the_news div.input input {
	background: transparent;
	border: 0;
}
ul#in_the_news div.signup_input input {
	background: url('../img/widgets/sign_up_bg.gif') 0 0 no-repeat scroll;
	color: #111;
	width: 162px;
	height: 15px;
	font: 12px Georgia, "Palatino", serif;
	padding: 5px;
}

/* newsletter */

#e_newsletter {
	background: white url('../img/widgets/newsletter_bg.gif') 0 100% no-repeat;
	padding-bottom: 16px;
}
#e_newsletter #e2ma_signup {
	padding: 3px 0 0 0;
}
#e_newsletter .e2ma_signup_form_required_footnote {
	display:none;
}
#e_newsletter #e2ma_signup_reset_button {
	display:none;
}
#e_newsletter .e2ma_signup_form_required_asterix {
	display:none;
}
#e_newsletter .e2ma_signup_form_label {
	float: left;
	width: 50px;
	font-weight: bold;
	padding: 5px 0 0 0;
}
#e_newsletter .e2ma_signup_form_element {
	float: left;
}
#e_newsletter .e2ma_signup_form_element input {
	border: 2px solid #b0b0b0;
	width: 108px;
	height: 18px;
	padding: 3px 0 0 2px;
}
#e_newsletter #e2ma_signup_form_button_row {
	clear: both;
	text-align: right;
	padding: 7px 0 0 0;
}
#e_newsletter input#e2ma_signup_submit_button {
	background: url(../img/widgets/sign_up_newsletter.gif);
	border: none;
	color: #FFF;
	text-transform: uppercase;
	width: 90px;
	height: 29px;
	cursor: pointer;
	font: normal 10px Arial, Verdana, sans-serif;
}
div.e_contents {
	padding: 0 19px 0 21px;
}
h3#e_title {
	background: url('../img/widgets/e_title.gif') 0 0 no-repeat scroll;
	width: 124px;
	height: 20px;
	text-indent: -9999em;
	margin-top: 15px;
}
div.e_contents h4 {
	color: #ab0002;
	font-size: 14px;
	line-height: 16px;
	margin: .5em 0;
}
div.e_contents h4 em {
	color: #6e0102;
	display: block;
	font-style: italic;
}
div.e_contents input.submit {
	float: right;
	margin: 8px 0 0 0;
}

/* profiles */

div.w_profiles {
	background-image: url("../img/widgets/profiles.jpg");
	height: 300px;
}
div.w_profiles div.d_content {
	padding-top: 71px;
}
div.w_profiles div.d_content img {
	margin-left: 35px;
}
div#lightview div.w_profiles div.d_content p, 
body#modal div.w_profiles div.d_content p, 
div.w_profiles div.d_content p { /* for those with body text */
	text-align: left;
}

/* libraries */

div.w_libraries {
	background-image: url("../img/widgets/libraries.jpg");
	height: 221px;
}
div.w_libraries div.d_content {
	padding-top: 165px;
}

/* basics */

div.w_basics {
	background-image: url("../img/widgets/basics.jpg");
	height: 204px;
}
div.w_basics div.d_content {
	padding-top: 48px;	
}
div#lightview div.w_basics div.d_content p.foot_link, 
body#modal div.w_basics div.d_content p.foot_link, 
div.w_basics div.d_content p.foot_link {
	padding-left: 24px;
}

/* did you know */

div.w_did_you_know {
	background-image: url("../img/widgets/did-you-know.jpg");
	height: 224px;
}
div.w_did_you_know div.d_content {
	padding-top: 48px;
}
div#lightview div.w_did_you_know div.d_content p.foot_link, 
body#modal div.w_did_you_know div.d_content p.foot_link, 
div.w_did_you_know div.d_content p.foot_link {
	padding-left: 24px;
}

/*	donate	*/

div.w_donate {
}	

/*	community 	*/

div.w_community {
	background: transparent url('../img/widgets/community_partners.jpg') 0 0 no-repeat scroll;
	height: 357px;
}	

div.w_community div.d_content {
	padding-top: 310px;
}

/*	JEP House	*/

div.w_jep_house {
	background: url('../img/widgets/jep_house.jpg') 0 0 no-repeat scroll;
	height: 222px;
}

div.w_jep_house div.d_content {
	padding-top: 175px;
}

/* levan */

div.w_levan {
	background: url('../img/widgets/levan.jpg') 0 0 no-repeat scroll;
	height: 246px;
}

/* program finder */
div.w_program_finder {
	height: 153px;
}
body#overseas div.w_program_finder { /* very specific text */
	background: url('../img/widgets/program-finder_overseas.jpg') 0 0 no-repeat scroll;
}
div.w_program_finder div.d_content {
	padding-top: 100px;
}

div#lightview div.w_program_finder div.d_content p.foot_link, 
body#modal div.w_program_finder div.d_content p.foot_link, 
div.w_program_finder div.d_content p.foot_link {
	padding: 0;
}

/* blog spotlight */

div.w_blog_spotlight {
	background: url('../img/widgets/blog_spotlight.jpg') 0 0 no-repeat scroll;
	height: 341px;
}
div.w_blog_spotlight div.d_content {
	padding-top: 58px;
}
div.w_blog_spotlight div.d_content img {
	margin-left: 29px;
	border: 3px solid #fff;
}
div#lightview div.w_blog_spotlight p.emp, 
body#modal div.w_blog_spotlight p.emp, 
div.w_blog_spotlight p.emp {
	padding: 8px 0;
	text-align: left;
	word-spacing: 4px;
	color: #494847;
}

/* popular searches */
.centerText{
	text-align: center;	
}
#popular_seaches_widget div.ps_contents {
	padding: 0 25px 0 24px;	
}
#popular_seaches_widget h3#ps_title {
	background: url(../img/widgets/popular_seaches.gif) top left no-repeat;
	text-indent: -5000px;
	width: 160px;
	height: 20px;
	margin-bottom: 19px;
}
#popular_seaches_widget .cloudText {
	line-height: 19px;	
}
#popular_seaches_widget .cloudText a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e0008;
	border-bottom: none;
}
#popular_seaches_widget .cloudText a.size2 {
	font-size: 16px;
}
#popular_seaches_widget .cloudText a.size3 {
	font-size: 20px;
}
#popular_seaches_widget .cloudText a:hover {
	border-bottom: 1px dotted #6e0008 !important;
}

/* RSS Widget */
#rss_widget div.rss_contents,
#rss_feed_widget div.rss_title_wrap {
	padding: 0 25px 0 24px;		
}
#rss_feed_widget .newsFeed {
	padding: 0 23px 0 22px;		
}
#libraryThing_widget div.libthing_contents {
	padding: 0 16px;
}
#multiImage_widget .multiImage_contents {
	padding: 0 26px;	
}
#rss_feed_widget .rss_contents {
	width: 212px;
	margin: 0 auto;
}
#rss_feed_widget .newsFeed {
	background: url(../img/widgets/inner_widget_gradient.gif) bottom left repeat-x;
	padding-bottom: 16px;
	margin-bottom: 14px;
}
#rss_feed_widget .last {
	background: none;
	margin-bottom: 0;
}
#rss_widget h3#rss_title,
#rss_feed_widget h3#rss_title{
	background: url(../img/widgets/title_rss.gif) top left no-repeat;
	height: 21px;
	width: 120px;
	text-indent: -50000px;
	margin-bottom: 18px;
}
#libraryThing_widget h3#libthing_title {
	background: url(../img/widgets/title_libraryThing.gif) top left no-repeat;
	height: 20px;
	width: 140px;
	text-indent: -50000px;
	margin-bottom: 18px;
	margin-left: 4px;
}
#libraryThing_widget h4 {
	font-size: 14px;
	color: #6e0008;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 11px;
	margin-left: 9px;
}
#rss_widget h4,
#rss_feed_widget h4 {
	font-size: 16px;
	color: #6e0008;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 11px;
}
#rss_feed_widget h5,
#rss_feed_widget h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1a1a1a;
	border-bottom: none;
}
#rss_feed_widget h5 a:hover {
	color: #AB000C;	
}
#rss_feed_widget .newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1a1a1a;
}
#rss_feed_widget .newsFeed p {
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1a1a1a;
	line-height: 16px;
}
#rss_widget p {
	color: #1a1a1a;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#libraryThing_widget a.subscribeLink,
#rss_widget a.subscribeLink,
#rss_feed_widget a.subscribeLink {
	color: #ab000c;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	float: right;
	clear: both;
	margin-top: 19px;
}
#rss_feed_widget a.subscribeLink {
	margin-right: 24px;
	margin-top: 0;
}
#libraryThing_widget .bookEntry {
	border-bottom: 1px solid #e7e7e7;
	padding: 9px 4px 15px 7px;
}
#libraryThing_widget .last {
	border-bottom: none;
	padding-bottom: 0;
}
#libraryThing_widget .bookEntry h5,
#libraryThing_widget .bookEntry h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0b0b0b;
	border-bottom: none;
}
#libraryThing_widget .bookEntry h5 a:hover,
#libraryThing_widget .bookEntry span.author a:hover,
#multiImage_widget .multiImage_contents p a:hover {
	color: #ab000c;
}
#libraryThing_widget .bookEntry span.author,
#libraryThing_widget .bookEntry span.author a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5a5a5a;
	border-bottom: none;
}
#libraryThing_widget .bookEntry img {
	margin-right: 12px;
	width: 40px;
	border: 2px solid #949494;
	float: left;
}
#libraryThing_widget .book_info {
	float: left;
	width: 115px;
}
#multiImage_widget h3#multiImage_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3c393a;
	font-weight: normal;
	font-style: italic;
}
#multiImage_widget .multiImage_contents img {
	margin: 18px auto 20px auto;
}
#multiImage_widget .multiImage_contents p,
#multiImage_widget .multiImage_contents p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c1c1c;
	line-height: 19px;
	border-bottom: 0;
}
.widget_dynamic_size_and_gradient {
	background: url(../img/widgets/widget_dynamic_top.gif) top left no-repeat !important;
	padding-top: 19px;
}
.widget_dynamic_size_and_gradient .widget_inner {
	background: url(../img/widgets/widget_dynamic_bottom.gif) bottom left no-repeat;
	padding-bottom: 20px;
}
.widget_dynamic_size_and_gradient2 {
	background: url(../img/widgets/widget_dynamic_top2.gif) top left no-repeat !important;
	padding-top: 19px;
}
.widget_dynamic_size_and_gradient2 .widget_inner {
	background: url(../img/widgets/widget_dynamic_bottom2.gif) bottom left no-repeat;
	padding-bottom: 20px;
}
.widget_dynamic_size {
	background: url(../img/widgets/widget_dynamic_top3.gif) top left no-repeat !important;
	padding-top: 19px;
}
.widget_dynamic_size .widget_inner {
	background: url(../img/widgets/widget_dynamic_bottom3.gif) bottom left no-repeat;
	padding-bottom: 20px;
}
