/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

@font-face {
    font-family: 'caslon_italic';
    src: url('fonts/acaslonpro-italic-webfont.eot');
    src: url('fonts/acaslonpro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/acaslonpro-italic-webfont.woff') format('woff'),
         url('fonts/acaslonpro-italic-webfont.ttf') format('truetype'),
         url('fonts/acaslonpro-italic-webfont.svg#adobe_caslon_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'caslon';
    src: url('fonts/acaslonpro-regular-webfont.eot');
    src: url('fonts/acaslonpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/acaslonpro-regular-webfont.woff') format('woff'),
         url('fonts/acaslonpro-regular-webfont.ttf') format('truetype'),
         url('fonts/acaslonpro-regular-webfont.svg#adobe_caslon_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'torling';
    src: url('fonts/torling_titling-webfont-webfont.eot');
    src: url('fonts/torling_titling-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/torling_titling-webfont-webfont.woff') format('woff'),
         url('fonts/torling_titling-webfont-webfont.ttf') format('truetype'),
         url('fonts/torling_titling-webfont-webfont.svg#torling_titlingregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'abel';
    src: url('fonts/abel-regular-webfont-webfont.eot');
    src: url('fonts/abel-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abel-regular-webfont-webfont.woff') format('woff'),
         url('fonts/abel-regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/abel-regular-webfont-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	min-width: 1024px;
}

.clear {
	clear: both;
}
.wrapper {
	width: 1024px !important;
}

html {
	margin-top: 0px !important;
}
#super_header {
	background: black;
	overflow: hidden;
	width: 100%;
	height: 19px;
}
#super_header ul {
	margin: 0 auto;
	width: 900px;
	height: 20px;
	display:-moz-inline-stack;
	display:inline-block !important;
	zoom:1;
	*display:inline;
	position: relative;
	right: 10px;
}
#super_header ul li {
	display:-moz-inline-stack;
	display:inline-block !important;
	zoom:1;
	*display:inline;
	font-family: 'abel';
	font-size: 1em;
	margin: 0 0px;
	padding: 0 20px;
	white-space: nowrap;
	float: left;
	height: 20px;
	line-height:1.5em;
	
}
#super_header ul li a {
	color: white !important;
	height: 100%;
	padding: 0 5px;
	
}
#super_header ul li:hover {
	background: #555555;
}
#super_header ul li .active_super {
	background: #ffffff;
	color: black !important;
	position: relative;
	border: 3px solid white;
	
}
#super_header ul li.nav_btn_home {
	font-size: .85em;
	padding-top:1px;
	margin-right:110px;
}

#super_header ul li.nav_btn_news {
	float:right;
	background: #555555;
	font-size: .85em;
	padding-top:1px;
	margin-left:10px;
}
#super_header ul li.nav_btn_search {
	float:right;
	background: #555555;
	font-size: .85em;
	padding-top:1px;
	margin-left:10px;
}
#super_header ul li .left_slant {
	display: inline;
	width: 0; 
	height: 0; 
	border-bottom: 21px solid white; 
	border-left: 21px solid transparent;
	position: absolute;
	top: -3px;
	left: -23px;
}

#super_header ul li .right_slant {
	display: inline;
	width: 1px; 
	height: 0; 
	border-bottom: 21px solid white; 
	border-right: 21px solid transparent;
	position: absolute;
	top: -4px;
	left: 36px;
}
#logo {
	font-family: 'torling';
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 75px;
}

#header {
	border-width: 0;
	margin: 0px 0 15px;
}

a:hover {
	text-decoration: none;
}

#content ul.posts h2 {
	font-family: 'caslon_italic';
	font-size: 28px;
	border-width: 0px;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 0px;
}

#content ul.posts h2:hover{
	text-decoration: underline;
}

#content ul.posts .content {
	text-align: center;
	font-family: helvetica;
	font-size: 11px;
}



#menu {
	text-align: center;
}

#nav {
	font-family: 'abel';
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 auto !important;
	float: none;
}

#nav li a {
	font-size: 13px;
	-moz-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
}
#nav li a:hover {
	color: #888;
}
#nav li:first-child {
	margin-left: 23px;
}
#nav ul.sub-menu {
	border: 1px solid #dfdfdf;
	border-radius: 0px;
	-moz-box-shadow: 0 0 10px #dfdfdf;
	-webkit-box-shadow: 0 0 10px #dfdfdf;
	box-shadow: 0 0 10px #dfdfdf;
}
#nav ul.sub-menu li:first-child {
	margin-left: 0px !important;
}
#archive_header {
	font-family: 'caslon_italic';
	font-size: 28px;
	text-align: center;
}
#archive_header a, #archive_header h1 {
	font-weight: normal !important;
}
#feature_right {
	float: right;
	margin-right: 75px;
	max-height: 400px;
	width: 210px;
}
#feature_right h2 {
	font-family: 'abel';
	font-size: 13px;
	border-bottom: 1px solid #dfdfdf;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
}
#feature_right #searchform {
	margin: 10px 0 25px 0;
}
#feature_right #searchform input#s {
	width: 155px;
}
#feature_right #searchform input[type="submit"] {
	-webkit-appearance: none;
	background: url("images/search_arrow.png") no-repeat center #dfdfdf;
	height: 30px;
	width: 30px;
	border-width: 0;
	color: #dfdfdf;
	line-height: 0px;
}
#feature_right .widget ul li {
	border-top: 1px solid #dfdfdf;
	display:-moz-inline-stack;
	display:inline-block !important;
	zoom:1;
	*display:inline;
}
#feature_right .widget ul li:first-child {
	border-width: 0px;
}
#feature_right .widget ul li .wpp-post-title {
	font-family: 'caslon_italic';
	font-size: 22px;
	line-height: 22px;
	margin: 6px 0 6px 0;
	display:-moz-inline-stack;
	display:inline-block !important;
	zoom:1;
	*display:inline;
}
#feature_right .widget li:nth-child(even) .wpp-post-title {
	font-family: 'calson';
}
#featPosts {
	width: 675px;
	float: left;
	margin-left: 50px;
	position: relative;
}
#featPosts #cover {
	width: 640px !important;
	height: auto !important;
}
#featPosts #cover a img {
	width: 640px !important;
	height: auto !important;
}
#featPosts #feature_subtitle {
	font-family: 'caslon_italic';
	font-style: italic;
	font-size: 28px;
	border-width: 0px;
	text-align: left;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 0px;
	margin: 15px 0 0 0;
}
#featPosts #feature_subtitle:first-line {
	font-family: 'caslon';
}
#featPosts li.slide {
	width: 675px;
	display: block;
}
.single #content {
	margin-top: 0;
	overflow: hidden;
}
.single .postcontent {
	height: auto !important;
}
.really_simple_share {
	margin-top: 15px;
	overflow: hidden;
}
.really_simple_share_pinterest {
	/*width: 59px !important;*/
}
.single#sidebar {
	margin-top: 0;
}
.single_content {
	line-height: 0px;
	color: white;
	font-size: 0px;
}
.single_content p {
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.single_content a {
	display: block;
	width: 100%;
}
.single_content h1,.single_content  h2,.single_content  h3 {
	display: none;
}
.single_content img {
	max-width: 100%;
	height: auto !important;
	margin: 0 auto 20px !important;
}
.single_content iframe, .single_content embed {
	margin: 0 auto !important;
	display: block;
}
.single_content .fbcomments {
	width: 451px;
	margin: 30px auto 0;
}
.single_content .fbcomments .fb_comments_count_zero {
	display: none;
}
.single_content .fbcomments p {
	font-family: 'abel';
	font-size: 13px;
}

.single_content blockquote{
	display:none;
}

.post_navigation {
	position: relative;
	height: 0;
}
.navigation_next {
	position: absolute;
	top: 200px;
	right: -2px;
	height: 70px;
	width: 70px;
	font-size: 0;
}
.navigation_next a {
	height: 100px;
	background:url("images/next_post.png") no-repeat center;
	display: block;
	height: 100%;
	width: 100%;
}
.navigation_prev {
	position: absolute;
	top: 200px;
	left: -2px;
	height: 70px;
	width: 70px;
	font-size: 0;
}
.navigation_prev a {
	background:url("images/previous_post.png") no-repeat center;
	display: block;
	height: 100%;
	width: 100%;
}
#sidebar {
	font-family: 'abel';
	font-size: 13px;
}
#sidebar p {
	text-align: left !important;
}
#sidebar .fbcomments {
	display: none;
}
#sidebar .postmetadata {
	font-family: 'abel';
	font-size: 13px;
}
#sidebar h1 {
	margin: 40px 0 20px 0px;
	font-family: 'caslon_italic';
	font-size: 42px;
	line-height: 50px;
}

#sidebar #sidebar_content img, #sidebar #sidebar_content iframe, #sidebar #sidebar_content embed {
	display: none;
}
#sidebar .tags a:before {
	content: "#";
}
#sidebar .tags a {
	font-family: 'abel';
	font-size: 13px;
	margin-right: 10px;
}

#content ul.posts li {
	margin: 20px 0;
	padding: 0;
	width: 275px;
}

#content ul.posts li img {
	width: 100%;
}

#content ul.posts {
	margin: 0 auto;
	padding: 0 0 70px 0;
	position: relative;
}

#load_more {
  display: none;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  color: white;
  font-family: 'abel';
  font-size: 13 px;
  text-align: center;
  background: black;
  width: 275px;
  padding: 15px 0;
  left: 50%;
  margin-left: -144px;
}

.navigation {
	display: none;
}

#footer_wrap {
	background: black;
	height: 150px;
	margin: 30px 0 0 0;
}

#footer {
	position: relative;
	color: white;
	font-family: 'abel';
	font-size: 13px;
	margin: 0px;
	padding: 30px;
}
#footer_left {
	color: gray;
	position: absolute;
	top: 40px;
	left: 25px;
}
#footer_menu a:hover {
	text-decoration: none;
}
#footer_menu ul li {
	padding: 10px;
}
#footer_menu_left {
	display:-moz-inline-stack;
	display:inline-block !important;
	zoom:1;
	*display:inline;
	float: left;
	margin-right: 40px;
}
#footer_menu_right {
	display:-moz-inline-stack;
	display:inline-block !important;
	zoom:1;
	*display:inline;
}
#footer_middle {
	margin: 0 auto;
	width: 237px;
}
#footer_middle form {
	position: relative;
}
#footer_middle input[type="text"] {
	width: 150px;
	font-family: helvetica;
}
#footer_middle h2 {
	display: none;
}
#footer_middle input[type="submit"] {
	-webkit-appearance: none;
	border-width: 0px;
	background: black;
	color: gray !important;
	position: absolute;
	top: -5px;
	right: -10px;
	font-family: 'abel';
	font-size: 23px;
	text-decoration: underline;
	cursor: pointer;
}
#footer_middle input[type="submit"]:hover {
	color: white !important;
	text-decoration: underline;
}
#footer_middle .wysija-instruct {
	color: gray;
	font-size: 13px;
	width: 175px;
	margin-bottom: 2px;
}
#footer_right {
	position: absolute;
	top: 40px;
	right: 25px;
}
#footer_right h2 {
	color: gray;
	margin-bottom: 4px;
	margin-left: -2px;
}
#footer_right li {
	padding: 5px !important;
	float: right;
	white-space: nowrap;
}
#footer_right li:first-child {
	padding-left: 0px !important;
}
#footer .copyright {
	color: gray;
	text-align: center;
	position: relative;
	bottom: -30px;
}


#slideshow_container{
	font-family:'abel';
	position:relative;
	width:630px;
	height:1055px;
}
#slideshow_single {
	position:absolute;
	z-index:1;
	width:630px;
	height:1035px;
}

#slideshow_single li,
#slideshow_single li img {
	width:630px;
	/*height:835px;*/
}

#slideshow_container #controls {
	position:absolute;
	width:630px; 
	height:200px;
	z-index:100;
	display:none;
}

#slideshow_container #controls li {
	background:#efefef;
	padding:10px;
	cursor:pointer;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}


#slideshow_container #controls .btn_prev {
	float:left;
	margin-left:-80px;
}
#slideshow_container #controls .btn_next {
	float:right;
	margin-right:-80px;
}

#slideshow_container #controls ul {
	margin-top:100px;
	width:630px;
}

#header{
	position:relative;
	/*overflow:hidden;*/
}
#search_container{
	position:absolute;
	top:-5px;
	left:769px; 
	z-index:2000;
}

#search_container #searchform {
	margin: 10px 0 30px 0 !important; 
}
#search_container #searchform input#s {
	/*width: 155px ;*/
	/*height:20px !important; */
	line-height: 20px !important;
	padding:0 !important;
	padding-left:5px !important;
	margin-top:0px;
	float:left;
}
#search_container #searchform input[type="submit"] {
	-webkit-appearance: none;
	background: url("images/search_arrow.png") no-repeat center #dfdfdf;
	height: 23px;
	width: 30px;
	border-width: 0;
	color: #dfdfdf;
	line-height: 0px;
	padding:10;
	float:left;
	cursor: pointer;
}

/* Footer follow icons */
#footer_right ul.scfw_24px li{
	padding-right:7px !important;
}
#footer_right ul.scfw_24px li img{
	height:20px; 
	width:20px; 
}
#footer_right ul.scfw_24px li.viber img{
	height:25px; 
	width:45px; 
}
#footer_right h2{
	margin-right:5px;
}
#footer .copyright{
	bottom:-80px;
}

div.wp-caption{
	width:630px;
}

#sidebar_content p.wp-caption-text{
	display:none;
}

#slideshow_single li img{
	margin-bottom:5px;
}
#slideshow_single div.wp-caption-text,
.single_content p.wp-caption-text{
	margin:0;
	line-height:11px;
	font-size:10px;
	display:block;
	height:24px;
	color:#BBBBBB;
	letter-spacing:.05em;
	margin-bottom:20px;
	text-align:left;
}

.single_content img{
	margin-bottom:5px !important;
}

#sidebar_content blockquote.instagram-media,
#sidebar_content .instagram-media,
#sidebar_content .instagram-media-rendered{
	display:none;
}

#content.newsletter{
	width: 600px;
	margin: 0 auto;
}
#content.newsletter h1{
	font-family: 'caslon_italic';
	text-align: center;
	
}
#content.newsletter .postcontent{
	font-family: 'abel';
	height:400px;
	
}