/*********************************************************************/
/* Reset Styles
/* Used to reset browsers different default values.
/*********************************************************************/

html, body {
	margin: 0;
	padding: 0;
}

/*********************************************************************/
/* Typographic Styles
/* Basic styled for html elements with font faces, sizes, weights
/* and neutral colors. Only root elements, no classes or ids allowed.
/*********************************************************************/

body {
	/*font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial,Helvetica,sans-serif;*/
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 78%;
	/*font: 13px/1.4em Arial, Helvetica, sans-serif;*/
}

h1, h2, h3, h4, label {
	color: #005fa9;
}

h1 {
	color: #005fa9;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 22px 8px 22px !important;
	padding: 0;
	text-align: left;
/*
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-style: italic;*/
}
#header h1 {
		font-family: Comic Sans MS;
		margin: 0;
		padding: 35px 0 0 35px;
		font-size: 2em;
	}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-variant: small-caps;
	padding: 0 0 0.3em 0;
	margin: 0.9em 0 0.5em 0;
}

h3 {
	font-size: 105%;
	font-weight: bold;
	margin: 0.7em 0 0.0em 0;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0.7em 0 0.5em 0;
}

label {
	font-size: 1em;
	font-weight: normal;
	margin: 0.7em 0 0.0em 0;
}

p {
	margin: 0 0 0.5em 0;
}

abbr, acronym {
	border-bottom: 1px solid #005fa9;
	cursor: help;
}

a:link {
	color: #005fa9;
	text-decoration: none;
}

a:visited {
	color: #6A6A92;
	text-decoration: none;
}
#topnav a:link, #topnav a:visited {
	color: #6A6A92;
}

a:hover {
	color: #005fa9;	
	border-bottom: 1px solid #005fa9;
}

li {
	list-style-type: circle;
}
ul {
	padding-left: 15px;
}

/*********************************************************************/
/* Form Elements
/*********************************************************************/

form {
	/*margin-left: 50px;*/
}

form dd{
	margin: 0;
}

form dt {
	margin-top: 5px;
	margin-bottom: 5px;
}
form input {
	margin-bottom: 5px;
}

#guestbookform input, #guestbookform textarea {
	width: 150px;
	margin-bottom: 5px;
	background: #FFFFFF;
	border: 1px #6A6A92 solid;
	padding: 3px;
	font-size: 1em;
}

#login_form {
	margin: 0px;
}



/*********************************************************************/
/* Navigation
/*********************************************************************/

#topnav {
	line-height: 0.8em;
}

#topnav ul {
	list-style: none;
	margin-left: 40px;
	padding: 0;
}

#topnav li {
	float: left;
	margin: 5px 20px 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#topnav li a {
	display: block;
	text-decoration: none;
	border: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a {float:none;}
/* End IE5-Mac hack */

#topnav a:hover {
	color: #005fa9;
	background-color: transparent;
}

#topnav li.selected a {
	color: #005fa9;
	font-weight: bold;
}


/*********************************************************************/
/* Main layout
/* Most of the styles for a particular design.
/*********************************************************************/

body {
	background: #E6EEEE url("../img/greypurpleGradient.gif") repeat-x;
	
	/* Hack to center the page div in IE, quirks mode. */
	text-align: center;
}

#page {
	width: 760px;
	margin: auto;
	text-align: left;
	/*background-color:#00FF00;*/
	background: #E6EEEE url("../img/wrapper.gif") repeat-y;
}

#header {
	width: 760px;
	height: 132px;
	background: #E6EEEE url("../img/header3.gif") no-repeat;
}
#language {
	float: right;
}

#sitelogo {
	margin-left: -10000px;
}

.content_big {
	overflow: visible;
	float: left;
	margin-top: -12px;
	width: 670px;
	padding: 15px 20px 10px 45px;
	background: url("../img/content.gif") no-repeat;
	min-height: 400px;
}
.content_big img {
	float: right;
	margin: 0 10px 10px 10px;
	border: 1px solid #898989;	
}
/*
.content_big p {
	float: left;
}
*/

.content_small {
	overflow: visible;
	float: left;
	margin-top: -12px;
	width: 450px;
	padding: 10px 20px 10px 50px;
	background: url("../img/content.gif") no-repeat;
	min-height: 400px;
}

.sidebar_big {
	padding: 0 50px 0 15px;
	float: right;
	background: url("../img/sidebar.gif") no-repeat top right;
	/*border: 1px solid #898989;*/
	width: 160px;		
	min-height: 300px;
}
.sidebar_big h2 {
	margin-top: 0;
}
.sidebar_small {
	float: right;
	width: 20px;
	height: 300px;
	background: url("../img/sidebar.gif") no-repeat top right;
	font-size: 0.9em;
}

.sidebar ul {
	margin: 10px;
	padding: 0;
}

.sidebar_top {
	float: right;
	height: 25px;
	width: 240px;
	background: url("../img/sidebar-topd.gif") no-repeat top left;
}
.sidebar_content {
	float: right;
	width: 240px;
	background: url("../img/sidebar2c.gif") repeat-y;
}
.sidebar_bottom {
	float: right;
	height: 20px;
	width: 240px;
	background: url("../img/sidebar-bottomc.gif") no-repeat bottom left;
}

#footer {
	clear: both;
	margin: 0 20px;
	padding: 25px 4px 0 4px;
	background: url("../img/footer.gif") no-repeat;
}
#footer p {
	margin: 0;
	padding: 0.5em 20px;
	background-color: #999;
	font-size: 0.8em;
}

#footer a:link {
	color: inherit;
}

hr {
	display: none;
	height: 0;
}

#language a {
	border: none;
}

/*********************************************************************/
/* Specific layouts
/* 
/*********************************************************************/

#index {
	background: url("../img/index.jpg") no-repeat;
	height: 564px;
}
#index1 {
	width: 350px;
	margin-left: 120px;
	margin-top: 95px;	
}

#lindy{
	padding: 20px 0 0 30px;
	background: url("../img/lindy.jpg") no-repeat;
	height: 1450px;

}
#lindy1{
	position: absolute;
	color: #ffda59;
	width: 340px;
}
#lindy2{
	position: absolute;
	color: #ffda59;
	margin-top: 110px;
	width: 200px;
}
#lindy3{
	position: absolute;
	margin-top: 580px;
	width: 400px;
}

#folk{
	background: url("../img/folk.jpg") no-repeat;
	height: 407px;
}
#folk1{
	margin: 5px 5px 0 5px; 
}

#family{
	background-color: #005fa9;
	height: 3500px;
	padding-top: 30px;
}

#family1 {
	position: absolute;
	margin-left: 50px;
	padding: 10px 20px 10px 20px;
	width: 500px;
	color: #bcd4e7;
	background-color: #0033CC;
}

#family1 img {
	margin-top: 30px;
	margin-bottom: 10px;
}

#links {
	background: url("../img/links.jpg") no-repeat;
	height: 590px;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#links1 {
	position: absolute;
	margin-top: 130px;
	margin-left: 210px;
}
#links2 {
	position: absolute;
	margin-top: 130px;
	margin-left: 440px;
}

#messages {
}

#message {
	border-bottom: 1px #6A6A92 solid;
	margin-bottom: 15px;
	margin-left: 40px;
	width: 320px;
	padding: 0 10px 10px 10px;
}
#messages h2 {
	margin-left: 50px;
}

#message .info {
	color: #898989;
}

#photo{
	background-color: #005fa9;
	height: 3500px;
	padding-top: 30px;
}

#photo1 {
	position: absolute;
	margin-left: 70px;
	width: 500px;
	color: #bcd4e7;
}

#photo1 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#photo1 h3 {
	color: #bcd4e7;
}

#cv h2 {
	border-bottom: 1px solid #005fa9;
}
#cv h3 {
	margin-top: 20px;
}

.r {
	text-align: right;
	float: right;
}
.l {
	text-align: left;
	float: left;
}

#cv dt {
	clear: both;
	float: left;
	min-width: 100px;
	margin-top: 10px;
}
#cv dd {
	float: left;
	max-width: 560px;
	margin-left: 0px;
	margin-top: 10px;
}

/*********************************************************************/
/* Misc
/*********************************************************************/

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

img.floatleft {
	border: 1px solid #3A3A3A;
	margin-right: 20px;
	float: left;
}


