* { margin: 0; padding: 0; }
body { 
	background: url('../images/lamm.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;
 }
:focus {
	outline: 0;
}
#page-wrap {width: 960px; min-height: 600px; margin: 20px auto; }

h1, h2, h3 { font-weight: normal;}
#oppentime{
	background-color: white;
}

p { margin: 0 0 10px 0; }

ul, ol { margin: 0 0 10px 0; }
#logo{
	background: url(../images/logo_big.png) no-repeat;
	left: -3%;
	position: relative;
	padding-top: 10px;
	width: 1010px;
	height: 205px;
}
    
/*styling post background*/
.post{
	background-color: rgba(0,0,0,0.56);
	padding: 0.1em;
}
.content{
    background-color: white;
    padding: 5em;
}
.content h1{
  font-size: 1.75em;
  font-style: italic;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.content p{
    list-style: none;
    line-height: 2.9em;
    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{
    -moz-column-count: 2;
    -moz-column-gap: 2em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    column-count: 2;
    column-gap: 2em;
    line-height: 1.5em;
    font-size: 1.2em;
}

div.fslides{
    margin-bottom: 10px;
}

/* fade slider */
.fslides {
    height:500px;
    margin:0;
    overflow:hidden;
    position:relative;
    width:960px;
}
.fslides ul {
    list-style:none;
    position:relative;
    margin: 0px;
    padding: 0px;
}

/* keyframes #anim_fslides */
@-webkit-keyframes anim_fslides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_fslides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-o-keyframes anim_fslides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}


.fslides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    animation-name: anim_fslides;
    animation-duration: 30.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;

    -webkit-animation-name: anim_fslides;
    -webkit-animation-duration: 30.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_fslides;
    -moz-animation-duration: 30.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -o-animation-name: anim_fslides;
    -o-animation-duration: 30.0s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-delay: 0;
    -o-animation-play-state: running;
    -o-animation-fill-mode: forwards;
}

/* css3 delays */
.fslides ul  li:nth-child(2) {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
    -o-animation-delay: 6.0s;
}
.fslides ul  li:nth-child(3) {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
    -o-animation-delay: 12.0s;
}
.fslides ul  li:nth-child(4) {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
    -o-animation-delay: 18.0s;
}
.fslides ul  li:nth-child(5) {
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
    -o-animation-delay: 24.0s;
}
.fslides ul li img {
    display:block;
}

/* =Menu
-------------------------------------------------------------- */

#navigation {
	font-family:"Helvetica Neue Condensed Black",sans-serif;font-weight:bold;font-size:21px;line-height:21px;margin:0px auto 40px;padding:12px 0px 15px;text-transform:uppercase;word-wrap:none;
	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;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 940px;
	padding: 0 10px;
}
/* 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: left;
	position: relative;
}
#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*/
}
/*form styling*/

label{
    display: inline-block;
    margin-right: 10px;
    width: 150px;
    font-weight: bold;
    text-align: right;
}
input[type=submit]{ 
    font-family:"Helvetica Neue Condensed Black",sans-serif;font-weight:bold;font-size:14px;line-height:21px;margin:0px auto 40px;padding:12px 0px 15px;text-transform:uppercase;word-wrap:none;
    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;
    color:#FFF;
    text-decoration:none;
    width: auto;
    padding:0 10px;
    height: 30px;
    margin:0 0 0 160px;
    border: none;
    display: inline-block;
}

input, textarea{
    padding: 10px;
    width: 300px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px; 
    border: 1px solid rgba(125,174,0,0.1);
    background-color: rgba(25,20,20,0.10);
    border: 1px solid rgba(125,174,0,0.9);
    background:#FFF;
}
:focus, input[required]:focus{
    border: 2px solid #BB2A13;
}
input[required]{
    background-color: rgba(35,30,30,0.10);
    border: 1px solid rgba(125,174,0,0.9);
}
input[required]:hover{
    background-color: #FFF;
}
form{
    margin: 0px auto;
    padding: 20px 0;
    width: 600px;
}