/*
CSS for Ligue PPC Quebec
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  background-color: #f8f8f8;
  background-color: #ffffe0;
  /*background: url('backgrounds/LPPCQ-logo-1.gif') no-repeat;
  background-position:  390px 330px ;*/
  /* for IE 
  filter:alpha(opacity=60);
   CSS3 standard 
  opacity:0.6;*/
  line-height: 100%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: blue;
  color: black;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 5em;
  margin: 0;
  background: blue url(backgrounds/blue-degrad-2.gif) repeat left bottom;
}

h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

.post-body div, p {
  font-size: small;
  color: black;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 2px solid #7da5d8;
  border-bottom: 2px solid#7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right bottom;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: navy;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
  color: navy;
  background-color: white;
}

a:active {
  color: red;
  background-color: navy;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#menu-vertical {
  width: 180px;
  height: 650px;
  text-align: left;
  border-left: 0px;
  margin-left: 0px;
  background: #7da5d8 url(backgrounds/light-bleu-degrad-180x800.jpg) no-repeat;
}

h2, ul {
  margin-top: 15px;
}

#header {
  /*background-color: #f8f8f8;
  background-color: black;*/
}
img		{
		border: none;
		}

img.feature {
  float: right;
  margin: 10px;
}



.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid blue;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}

.galleryphoto img {
  border: 15px solid white;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2ffff;
  background: url('backgrounds/td.jpg') repeat-x bottom;
  /*background: #e2edff url(backgrounds/td.jpg) repeat-x bottom;*/
}

table.events caption {
  /*color: #000066; used to be blue but I like black*/
  color: #000000;  
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}


table.forsale {
  border-collapse: collapse;
}

table.forsale th, table.forsale td {
  padding: 4px;
  border: 1px solid #000066;
}

table.forsale th {
  /*font-size: x-small;*/
  text-align: center;
  /*background: #241374 url(backgrounds/header-bg.jpg);*/
  background: blue url(backgrounds/blue-degrad-2.gif) repeat left bottom;
  /*color: #ffffff;*/
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

table.forsale td {
  font-size: small;
  background: #f8f8f8
}

table.forsale caption {
  /*color: #000066; used to be blue but I like black*/
  color: #000000;  
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

form.contact fieldset {   
  border: 2px solid blue;   
  padding: 10px;
}  

form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: blue;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.contact .buttonarea input {   
  background: blue;
  color: white;   
  font-weight: bold;   
  padding: 5px;
  border: 1px solid white;
}

form.contact .buttonarea {
  text-align: center;
  padding: 4px;
  background-color: #0066FF;
}

#search {
  position: absolute;
  top: 77px;
  right: 10px;
  font-size: x-small;
  font-weight: bold;
  color: #000066;
}

#blogroll {
  float: right;
  margin-top: 55px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 130px;
  border: 1px solid blue;
  font-size: x-small;
}

#blogroll h2 {
  font-size: x-small;
  background: blue;
  color: white;
  padding: 5px;
  margin: 0;
}

#blogroll div {
  padding: 5px;
}

/*  Absolute positioning of items on screen 
	menu-vertical is for the index on the left
	bodycontent is the test area on the right of the menu-vertical
	header is the portion on top of menu-vertical and bodycontent 
	All are absolute for now */

#menu-vertical, #bodycontent, #header {
  position: absolute;
}

#menu-vertical {
  top: 145px;
  left: 3%;

}

#bodycontent {
  left: 230px;
  top: 10em;
}

#header {
  width: 95%;
  margin-left:3%;
}

