/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	
	background:url(../../images/bg1.jpg);
	
	color: #efe9d7;
	
}

a {
color: #29d1e1;

}


img#title{
margin:40px auto 40px auto;
display: block;
}
.unfaircontent img#title{
margin:40px 0 0 auto;
}


h1.subtitle{
text-align: center;
line-height: 1.5;
font-family: 'IM Fell DW Pica', serif;
font-style: italic;
font-weight: normal;
color: #eca189;
padding:0 20px;
text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 2px 2px 1px rgba(0, 0, 0, 0.5);

font-size:36px;
}


.unfaircontent h1.subtitle{
margin:3em 0 0 0;
font-size: 30px;
}

.slidewrap{
padding:0 20px;
max-width: 942px;
margin: 0 auto;
}

.flexslider{
display: block;
margin:40px 0;
border: none ;
background: transparent;
}

ul#homenav{
text-align: center;
margin:1.5em 0;
}

ul#homenav li{
font-family: 'IM Fell DW Pica', serif;
font-size:20px;
text-transform: uppercase;
display: inline;
margin: 0 .5em 0 0 ;
line-height: 1.3;

}

ul#homenav li a{
text-decoration: none;
font-weight: bold;

}



ul#pagenav{
text-align: center;
margin:1.5em 0;
}

ul#pagenav li{
font-family: 'IM Fell DW Pica', serif;
font-size:16px;
text-transform: uppercase;
display: inline;
margin: 0  0 0 ;
line-height: 1.3;
}
ul#pagenav li.last-menu-item{
padding-right: none;
}

ul#pagenav li a{
text-decoration: none;
}

ul#pagenav li:after{
content: "\00a0\00a0\00a0•\00a0\00a0";
}

ul#pagenav li.last-menu-item:after{
content:none;


}



ul#blurbs{
list-style: none;
margin: 1em 0;
}

ul#blurbs li blockquote{
font-family: 'IM Fell DW Pica', serif;
font-size:24px;
line-height: 1.5;
text-align: center;
text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 2px 2px 1px rgba(0, 0, 0, 0.5);
display: block;
margin:0 0 .5em 0;
}

ul#blurbs li cite{
display: block;
font-size:16px;
line-height: 1.5;
text-align: center;
text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 2px 2px 1px rgba(0, 0, 0, 0.5);
}


 .logos{
padding:0 20px;
margin:2em 0;
}

.logos img{
display:block;
margin: 0 auto .5em;
}

p.publishedby{
text-align: center;
padding:0 20px 2em 20px;
margin:6em 0 2em;
border-bottom: 3px dotted #efe9d7;
}


.threecol .logos img{
margin-bottom:2em;
}


/* --------------------------------------------------------- */

.pagecontent{
background: url(../../images/linnenbg1.jpg);

-webkit-box-shadow: inset 0px 0px 10px 0px rgba(00, 00, 00, .8);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(00, 00, 00, .8);
box-shadow: inset 0px 0px 10px 0px rgba(00, 00, 00, .8);

padding: 0 2em 2em 2em;
color:#27282a;

font-family: 'IM Fell DW Pica', serif;
font-size:16px;
line-height: 1.5;
}

.pagecontent .entrytitle{
text-align: center;
padding: 1em 0;
margin:0 0 1em 0;
border-bottom: 1px solid #333;
font-size: 40px;
font-variant: small-caps;
}


.pagecontent .entrytext p{
line-height: 2;
margin:0 0 1em 0;
}

.alignleft{
float:left;
display: block;
margin:0 1em 0 0;
}

.alignright{
float:right;
display: block;
margin:0 0 0 1em;
}

.aligncenter{
display:block;
margin:0 auto;
}



/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

.unfaircontent img#title{
margin:40px auto 0 auto;
}

}



	

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}