﻿/*
CSS for Bubble Under site
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #CCCCFF;
	margin: 0;
}

li {
	font-size: small;
	list-stytle-type: circle;
	color: white;
}

	font-size: small;
	color: #330000;
}

em {
	text-transform: uppercase;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	background-color: #CCCCCC;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	background: #CCCCCC url(backgrounds/tagline-fade.jpg) repeat-y
	right bottom;
}

h1, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #333333;
	color: white;
}

h1 {
	font-size: xx-large;
	background-color: #330033;
	color: white;
	padding-top: 1em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
	background: url(backgrounds/Laurel_plum.jpg) repeat-x;
	
}

h2 {
	color: #666666;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}

a {
	font-weight: bold;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	text-decoration: none;
	color: #CCFFFF;
	background-color: #7da5d8;
}

a:active {
	color: aqua;
	background-color: navy;
}


.fun {
	color: #666666;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
}


h2, ul {
	margin-top:15px
}


/*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: 117px;
}

#bodycontent {
	left: 240px;
}

#header {
	width: 100%;
}

#navigation {
	width: 180px;
	background-color: #663333;
}

#header {
	border-top: 3px solid white;
}

.feature {
	float:right;
	margin: 10px;
	
}

#navigation, #bodycontent {
	top: 6.94em;
	margin: 10px;
}

.galleryphoto p {
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.photocredit {
	font-weight: normal;
	color: gray;
}

.homephoto p {
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	align: right;
	width: 430px;
	line-height: 1.4em;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

img {
	border:5px solid black;
}



#navigation {
	width: 180px;
	height: 484px;
	background: #663333 url(backgrounds/chair1.jpg) repeat-y;
}