@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D7EFF7;
	overflow-y: scroll;
}


h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h1, h2 {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Verdana;
	color: #39c;
}

h3, h4 {
	color: #333;
}

h1 {
	font-size: 1.8em;
	padding-bottom: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 0.4em;
}
h2 { font-size: 2em; }
h3 {
	font-size: 1em;
	padding-bottom: 0.3em;
	padding-left: 8px;
}
h4 { font-size: 0.9em; }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1.home,
h1.dvds,
h1.photos,
h1.calendar,
h1.guestbook {
	color: #f93;
	background-repeat: no-repeat;
	padding-left: 90px;
	font-size: 48px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1.home {
	color: #f93;
	background-image: url(images/nav_home.png);
	background-position: left bottom;
	margin-left: 32px;
	padding-top: 14px;
}

h1.dvds {
	background-image: url(images/nav_dvds.png);
	background-position: left bottom;
	margin-left: 32px;
	padding-top: 14px;
}

h1.photos {
	background-image: url(images/nav_photos.png);
	background-position: left bottom;
}

h1.calendar {
	background-image: url(images/nav_calendar.png);
	background-position: -10px bottom;
}

h1.guestbook {
	background-image: url(images/nav_guestbook.png);
	background-position: -10px bottom;
}

#wrapper {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px; 
	margin-left: auto;
	font-size: 1.4em
}
#wrapper #header {
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 152px;
	width: 776px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#wrapper #content-wrapper {
	width: 776px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	display: block;
	border: 0px solid red;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #content-wrapper p {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 20px;
	font-size: 0.9em;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #0000FF;
}
#header  #navbar  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position:absolute;
	right: 40px;
	bottom: 0px;
}
#header-logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#header #header-logo {
	position: absolute;
	height: 80px;
	width: 185px;
	top: 48px;
	left: 36px;
}

#navbar li {
	display: inline;
	text-align: center;
	height: 115px;
	float: left;
}

#navbar a {
	display: block;
	background-repeat: no-repeat;
/*	background-color: #ffffff; */
	background-position: top;
	padding-top: 75px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration:none;
/*	border: dashed 0px #fff; */
	margin: 1px;
	outline:none;
}

#navbar a:link,
#navbar a:visited,
#navbar a:hover,
#navbar a:active
{
	color: #ff9933;
}

#navbar a:hover {
	border: dashed 1px #36c;
	margin: 0;
}

#navbar .home a {
	width: 96px;
	background-image: url(images/nav_home.png);
}

#navbar .calendar a {
	width: 110px;
	background-image: url(images/nav_calendar.png);
}

#navbar .photos a {
	width: 92px;
	background-image: url(images/nav_photos.png);
}

#navbar .dvds a {
	width: 88px;
	background-image: url(images/nav_dvds.png);
}

#navbar .guestbook a {
	width: 110px;
	background-image: url(images/nav_guestbook.png);
}



/*****************************************************************  content layouts */
#content-wrapper #content-news {
	margin: 0;
	display: block;
	float: left;
	padding-top: 8px;
	padding-left: 32px;
	width: 300px;
}

#content-wrapper #content-dates {
	margin: 0;
	display: block;
	float: right;
	width: 380px;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-wrapper #content-dvds {
	margin: 0;
	display: block;
	width: 710px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
}


#wrapper #footer-wrapper {
	background-image: url(images/footer.png);
	height: 94px;
	width: 776px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#footer-wrapper #footer {
	width: 80%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


ul.holidays,
ul.anniversaries,
ul.birthdays {
	padding-bottom: 1em;
	padding-left: 12px;
}

ul.holidays li,
ul.anniversaries li,
ul.birthdays li {
	font-size: 0.9em;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 26px;
}

li.halloween { background: url(images/smilies/halloween.gif) no-repeat 6px 4px; }
li.fourth { background: url(images/smilies/flag.gif) no-repeat 6px 4px; }
li.xmas { background: url(images/smilies/xmas.gif) no-repeat 6px 4px; }
li.snow { background: url(images/smilies/snowflake.gif) no-repeat 6px 4px; }
li.present { background: url(images/smilies/present.gif) no-repeat 6px 4px; }
li.lol { background: url(images/smilies/lol.gif) no-repeat 6px 4px; }
li.memorial { background: url(images/smilies/yellowribbon.gif) no-repeat 6px 4px; }
li.valentine { background: url(images/smilies/valentine.gif) no-repeat 6px 4px; }
li.patrick { background: url(images/smilies/clover.gif) no-repeat 6px 4px; }
li.easter { background: url(images/smilies/bunny.gif) no-repeat 6px 4px; }
li.baseball { background: url(images/smilies/baseball.gif) no-repeat 6px 4px; }

ul.anniversaries li {
	background-image: url(images/heart.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	
}

ul.birthdays li {
	background-image: url(images/birthday.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	
}
table.dvds,
table.calendar,
table.months,
table.photos,
table.dates,
table.listdvds {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
}
table.dvds caption,
table.calendar caption,
table.months caption,
table.photos caption,
table.dates caption,
table.listdvds caption {
	width: 99%;
	text-align: left;
	background-color: #3399CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-image: url(images/bg_caption.gif);
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
table.dvds td {
	font-size: 0.8em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ccc;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 8px;
	vertical-align: top;
}

table.calendar {
	border-right-width: 0;
	border-bottom-width: 0;
}

table.dates {
	margin-bottom: 1em;
}

table.calendar th,
table.dvds th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	width: 14%;
	font-weight: normal;
	font-size: 0.8em;
	background-color: #efefef;
	padding: 4px;
}

table.calendar td {
	font-size: 0.8em;
	text-align: right;
	font-weight:bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 8em;
	width: 14%;
	vertical-align: top;
}

table.calendar td.blankday {
	background-color: #ccc;
}

table.months td {
	font-size: 0.8em;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	}
table.months td.nextyear {
	text-align: right;
	width: 5%;
	padding-right: 6px;
	padding-left: 10px;
}
table.months td.lastyear {
	width: 5%;
	padding-right: 10px;
	padding-left: 6px;
}
table.months td.monthlist {
	text-align: center;
	width: 90%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
}

table.photos th,
table.dates th,
table.listdvds th {
	font-size: 0.8em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 0px;
	color: #333;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

table.dates th.name { width: 50%; }
table.dates th.date { width: 40%; }
table.dates th.options { width: 10%; }

table.photos th.album {
	width: 35%;
}
table.photos th.photos,
table.photos td.photos {
	text-align: right;
	width: 10%;
}
table.photos th.desc {
	width: 55%;
}

table.photos td,
table.dates td,
table.listdvds td {
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

table.calendar p.birthday {
	font-weight: normal;
	color: #009900;
	text-align: left;
	background-image: url(images/birthday.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
table.calendar p.anniversary {
	font-weight: normal;
	background-image: url(images/heart.gif);
	background-repeat: no-repeat;
	color: #000099;
	text-align: left;
}
table.calendar p.holiday {
	font-weight: normal;
	background-repeat: no-repeat;
	color: #CC0000;
	text-align: left;
}
p.halloween { background-image: url(images/smilies/halloween.gif); }
p.fourth { background: url(images/smilies/flag.gif); }
p.xmas { background: url(images/smilies/xmas.gif); }
p.snow { background: url(images/smilies/snowflake.gif); }
p.present { background: url(images/smilies/present.gif); }
p.lol { background: url(images/smilies/lol.gif); }
p.memorial { background: url(images/smilies/yellowribbon.gif); }
p.valentine { background: url(images/smilies/valentine.gif); }
p.patrick { background: url(images/smilies/clover.gif); }
p.easter { background: url(images/smilies/bunny.gif); }
p.baseball { background: url(images/smilies/baseball.gif); }


div.photo {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #ccc;
	padding: 8px;
	font-size: 0.8em;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	vertical-align: top;
}
div.photo img {
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.form-wrapper {
	display: block;
	padding: 4px;
	font-size: 0.9em;
	position: relative;
}
.form-wrapper label {
	text-align: right;
	width: 6em;
	display: block;
	clear: left;
	float: left;
	padding-right: 1em;
	line-height: 1.7em;
	margin-top: 4px;
	margin-bottom: 4px;
}
.form-wrapper input, .form-wrapper textarea {
	display: block;
	margin-left: 0em;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	float: left;
	background-color: #fff !important;
	width: 140px;
}
.form-wrapper input.checkbox {
	width: auto;
	margin-top: 9px;
}
.form-wrapper select {
	margin-top: 4px;
}

.form-wrapper textarea {
	width: 360px;
}
form-wrapper br {
	clear: both;
}

#btnSubmit,
#loginsubmit,
#newsubmit {
	width: auto;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	display: block;
}
