/* Start of CMSMS style sheet 'colors' */
/* Layout: Left sidebar + 1 column */

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   background-color: #C3D4DF;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
/*   background: #ddd; */
   background: #c8d2de url(uploads/images/bg2.gif) repeat-x 0 0;
   color: black;
}

/* center wrapper, min max width */
div#pagewrapper {
   background-color: transparent:
   color: inherit;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
}

div#header h1 a {
     background: transparent url(uploads/images/ivclogo.gif) no-repeat top left; 
}

div.breadcrumbs {
   background-color: white;  
}

div#content {
  background: transparent;
  color: inherit;
}

div#main {
  background: white;
  border: 1px solid #2e71b8; 
}

div#sidebar {
  background: transparent;
}

div#footer {
   color: black;
   background-color: #e3edfa;
   border-top: 1px solid #2e71b8; 
}

div#footer p {
}

div#footer p a {
   color: #18507C; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
/*   border-bottom: 1px solid #e7ab0b; */
   border-bottom: 1px solid #2e71b8; 
   margin: 0;
   padding: 0;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
}

div#content h2 {
/* 	color: #294B5F;   */
      color: white;
      background: #2e71b8 url(uploads/images/bg_h.jpg) repeat-y top right;  
     

/*       padding: 0px 0px 0px 3px; */
/*      position:relative; */
}

div#content h3 {
   color: #294B5F; 
}

div#content h4 {
   color: #294B5F; 
}

div#content h5 {
   color: #294B5F; 
}

h6 {
   color: #294B5F; 
}

/* END HEADINGS */

/* TEXT */
p {
}

blockquote {
   border-left: 10px solid #ddd;
}

pre {
   border: 1px solid black;  /* black border for pre blocks */
   background-color: #ddd;
}

/* LISTS */

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/********************
MENU
*********************/

#menu_vert {
   border-top: 1px solid #2e71b8;
   border-left: 1px solid #2e71b8;
   border-right: 1px solid #2e71b8;  
  background: #E3EDFA; 
}

/* menu li block */
#menu_vert li {
   border-bottom: 1px solid #2e71b8;
}

/* first level links */
div#menu_vert a {
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   color: #18507C; /* this will be link color for all levels */
   font-weight: bold;
}


/* hover state for all links */
div#menu_vert a:hover {
   background-color: #88b3de;
}

div#menu_vert a.activeparent:hover {
   background-color: #88b3de;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   color: #294B5F;
}

div#menu_vert ul ul li a.activeparent {
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
/*   background-color: #385C72; */
/*   background-color: #F88415; */
      background: url(uploads/images/bg_h.jpg) repeat-y top left;   
   color: white;                                 /* this will be link color for all levels */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
/*   background-color: transparent; */
   color: white;     
}

/* section header */
div#menu_vert li.sectionheader {
   background-color: #fff;
}


/* separator */
div#menu_vert li.separator {
   background-color: #000;
}

/* accessibility */

/* colors for external links */
a.external:link {
  color: #18507C;
}

a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */
}
a.external:hover {
  color: #18507C;
  background-color: #C3D4DF;
}

/* end wiki style external links */

/*************************/
/* news                                 */
/*************************/

div#news {
   border: 1px solid #2e71b8; 
  background: #E3EDFA;  
}

div#news h2 {
   line-height: 2em;
   color: white;
   background: white url(uploads/images/bg_h.jpg) repeat-y top left;  
}

.NewsSummary {
 /*  border-bottom: 1px solid #2e71b8;  */
}

#NewsPostDetailCategory {
  border-top: 1px solid #ccc;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/


/* Content for invadosomes site */

/*************************/
/* board table                         */
/*************************/

table.board_table {
   border: 0;
}

table.board_table tr td a {
/*   font-size: 1.5em; */
}

/*************************/
/* detail sites for board members */
/*************************/

div#board-details  {
}

div#board-details table {
   border: 0;
}

div#board-details td.prompt {
}

div#board-details td.data {
}

div#board-details td.portrait {
}

div#board-details span.country {
}

img.board-portrait {
}

div#board-details h4 {
}

/*************************/
/* member list                         */
/*************************/

div#member_summary {
}

div#member_summary table {
   border: 0;
}

div#member_summary td.address {
}

div#member_summary td.prompt {
}

div#member_summary span.country {
}

div#member_summary h4 {
    border-bottom: 1px solid #2e71b8;
}

/*************************/
/* member details                     */
/*************************/


table#member_details {
   border: 0;
}

table#member_details td.prompt {
}

table#member_summary td.data {
  
}


/* End of 'colors' */

