/* @override 
	http://localhost/~lisazhou/drupal/sites/all/themes/STARTERKIT/css/html-reset.css?lprej2
	http://localhost/~lisazhou/drupal/sites/all/themes/STARTERKIT/css/html-reset.css?lq05jx
	http://localhost/~lisazhou/drupal/sites/all/themes/STARTERKIT/css/html-reset.css?lq2eba
	http://localhost/~lisazhou/drupal/sites/all/themes/STARTERKIT/css/html-reset.css?lq2wls
*/

/**
 * @file
 * HTML Element Styling
 *
 * Ok, I admit it. I fooled you. This isn't a "reset" stylesheet. Instead this
 * is the place where you should set (not reset) the default styling for all
 * HTML elements.
 *
 * @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 * @see http://snook.ca/archives/html_and_css/no_css_reset/
 */


/*
 * Fonts
 *
 * Our font size and line height declarations are based on the following
 * articles:
 * - http://www.alistapart.com/articles/howtosizetextincss
 * - http://24ways.org/2006/compose-to-a-vertical-rhythm
 *
 * All modern browsers use a 16px default font size. Specifying the font-size
 * and line-height in ems (relative to the 16px default font) allows the user
 * to resize the font in the browser and produces the most consistent results
 * across different browsers.
 */
body {
  /*font-size: 100%;  Fixes exaggerated text resizing in IE6 and IE7 */
  font-size: 100%;
  color: #555;

	/*background-image: url(http://images.apple.com/v/iphone/home/a/images/textured_background.jpg);*/
	/*background: -moz-linear-gradient(top, #FBFBFB, whiteSmoke) ;
background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(whiteSmoke));
background: -moz-linear-gradient(top, #FBFBFB, whiteSmoke);*/

}

#skip-to-nav,
#page {
  /*
   * To use a 12px font size on the page, delete the 14px declarations.
   * to use a 14px font size on the page, delete the 12px declarations.
   */

    /*
  /* Use a 12px base font size with a 18px line height 
  *font-size: 0.75em; /* 16px x .75 = 12px 
  *line-height: 1.5em; /* 12px x 1.5 = 18px 

  * Use a 14px base font size with a 21px line height 
  *font-size: 0.875em; /* 16px x .875 = 14px 
  *line-height: 1.5em; /* 14px x 1.5 = 21px 
  */
  
  font-size: 0.875em; /* 16px x .75 = 12px*/ 
  /*line-height: 1.5em;*/
	/*background: #dcdcdc no-repeat;*/
}

/*
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;

@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}

 */

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  /* The following font family declarations are based on the Microsoft core web
   * fonts which are common fonts available on most computer systems. The DejaVu
   * and Nimbus Sans fonts are commonly available on Linux systems where the MS
   * fonts are less common. Tahoma and Helvetica are also widely available.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif, serif or
   * monospace) hints at what type of font to use if the web browser doesn't
   * find any of the fonts in the list.

  font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;

  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;

  font-family: "Courier New", "DejaVu Sans Mono", monospace;

   */

  /*font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;*/
  /*font-family:Trebuchet MS;*/
  font-family: 'Cabin', sans-serif;
  
}

pre,
code,
kbd,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace;
}

/*
 * Block-level elements
 *
 * To achieve a pleasant vertical rhythm, we use the 1.5em line height of our
 * base font as the top and bottom margins for our block level elements and make
 * the line heights of any larger fonts be a multiple of 1.5 ems. For more
 * information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl,
hr, table, fieldset {
  margin: 1em 0;
}

b{
	font-family: 'Cabin', sans-serif;
}

/* Headings */
h1 {
	font-size: 38px;
	font-family: 'Comfortaa', cursive;
/*  font-size: 1.8em;	*/
	margin-top:0px;
	color: #73ac30;
	font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.011em;
  word-spacing: 0em;
	/
	}

h2 {
  margin: 0;
	color: #73ac30;
	font-size: 38px;
	font-family: 'Comfortaa', cursive;
	margin-top:0px;
	color: #73ac30;
	font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.011em;
  word-spacing: 0em;

	}

h3 {
	margin-top:0px;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0.011em;
  word-spacing: 0em;
  margin: 1.154em 0;
	font: bold 16px 'Cabin', sans-serif;
	/*color: #73ac30;*/
}
	
h4,
h5,
h6 {
	font-family: 'Cabin', sans-serif;
	margin-top:0px;

	font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.011em;
  word-spacing: 0em;

  font-size: 16px;
  margin: 1.364em 0;

}

/* Other block-level elements */
p {
}

blockquote {
  margin-left: 2em;
  margin-right: 2em;
}

pre {
  font-size: 1.1em; /* Monospace fonts can be hard to read */
  margin: 1.364em 0; /* Equivalent to 1.5em in the page's base font: 1.5 / 1.1 = 1.364 */
}

hr {
  height: 1px;
  border: 1px solid #666;
}

address {
}

/*
 * Lists
 *
 * We need to standardize the list item indentation.
 */
ul,
ol {
 /*margin-left: 15px; /* LTR */
  padding-left: 0em; /* LTR */
}

.item-list ul /* Drupal overrides */ {
  margin: 1.5em 0;
  padding: 0 0 0 2em; /* LTR */
}

ul ul, ul ol,
ol ol, ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}

li,
.item-list ul li,
ul.menu li,
li.expanded,
li.collapsed,
li.leaf /* List items, including Drupal overrides */ {
  /*margin-left: 0px;*/
  margin-left: 0px;
  padding-left: 0;
}
ul.menu li{
	list-style: none;
	margin-left: -2em;
}
li a.active{
	color: #2B88C3;
}

.publication{
	margin-left: 18px;
}

ul.menu          { list-style-type: none; }
ul          { list-style-type: default; margin-left: 2em;}
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }


ol li{
	margin-bottom: 1em;
}

dl {
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 2em; /* LTR */
  padding: 0;
}

/*
 * Tables
 *
 * Drupal provides table styling which is only useful for its admin section
 * forms, so we override this default CSS. (We set it back in forms.css.)
 */
table {
  border-collapse: collapse;
  width: 100%;  /* Prevent cramped-looking tables */
}

.view-seminars th, .view-clone-of-past-seminars th{
	display: none;
}


th {
  text-align: left; /* LTR */
  padding-left: 5px;
  color: #000;
  /*background-color: #eee;*/
  border-bottom: none;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

tbody {

}

thead { 
}

tfoot {
}

caption {
}

colgroup {
}

col {
}

tr {
	  
}

td {
  border-bottom: none;
  padding-left: 5px;
  background-color: #fff;	
}


/*
 * Forms
 */
form {
  margin: 0;
  padding: 0;
}

fieldset {
  /*padding: 0.5em;*/
  border:0px;
  padding: 2px 0;
}

legend {
	padding: 0px;
}
legend .fieldset-legend{
	/*font: 28px 'Cabin', sans-serif;*/
	font: 1em 'Cabin', sans-serif;
}
label {
}

input {
}

select {
}

optgroup {
}

option {
}

textarea {
}

button {
}

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a{
	text-decoration: none;
	color: #2b88c3;
}
a:visited{
	text-decoration: none;
	color: #2b88c3;
}
a:hover{
	text-decoration: none;
	color: #00578e;
}

/*
 * Other inline elements
 */
img {
  border: 0;
  /* vertical-align: bottom; */ /* Suppress the space beneath the baseline */
}

abbr, /* Abbreviations */
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}


cite {
}

strong, b {
}

em, i {
}

code,
kbd,
samp,
tt,
var /* Code, keyboard input, sample output, teletype, variable */ {
}

del {
}

ins {
}

big {
}

small {
}

sub {
}

sup {
}

#main-menu-links a{
	color: #2b88c3;
}

.people-pic{

}
.people-name{
	
}
.people-link{
	position: relative;
	left: 10px;
	top: -4px;
	font-size:16px;
	
}
.people-link a{
	text-decoration:none;
	color: #2b88c3;
	width: 400px;
}

.people-ins{
	position: relative;
	left:230px;
	top:-25px;
	font-size: 12px;
	padding-right: 50px;
}
.views-view-grid tr{
	height: 60px;
}
.people td{
	width: 400px;
}

.views-field-field-venue{
	/*width: 150px;*/
}

.views-field-field-institute{
	width:160px;
}
.speaker{
	/*color: #007087;*/
	color: #1e1e1e;
}
/*.view-seminars td,.view-upcoming-seminars td{
	vertical-align:top;
}*/

.jpaper,.cpaper{
	margin-left: 20px;
}

.views-slideshow-pager-field-item{
	/*float: right;*/
	position: relative;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */

}

.views-slideshow-pager-field-item:hover{
	position:relative;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


.view-featured-slider{
	position: relative;
	margin-top: -11px;
}

.views-field.views-field-field-speaker{
	/*position:relative;*/
	margin: -15px 0 40px 0;
}

.pane-quicktabs-front-page{
	position: relative;
	margin: 0px 10px 0px -20px;
	/*right: 12px;*/
}

.quicktabs-style-inc a, .view-id-upcoming_seminars a{
	/*color: #007dac;
	text-decoration: none;
	font-weight: bold;*/
}

/*.quicktabs-tabpage {
	position:relative;
	margin-top: 25px;
}
*/


.about-panel, .pane-views{
	/*position:relative;
	margin-top: 40px;*/
}

#latest-view .view{
	position:relative;
	top: -6px;	
}

/*.panel-display, view-seminars{
	padding-right: 15px;
}*/

/*.pane-content .view-content {
	position:relative;
	top:14px;
}*/


.past-s-row{
	position:relative;
	margin-bottom: -15px;
}

/*#transparency{
	background-color: #90cd3c;
	width: 460px;
	height: 45px;
	position:absolute;
	bottom:26px;
	right: 0px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}*/

#feature-content{
	background-color: #90cd3c;
	position: absolute;
	top: 245px;
	color: white;
	font-size: 18px;
	right: 0px;
	width: 440px;
	text-align: right;
	padding: 10px 30px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	/*-moz-opacity:0.9;*/
}

.view-display-id-block_1{
	position:relative;
	top: 6px;
	/*font-size: 13px;*/
}

.pane-node{
	position:relative;
	/*top: 20px;*/
}

.pane-content{
	position: relative;
	/*top: 21px;*/
}

/*conatct us*/
#contact{
	
	/*padding:20px;*/

	height: 300px;
	/*background-color: #F6F6F2;*/	
}

#map{
	position:absolute;
	top: 0px;
	right: 30px;
}	

.pane-upcoming-seminars .view-empty{
	position:relative;
	top:6px;
}


.pane-latest-news{
	position:relative;
	top:-36px;	
	/*left: -15px;*/
	/*border-right: 1px dotted #D0D0D0;
	padding-right: 20px;
	padding-bottom: 1px;*/
}
.news-detail{
	position: relative;
	top: -12px;
	font-size: 14px;
}

.pane-latest-news .pane-content{
	position: relative;
	top: 0px;
	margin-bottom: 50px;

	/*left: -5px;*/
}
.seminars-block{
	position:relative;
	top: 0px;
	margin-bottom: 50px;
}

.pane-latest-news .pane-title {
	position: relative;
	/*left: -5px;*/
	font-size:26px;
}

.view-clone-of-past-seminars .seminar-title{
	width: 53%;
}
.view-seminars .seminar-title{
	width: 53%;
}

.view-clone-of-past-seminars td, .view-seminars td{
	vertical-align: top;
}

.views-field-field-announcement,.views-field-field-slides, .views-field-field-videos{
	vertical-align: middle;
}

.visitor-name, .innoasia-speaker, .bcs-speaker,.seminar-speaker{
	width:30%;
}

.past-seminar-date,.bcs-date{
	width: 12%;
}

.dlmarch2-time{
	width: 17%;
}
.visitor-time{
	width: 25%;

}

.pane-upcoming-seminars .view-empty{
	/*margin-left: 4px;*/
}
.pane-upcoming-seminars{
	margin-bottom: 80px;
	top: 18px;
	position: relative;
}
.seminar-panel .views-field-field-speaker{
	position: relative;
	top: -20px;
}

.view-news-archive .views-field-title{
	/*margin-bottom: -5px;*/

}

.view-news-archive .views-field-field-news-link{
	position: relative;
	top: -10px;
}

.field-name-field-institute, .field-name-field-venue, .field-name-field-host{
	margin-bottom: 20px;
}

/* @group My Group */



/* @end */

.field-name-field-speaker, .field-name-field-institute{
	font-size: 20px;
}

.field-label-above .field-label{
	font-size: 18px;
}

.pane-slider{
	position: relative;
	left: -20px;
	height: 300px;
}

.seminar-front .pane-title{
	font-size: 26px;

}
.seminar-front{
	position: relative;
	top: 18px;
}

.seminar-front .view-empty{
	position: relative;
	top: 1	0px;
}

.pane-seminars h2, .pane-upcoming-seminars h2{
	font-size: 26px;
	position: relative;
	margin-bottom: 14px;

}

.past-seminar-block {
	margin-right: 110px;
}

/*modify the layout of view footer*/
.view-footer h4{
	margin-bottom: -4px;
}

.view-footer h5{
	margin-bottom: -18px;
	color: #609029;
}

.pane-latest-news .view-footer{
	margin-bottom: 20px;
}
#Mission-panel{
	position: relative;
	top:-1px;
}
#Mission-panel .pane-content{
	position: relative;
	top: 5px;
}

.Front-panel{
	position: relative;
	top: 20px;
}

.PostDate{
	font-size: 13px;
	color: #939495;
	position:relative;
	/*margin-top: -8px;*/

}

.panels-flexible-region-8-top {
float: left;
width: 99.0000%;
height: 303px;
}
