/* STYLESHEET Info
Filename: style.css
URI: http://squarezero.org/baby8/style.css 
Description: Stylesheet for birth announcement
Author: Eric Scheidler
Version: 1.0
---------------------- */


/* COLOR Table
Dark Autumn Red: rgb(170,65,75);
Earthy Brown: rgb(150,100,75);
Dark Earthy Brown: rgb(125,100,75);
Milk Tea White: rgb(245,235,210);
Autumn Leaf Green: rgb(125,100,75);
---------------------- */


/* MAJOR LAYOUT Styles
---------------------- */
body {
	margin:0;
	padding: 0;
	font: normal normal normal 15px/1.4em "Courier New","GoudyOlSt BT",Goudy,serif;
/*	background-image: url('tile.gif');
	background-repeat: repeat-both;
	background-position: top center; */
	color: rgb(125,100,75);
	background-color: rgb(140,100,80);
	}
#page {
	margin: 0;
	padding: 300px 66px 600px;
	background-image: url('border2.gif');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: rgb(245,235,210);
	width: 468px;
	position: absolute;
	right: 50%;
	margin-right: -294px;
	top: 0;
	}
#logo {
	position: absolute;
	top: 20px;
	right: 50%;
	margin: 0 -242px 0 0;
	padding: 0;
	}


/* HEADING Styles
---------------------- */
h1 {
	font-size: 24px;
	line-height: 1.1em; 
	color: rgb(150,100,75);
	margin: 15px 0 40px;
	}
h2 {
	font-size: 17px;
	color: rgb(150,100,75);
	margin: 30px 0 20px;
	}
h3 {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	}


/* BLOCK Styles
---------------------- */
p {
	margin: 0 0 20px;
	}


/* IMAGE Styles
---------------------- */
img {
	border: none;
	}
.right {
	float: right;
	}
img.right {
	margin: 20px 0 20px 20px;
	background-image: url('right.gif');
	background-repeat: no-repeat;
	background-position:top right;
	padding: 4px 4px 30px 40px
	}
.left {
	float: left;
	}
img.left {
	margin: 0 20px 20px 0;
	background-image: url('left.gif');
	background-repeat: no-repeat;
	background-position:top left;
	padding: 4px 40px 30px 4px
	}
.clear {
	clear: both;
	}
.center {
	text-align: center;
	position: relative;
	right: 10px;
	}
#album {
	}
#album .left,
#album .right,
#album .center {
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px;
	}
.portrait,
.landscape {
	clear: both;
	}
#album .portrait img {
	margin: 0 1px 0 0;
	background-image: url('portrait.gif');
	background-repeat: no-repeat;
	background-position:top left;
	padding: 4px;
	}
#album .last {
	margin-right: 0;
	}
#album .right {
	position: relative;
	right: 26px;
	}
#album .left {
	position: relative;
	left: 26px;
	}
#album .landscape img {
	background-image: url('landscape.gif');
	}
#album p {
	font-size: 12px;
	position: relative;
	bottom: 4px;
	}
#album .portrait p {
	right: 0;
	left: 0;
	bottom: 8px;
	}
.cap  {
	float: left;
	margin: 4px 6px 0 0;
	}

/* LINK Styles
---------------------- */
a:link,
a:visited {
	color: rgb(170,65,75);
	}
a:hover {
	color: rgb(125,100,75);
	text-decoration: none;
	}



/* INLINE Styles
---------------------- */
em {
	}


/* MENU Styles
---------------------- */
#menu {
	position: absolute;
	top: 220px;
	right: 50%;
	margin-right: -240px;
	width: 480px;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#menu img {
	border: none;
	padding: 0;
	margin: 0;
	}
#menu li {
	display: inline;
	padding: 0;
	margin: 0 1px 0 0;
	}
#menu li a,
#menu li span {
	padding: 0;
	margin: 0;
	}
#menu li span {
	padding-bottom: 5px;
	}
#menu li a:hover {
	background-image: url('select.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}
#menu li#pix a:hover {
	background-image: url('select2.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}
#menu li #here {
	background-image: url('here.gif');
	background-repeat: no-repeat;
	background-position: 30px bottom;
	}

/* FOOTER Styles
---------------------- */
#footer {
	clear: both;
	margin: 50px 4px 15px;
	}
#footer p {
	padding: 0 0 0 164px;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	bottom: 72px;
	margin-bottom: 8px;
	}
#footer img {
	}
