/* BASICS */
body.anvik-family {  
	font: 9pt/13pt Verdana, Arial, Helvetica, sans-serif; 
	color: #010E22;
	background:#183868;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

body.printable {  
	font: 9pt/13pt Verdana, Arial, Helvetica, sans-serif; 
	background: #FFFFFF repeat;
	text-align: center;
	}

a 			{ color: #00004B; text-decoration: underline; }
a:link		{ color: #00004B; text-decoration: underline; }
a:visited	{ color: #00004B; text-decoration: underline; }
a:active	{ color: #00004B; text-decoration: underline; }
a:hover		{ color: #AD0808; text-decoration: underline; }

img {
	border: 0px;
	}

h1, h2, h3 {
	}

table {
	border-width:0px;
}

/* LAYOUT */
#container { 
	position: relative;
	width: 772px;
	max-width: 770px;
	margin: 20px auto;
	text-align: left;
	background: #fff no-repeat top left;
	border: 3px solid #919191;
	min-height: 550px;
	}

#printable_container {
	text-align: left;
	position: relative;
	background: #fff no-repeat top left;
	border: 0px;
	}

/* CONTENT */

#content {
	margin-top: 65px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	}

#title {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #183868;
	border: 2px solid #919191;
	background: #F1F2EF no-repeat left top;
	width:578px;
	max-width: 576px;
	text-align: center;
	}

#nav {
	float: right;
	background: #FFFFFF no-repeat left top;
	width: 190px;
	}

#nav a  { text-decoration: none; }

#family-photo {
	background: url("../images/kids.jpg") no-repeat;
	width: 180px;
	min-width: 175px;
	height: 255px;
	margin-top: 5px;
	margin-left: 10px;
	}

#websites {
	margin-top: 5px;
	margin-right:5px;
	padding-left: 10px;
	}

#websites-head {
	margin-top: 5px;
	background: #183868;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	border-top: 1px solid #919191;
	height: 18px;
	}

#websites-list {
	text-align: center;
	background: #F1F2EF no-repeat left top;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
	font-weight: bold;
	}

#intouch {
	margin-top: 5px;
	margin-right:5px;
	padding-left: 10px;
	}

#intouch-head {
	background: #183868;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	border-top: 1px solid #919191;
	height: 18px;
	}

#intouch-list {
	text-align: center;
	background: #F1F2EF no-repeat left top;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
	font-weight: bold;
	}

#memories {
	margin-top: 5px;
	margin-right:5px;
	padding-left: 10px;
	margin-bottom: 20px;
	}

#memories-head {
	background: #183868;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	border-top: 1px solid #919191;
	height: 18px;
	}

#memories-list {
	text-align: center;
	background: #F1F2EF no-repeat left top;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
	font-weight: bold;
	}

.content-head {
	padding-top: 10px;
	border-bottom: 1px solid #919191;
	color: #183868;
	font-weight: bold;
	}

.content-body {
 	margin-left:15px;
 	margin-right:15px;
	}

.list-head {
	margin-top: 20px;
	color:#225599;
	font-size:small;
	font-weight:bold;
	border-top:1px solid #919191;
	border-bottom:1px solid #919191;
	padding: 3px;
}

.list-head a,
.list-head a:link,
.list-head a:visited,
.list-head a:active {
	color:#225599;
	font-weight:bold;
	text-decoration: none;
	}
	
.list-head a:hover {
	color:#AD0808;
	}

.list-head .date {
	float: right;
	font-size: x-small;
	color: #010E22;
	font-weight: normal;
	}

.list-row {
	border-bottom:1px solid #919191;
	padding-top:3px;
	padding-bottom:3px;
}

.list-row a {
	text-decoration: none;
}

.posted	{ 
	font-size: x-small; 
	margin-bottom:25px;
	}

.thumbnail {
	 height: 47px;
	 min-height: 52px;
}

#contact {
	width: 100%;
	text-align:center;
	margin: 10px;
	}

#banner-commentspop {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#259;
	font-size:small;
	font-weight:bold;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:-15px;
	}
