body{
	background: url('../images/lamm_small.jpg') no-repeat top center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font: 14px/1.4 Georgia, Serif;
}		
h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; padding: 5px; background-color: white;}
#page-wrap {
	width: 100%;
}

#logo{
	background: url(../images/logo_small.png) no-repeat;
	left: 8%;
	position: relative;
	padding-top: 10px;
	width: 300px;
	height: 61px;
}

		
.post{
	background-color: rgba(0,0,0,0.86);
	padding: 10px;
}
.content{
    background-color: white;
    padding: 1em;
}
.content h1{
  font-size: 1.75em;
  font-style: italic;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.content p{
    list-style: none;
    line-height: 1.5em;
    font-size: 1.2em;
    margin-bottom: 1.5em; 
}
.content ul{
    list-style: none;
    line-height: 1.5em;
}
.white p:first-child{
  font-size: 1.25em;
  font-family: Georgia;
  font-style: italic;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  letter-spacing: 0.1em;
}

.white p{
    font-family: Verdana;
  -moz-column-count: 1;
  -moz-column-gap: 1em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1em;
  column-count: 1;
  column-gap: 1em;
  line-height: 1.5em;
  background-color: white;
}
div.fslides{
	display: none;	
}
#navigation {
	font-family:"Helvetica Neue Condensed Black",sans-serif;
	font-weight:bold;
	font-size:21px;
	line-height:21px;
	text-transform:uppercase;
	word-wrap:none;
	display: block;
	float: left;
	margin: 0 0 0 11%;
	width: 80%;
	padding: 0;
}
/* Now we style the unordered list, hover effect, and sub menus */	
#navigation ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#navigation li {
	float: none;
	position: relative;
	margin-bottom: 7px;
	background: #CA0000; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#AE0000, #0a0a0a);
	background: -o-linear-gradient(#AE0000, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AE0000), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#AE0000, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	
}
#navigation a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

#navigation li:hover > a,
#navigation a:focus {
	background: #efefef;
}
#navigation li:hover > a,
#navigation a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	box-shadow:inset 0 0 26px #000000;
	color: #373737;
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
	margin-left: -1px;
	margin-right: -1px; /* compensate border size*/

}
#navigation ul li:hover > ul {
	display: block;
}
/*Styling the currently rendered page */
#navigation li.active > a {
	font-weight: bold;
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	box-shadow:inset 0 0px 5px #000000;
	color: #373737;
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
	margin-left: -1px;
	margin-right: -1px; /* compensate border size*/
}
.not-small{
	display: none;
}