@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, section, article, aside, footer {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    background: transparent;
    vertical-align: baseline;
}
/* CSS Document */
html {overflow-y: scroll;} 
body {
		font-family: 'Lora', sans-serif; 
		background-color:#E5C59E;
		margin:0;
		background-image:url(images/tan_bg.jpg);
		background-attachment:fixed;
		background-repeat:no-repeat;
		background-position: top center;
	}
a {color:#000000;}
#pageWrapper { }
#wrapContent {
	background-color:#F8F5ED;
	background-image: url(images/tan_content_bottom_bg.png);
 	background-position: bottom left;
 	background-repeat: no-repeat;	
}
#pageContent {
	padding:10px 20px 20px 40px;
	}
#navbar {
	margin:0; 
	padding:0; 
	height: 40px;
	list-style:none;
	background-image:url(images/tan_nav.jpg);background-repeat:repeat-x;
}	

#navbar li {
	float:left; 
	display:block; 
	position:relative;
	z-index:500; 
	margin:0;
}
#navbar li a {
	display:block; 
	padding:12px 34px 1px 6px; 
	height:18px; 
	font-size:.9em;
	text-decoration:none; 
	color:#F3E0CB; 
	font-weight: 400;
	text-align:left; 
}
#navbar li a:hover {
	text-decoration:underline;
}
.cSiteTitle {
	font-size:2.5em;
	margin-bottom:0px;
	color: #684A28;
	margin-left:30px;
	padding-top:20px;
}
.cTitle {
	font-size:2em;
	margin-top:.6em;
	margin-bottom:.3em;	
	color: #484848;
}
.cPhotoContainer {
	float:left;
	width:275px;
	margin:10px 10px 0px 0px;
	background-color:#FFFFFF;
	padding: 10px;
}
.islandflower {
	position:absolute;	
    background: url("images/tan_flowers.png") no-repeat;
	width:105px;
	height:164px;
	margin-left:-72px;
	margin-top:40px;
}
#containerTimeline {
	 overflow:hidden;
	 height:610px;
}
@media only screen and (min-width: 990px) {
	body {font-size:14px;}
	#pageWrapper {
		width:990px;
		margin: auto;
	}	
	#wrapContent {
		min-height:550px;
	}
}

@media only screen and (max-width: 990px) {
	body {font-size:11px;}	
	#pageWrapper {
				width:100%
				margin:0;							
	}	
	#wrapContent {
		min-height:450px;
	}	
	#navbar {
		height: 30px;
	}	
	#navbar li a {
		padding:8px 20px 1px 4px; 	
	}
	#containerTimeline {
		 height:520px;
	}	
}	

@media only screen and (max-width: 650px) {
	body {font-size:10px;}	
	#pageWrapper {
				width:100%
				margin:0;							
	}	
	#wrapContent {
		min-height:400px;
	}	
	#navbar {
		height: 20px;
	}	
	#navbar li a {
		padding:4px 5px 1px 3px; 	
	}
	#containerTimeline {
		 height:450px;
	}	
}	