﻿/*
CSS for Gillygaloofus site
*/


body {
  font-family: tahoma, arial, sans-serif;
  text-decoration: none;
  background-color: #ffffff;
  line-height: 125%;
  padding:  0;
  margin-left: 10;
  width: 1000px;
  height: 800px;
  }



h1  {
  font-family: tahoma, arial, sans-serif;
  font-size: x-large;
  text-decoration: none;
  color: 333333;
  padding-bottom: 10px;
}

li  {
  font-size: small;
  list-style-type: none;
  text-decoration: none;
  padding-top: 0;
  padding-left: 0;
}

img  {
  border:0px #ffffff;
  
}

h2  {
  color: 333333;
  font-size: x-large;
  font-weight: normal;
  text-decoration: none;
  
}

p  {
  font-size: small;
  color: 333333;
  text-decoration: none;
  width: 700px;
}

em  {
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

h1, h2, h3 {
  font-family:  tahoma, ariel, sans-serif;
  }
h1  {
  font-size: x-large;
  background-color: #ffffff;
  color: 333333;
  text-decoration: none;
  position: absolute;
  padding-top: .05em;
  padding-bottom: .8em;
  padding-left: .4em;
  margin: 0;
  background: #ffffff url(backgrounds/header-logo.gif) no-repeat left;
}

h2 {
  color: 333333;
  font-size: 200%;
  font-weight: normal;
  text-decoration: none;
  padding-top: 0px;
  background: #ffffff;
    
}

h3 {
  color: 333333;
  font-size: x-large;
  font-weight: normal;
  text-decoration: none;
  padding-top: 25px;
  background: #ffffff;
}

a  {font-size: small;
  text-decoration: none;
}

a:link  {
  color: #333333;
}

a:visited  {
  color: #333333;
}

a:hover {
  color: #333333;
  background-color: #ffffff;
}

a:active {
  color: #333333;
 background-color: #ffffff;
}

  .fun  {
  color:  #ffffff;
  font-family: Georgia, Times, serif;
  letter-spacing:  0.05em;
}

  .feature {
	float: right;
	margin: 10px;
}

  .linkicon {
  margin-left: 25px;
}

  .blockquote.fun {
  font-style: italic;

}

  .galleryphoto{
  font-size: 65%;
  margin-top: 0;
  width: 650px;
  line-height: 1.4em;
  margin-bottom: 0px;
}
  .galleryphoto1{
  font-size: 65%;
  margin-top: 0;
  width: 650px;
}
  .galleryphoto2{
  font-size: 65%;
  margin-top: 0;
  width: 850px;
}

  .column1 {
  color: 333333;
  font-size: 110%;
  font-weight: bold;
  width: 800px;
  height: 800px;
}

  .column2a {
  width: 500px;
  height: 800px;
  color: 333333;
  font-size: 110%;
  font-weight: bold;
  width: 800px;
  height: 800px;
}
  .column2b {
  width: 450px;
  height: 800px;
  color: 333333;
  font-size: 110%;
  font-weight: bold;
  width: 800px;
  height: 800px;
}

  .columnindex {
  width: 400;
} 

  .mail {
  font-size: small;
  font-weight: normal;
  color: 333333;
}

  .contentconstrained {
  padding-right: 200px;
}

  .nudged {
  position: relative;
  right: 10px;
}


#navigation {
  width: 200px;
  height: 300px;
  margin-left: 10px
 
 
}

h2, ul {
  margin-top: 40px;
}
#header, #sitebranding, #tagline, #navigation, #bodycontent{
  padding: .5px;
  margin-bottom: 10px;
}



/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured
from the top-left corner of the browser's content display.
*/
}
  #header {
  position: absolute;
  margin-left: 200px;
  margin-bottom: 10px;
}
 #navigation {
  position: absolute;
  margin-left: 100px;

}
 #bodycontent {
  position: absolute;
  margin-left: 200px;
  
}

 #bodycontent, #rightcolumn {
  top:  250px;
}

 #navigation {
  top:  400px;
}

#bodycontent {
  left: 200px;
  width: 800px;
  height: 800px;
}


#header  {
  width: 850px;
  height: 330px;
}



