/*
CSS for My Web Design page
*/

/******** Main CSS for the homepage ******/

.homepagewrapper {
	font-size: 89%;
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	background: #5B7398;
	color: #FFFFFF;
	position: relative;
}
body.homepage {
	font-family: Calibri, Tahoma, Rockwell, sans-serif;
	background-color: #5B7398;
	line-height: 125%;
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4 {
	font-family: Calibri, Tahoma, Rockwell, sans-serif;
	color: white;
}
h1 {
	font-family: Calibri, Tahoma, Rockwell, sans-serif;
	font-size: x-large;
	background-color: navy;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin-left: 9em;
	width: 19.3em;
}

h3 a {
	font-size: large;
}	
h3 a:link {
	color:white;
}
h3 a:visited {
	color: white;
}

#homepageheader {
	width: 60em;
	height: 280px;
	background-color: #5B7398;
}
#homepagesitebranding {
	padding: 6em;
}
#homepagesitebranding h1 {
	border-top: red double;
	border-bottom: red double;
}
#homepagefooter {
	position: absolute;
	left: 60px;
	top: 476px;
	width: 60em;
	font-size: 12px;
}

#footerwrapper p {
	font-size: small;
}

#footerwrapper a {
	font-size: smaller;
}

#validator {
	margin-left: 290px;
	margin-top: 10px;
}

#validator img {
	border: none;
}

.welcomeblurb {
	font-size: xx-large;
	padding-top: 10px;
}

/******* CSS for all other pages ******/

body {
 font-family: Calibri, Tahoma, Rockwell, sans-serif;
 background-color: #5B7398;
 line-height: 125%;
 padding: 0;
 margin: 0;
 border: 0;
}
.wrapper {
	font-size: 89%;
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	background: #5B7398;
	color: #FFFFFF;
	position: relative;
}
ol li {
	font-size: medium;
	color: white;
	list-style-type:inherit;
}

ul li {
	font-size: medium;
	color: white;
}

ul.inside {
	list-style:inside;
	font-size: medium;
	color: white;
	list-style-type:inherit;
}

li a {
	text-decoration: none;
	list-style-type: none;
}
p {
	font-size: medium;
	color: white;
}

a {
	font-size: medium;
	font-weight: bold;
}

a:link {
	color:blue;
}
a:visited {
	color: purple;
}
a:hover {
	text-decoration: underline;
	color: white;
}
a:active {
	color: red;
}

#breadcrumbs a:hover {
	color: white;
	font-size:small;
}
#breadcrumbs p, #breadcrumbs a {
	font-size:small;
}
#header li, #header a:hover {
	color: white;
	list-style-type: none;
}
#header img {
	border: 15px solid #5B7398;
}

#breadcrumbs {
	position: inherit;
	text-align: right;
}	

form {
	text-align: right;
}
	
#tagline p {
	font-family: Rockwell, Tahoma, sans-serif;
	font-style: italic;
	color: black;
	background-color: #bed8f3;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: 0;
	margin: 0;
	width: 100%;
}
blockquote {
	color: white;
}
h1, h2, h3, h4 {
	font-family: Calibri, Tahoma, Rockwell, sans-serif;
	color: white;
}
h1 {
	font-family: Calibri, Tahoma, Rockwell, sans-serif;
	font-size: x-large;
	background-color: navy;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin-left: 9em;
	background-image: url(/gallery/gradiborder.gif);
	text-align: justify;
	border-top: red double;
	border-bottom: red double;
	
}
h2 {
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}

h3 {
	font-weight: normal;
	font-size: large;
}
h4 {
	font-weight: normal;
	font-size: large;
}
.attentiongrab {
	width: 50%;
	font-weight: bold;
	font-size: x-large;

}
.simplewhiteborder {
	border-width: 5px;
	border-style: solid;
	border-color: white;
}
.insetborder {
	border-width: 10px;
	border-style: inset;
	border-color: #999999;
}
.coloredridgeborder {
	border-width: 10px;
	border-style: ridge;
	border-color: yellow;
}
.bolddottedborder {
	border-width: 10px;
	border-style: dotted;
	border-color: purple;
}
.bolddashedborder {
	border-width: 10px;
	border-style: dashed;
	border-color: blue;
}
.dottedredborder {
	border-width: 1px;
	border-style: dotted;
	border-color: red;
}
.multiborder {
	border-top: 5px solid red;
	border-bottom: 3px dotted blue;
	border-left: 1px dashed yellow;
	border-right: 7px double fuchsia;
}
.pixelpadding {
	padding: 30px;
	border: 1px dashed gray;
}
.empadding {
	padding: 2em;
	border: 1px dashed gray;
}
.percentagepadding {
	padding: 5%;
	border: 1px dashed gray;
}
ul {
	margin-top: 15px;
}
#bodycontent {
	width: 42.75em;
	top: 175px;
	border: black double;
	background-color: navy;
	float: right;
	padding: 3px;
}
#quicknavigation a {
	text-decoration: none;
}
#quicknavigation h2 a:hover {
	color: #000000;
}

#quicknavigation {
	width: 16.25em;
	height: 484px;
	min-width: 80px;
	background: #7da5d8 url(/gallery/nice2.jpg) no-repeat;
	position: absolute;
	float: left;
	border-left: black double;
	border-bottom: black double;
	top: 219px;
	left: 0;
}
#navigation {
	float: right;
}
#navigation h2 a:hover {
	color: #000000;
}
#header {
	width: 60em;
}

.borderbuffer {
	padding-top: 127px;
}
#header2 {
	width: 100%;
	border-top: 3px solid #7da5d8;
}
.nudged {
	position: relative;
	top: 10px;
}
.contentconstrained {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

#footer {
	clear: both;
	font-size: 12px;
}
#footer.link a:hover {
	color: white;

}

table.songs {
/* declarations for song tables */
}
table.songs {
	border-collapse: collapse;
	border: 1px solid #7da5d8;
}
table.songs th, table.songs td {
	padding: 4px;
	border: 1px solid #7da5d8;
}
th {
	text-align: left;
	color: white;
	padding: 0.2em;
}
table.songs th {
	font-size: x-small;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
 	padding-right: 2px;
	background-color: #7da5d8;
}
td {
	border: 1px solid red;
	padding: 0.2em;
}
table.songs td {
	font-size: small;
}
table.songs caption {
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}

table.songs tr {
	border: 1px solid navy;
}

img {
	float: left;
}

.galleryphoto p {
	font-size: 70%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
}
.photocredit {
	font-weight: normal;
	color: gray;
}
.galleryphoto {
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

#repeatedwinter {
	border: 1px solid black;
	padding: 20px;
	background-color: #aebbdb;
	background-image: url(/gallery/winter.jpg);
}

#verticalfade {
	border: 1px solid black;
	padding: 20px;
	padding-top: 300px;
	background-color: navy;
	background-image: url(/gallery/vert-fade.gif);
	background-repeat: repeat-x;
}

#horizontalfade {
	border: 1px solid black;
	background-color: navy;
	background-image: url(/gallery/hori-fade.gif);
	background-repeat: repeat-y;
	padding: 20px;
	padding-left: 180px;
}

#mountain {
	border: 1px solid black;
	background-color: navy;
	background-image: url(/gallery/nice.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 60px;
	padding-left: 210px;
}

.mybeach {
	border: 1px solid black;
	color: white;
	font-weight: bold;
	font-size: 250%;
	background: navy url(/gallery/mybeach.jpg);
	width: 650px;
	height: 125px;
	padding-left: 50px;
	padding-top: 400px;
}



	

