/*
Theme Name: Boston University School of Law Newsletter
Version: 1.0
Author: Interactive Design - Szu-Yu Huang
Author URI:http://www.bu.edu/interactive-design/
Description:Theme that dedicated to Boston University School of Law Newsletter templates.
*/


/*------[ global ]------*/
body {
	color: #666;
	background: #F1F1F1 url(images/masthead-bg.jpg) 0 0 repeat-x scroll;
	background-position: top;
	text-align: left;
	font-family: Helvetica;
	}

body, p, li, div, h1, h2, h3, h4, h5, h6, img, div {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
#wrapper {
	width: 900px;
	margin: 0 auto;
	}

#buniverseplayer {
	margin:25px;
	}
	
.banner_img {
	width: 900px;
	height: 280px;
	clear: both;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	}
	

/* text & colors */	
h1 {}
h2 {color: #000; font-family: Tisa-Thin; font-size: 2.4em; margin: 25px 0; line-height: 1.25;display: block; clear: both;}
h3 {color: #555; font-size: 1.3em; line-height: 1.4;margin-bottom: 1.25em;display: block; clear: both;}
h4 {color: #887E6F; font-size: 1.2em;margin-bottom: 1.25em;}
h5 {}
h6 {}

p {
	font-size: 1.15em;
	line-height: 1.4;
	margin-bottom: 1.25em;
	}
	
p a, ul li a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #F6921E;
	}
	
p a:hover, p a:focus {
	color: #999;
	}

ul {
	padding-left:23px;
	}
ul li {
	padding-bottom: .8em;
	line-height: 1.4;
	font-size: 1.15em;
	}

.ip {
    background: url(images/sprite-bg.png) no-repeat scroll 0 42px #F6921E;
    }

.issue {
	text-transform: uppercase;
	font-family: Benton-Sans-Regular;
	font-size: 1.2em;
	color: #FFF;
	height: 30px;
	display: block;
	color: #FFF;
	margin: 0 -20px;
	padding: 12px 20px 10px 20px;
	}
	
.ip1, .ip1 a {
	color: #FAAF40;
	}
	
.ip1 a, .hl1 a, .llm1 a, .jd1 a, .cp1 a, .eupdate1 a {
	background: transparent url(images/arrow-right.png) right center scroll no-repeat;
	text-decoration: none;
	padding-right: 24px;
	}
	
.hl {
	background: url(images/sprite-bg.png) no-repeat scroll 0 42px #78AA42;
	}

.hl1, .hl1 a {
	color: #88B152;
	}

.cp {
	background: url(images/sprite-bg.png) no-repeat scroll 0 42px #652D8F;
	}
	
.cp1, .cp1 a {
	color: #9D60EE;
	}
	
.llm {
	background: url(images/sprite-bg.png) no-repeat scroll 0 42px #FDC337;
	}
	
.llm1, .llm1 a {
	color: #FBC245;
	}

.jd {
	background: url(images/sprite-bg.png) no-repeat scroll 0 42px #1B75BB;
	}

.jd1, .jd1 a {
	color: #1BA6DF;
	}
	
.eupdate {
	background: url(images/sprite-bg.png) no-repeat scroll 0 42px #CC0000;
	}
	
.eupdate1, .eupdate1 a {
	color: #EE4036;
	}

.ip1 a:hover, .ip1 a:focus, .hl1 a:hover, .hl1 a:focus, .llm1 a:hover, .llm1 a:focus, .jd1 a:hover, .jd1 a:focus, .cp1 a:hover, .cp1 a:focus, .eupdate1 a:hover, .eupdate1 a:focus {
	color: #999;
	}

.pullquote {
	color: #817564;
	font-family: Tisa;
	font-style: italic;
	border-top: 1px solid #D6D2CB;
	border-bottom: 1px solid #D6D2CB;
	margin: 32px 0;
	clear: both;
	padding-top: 1.75em;
	display: block;
	}
	
.pullquote p {
	border-left: 10px solid #E7E5E2;
	padding-left: 1em;
	display: block;
	font-size: 1.8em;
	}

ul.highlight {
	list-style-type: none;
	padding: 0;
	margin: 3px 0 0 0;
	}
	
ul.highlight li	{
	border-bottom: 1px solid #D6D2CB;
	display: block;
	padding: 2px 0 4px 0;
	margin: 0 -20px;
	line-height: 1.7;
	}

ul.highlight li a {
	color: #1BA6DF;
	text-decoration: none;
	font-family: Tisa;
	font-size: 16px;
	padding: 0 20px;
	background: transparent url(images/arrow.png) right center scroll no-repeat;
	border-bottom: none;
	}

ul.highlight li a:hover, ul.highlight li a:focus {
	color: #666;
	}
	
a.top {
      text-decoration: none;
      color: #009EDB;
      padding: 6px 20px 3px 0;
      text-transform: uppercase;
      background: transparent url(images/arrow-top.png) right center scroll no-repeat;
	  float: right;
	  /*margin: 1.25em 0 3.5em 0;*/
	  font-size: .7em;
	  line-height: 1;
	  border: none;
      }


/*------[ @font-face ]------*/
/* Benton */
@font-face {
  font-family: Benton-Sans-Regular;
  src: url("font/Benton-Sans-Regular.eot");
  src: url("font/Benton-Sans-Regular.eot?") format("embedded-opentype"),
       url("font/Benton-Sans-Regular.woff") format("woff"),
       url("font/Benton-Sans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.Benton-Sans-Regular {font-family:Benton-Sans-Regular;}

@font-face {
  font-family: Benton-Sans-Medium;
  src: url("font/Benton-Sans-Medium.eot");
  src: url("font/Benton-Sans-Medium.eot?") format("embedded-opentype"),
       url("font/Benton-Sans-Medium.woff") format("woff"),
       url("font/Benton-Sans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.Benton-Sans-Medium {font-family:Benton-Sans-Medium;}


/* Tisa */
@font-face {
  font-family: Tisa-Light;
  src: url("font/Tisa-Light.eot");
  src: url("font/Tisa-Light.eot?") format("embedded-opentype"),
       url("font/Tisa-Light.woff") format("woff"),
       url("font/Tisa-Light.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
.Tisa-Light {font-family:Tisa-Light;}

@font-face {
  font-family: Tisa-Thin;
  src: url("font/Tisa-Thin.eot");
  src: url("font/Tisa-Thin.eot?") format("embedded-opentype"),
       url("font/Tisa-Thin.woff") format("woff"),
       url("font/Tisa-Thin.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
.Tisa-Thin {font-family:Tisa-Thin;}

@font-face {
  font-family: Tisa;
  src: url("font/Tisa.eot");
  src: url("font/Tisa.eot?") format("embedded-opentype"),
       url("font/Tisa.woff") format("woff"),
       url("font/Tisa.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
.Tisa {font-family:Tisa;}

@font-face {
  font-family: Tisa-Light;
  src: url("font/Tisa-LightItalic.eot");
  src: url("Tfont/Tisa-LightItalic.eot?") format("embedded-opentype"),
       url("font/Tisa-LightItalic.woff") format("woff"),
       url("font/Tisa-LightItalic.otf") format("opentype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: Tisa;
  src: url("font/Tisa-Italic.eot");
  src: url("font/Tisa-Italic.eot?") format("embedded-opentype"),
       url("font/Tisa-Italic.woff") format("woff"),
       url("font/Tisa-Italic.otf") format("opentype");
  font-style: italic;
  font-weight: normal;
}


/*------[ header ]------*/
/* masthead */
#masthead {
	clear: both;
	}

#masthead h1 a {
	background: transparent url(images/BU-school-of-law.png) 0 0 scroll no-repeat;
	display: block;
    /*float: left;*/
    text-indent: -99999px;
    width: 220px;
    height: 18px;
    margin-top: 12px;
	}


#header {
	margin-bottom: 32px;
	}
	
#header p {
	color: #919195;
	font-size: .875em;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
	}

#header h2.timestamp {
	font-weight: bold;
	color: #5A4A42;
	font-size: 1.25em;
	vertical-align: bottom;
	float: right;
	margin: 0;
	font-family: Helvetica;
	display: inline;
	clear: none;
	}


/*------[ content ]------*/
.container {
	background: #F8F8F8;
	border:1px solid #777 !ie;/* for IE */
	border-top:0;
	box-shadow:2px 2px 2px #A6A8AB;
	-moz-box-shadow:2px 2px 2px #A6A8AB;
	-webkit-box-shadow:2px 2px 2px #A6A8AB;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A6A8AB')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A6A8AB');
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*padding: 0.75em;
	margin-bottom: 40px;*/
	font-size: 0.75em;
	}

.content {
	margin-top: -3px;
	}

.left_col {
	width: 559px;
	float: left;
	border-right: 1px solid #D6D2CB;
	background: #FFF;
	padding: 0 20px;
	}

.right_col {
	width: 259px;
	float: right;
	padding: 0 20px 40px 20px;
	}


/* image */	
.caption_l, .caption_r {
	background: #E7EDF0;
	border: 1px solid #C9DCE5;
	padding: 10px 10px 5px 10px;
	}

.caption_l {
	margin: 0 20px 20px 0;
	float: left;
	}
	
.caption_r {
	margin: 0 0 20px 20px;
	float: right;
	}
	
p.caption {
	color: #3F4242;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0 0 0;
	}

.expander {
	}

/* event calendar */
.event {
	margin: 0 -20px;
	}

.event a {
	text-decoration: none;
	}

ul.calendar {
	list-style-type: none;
	padding: 0 20px;
	margin: 0;
	}
	
ul.calendar li {
	border-top: 1px solid #FFF;
	padding: 20px 0 15px 0;
	font-size: 1em;
	}

ul.calendar li a {
	/*border-bottom: none;*/
	}

ul.calendar li:first-child {
	border-top: none;
	}

span.event_title {
	color: #666;
	font-size: 1.15em;
	line-height: 1.4;
	float: right;
	width: 498px;
	}

.ip2 {
	background: #F9EBDA;
	}
	
.hl2 {
	background: #F3F8EC;
	}
	
.cp2 {
	background: #F2ECF5;
	}
	
.llm2 {
	background: #FFF7E9;
	}

.jd2 {
	background: #E7F6FD;
	}

.eupdate2 {
	background: #FAEBEB;
	}

span.event_title strong {
    color: #555;
    display: block;
    margin-bottom: .5em;
}

ul.calendar li {
	zoom: 1;
	}
		
ul.calendar li .date {
    float: left;
    margin: 0 1.25em 0.9em 0;
    padding: 3px 6px 10px 6px;
    text-align: center;
    width: 2.813em;
    height: 2.813em;
    background: #929497;
    display: block;
	}
	
ul.calendar li .day {
    color: #FFF;
    display: block;
    font-size: 2em;
    padding-top: 2px;
    line-height: 1;
    /*font-weight: bold;*/
}

ul.calendar li .month {
    font-size: 1.2em;
    line-height: 1;
    text-transform: uppercase;
}

.ip3 {
	color: #FFC145;
	}
	
.hl3 {
	color: #96E563;
	}
	
.cp3 {
	color: #810BBA;
	}

.llm3 {
	color: #FFC425;
	}
	
.jd3 {
	color: #31E2FF;
	}
	
.eupdate3 {
	color: #CC0000;
	}

/* sidebar */
h2.widget {
	margin: 0 -20px 0 -22px;
	text-transform: capitalize;
	font-family: Helvetica;
	font-size: 1.2em;
	height: 20px;
	display: block;
	padding: 14px 20px 8px 20px;
	background: #404041;
	}
	
.fb-like-box {
	padding: 20px 0;
	}
	
ul.archive {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
	}

ul.archive li {
	line-height: 0.7;
	font-size: 1.2em;
	padding-top: 12px;
	}
	
ul.archive li a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #F6921E;
	}
	
ul.archive li a:hover, ul.archive li a:focus {
	color: #999;
	}

ul.archive li:first-child {
	padding-top: 7px;
	}


/* expander */
div.clear {
	/*margin: 1.25em 0 3.5em 0;*/
	margin: 1.25em 0;
	}
	
.read-more a, .show-less a {
      text-decoration: none;
      color: #009EDB;
      padding: 6px 5px 5px 6px;
      text-transform: uppercase;
      background: #F1F1F2;
      border: 1px solid #D1D1D1;
      -khtml-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  float: left;
	  /*margin: 1.25em 41.9em 3.5em 0;*/
	  font-size: .7em;
	  line-height: 1;
      }
      
   .read-more a:hover, .read-more a:focus, .show-less a:hover, .show-less a:focus {
   	  color: #F6921E;
      }


/* collapsible */	
.collapsible_container {
	background: #E7F2F8;
	margin-bottom: 12px;
	}
	h2.collapsible {
    color: #3992C8;
    font-size: 1.3em;
    margin: 0;
    display: block;
    font-family: Helvetica;
    font-weight: normal;
    }
    .collapsible_container .collapsible {
    background: url(images/collapsible_arrow.png) no-repeat scroll -1000px 0 transparent;
    padding: 7px 0 7px 40px;}
    .collapsible_open .collapsible {
    background: url(images/collapsible_arrow.png) no-repeat scroll 0 0 transparent;
	}	
	.collapsible_section {
    background-color: #FAFBFC;
    border-bottom: 1px solid #EAEFF2;
    border-left: 1px solid #EAEFF2;
    border-right: 1px solid #EAEFF2;
    padding: 12px 12px 0;
	}
	

/*------[ footer ]------*/
#footer {
	margin: 40px 0;
	zoom: 1;
	clear: both;
	}
#footer h4 a {
	background: transparent url(images/BU-plate.jpg) 0 0 scroll no-repeat;
	display: block;
    text-indent: -99999px;
    width: 112px;
    height: 50px;
    float: left;
	}
	
#footer ul {
	list-style: none;	
	float: left;
	padding-left: 40px;
	margin: 0;
	}

#footer ul li {
	display: inline;
	border-left: 1px solid #666;
	font-size: .85em;
	padding-bottom: 0;
	}
		
#footer ul li a {
	color: #333;
	text-decoration: none;
	margin: 0 10px 0 14px;
	border-bottom: 1px dotted #F6921E;
	}
	
#footer ul li:first-child {
	border: none;
	}
	
#footer ul li:first-child a {
	margin-left: 0;
	}
	
#footer ul li a:hover, #footer ul li a:focus {
	color: #999;
	}


/* clear */
#header:after, .content:after, .banner_img:after, .container:after, .left_col:after, .right_col:after, ul.calendar li a:after, #wrapper:after, #footer:after, .collapsible_container:after, div.clear:after, #masthead:after, ul.calendar li:after {
	display: block;
	clear: both;
	content:" ";
	height: 0;
	overflow: hidden;
	}
