/* global.css */


/* general */
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
.hr {
	width: 680px;
	height: 5px;
	
	background-image: url(/_img/line_h.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.hr2 {
	width: 480px;
	height: 5px;
	
	background-image: url(/_img/line_h2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	
	margin: 2em 0;
}
hr {
	border: none; 
	border-top: 1px solid #996600;
	height: 1px;
	margin: 15px 0;
}
input, textarea {
	width: 300px;
	
	padding: 3px;
	
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #666600;
	
	border-top: 1px solid #666600;
	border-right: 1px solid #999966;
	border-bottom: 1px solid #cccc99;
	border-left: 1px solid #999966;
	
	background-color: #ffffcc;
}
textarea {
	height: 150px;
}


/* type */

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #330000;
	line-height: 1.7em;
}
h1 {
	padding: 0;
	margin: 0 0 15px 0;

	font-size: 20px;
}
h2 {
	font-size: 12px;
	color: #330000;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	color: #663300;
	font-weight: normal;
	font-style: italic;
}
a, a:link, a:active, a:visited {
	color: #663300;
	text-decoration: none;
	border-bottom: 1px dotted #663300;
	padding: 1px 0;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
#nav a, #footer a {
	border: 0 none;
	padding: 0;
}
ul {
	list-style: square;
}
.attention {
	color: #993300;
}


/* headings */

h1 {
	width: 200px;
	height: 30px;
	background-repeat: no-repeat;
}
h1#blog {
	background-image: url(/_img/title_blog.png);
}
h1#biography {
	background-image: url(/_img/title_biography.png);
}
h1#giving {
	background-image: url(/_img/title_giving.png);
}
h1#links {
	background-image: url(/_img/title_links.png);
}
h1#contact {
	background-image: url(/_img/title_contact.png);
}
h1#home {
	background-image: url(/_img/title_home.png);
}
h1#not-found {
	background-image: url(/_img/title_not-found.png);
}


/* layout */

body, html {
	margin: 0;
	padding: 0;
	
	height: 100%;
	
	background-image: url(/_img/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #edf0d2;
	
	text-align: center;
}
#wrap {
	margin: 0 auto;
	padding: 0 0 10px 0;
	
	width: 760px;
	
	text-align: left;
}
#header {
	width: 760px;
	height: 240px;
	
	background-color: transparent;
	background-image: url(/_img/layout_header.jpg);
	background-repeat: no-repeat;
}
#page {
	width: 497px;
	margin: 15px 0 20px 40px;
	
	float: left;
}
#nav {
	width: 223px;
	height: 311px;
	
	background-image: url(/_img/layout_nav.jpg);
	background-repeat: no-repeat;
	
	float: right;
}
#footer {
	width: 680px;
	margin: 20px 40px;
			
	text-align: center;
	color: #663300;
	
	clear: both;
}


/* navigation */

div#nav ul {
	list-style-type: none;
	
	margin: 10px 29px 0 60px;
	padding: 0;
}
div#nav li {
	position: relative;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}
#nav a:hover {
	background-position: top right;
}
#nav a#blog {
	background-image: url(/_img/nav_blog.png);
	
	height: 61px;
}
#nav a#biography {
	background-image: url(/_img/nav_biography.png);
	
	height: 30px;
}
#nav a#giving {
	background-image: url(/_img/nav_giving.png);
	
	height: 42px;
}
#nav a#links {
	background-image: url(/_img/nav_links.png);
	
	height: 48px;
}
#nav a#contact {
	background-image: url(/_img/nav_contact.png);
	
	height: 32px;
}
#nav a#home {
	background-image: url(/_img/nav_home.png);
	
	height: 53px;
}

div#loading_msg {
	display: none;
}


/* footer */
#footer {
	font-size: 9px;
	color: #333300;
	
	text-align: right;
	
	line-height: 21px;
}
#footer a {
	color: #333300;
	text-decoration: none;
}
#footer a:hover {
	color: #666600;
	
	background-color: transparent;
}
#footer_text {
	display: block;
	float: right;
	height: 20px;
}
#footer #uplyft {
	display: block;
	float: right;
	height: 20px;
	
	padding: 0 24px 0 3px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#footer #uplyft:hover {
	background-position: bottom right;
}
#footer #ml_copy_table {
	margin-top: 8px;
	width: 680px;
}


/* mailing list form */

#mailing_list, #ml_name, #ml_email, #ml_submit {
	margin-right: 6px;
	position: relative;
}
#mailing_list {
	top: 1px;
}
#ml_name, #ml_email {
	width: 120px;
	top: -4px;
}
#ml_submit {
	border: 0 none;
	width: auto;
	background-color: transparent;
	top: 4px;
}
#ml_frame {
	display: none;
	visibility: hidden;
}


/* misc page & photos */

table#giving {
	width: 100%;
}
td.giving_left {
	padding-right: 10px;
}
div.giving_img {
	background-repeat: no-repeat;
	
	width: 302px;
}
div.giving_img#g1 {
	background-image: url(/_img/giving_1.png);
	
	height: 132px;
}
div.giving_img#g2 {
	background-image: url(/_img/giving_2.png);
	
	height: 317px;
}
div.giving_img#g3 {
	background-image: url(/_img/giving_3.png);
	
	height: 385px;
}

div.photo {
	background-repeat: no-repeat;
}
div.photo#links {
	background-image: url(/_img/links_littlegirl.png);
	
	width: 219px;
	height: 259px;
	
	position: relative;
	left: 20px;
	bottom: 0px;
}
div.photo#home {
	background-image: url(/_img/home_familyvolcano.png);
	
	width: 409px;
	height: 310px;
	
	position: relative;
	left: 40px;
}
div.photo#biography {
	background-image: url(/_img/biography_familywaterfall.png);
	
	width: 262px;
	height: 425px;
	
	float: right;
	
	margin: 0 0 10px 10px;
}
div.photo#blog {
	background-image: url(/_img/blog_michellekids.png);
	
	width: 307px;
	height: 222px;
	
	float: right;
	position: relative;
	right: 50px;
	bottom: 20px;
}


/* blog */

#blog_reply {
	font-style: italic;
}
#blog_reply input {
	
}
#blog_reply textarea {
	
}
#c_submit {
	border: 0 none;
	width: auto;
	background-color: transparent;
}

.comment {
	clear: both;
	
	min-height: 50px;
}
.comment .count {
	float: left;
	
	width: 50px;
	height: 50px;
	
	line-height: 48px;
	text-align: center;
	
	font-weight: bold;
	font-size: 24px;
	color: #d5b47f;
	
	background-image: url(/_img/blog_comment.png);
	background-repeat: no-repeat;
}
.comment .count.special {
	background-image: url(/_img/blog_comment_moderated.png);
}
.comment .body {
	margin-left: 60px;
}
.blog_back {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	
	position: relative;
	top: -2.2em;
	margin-bottom: -2.2em;
}
.blog_nav {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	
	margin: 20px 0 0 0;
}
.blog_nav a {
	padding: 2px 4px;
}
.blog_nav a.current {
	color: #d5b47f;
	background-color: #663300;
	border: 0 none;
}













