* { margin: 0; padding: 0; }
body {font-size: 1em;
	font-family: "Myriad Pro", sans-serif;
	font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
	color: #333;
	line-height: 1.3em;
	
	 }
	 
header {border-bottom: 10px solid rgba(209, 214, 105, 0.9);
	padding: 20px ;
}
.inside {max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

article, aside, figure, footer, header, nav, section { display: block; }

h1, h2, h3 {color: #333;
}

h2 {
 margin-top: 50px; 
}

ol {
	list-style: disc;
}

ol li {
	padding-bottom: 10px;
}

#socialMedia {float: right;}
#social {padding-left: 20px;}

#content {background-image: url(../images/goldenGate2.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	padding: 20px;	
}

#imageUwe {float: right;
	padding:10px;
	background-color: #efefef;
	margin-left: 20px;
  max-width: 25%;
 
}

#imageUwe p {margin: 10;}

.partnerLogo {
 padding: 0 0 10px 0;
}

#blogpost {
 float: right;
 background-color: rgba(209, 214, 105, 0.2);
 
 margin: 0 0 10px 30px;
 padding: 10px; 
 max-width: 30%;
}

blockquote {margin:50px 10px;
	font-size: 1.5em;
	line-height: 1.5em;
  }

.quotee {font-size: .8em;}
.quotes {font-size: 1.5em;
	font-family: "coquette",fantasy;
font-style: normal;
font-weight: 400;
}

#footer {background-color: rgba(209, 214, 105, 0.9);
		padding: 20px;
    clear:both;
		
}

ul#footerNav{list-style-type: none;
	float: right;
}

ul#footerNav li {display: inline;}

ul#footerNav li a:link, li a:visited, li a:hover, li a:active{color: #333;
	text-decoration: none;
	margin-left: 20px;
	text-transform: uppercase;
}

a:link, a:visited, a:hover, a:active{color: #333;
	text-decoration: underline;
	
}




#credits {clear: both;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	font-size: 0.8em;
}