﻿/*
CSS for My Website
*/

body {
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: black;
	line-height: 150%;
	padding: 0;
	margin: 0;
}

#sitebranding {
	background-color: #ffcc00;
	height: 50px;
	width: 1454px;
	margin: 0;
}

.highlight {
	border: 8px inset #ff99cc;
	padding-top: 2em;
	padding-bottom: 3em;
	padding-left: 2em;
}

h1 {
	font-size: 60px;
	letter-spacing: 0.05em;
	font-family: "Segoe Script", "Tempus Sans ITC";
	color: purple;
}

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

h2 {
	font-size: medium;
	font-weight: normal;
}

p {
	font-size: small;
	color: yellow;
}

table.pricing {
	border-collapse: collapse;
	border: 2px solid #ffcc00;
	font-size: small;
	color: #ffcc00;
}

table.pricing th, table.pricing td {
	background: black;
	padding: 4px;
	border: 1px solid purple;
}

table.pricing th {
	font-size: small;
	text-align: left;
}

table.pricing td {
	font-size: medium;
}

#tagline p {
	font-style: italic;
	font-size: 2em;
	font-family: Georgia, Times, serif;
	padding-top: 0.5em;
	padding-bottom: 20em;
	background: black url(Boulder.jpg) no-repeat;

}

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

a {
	font-weight: bold;
}

a:link {
	color: red;
}

a:visited {
	color: #ffcc00;
}

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

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

#navigation, #navigationblog, #navigation2 {
	width: 240px;
	border: 2px solid #ffcc00;
	background-color: purple;
}

/*
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, #navigation, #navigationblog, #navigation2, #bodycontent {
	position: absolute;
}
#navigation, #bodycontent {
	top: 485px;
}


#navigationblog {
	top: 700px;
}


#navigation2 {
	top: 800px;
}


#bodycontent {
	left: 250px;
	width: 1600px;
}

.galleryphoto {
	border: 10px solid white;
}

#gallerydiv p {
	font-size: 65%;
	color: white;
	font-weight: bold;
	margin-top: 0;
	width: 1600px;
	line-height: 1.4em;
}

#backgroundforgallery {
	border: 1px solid white;
	padding: 20px;
	background-color: black;
	background-image: url("Gallery Background.jpg");
}
