/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */


html {
	height: 100%;
}
body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

.header-top-inner {
  display: none;
}

/****************************/
/* COLOR CHANGES            */
/****************************/

.header-top-wrapper {
  /*background-color: #412163;   /* purple */
  background-color: #81b100;  green */
}

.block .content /* Block's content wrapper */ {
 color:#ccc;
}
.block .content a /* Block's content wrapper */ {
  color:#eee;
  text-decoration:none;
}
.block .content a:hover /* Block's content wrapper */ {
  /*color: #412163;   /* purple */
  color:#81b100;  /* green */
  /*color:#6094c2;    /* blue  */
  text-decoration:underline;
} 

.tagadelic {
  padding: 5px;
}

.tagadelic a active: {
  /*color: #412163;   /* purple */
  color:#81b100;  green */
}

/* Panel Tab/button */
.tab {
  background: url(../images/tab_b.png) repeat-x 0 0;
  height: 42px;
  position: relative;
  top: 0;
  z-index: 999;
}

.tab1 {
  float: right;
  width: 120px;
  background: url(../images/tab1.png) 0 0; /* green */
  /*background: url(../images/tab_purple.png) 0 0;*/
  background-repeat:no-repeat;
  
  /*display: block;
  height: 50px;
  border: 0;
  background-color: #81b100;
  color: #fff;*/
  
  height: 30px;
  padding: 5px;
  /*margin-left: 700px;*/
  padding-left: 35px;
}

.tab1 a {
  font-family:"Century Gothic";
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
}

.tab1 a:hover {
  text-decoration: underline;
}

.edge {
  background: url(../images/edge.png) repeat-x 0 0;
  /*background: url(../images/edge_purple.png) repeat-x 0 0;*/
  height: 5px;
}

.contactText2 p {
  color: #FFFFFF;
}

.contactText2 a {
  color:#fff;
}
.contactText2 a:hover {
  color:#000000;
  text-decoration: underline;
}


.page {
  background-image: url(../images/back_black90.png);
  background-repeat: repeat;
  /*background-color: #000000; opacity:0.9; filter:alpha(opacity=90); -moz-opacity:0.9;
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=80);*/
}

.content-inner {
  background-image: url(../images/back_dkgrey.png);
  background-repeat: repeat;
  padding: 20px 0;
  /*background-color: #111; opacity:1; filter:alpha(opacity=100); -moz-opacity:1;
  background: opacity: .9;
  background: -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background: filter: alpha(opacity=10);*/
}




/** headings **/
  h1
  {
    /*font-family: "Times New Roman", "Adobe Garamond Pro", Garamond, Georgia,  Times, serif;
	font-family: "Times New Roman", Times, serif;*/
	font-weight:100;
	color:#ccc;
	font-size: 28px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
	border-bottom: 2px solid #eee;						 
  }

  h2
  {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }

  h3
  {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
  }

  h4, h5
  {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }
  
  h6
  {
    /*font-family: "Times New Roman", "Adobe Garamond Pro", Garamond, Georgia, Times, serif;*/
	font-weight:100;
	color:#999999;
	font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
  }
  
  
.node h2.title { /* Node title */ 
    /*font-family: "Times New Roman", "Adobe Garamond Pro", Garamond, Georgia,  Times, serif;*/
	font-weight:100;
	color:#999999;
	font-size: 1.5em;
}
  
#portfolio_thumbPic2
  {
  border: 5px solid #666;
  width: 140px;
  height: 90px;
  margin: 5px;
  padding: 5px;
  }  

  #portfolio_thumbPic 
  {
  width: 140px;
  height: 90px;
  background-color:#000;
  margin: 3px;
  padding: 5px;
  }

  #portfolio_picL 
  {
  float:right;
  }
  
  #field-portfolio-large
  {
  float:right;
  margin:50px;
  border: 5px solid #000;
  }
  
  .portfolioPicL
  {
  padding-left:20px;
  }
  
  #taxTerms
  {
  }
  #taxTerms node.title /* Node title */
  {
    font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color:#eee;
	font-size: 1.5em;
  }
  
  .contactPic {
  margin-left:30px;
  margin-bottom:30px;
  float:right;
  
  }
  
  .talkPic {
  margin: 0 0 15px 30px;
  float:right;
  border: 5px solid #000000;
  clear: both;
  height: 200px;
  
  }
  
  .aboutTitle {
    font-family: "Times New Roman", "Adobe Garamond Pro", Garamond, Georgia,  Times, serif;
	font-weight:100;
	color:#ccc;
	font-size: 1.5em;
  }
  
  .talkTitle {
    font-family: "Times New Roman", "Adobe Garamond Pro",  Garamond, Georgia,  Times, serif;
	font-weight:100;
	color:#eee;
	font-size: 2em;
	margin-bottom:5px;
	padding-top: 10px;
  }
  
  .talkDate {
	color:#999999;
  }
  
  .talk {
    float: left;
    clear: both;
    border-bottom: 2px solid #eee;
	margin-bottom: 15px;
  
  }
  
  .views-field-body .field-content {
  display:block;
  clear:both;
  
  }
   
  #lightboxFrame {
  border:none;
  border: hidden;
  } 
  
   


/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
    /* width: 100%; */ /* Prevent cramped-looking tables */
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    padding-right: 10px;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }
  
/*  menu  */
.mainNav {
  /*width:960px;*/
  padding: 15px 20px 0 0;
  margin-left: -20px;
}
.mainNav a{
  /*font-family: "Times New Roman", "Adobe Garamond Pro", Garamond, Georgia,  Times, serif;
  font-family:Garamond, Georgia, "Times New Roman", Times, serif;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-decoration:none;
  color:#fff;
  }

  .mainNav a:hover{
  text-decoration:underline;
  }

  .mainNav ul{
  text-align:left;
  margin-right:20px;
  list-style: none;
  }

  .mainNav ul li{
  display:inline;
  padding-right:20px;

  }  
  


textarea, input, fieldset {
  border: 1px solid #fff;
  background-color:#fff;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

form label {
  color: #FFFFFF;
} 

.contactPic2 { /* up in slideDown area */
  float: left;
  padding-right: 20px;

}

.feed-icon img {
  display: none;

}
