﻿/*
CSS for Bubble Under site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #ccff99;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

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

h1 {
  font-size: x-large;
  background-color: #339900;
  color: #ccff99;
  padding-top: 4em;
  padding-bottom: .2em;
  padding-left: 5px;
  margin: 0;
  background: #6BD600 url(backgrounds/photos.jpg) repeat-y right;
  
}

h2 {
  color: #6bd600;
  font-size: 130%;
  font-weight: normal;
  padding-top: 85px;
}

h3 {
   color: #6bd600;
   padding-top: 00px;
   font-size: 16pt;
   font-weight: normal;
}

li {
  font-size: small;
  list-style-type: none;
  padding-top: 20px;
}

p {
	font-size: small;
	color: #339900;
	padding-left: 10px;
	padding-right: 100px;
	top: 10px;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #ffffff;
  border-top: 3px solid #75ff47;
  border-bottom: 3px solid #75ff47;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #ffffff;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: #339900;
}

a:visited {
  color: #339900;
}

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

a:active {
  color: white;
  
}

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

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 150px;
  height: 520px;
  background: #ccff99 url(backgrounds/umbrela.jpg) no-repeat;
  padding-top: 140px;
  border-right: 0px solid #75ff47;
  
}

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

#header {
  border-top: 3px solid #75ff47;
  
}

img.feature {
  float: right;
  margin: 30px;
  margin-top: 0px;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  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; 
}

/*
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.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 156px;
}

#me {top: 400px
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}

#offers {
	position : absolute;
	}
	
#offers {
top : 100 px; 
}

#offers1 {
	left:300px;
	}
	
	#offers {
	position : absolute;
	}
	
#offers1 {
top : 100 px; 
}

#offers1 {
	left:1000px;
	}.theog {
	font-weight: bold;
}

