/*
Theme Name: Weaver II VRAC Child 
Theme URI: http://weavertheme.com
Description: VRAC Chile theme 
Author: Bruce Wampler
Author URI: http://weavertheme.com/about
Version: 1.2
Tags: custom-header, custom-colors, custom-background, custom-menu, theme-options, left-sidebar, right-sidebar, fixed-width, three-columns, two-columns, black, blue, brown, green, orange, red, tan, dark, white, light
Template: weaver-ii-pro
*/
@import url('../weaver-ii-pro/style.css');	/* alternatively, you can use style.css instead of style.min.css */

/* Minified version: You can create a minified version of this file for your child theme
  directory called style.min.css. If you do that, you MUST have both the child style.css and
  the child style.min.css. The style.min.css version will be used automatically if it is defined.  
  ------------------------------------------------------
 Add specific style overrides here...


Class = use multiple times. 
ID = Use once

ID: 
   <p id="example" ...
   p#examlpe {}

Class: 
   <p class="example" ...
   p.example {}

*/
@import url('../vrac/people.css');
/*@import url('../vrac/facility_request.css');*/
/*@import url('../../../scripts/facility_request/facility_request.css');*/
@import url('/scripts/facility_request/facility_request.css');


/* ###################### Menu   ####################################### */
#wrap-bottom-menu {
   position: relative;
   top: -70px;
   z-index:2;
} 

#menu-main-menu-bar li {
   background-color: #000000;
   border-color: #F5F5F5;
   border-width: 1px;
border-left:1px dotted #444444;
border-right:1px dotted #444444;
}

_.menu-vertical {border:0px!important;} /* works */

/* ###################### Body   ####################################### */
#content {padding-top:0px!important;
   position:relative;
   top:-70px;
}

/* ###################### Widgets ############################################# */
.weaveriip_vertical_menu { margin: 0px; padding: 0px; }



/* Left sidebar menu styling */
#menu-alumni 		a:link  {color:black;}
#menu-contact 		a:link  {color:black;}
#menu-directory 	a:link  {color:black;}
#menu-facilities 	a:link  {color:black;}
#menu-hci 		a:link  {color:black;}
#menu-internal 		a:link  {color:black;}
#menu-intranet 		a:link  {color:black;}
#menu-research 		a:link  {color:black;}
#menu-reu 		a:link  {color:black;}
#sidebar_right.widget-area.per-page-uxlab 		a:link  {color:black;}

#menu-alumni 		a:visited  {color:black;}
#menu-contact 		a:visited  {color:black;}
#menu-directory 	a:visited  {color:black;}
#menu-facilities 	a:visited  {color:black;}
#menu-hci 		a:visited  {color:black;}
#menu-internal 		a:visited  {color:black;}
#menu-intranet 		a:visited  {color:black;}
#menu-research 		a:visited  {color:black;}
#menu-reu 		a:visited  {color:black;}
#sidebar_right.widget-area.per-page-uxlab 		a:visited  {color:black;}

/* color used to be fcd994, but switched 9/2014 */
#menu-alumni 		a:hover  {color:#fcfcfc;}
#menu-contact 		a:hover  {color:#fcfcfc;}
#menu-directory 	a:hover  {color:#fcfcfc;}
#menu-facilities 	a:hover  {color:#fcfcfc;}
#menu-hci 		a:hover  {color:#fcfcfc;}
#menu-internal 		a:hover  {color:#fcfcfc;}
#menu-intranet 		a:hover  {color:#fcfcfc;}
#menu-research 		a:hover  {color:#fcfcfc;}
#menu-reu 		a:hover  {color:#fcfcfc;}
#sidebar_right.widget-area.per-page-uxlab 		a:hover  {color:#fcfcfc;}

/* css while holding click on a link */
#menu-alumni 		a:active  {background:black;}
#menu-contact 		a:active  {background:black;}
#menu-directory 	a:active  {background:black;}
#menu-facilities 	a:active  {background:black;}
#menu-hci 		a:active  {background:black;}
#menu-internal 		a:active  {background:black;}
#menu-intranet 		a:active  {background:black;}
#menu-research 		a:active  {background:black;}
#menu-reu 		a:active  {background:black;}
#sidebar_right.widget-area.per-page-uxlab 		a:active  {background:black;}


.weaveriip_vertical_menu li {
   /* This controls the background color of both upper and lower left menus */
  /* 9.2014 - moved this to the Weaver->Main Options->Widget Areas  */
   _background-color: #f7f7f7;  /* light gray */
} 

.weaveriip_vertical_menu a:hover { //These work from testing
// background: purple!important;
// font-size: 110%;
//color: green!important;
}

.weaveriip_vertical_menu a:active {
background: purple;
//font-size: 120%;
//color: purple!important;

}


/* ##################### Weaver Widgets######################################## */
.weaver-social img {max-width:25px;max-height:25px;} /* Social icons widget */
/* ###################################################################### */


//12.1.2014 .entry-hdr h2.entry-title  {font-size:16px!important;padding:0px;margin:0px!important;}
.entry-title  {padding-top:20px;} /* Keep space between post header and menu bar */
//.entry-hdr .entry-title a:visited,a:link {color:black;}

#text_12{ font-size:14px; }
#text_14{ font-size:14px; }
#text_16{ font-size:16px; }
.weaver_show_posts_header {
   font-size:24px;
}

/*
 * ID: 
 *    <p id="example" ...
 *       p#examlpe {}
 *
 *       Class: 
 *          <p class="example" ..
 *           p.example {}
 */




/* Remove borders and shadows from around images */

/*
Disabled in Weaver - Main Options - Content Areas - Images - No Borders and No Shadows
#content .wp-caption img,
#content img.size-thumbnail,
#content img.size-medium,
#content img.size-large,
#content img.size-full,
#content img.attachment-thumbnail { -webkit-box-shadow:9 0px 0px #bbb; -moz-box-shadow:0 0px 0px #bbb; box-shadow:0 0px 0px #bbb; }
*/


/* the handbook image is not working to style that image */

/*
#handbook .wp-caption img,
#handbook img.size-thumbnail,
#handbook img.size-medium,
#handbook img.size-large,
#handbook img.size-full,
#handbook img.attachment-thumbnail { -webkit-box-shadow:0 9px 9px #bbb!important; -moz-box-shadow:0 9px 9px #bbb!important; box-shadow:0 9px 9px #bbb!important;  background-color:purple!important;}
#handbook  { -webkit-box-shadow:0 9px 9px #bbb; -moz-box-shadow:0 9px 9px #bbb; box-shadow:0 9px 9px #bbb; padding:5px; background-color:purple; border-image-width: 9px;}
#handbook img { -webkit-box-shadow:0 9px 9px #bbb; -moz-box-shadow:0 9px 9px #bbb; box-shadow:0 9px 9px #bbb; padding:5px; background-color:purple;}
.handbook img { -webkit-box-shadow:0 9px 9px #bbb; -moz-box-shadow:0 9px 9px #bbb; box-shadow:0 9px 9px #bbb; padding:5px; background-color:purple;}
*/

.uxlab-inventory-table {background: white;} /* Make background white to match image backgrounds */
th.uxlab-inventory-table {background: #3CBBF0!important;color:black!important;} /* Make background white to match image backgrounds */
td.uxlab-inventory-table-col1 {width: 150px;vertical-align: top;}
td.uxlab-inventory-table-col2 {width: 30%;}
td.uxlab-inventory-table-col3 {width: 20px;}
td.uxlab-inventory-table-col4 {width: 40%!important;}
.uxlab-inventory-table td:nth-child(even){  /* Strip ever-other column */
   background-color:#F2F7FC;
}


/*
#add-img-border { -webkit-box-shadow:0 9px 9px #bbb!important; -moz-box-shadow:0 9px 9px #bbb!important; box-shadow:0 9px 9px #bbb!important;  background-color:purple!important; }
#add-img-border img { -webkit-box-shadow:0 9px 9px #bbb!important; -moz-box-shadow:0 9px 9px #bbb!important; box-shadow:0 9px 9px #bbb!important;  background-color:purple!important; }
img.add-img-border { -webkit-box-shadow:0 9px 9px #bbb!important; -moz-box-shadow:0 9px 9px #bbb!important; box-shadow:0 9px 9px #bbb!important;  background-color:purple!important; }
.add-img-border { -webkit-box-shadow:0 9px 9px #bbb!important; -moz-box-shadow:0 9px 9px #bbb!important; box-shadow:0 9px 9px #bbb!important;  background-color:purple!important; }
.add-img-border img { -webkit-box-shadow:0 9px 9px #bbb!important; -moz-box-shadow:0 9px 9px #bbb!important; box-shadow:0 9px 9px #bbb!important;  background-color:purple!important; }
*/


/* h1.deereday  {border: dotted black;background: green;}*/



/* REU 2009 intern table  */
.twikiTable tr:nth-child(even){  /* Strip ever-other column */
   background-color:#F2F7FC; }
th.twikiTable {background: #3CBBF0!important;color:black!important;} /* Make background white to match image backgrounds */
td.twikiTableCol0 {vertical-align: top;}


/* HCI Administration page formating */
.SupervisoryTable img{margin-right:9px!important;}
.SupervisoryTable tr:nth-child(even){  /* Strip ever-other column */
   background-color:#F2F7FC;  }


/* FAQ app - pub space between answer and next question */
/* // GLG June 22, 2017 - I believe this can all be removed. I replaced this with html <detail><summary> tags.  */
.FAQ_Answer {margin-bottom: 24px;}
.FAQ_Answer a:hover {color: blue;} // Give the blue links a little extra blue


/* Style the tour reservation table and buttons */
.tours a {display:block; text-decoration:none!important; color: white; }
.tours a:hover {color: white;}
.tours a:visited {display:block;color: white;}
//table.tours {width:70%!important;vertical-align:center;display:block;}
table.tours {vertical-align:center;}
td.tours-redbg {background: #cc0000; color: white; border: 4px solid #bb0000!important;text-align:center;width:100px;}
td.tours-redfont {color: #cc0000;width:350px;}
tr {border: 2px solid transparent!important}

/* // testing on a-test about a 2-div layout 
#hciwrapper {
  //margin-right: 200px;
  //margin-right: 200px;
  //border:2px solid red;
}
#hcicontent {
  //border:2px solid purple;
  float: left;
  //width: 100%;
  width: 50%;
  //background-color: #CCF;

display:inline-block;
//vertical-align: bottom;
}
#hcisidebar {
//border:2px solid green;
  float: right;
  width: 370px;
  //width: 350px;
  //margin-right: -200px;
  background-color: #FFA;
}
#hcicleared {
  clear: both;
}
*/


