/* $Id: wsp.css,v 1.31 2002/10/12 10:03:00 adam Exp $ */

/* The stylesheet is divided into 3 parts. Each part is a set of things that typically must be reviewed together. Constrain your changes to the proper part:

 1 colors, backgrounds, borders, link and emphasis indication
 2 font and text properties, exclusive of link indication, alignment, text-indent
 3 box properties (exclusive of borders), positioning, alignments, list types, text-indent

*/

/* colors, backgrounds, borders, link indication */
code {
	color: blue;
}

a, a:link {
	color: #119;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #622;
}

a:hover {
	text-decoration: underline;
}

#SiteNav ul, #SiteNav li {
	color: #3b6ebc;
}

div.example {
	border: 1px solid black;
}

img, a.imgLink {
	border: 0px solid white;
	color: white;
}

#intro, #quote {
	color: #333;
}

#quote {
	border-width: 1px 0 0 0;
	border-color: black;
	border-style: solid;
}
img {
	border-width: 0;
}

#SiteNav a, #SiteNav li.active li a, #SiteNav li.active li.active li a {
	background-color: #4F5382;
	color: #fff;

}

#SiteNav a:hover, #SiteNav li.active li a:hover, #SiteNav li.active li.active li a:hover {
	background-color: #000;
	text-decoration: none;

}

#SiteNav li.active a, #SiteNav li.active li.active a, #SiteNav li.active li.active li.active a {
	background-color: #000;

}

div.postMetaInfo {
	border-left: 1px solid black;
}

/* font and text properties, exclusive of link indication, alignment, text-indent */
.strike {
	text-decoration: line-through;
}

body, code, pre {
	font-family: "Trebuchet MS";
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 14px;
}

html>body, html>body code, html>body pre {
	font-size: small;
}

div.postMetaInfo, .authors  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

html>body div.postMetaInfo, html>body .authors {
	font-size: x-small;
}

code, pre {
 font-family: 'Andale Mono', Courier, monospace;
}

h1, h2, h3, #SiteNav, #SubNav {
	font-family: "Trebuchet MS", serif;
	font-size: 14px;
}

h1 {
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: .2em;
}

h2 {
	font-size: 1.2em;
}

h3, h4 {
	font-size: 1em;
}

h3 {
	text-transform: uppercase;
	letter-spacing: .2em;
}

h4 {
	font-style: italic;
	font-weight: normal;
}

.abbr, abbr {
	font-size: .9em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

h2.sub {
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
}


/* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
body {
	line-height: 1.8;
	margin: 0;
	padding: 20px 0px 0px 0px; 
border: none; 
scrollbar-arrow-color: #4F5382; scrollbar-base-color: #E0DFEF;
}

.blog .post {
	padding-bottom: 1em;
}

h3.postTitle {
	margin-bottom: .667em;
}

div.example {
	margin: .25em 0;
	padding: 10px;
}

img.imgRight {
	float: right;
}

#Header {
	margin: 0 25px;
	height: 130px;
}

#headerText {
	position: absolute;
	top: 20px;
	left: 30%;
	text-align: right;
}

#intro {
	margin-bottom: 5px;
}

#quote {
	padding-top: 5px;
	margin-bottom: 10px;
}

#MainText {
	position: absolute;
	left: -5px;
	top: 114px;
	width: 75%;
	z-index: 30;
}
#Background {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 1px;
	width: 100%
	 }
#Logo { 
	position: absolute;
	 z-index: 25;
	 top: 0px;
	 left: 350px;
	 }
#picture {
	position: absolute;
	padding: 5;
	z-index: 50;
	top: 102px;
	left:760px;
	 }
#Address { color: white; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; position: absolute; z-index: 200; top: 575px; left: 370px }
#Flash { 
	position: absolute;
	 z-index: 26;
	 top: 49px;
	 left: 310px;
	 }
#Apc { 
	position: absolute;
	 z-index: 24;
	 top: 550px;
	 left: 10px;
	 }
#MainText div.padder {
	margin-left: 180px;
	margin-right: 25px;
}
#MainText2 div.padder {
	margin-left: 10px;
	margin-right: 25px;
}
#SiteNav {
	position: absolute;
	left: 10px;
	top: 230px;
	width: 160px;
	z-index: 31;
}

#SubNav {
	position: absolute;
	background-color: #ffffcc;
	border: 2px solid #3b6ebc;
	right: 40px;
	width: 200px;
	top: 140px;
	z-index: 3;
}

#SubNav div.padder {
	margin: 10px;
}

#Corporate {
	position: absolute;
	right: 30px;
	width: 220px;
	top: 340px;
	z-index: 7;
}
#Wedding {
	position: absolute;
	left: 500px;
	width: 250px;
	top: 140px;
	z-index: 9;
}
#footer {
	text-align: center;
	margin: 40px 0px;
}

address, blockquote, dd, dir, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, li, menu, ol, p, pre, table, ul {
	margin: 0;
	padding: 0;
	color: #000;
}

#subnav p {
	line-height: normal;
}

p+p {
	text-indent: 1.8em;
	margin-top: -.667em;
}

dir, dl, fieldset, form, menu, ol, p, pre, ul {
	margin: .67em 0;
}

ul {
	list-style-type: disc;
}

ol, ul {
	margin: .33em 0;
}

h1, h2, h3, h4, h5, h6, dt, th {
	margin: 1.667em 0 0 0;
	text-align: left;
}

h1 {
	margin: 0 0 1em 0;
}

li {
	margin: 0 0 0 1.8em;
}

dd {
	margin: 0 0 .667em 1.8em;
}

blockquote {
	margin: .667em 0 .667em 1.8em;
}

img.imgRight {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

h2.sub {
	margin-left: 1.5em;
	margin-top: 0px;
}

#SiteNav ul, #SiteNav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#SiteNav ul ul {
	padding: 0;
	margin: 0px 0px 0px 10px;
}

#SiteNav a, #SiteNav li.active li a, #SiteNav li.active li.active li a, #SiteNav a:hover, #SiteNav li.active li a:hover, #SiteNav li.active li.active li a:hover, #SiteNav li.active a, #SiteNav li.active li.active a, #SiteNav li.active li.active li.active a {
	padding-left: .5em;
	padding-right: .5em;
}

#SubNav p {
	margin-top: 1em;
	margin-bottom: 0;
}

#headerText {
	width: 67%;
}
div.postMetaInfo {
	float: right;
	width: 200px;
	padding: 10px 0px 10px 12px;
	margin: 5px 0 0 12px;
}

