﻿/*
CSS for UNISON - NHS Professional Organisations branch
*/
/*
New style - placed navigation div after bodycontent div & then placed navigation -
position float at end of position div.
*/

body {
  font-size: 80%;
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial,  sans-serif;
  line-height: 1.6;
}


  #sitebranding, #tagline {
  font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;
}

  h2 {
  font-size: 1.7em;
  font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;
  letter-spacing: 0.1em;
}  



  #sitebranding h1 {
  font-size: 2em;
  letter-spacing: 0.1em;
  padding: 3em 0 0.4em 0.5em;
  margin: 0;
  color: white;
  border: 0.1em solid #339933;

  background: url(gallery/skyline2.jpg) no-repeat left;
  background-color:#339933;
  z-index:2;
}

 	/* #footer provides the background image & borders for the footer section
	*/
  #footer {
  clear: both;
  padding: 1em 0.5em 0.4em 0;
  margin-top: 0;
  color: white;
  letter-spacing: 0.1em;
  border: solid #339933;
  border-width: 1em 0.1em 1em 0.1em;
  font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;
  background-color:#392900;

}

  #footer h1 {
  font-size: 2em;
  text-align: center;
}

  #footer h2 {
  font-size: 1.25em;
  font-style: italic;
  text-align: center;
}


  #tagline p {
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.2em;
  vertical-align: middle;
  color: white;

  background: #339933;

  padding: 0.5em 0 0.5em 1em;
  margin: 0;
  border: 0.2em solid #330066;
  border-bottom: 0.2em solid #ff6633;
}


 #navigation {
  background-color: #330066;

  background: url(gallery/leaves.jpg) no-repeat;			
  background-position: left bottom;
  margin-left: 1em;
  margin-right: 0;
  padding: 3.5em 0.2em 1em 0;
  height: auto;
  border-bottom: 0.3em solid #ff6633;
  border-left: 0.3em solid #ff6633;
  z-index:1;
 	/*   height: 25em;    padding: 3.5em 0.2em 1em 0;
	*/
} 


  #navigation li {
  list-style-type: none;

}



  #bodycontent {
  background-color: #000;
color: #fff;
  padding: 1em 2em 0 1.5em;
  border-bottom: 0.3em solid #330066;
}

  #bodycontent h4 {
margin-bottom: -0.5em;
}


	.h4_no_table {
  background-color: #392900;
  color: #ffcc99;
  padding: 0.2em 0.5em 0 0.2em;
}


/*
Styles for non-table headings covering 3 pages: 'language' and 'annual show' - same dec as table captions #ff6633   background-color: #F6F6F6;
*/





/*
Styles for tables covering 3 pages: 'contact', 'meetings' and 'running'    #330066
*/



  table{
  border-collapse: collapse;
}


  table th, table td {
  padding: 0.5em 1em 0.5em 0.5em;
  border: 2px solid #ff6633;
}
  
 
  table th {
  font-size: x-small;
  text-align: left;
  padding-right: 6em;
}

 
  table caption {
  font-size: small;
  text-align: left;
  margin-top: 25px;
  padding: 0 0 0.2em 0.5em;
  font-weight: bold;
  background-color: #392900;
  color: white;
}


	.show {
	background: #FF6633;
	color: white;
}




  #bodycontent ul {
  margin-left: 0.5em;
  padding-left: 0.5em;

}

  .inline li {
  display: inline;
}


  .updated li {
  color: #ff6633;
}

	.h3_gap{
  margin-top: -1em;
}

/*
Styles for navigation links

  color: #cccc88;
  background-color: #330066;

*/
  a {
  font-weight: normal;
  font-size: 12px; 
  font-weight: bold;
}

  a:link {
  color: #eee;
  background-color: #000;
  padding: 0.5em;

}

  a:visited {
  color: #ff6633;
  background-color: #000;
  padding: 0.5em;

}

  a:hover {
  text-decoration: none;
  color: #330066;
  background-color: #339933;
}

  a:active {
  color: yellow;
  background-color: #339933;
}






/*
Positioning of divs within window

  #body_wrap {
  position: absolute;
  top: 12em;
  width: 100%;
  border-bottom: 0.3em solid #330066;
}

*/

  #header {
  position: absolute;
  width: 100%;
}


  #body_wrap {
  position: absolute;

  width: 100%;
  border-bottom: 0.3em solid #330066;
}

  #navigation {
  float: right;
  width: 25%;
}



  #bodycontent {
  height: auto;
}

  #clear_both {
  clear: both;
}

  #react_navigation {
  width: 73%
}

  #club {
  margin-right: 1em;
}


	



/*
Setting all ul to type 'none'


*/
  ul {
  list-style-type: none;
}





  .center {
  text-align: center;
}

  .galleryphoto p {
  font-size: 85%;
  font-weight: bold;
	font-style: italic;
  margin-left: 3%;

  width: 500px;
  line-height: 1.4em;
  z-index:0;
}


	.standout {
  margin-left: 8em;
}
