/* styles */

@font-face {
	font-family: 'stonehen';
	src: url('../fonts/stonehen.eot');
	src: url('../fonts/stonehen.woff') format('woff'), url('../fonts/stonehen.ttf') format('truetype'), url('../fonts/stonehen.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body{
       margin:0;
       background: #000;
}

#header{
    position: fixed;
    left: 0px; top:0px;
    z-index: 2000;
    height: 30px;
    width: 100%;
    background: #000;
    overflow: hidden;
}

#header span:nth-child(1){
    text-transform: lowercase;
    position: absolute;
    top:0px; left: 310px;
    color: #ececec;
    font-size: 18px;
    font-family: 'Cinzel', serif;
    font-style: italic;
}

#header span:nth-child(2){
    position: absolute;
    top:10px; left: 460px;
    color: #ececec;
    font-size: 16px;
    font-family: 'Cinzel', serif;
     font-style: italic;
}
#header span:nth-child(3){
    position: absolute;
    top:12px; left: 730px;
    color: #cacaca;
    font-size: 11px;
    font-family: 'Cinzel', serif;
    font-style: italic;
}

#tp{
    position: absolute;
    top: 0px;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
}

#scene{
    height: 100%;
    background: url(../images/bg.jpg) no-repeat;
    margin-top:23px;
    position: relative;
    z-index: 800;
}

.wrapper{
	width:100%;
	height:700px;
	margin:0 auto;
	position:relative;
}

#thoughts_nav{
    position: absolute;
    left: 516px; top: 6px;
}

#yoo_nav{
    position: absolute;
    left: 485px; top: 335px;
}



/*#####  NAV  #####*/

.deactivated{
    opacity: .2;
    -moz-appearance: .2;
}

#ln img,
#rn img,
#thoughts_nav img,
#yoo_nav{
    cursor: pointer;
}

#ln{
    width: 180px;
    height: 170px;
    position: absolute;
    top: 415px; left: 160px;
    z-index: 400;
}

#ln img:nth-child(1){
    position: absolute;
    left: -20px; top:65px;
}

#ln img:nth-child(2){
    position: absolute;
    left: 0px; top:48px;
}

#ln img:nth-child(3){
    position: absolute;
    left: -13px; top:20px;
}

#ln img:nth-child(4){
    position: absolute;
    left: -3px; top:108px;
}
#ln img:nth-child(5){
    position: absolute;
    left: 0px; top:135px;
}

#rn{
    width: 180px;
    height: 170px;
    position: absolute;
    top: 415px; left: 900px;
    z-index: 400;
}

#rn img:nth-child(1){
    position: absolute;
    left: 0px; top:13px;
}

#rn img:nth-child(2){
    position: absolute;
    left: 0px; top:40px;
}

#rn img:nth-child(3){
    position: absolute;
    left: 0px; top:65px;
}

#rn img:nth-child(4){
    position: absolute;
    left: -3px; top:90px;
}
#rn img:nth-child(5){
    position: absolute;
    left: 0px; top:120px;
}
#rn img:nth-child(6){
    position: absolute;
    left: 0px; top:143px;
}

/*#####  END NAV  #####*/


/*#####  SLIDE 2 #####*/

#content{
    background: #000;
}

#imported{
    width: 960px;
    height: auto;
    position: relative;
    margin: 0 auto;
    top: 60px;
}



#imported .header_title{
    font-family: stonehen, arial, helvetica, sans-serif;
    letter-spacing: .2em;
    width: 100%;
    text-align: center;
    color:  #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
    background: url(../images/header_frill_ul.jpg) center no-repeat;
    height: 53px;
}

#imported .header_img{
    width: 960px;
    height: 400px;
    margin:0 0 20px 0;
}

.header_img img{
    max-width: 960px;
    width: 960px;
    height: 400px;
}

.body_content{
    width: 920px;
    height: 140px;
    overflow: auto;
    margin: 0 20px;
}

#bio {
    height: 400px;
}


.body_content p{
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

.body_content a{
    color: #fff;
    text-decoration: underline;
}

.body_content a:hover{
    text-decoration: none;
}

#imported .column_container{
    width: 960px;
    height: 550px;
    margin: 20px 0 0 0;
}

#imported .column_header{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-family: stonehen, arial, helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: url(../images/header_frill_ul_sml.jpg) center no-repeat;
    height: 48px;
}

#imported .column{
    width: 300px;
    height: 450px;
    float: left;
    margin-left: 15px;
}


#imported .column .himg{
    width: 100%;
    height: auto;
}

#imported .column .bodytext{
    margin-top: 5px;
    width: 100%;
    height: 250px;
    overflow: auto;
    margin-bottom: 15px;
}


#imported .column ul{
    margin:0;
}

#imported .column ul li{
    list-style: circle;
}

#imported .column:not(#recipes) img{
    max-width: 300px;
}

#imported .column p{
    margin:5px 2px 2px 2px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    width: 270px;
    position: relative;
    margin: 3px auto 0 auto;
}

#imported .column:not(#recipes) em{
    display: block;
    padding: 8px 0 8px 5px;
    color: #cacaca;
}

#recipes {
        position: relative;
    margin: 0 auto;
    overflow: auto;
}

#recipes .post{
    margin-bottom: 25px;
}

#recipes img{
    max-width: 270px;
    height: auto;
    margin:10px 0 10px 0;
}

#recipes p{
    width: 260px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    padding-left: 7px;
}

#recipes h1{
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    width: 90%;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    text-align: center;
    position: relative;
    margin: 3px auto 0 auto;
}

#recipes h2{
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #ccc;
    text-align: center;
    margin:2px 0 5px 0;;
}

#recipes ul{
    margin:0;
}

#recipes li{
    margin-left: 10px;
    list-style: circle;
    color: #fff;
    font-family: inherit;
}

#recipes a{
    color: #fff;
    text-decoration: underline;
}

#recipes a:hover{
    color: #fff;
    text-decoration: none;
}

#top_nav{
    position: fixed;
    top: 40%;
    left: 35px;
    width: 75px;
    height: 25px;
    cursor: pointer;
}

#top_nav img{
    width: 50px;
}

#top_nav:hover{
    opacity: .6;
    -moz-opacity: .6;
}

/*#####  END SLIDE 2 #####*/

#footer{
    width: 960px;
    position: relative;
    margin: 40px auto 10px auto;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
}
