@font-face {
    font-family: 'Kohinoor';
    src: url('/sites/default/files/fonts/kohinoor-book-webfont.eot');
    src: url('/sites/default/files/fonts/kohinoor-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('/sites/default/files/fonts/kohinoor-book-webfont.woff') format('woff'),
         url('/sites/default/files/fonts/kohinoor-book-webfont.svg#kohinoor_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.floatright { float: right }
.floatleft { float: left }
/*a:link, a:visited { color: #496EBB; }*/
a:link, a:visited  { color: #38ada8; }
a:hover { color: #38ada8; text-decoration: underline;}

html {
  background: #e4e4e4;
}

body {
  background: #e4e4e4;
  font-family: 'Helvetica' , arial, sans-serif;
}

h1, h2, h3 { font-family: 'Kohinoor' }

/******************** header *******************/

div.header-top-wrapper {
  min-height: 0;
  float: right;
  background: none repeat scroll center transparent;
}

div#header-group-wrapper {
/*  new logo
  background-image: url('../images/gradient_header.png');
  background-repeat: repeat-x;
*/
  border-bottom: 0 none;
  background: #fff;
}

div#header-group-inner {
  width: 100%;
  padding: 0px;
  background: #ffffff;
}

div#header-site-info {
  width: 100%;
}

div#header-site-info > div.inner {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

div#header-site-info-inner {
  padding: 5px 0 0px;
}

#header-site-info-right {
  float: right;
}
div#logo img {
  padding-top:0; /* remove vertical space */
  padding-bottom:0; /* remove vertical space */
}

#site-name-slogan { display: none } /* new logo */

#site-name {
  border-bottom: 1px solid lightBlue;
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 85%;
  padding-bottom: 0px;
}

#site-name a:link, #site-name a:visited {
  color: #E4EEF8;
  text-shadow: 2px 2px black;
}

#site-name a:hover {
    color: #E6E6E6;
}

#slogan {
  font-style: normal;
  width: 275px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 2px;
  color: #E4EEF8;
  text-shadow: 1px 1px black
}

/******************** menu ********************/

ul.menu a {
  font-weight: bold;

  text-decoration: none;
}

div#header-primary-menu-wrapper {
  background: #666;
  margin-bottom: 0;
  border-bottom: 0;
  height: 26px;
}

.win div#header-primary-menu-wrapper {
  font-family: Helvetica,arial,sans-serif; 
  
}

div#header-primary-menu {
  border-top: 0px solid #996E45;
  border-bottom: 5px solid #e4e4e4;
  background-color: white; /* transparent; new logo */
}

div#header-primary-menu-inner { 
  margin-top: 0px;
	
 }

.header-primary-menu-inner {
  background:#666;
}

div#primary-menu { 
  width: 650px;
}

div#primary-menu-inner { margin: 0; }

div#primary-menu ul.sf-navbar {
  width: 100%;
  margin-bottom: 0px !important;
  padding-left: 0 !important;
  position: relative;
  z-index: 97;
  line-height: 100%;
  background-color: #666;
  height: 30px;
}

/* drop down arrows */
ul.sf-navbar .sf-sub-indicator { display: none; }

div#primary-menu li {
  border: 0;
  font-size: 100%;
  background-color: transparent; 
}

div#primary-menu ul.sf-navbar li { position: static; }

div#primary-menu ul.sf-navbar li.active-trail > a:link,
div#primary-menu ul.sf-navbar li.active-trail > a:visited,
div#secondary-menu ul.links li.active > a:link,
div#secondary-menu ul.links li.active > a:visited {
  color: #4d4d4d;
  background-color: #e4e4e4;
}

div#primary-menu ul.sf-navbar li a,
div#secondary-menu ul.links li a {
  background-color: transparent;  
  line-height: 30px;
  font-weight: bold;
  border-left: 0;
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff; /* new logo #E4EEF8; */ /* Default menu font color */
  font-size: 11.5px;
  text-transform: uppercase; /* TODO: Uppercase */
}

div#primary-menu ul.sf-menu li a {
  padding: 0 10px;
/*  width: 80px; remove fixed width for now */
  border-right: 0px groove white;
  border-left: 0 none;
  border-top: 0 none;
  border-bottom: 0 none;
  text-decoration: none;
}

div#secondary-menu ul.links li a:hover,
div#primary-menu ul.sf-navbar > li > a:hover {
  background-color: #e4e4e4;
  color: #38afa9;
}

/* show the rounded corner & home button */
/* div#primary-menu ul.sf-navbar > li.first > a:link,
div#primary-menu ul.sf-navbar > li.first > a:visited {
  background-color: transparent;
  color: #4d4d4d;
  text-shadow: 0 0;
} */

/******************** menu second level ********************/
div#preface-top-wrapper {
  /*background-color: #f3f3f3;  #03154F; */
  border-bottom: 0px solid silver; /*#996E45;gray-silver color: #929292;*/
  height: 32px;
  background: #666;

}

div#preface-top {

}


div#header-primary-menu {
  border-right: 0px solid #996E45;
  border-left: 0px solid #996E45;

}

div#preface-top, div#preface-top .block, div#preface-top .content * {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

div#preface-top {
  background-color: #e4e4e4;
  height: 32px; /* extra thick to hide the silver border */
}

div#preface-top-inner {
  background-color: #e4e4e4;
  height: 32px;
  border-bottom:0px ridge silver;
}

div#primary-menu ul.sf-navbar li.sfHover ul {
  margin-top: 0;
  background-color: #e4e4e4;
  width: 960px;
  left: 0;
  top: 30px; /* width of top bar + border */
  border: 0;
  height: 28px;
}

div#primary-menu ul.sf-navbar li.sfHover ul li span.nolink {
  background-color: #e4e4e4;
  line-height: 28px;
  padding: 0 5px;
  margin: 0;
}

div#primary-menu ul.sf-navbar li ul.menu li a {
  line-height: 20px;
  border-right: 1px solid white;
  margin: 4px 0;
  padding: 0 20px;
  text-decoration: none;
}

div#primary-menu ul.sf-navbar li ul li.last a { border-right: 0 none; }

div#primary-menu ul.sf-navbar li ul li a:link,
div#primary-menu ul.sf-navbar li ul li a:visited { color: #38afa9; }

 div#primary-menu ul.sf-navbar li ul li a:hover {
  color: #4d4d4d;
}

/******************** secondary links ********************/
div#secondary-menu {
  width: 270px;
  float:right;
  margin-top: 0px; /* align with primary-menu a */
  padding-top: 0px;
}

div#secondary-menu .inner {
  margin-right: 0;
}

div#secondary-menu ul.links {
  float: right;
  height: 30px;
}

div#secondary-menu li { margin-right: 0; }

div#secondary-menu ul.links li a {
  text-transform: lowercase;
  font-size: 13px;
}

div#secondary-menu li.last a { border-right: 0; }

/******************** right menu ********************/
div#main div.homepage-sidebar div.inner {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

div.homepage-sidebar ul.sf-menu { 
	background-color: #38afa9;
}

div.homepage-sidebar ul.sf-menu li {
	border-bottom: none;
	padding-left: 3px;
	background: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.homepage-sidebar ul.sf-menu a {
  border: 0;
  margin-right: 8px;
  margin-left: auto;
  font-weight: bold;
  color: #ffffff;
  line-height: 1em;
}

div#main div.mainpage-links ul.sf-menu li a { float: none; } /* stop ie6-fixes from floating left */

/********************* left sidebar menu *********************/

div#block-menu_block-1 {
  width: 175px; /* compensate 4px+1px border */
}

div#block-menu_block-1 div.menu-level-2 > ul.menu {
  border-right: 4px solid #38afa9; /*dark-blue#251F5D;*/
}

.win.chrome div#block-menu_block-1 div.menu-level-2 ul.menu {
  font-family: Helvetica,Arial, sans-serif;

}


div#block-menu_block-1 div.menu-level-2 ul.menu {
  padding:0;
  margin-top: 0;
  margin-bottom: 0;
  background: #EEE;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

div#block-menu_block-1 div.menu-level-2 ul.menu li {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px dotted #ffffff;
}

div#block-menu_block-1 div.menu-level-2 ul.menu li.last {
  border-bottom: 0px;
}

div#block-menu_block-3 .inner ul li ul {
  margin-left:0px;
}

div#block-menu_block-1 div.menu-level-2 > ul.menu > li {
	/*background-image: url("../images/gradient-light.png");
	background-repeat: repeat-x;*/
	background:#e4e4e4;
}

div#block-menu_block-1 div.menu-level-2 ul.menu li ul.menu li {
  border-bottom: 1px dotted #DDDDDD;
}

div#block-menu_block-1 div.menu-level-2 ul.menu li ul.menu li.first {
  border-top: 1px dotted #DDDDDD;
}


div#block-menu_block-1 div.menu-level-2 ul.menu li ul.menu li.last {
  border-bottom: 0px;
}


div#block-menu_block-1 div.menu-level-2 ul.menu li.active-trail.last {
  background-color: #E3E3E3;
}

div#block-menu_block-1 div.menu-level-2 ul.menu li a {
  color: #666;
  background: none repeat scroll left center transparent;
  font-weight:bold;
  text-transform:none;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 5px;
  border: 0;
  margin-top: 0px;
}

div#block-menu_block-1 div.menu-level-2 ul.menu li a.active {
  background-color: lightgrey;
  color: #38AFA9;
}

div#block-menu_block-1 div.menu-level-2 ul.menu li .nolink {
  background: none repeat scroll left center transparent;
  font-weight:bold;
  font-size: 13px;
  color: #535353;
}

div.block .inner {
  border-bottom: 0px;
}

/********************* left sidebar menu on placement pages *********************/

div#block-menu_block-2 {
  width: 175px; /* compensate 4px+1px border */
}

div#block-menu_block-2 h2.block-title {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  line-height: 175%;
}

div#block-menu_block-2 h2.block-title a {
  color: white;
}

div#page div.menu-name-menu-placement-menu > ul.menu {
  border-right: 0px solid #38afa9; /*dark-blue#251F5D;*/
}

div#page div.menu-name-menu-placement-menu ul.menu {
  padding:0;
  margin-top: 0;
  margin-bottom: 0;
  background: #EEE;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

div#page div.menu-name-menu-placement-menu ul.menu li {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px dotted #ffffff;
}

div#page div.menu-name-menu-placement-menu ul.menu li.last {
  border-bottom: 0px;
}

div#page div.menu-name-menu-placement-menu > ul.menu > li {
	/*background-image: url("../images/gradient-light.png");
	background-repeat: repeat-x;*/
	background:#e4e4e4;
}

div#page div.menu-name-menu-placement-menu ul.menu li ul.menu li {
  border-bottom: 1px dotted #DDDDDD;
}

div#page div.menu-name-menu-placement-menu ul.menu li ul.menu li.first {
  border-top: 1px dotted #DDDDDD;
}

div#page div.menu-name-menu-placement-menu ul.menu li.active-trail.last {
  background-color: #E3E3E3;
}

div#page div.menu-name-menu-placement-menu ul.menu li a {
  color: #666;
  background: none repeat scroll left center transparent;
  font-weight:bold;
  text-transform:none;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 5px;
  border: 0;
  margin-top: 0px;
}

div#page div.menu-name-menu-placement-menu ul.menu li a.active {
  background-color: lightgrey;
  color: #38AFA9;
}

div#page div.menu-name-menu-placement-menu ul.menu li .nolink {
  background: none repeat scroll left center transparent;
  font-weight:bold;
  font-size: 13px;
  color: #535353;
}



/******************** main content ********************/

body {
  margin: 0;
  padding: 0;
  color: #535353;
}

body.not-front div#content-group {
  width: 100%;
}

h1.title {
  border-bottom:#ccc solid 2px;
  color:#38afa9;
  font-size:200%;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
}

div#main {
  padding-top: 10px;
  border-top: 0 none;
  background: #FFFFFF;
}

body#pid-home div#main {
  padding-top: 10px;
}

div#main-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow:hidden; /* hide the top overflowing shadow */
}

body.not-front div#content-group p {
    text-align: justify;
}

body.not-front div#content-group .subheading > p {
    background: none repeat scroll 0 0 #CCCCCC;
    font-weight: bold;
    margin: 5px;
    padding: 0.5em;
    text-align: center;
}



/******************** block titles on homepage ********************/

body#pid-home .block h2.block-title {
  font-size: 110%;
  font-weight: bold;
  line-height: 150%;
  padding: 0; /* 10px 0 0 reduce vertical space */
  margin-bottom: 3px;
  color: #31A69D;
  border-bottom: 1px solid #31A69D;
}

body#pid-home .block h2.block-title a:link { color: #31a69d}
body#pid-home .block h2.block-title a:visited { color: #31a69d}
body#pid-home .block h2.block-title a:hover { color: #31a69d; text-decoration:underline;}

body#pid-home div#block-feedback-form h2.block-title {
  border-bottom: 0 none;
}

body#pid-home div.homepage-sidebar h2.block-title {
	
	background: #666; /* Non-CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555)); /* Webkit */
	background: -moz-linear-gradient(top,  #777,  #555); /* FF */ 

	color: #FFF;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: white dotted 1px;
}


/******************** Only for non-main pages ********************/

body.not-front div#sidebar-last {
  float: right;
}

/******************* search box ************************/

/* new logo */
div#search-box { display : inline;}

div#search-box div#search-box-inner {
  margin-right: 10px;
  width: auto;
}

#search-button {
  float:right;
width:auto;
height:auto;
}

#search {
  margin-top:10px;  /* remove vertical space */
  background:#EEE;
  height:27px;
  padding-left:3px;
  padding-right:3px;
  color:#666;
}

.search-box-inner #search-input {
  padding:0px;
}

div#search-box-inner form#search-theme-form {
  color:#666;
  background-image: none;
  height: auto;
  position: static;
  right: 0;
  top: 0;
  width: 190px;
}

.search-box-inner input#edit-search-theme-form-header {
  padding-top: 1px;
  line-height: 21px;
  width: 160px;

}

.search-box-inner input#edit-search-theme-form-header {
  color:#999;
}

div#search-input input {
  color:#666;
  vertical-align:middle;
  display:inline;
  height:21px;
  padding:2px 6px;
}

.search-box-inner .searchButtonPng {
  margin-left: -15px; /* position inside the search box */
  margin-top: 5px;
}

div#header-site-info-right-links {
  padding-top: 10px;
  float: right;
  clear: right;
  width: 235px;
}

div#header-site-info-right-links > span {
  float: right;
  padding: 0 5px 0 5px;
}

/* Remove space on left for the search box */
div#search-box div#search-box-inner { margin-left: 0; }

.search-box-inner #search-input {   
  padding-left: 0;
  }

div#header-site-info-right-links span a,
div#header-site-info-right-links span a:hover {
/*  border-bottom: 1px dotted #E4EEF8; color: #E4EEF8; new logo */
  border-bottom: 1px dotted darkgray; 
  color: gray;
  text-decoration: none;
}

/******************** footer ********************/
div#footer-message-wrapper {
  border-top: 0px solid #929292;
  background: #38AFA9;
}

div#footer-message-wrapper div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 2px !important;
  background-color: #38AFA9;
  height: 38px;

}

.win.chrome div#iiitdfooter {
  font-family: Helvetica,arial,sans-serif; 
  
}

div#iiitdfooter {
  line-height: 25px;
  text-align: center;
}

div#iiitdfooter,
div#iiitdfooter a:link,
div#iiitdfooter a:visited { color: white; }

div#iiitdfooter .separator { padding: 0 5px; color: gray; }

/****************** header image drop shadows ********************/
div.header-dropshadow p { margin: 0 }

div.header-dropshadow img,
img.header-dropshadow {
  width: 730px; /* + 10px region-spacing + 5px padding + shadow 5px = 760px */
  /*max-height: 250px; IE is reducing height */
  margin-top: 5px; /* to allow the shadow to show */
  border: solid 1px #CCC;
}

div.header-dropshadow div#headline {
  font-size: 40px;
  color: white;
  background:rgb(0,0,0);
  background:rgba(0, 0, 0, 0.40);
  left:1px; /* img.padding + img.border */
  line-height:48px;
  margin-bottom:38px; /* img.margin + img.border */
  padding:0px 5px;
  position:absolute;
  bottom:0px;
  width:auto; /* img width - 2 * padding */
}

div.header-dropshadow div#header-caption {
  font-size: 13px;
  color: white;
  background:rgb(0,0,0);
  background:rgba(0, 0, 0, 0.40);
  left:1px; /* img.padding + img.border */
  line-height:30px;
  margin-bottom:6px; /* img.margin + img.border */
  padding:0px 5px;
  position:absolute;
  bottom:0;
  width:auto; /* img width - 2 * padding */
}

div.header-dropshadow div#header-caption a {
  font-size:13px;
  margin-left: 5px;
}

div.header-dropshadow div#header-caption a:link,
div.header-dropshadow div#header-caption a:visited
{
  color:white;
  font-size: 10px;
  font-weight: bold;
  text-transform:uppercase;
  text-decoration:none;
}

div.header-dropshadow div#header-caption a:hover {
  border-bottom: 1px dotted lightgrey;
}



div.header-dropshadow div#spotlights {
  width: 730px; /* img.width */
  top:7px;
  left:1px;
  position:absolute;
  text-align:right;
}

div.header-dropshadow div#spotlights a {
  background:rgb(104,104,104);
  background:rgba(0, 0, 0, 0.40);
  padding:7px 7px 5px 7px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

div.header-dropshadow div#spotlights a:link,
div.header-dropshadow div#spotlights a:visited { color: white; }

/***************** page header images ******/
img.header-page {
  width: 100%;
  margin-top: -1em; /* compensate h1 margin - h1:margin-bottom=0.5em, h1:font-size=2em; */
}

/***************** views *******************/

div.view-content tr.even td,
div.view-content tr.odd td {  
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  border-color: #E4EEF8;
  padding-top: 5px;
  vertical-align: top;
  /*padding-botom: 20px;*/
}

div.view-content img {
  padding: 5px;
  margin-top: 5px;
  margin-right: 10px;
  border: solid 1px #CCC;
  float: left;
}

div.view-content thead {
  display: none;
}

/***************** tables on main page ****************/

body#pid-home div.view-content img {
  max-width: 200px;
  border-style: solid;
  /* don't set height to preserve aspect ratio */
}


body#pid-home div.view-content tr {
  font-size: 1.15em;
}

/* Fix a potential bug http://drupal.org/node/892170 */
.panels-flexible-row-front_page_layout_1-1-inside  {
  margin-left:0;
  padding-left:0;
}

/***************** main content text *******************/
div#main-content div.content table {
  border-color: grey;
}

div#main-content div.content thead {
  background-color: #C5E7F3;
}

div#main-content div.content thead tr {
  border-bottom: 1px solid black;
}

.bulletpoints li {
  margin-bottom: 1em;
}

/* label-hr: a label with a hr to its left */
.label-hr hr {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  border-bottom: 1px dotted grey;
  padding-top: 0.5em;
}

.label-hr span {
  float: left;
  line-height: 1em;
  font-size: larger;
  font-weight: bold;
  padding: 0 0.5em 0 0;
}

.table-people img {
  background-color: white;
  border: 1px solid grey;
  padding: 3px;
}

p.announcebox { padding: 5px; background-color: rgb(211, 211, 211); font-weight: normal; color:#b22222;}

/***************** links on page box ********************/
div.linkbox {
  background:rgb(56, 175, 169);
  padding: 5px;
  border-color:#8DC478;
  color:#3E642F;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border:1px dashed #8DC478;
  float:right;
  clear: right;
  margin:0 10px;
}

div.linkbox p {
  margin-bottom: 0.5em;
}

div.linkbox ul {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

div.linkbox li {
  list-style-type: square;
  list-style-image: none;
}

div.linkbox a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

div.linkbox a:hover {
  text-decoration: none;
}

/**************** weather ******************************/
div.weather img {
  width: 30px;
  height: 30px;
}

span.weather_temperature {
  display:inline-block;
  vertical-align:top;
}

/************** news page ******************************/

body#pid-home div.pane-recent-news a, body#pid-home div.pane-recent-events a, body#pid-home div.pane-research-news a {
  text-decoration: none;
  padding-top: 2px;
  color: #333333;
}

.news-no-image {
  float:left;
  margin-top: 0.5em;
  line-height: 2em;
}

.node-type-news .field-type-imceimage img#imceimage-field_photo {
  float:left;
  margin:1em 10px 10px 0; /* top 1em to line with <p> */
}

div.view-id-Recent_News td.views-field-title a {
  text-align: justify;
  display: block;
}

div.field.field-type-link.field-field-morenews
{
  text-align: right;
  /*border-top: 1px solid #eae9e6; */
  border-bottom: 1px solid #eae9e6; 
  padding: 1px 0; 
  width: 100%;
  text-transform:uppercase; 
  color: #8a887d; 
  letter-spacing: .1em; 
  font-size: 11px; 
}

/************** honours page ****************************/

.view-Recent-Honours p {
	margin: 0.5em 0;
}

/************** course page ******************************/

.field-field-courseprerequisites div.field-label-inline + p,
.field-field-courseprerequisites div.field-label-inline-first + p
  { display:inline;
  padding-bottom: 8px; }
  
.field-field-courseprerequisites div.field-item
  { padding-bottom: 8px; }
  
.field-field-website div.field-item 
  { padding-bottom: 8px; }
  
  
/************* Research News ***************/

div.field-field-research-image {
	float: left;
	margin-top: 10px;
}

img#imceimage-field_research_image {
  height: auto;
}

body#pid-home div.research-news img#imceimage-field_research_image {
  max-width: 250px;
  background-color: #f0f0f0;
}

body#pid-home div.research-news a {
  text-align: justify;
}

div.research-news-all-page img#imceimage-field_research_image {
  max-width: 130px;
}

div.node-type-research_news img#imceimage-field_research_image
{
  padding-right:10px;
  max-width: 350px;
}

div.view-research-news div.more-link {
	text-align: right;
	/*border-top: 1px solid #eae9e6; */
	border-bottom: 1px solid #eae9e6; 
	padding: 1px 0; 
	width: 100%;
	text-transform:uppercase; 
	color: #8a887d; 
	letter-spacing: .1em; 
	font-size: 11px; 
}

div.node-type-research_news div.field-field-abstract{
  font-style: italic;
}

div.research-news-all-page a.research-news-title 
{
  font-size: 1.3em;
}
/************* Social Media icons style ***************/
#twitter, #facebook {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-bottom: -2px !important;
	text-indent: -99999px;
	border-bottom: none !important;
}
#twitter {background: url('/sites/default/files/images/site/twitter28sprite.png') bottom;}
#facebook {background: url('/sites/default/files/images/site/facebook28sprite.png') bottom;}
#twitter:hover, #facebook:hover {
	background-position: 0 0;
	margin-bottom: 2px  !important;	
}
.stylish_event{margin: 0; padding: 0; border: 0;  position:relative;
}
/************* Stylish date icons ***************/
#eve-box { width: 70px; margin: 0px 0px 5px 0px; line-height:1.20; margin-left:10px;}
.bigno {
	width: 65px; height: 54px;
	/*background: url('/sites/default/files/images/site/calendar-date-icon.jpg') no-repeat left center;*/
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -ie-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
background: -o-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
border: 1px solid #d2d2d2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	/*.bigno p:nth-child(2){ font-size:11px;}*/
	.bigno  {
	font-family: Helvetica, sans-serif;
	font-size: 16px; 
	text-align: center; 
	color: #4d4d4d; 
	font-weight:bold;
	margin-bottom:.1em;
	padding-top:4px;
			}
.bigno p {
	background: #6bd6cf; 
	background: linear-gradient(top, #6bd6cf 0%, #3fada8 100%);
	background: -moz-linear-gradient(top, #6bd6cf 0%, #3fada8 100%);
	background: -webkit-linear-gradient(top, #6bd6cf 0%, #3fada8 100%);
	background: -ie-linear-gradient(top, #6bd6cf 0%, #3fada8 100%);
	background: -o-linear-gradient(top, #6bd6cf 0%, #3fada8 100%);
	font-size: 0.95em; font-weight: bold; color: #fff; text-transform: uppercase; 	
	display:block;
	border-top: 3px solid #4db8b1;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	padding: 0px 0 5px 0;
	}
.bigno {
	padding: 10px 0 0px 0;
    position:relative;
	}
.bigno p {
	position:relative;
	padding: 4px 0 5px 0;
    margin-top:5px;
	}