﻿/*
CSS for Charles Wed Website
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #e2edff; /*#e2edff;*/
	line-height: 125%;
	padding: 0;
  margin: 0;
	/*border: 4px solid navy;*/
}


p {
	font-size: small;
	color: navy;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: medium;

	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;

	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;

	margin: 0;

	background: #bed8f3 url(tagline-fade.jpg) repeat-y right;

}

li {
	font-size: small;
	list-style-type: none;
}

em {
	text-transform: uppercase;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: x-large;
	background-color: navy;
	color: white;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

h2 {
	color: navy;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}
h3 {
	color: navy;
	font-size: 110%;
	font-weight: normal;
	padding-top: 15px;
}

h2, ul {
	margin-top: 15px;
}



.fun {
	color: #339999;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
}

#navigation {
	width: 180px;
	height: 484px;
	background: #7da5d8 url(nav-bg-2.jpg) no-repeat;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}

#navigation li {
	border-bottom: 1px solid #00B3FF;
}

#navigation li a:link, #navigation li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.2em 0 0.2em 0.5em;
	border-left: 12px solid #000080;
	border-right: 1px solid #000080;
	background-color: #0000BD;
	color: #FFFFFF;
	text-decoration: none;
	
}

#navigation li a:hover {
	background-color: #000080;
	color: #FFFFFF;
}

#navigation ul ul {
	margin-left: 12px;
	padding: 0;
}

#navigation ul ul li {
	border-bottom: 1px solid #000080;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
	padding: 0;
	background-color: #00B3FF;
	color: #000080;
}

#navigation ul ul a:hover {
	background-color: #0000BD;
	color: #FFFFFF;
}

#header {
	border-top: 3px solid #7da5d8;
}

#header .slogan {
	float: right;
}

img {
	border: 12px solid white;
}

#footer {
	font-size: small;
	color: navy;
}
	

/* this section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y co-ordinates measured
from the top left corner of the browsers content display. */

#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation, #bodycontent {
	top: 128px;
}

#bodycontent {
	left: 200px;
}

#header {
	width: 100%;
}

.feature {
	float: right;
	margin: 10px;
}

.productphoto img {
	/*float: left;*/
	margin: 10px;
}

.productphoto p {
	padding-top: 20px;
}

