﻿/*
CSS for Unfocused.org Site
Created 4/15/08,Updated 10/4/10

TAN Theme

Webmaster SarahC

*/



#fullheightcontainer {
  position: relative; /*** Let's be nice to IE ***/
  width: 100%; /*** Content Width ***/
  display: table; /*** For non-IE browsers ***/
  height: 100%;
  margin-bottom: -30px; /*** NEGATIVE TOTAL Height of Footer Rows ***/
  background: #A88B61; /*** Background colour of left column now ***/
}

#outer {
  position: relative;
  margin-left: 225px; /*** Left Column Width ***/

  background: #F1C870; /*** Background colour of content column ***/
  height: 100%;

}

#left {
  float: left;
  display: inline;
  width: 225px; /*** Left Column Width ***/
  margin-left: -225px; /*** NEGATIVE Left Column Width ***/
  position: relative;
}


#subfooter1 {
  margin: 0;
  background: #A5632C;
  color: #FFF;
  text-align: center;
  height: 30px;
  overflow: hidden;
}



#subheader {
  margin: 0;
  background: #FFFFC5;
  text-align: center;
  height: 90px;
  overflow: hidden;
}


#footer a{
color: #FFFF80;
}

#login {
  margin: 5px;
  padding: 5px;
   border: 0;
   background: #D8D6A1;
  }
/*Navigation Sepcific */
#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 8px solid #A5632C; /*tans color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}


#modernbricksmenu2 a{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #A5632C; /*tans color theme*/ 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #D8D6A1; /*tans color theme*/ 
color: white;
border-color: #7e827c;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #A5632C;    /*tans color theme*/ 
color: white;
border-color: #7e827c; /*tanscolor theme*/ 
}



/* End Navigation specific */
  

/* Index page specific */ 

/* End index specific */

/* Used on AGHF homepage, UNF Homepage, UVS: .wrapping, .clearblock, .right_regular, .left_regular  */ 

   .right_regular{
   float: right;
  display: block;
  width: 40%; 
  height: 40%;
  position: relative;
    border: medium double;
  border-color: #A88B61; /*tans theme*/
  overflow: auto;
 Margin-right: 5%;
  margin-top: 5%;
   }
   
  .right_regular h2,h3{
 Background-color: #4D4239; /*tans theme*/
   color: #ffffff;
   text-align: center;
  }	  
    .left_regular{
   float: left;
  display: block;
  width: 40%; 
  height: 20%;
  position: relative;
    border: medium double;
  border-color: #A88B61; /* tans theme */
  overflow: auto;
  Margin-left: 5%;
  Margin-top: 5%;
    
    }
    .left_regular h2,h3{
 Background-color: #4D4239; /*tans theme*/
   color: #ffffff;
   text-align: center;
  }


/* Showprofile */


#pictureframe{
 display: block;
  width: 220px; 
  height: auto;
  border: medium double;
  border-color: #A88B61;
  Padding: 10px;
}

 .adspace {


 text-align: center;
 display: block;
 color: white;
  border: 0;

  padding-top: 2%;
  padding-bottom: 0;
  
 
 }
 


a:hover {color: #99CC66;
         font-weight: bold}   /* mouse over link */
