#wpadminbar {
	display: none;
}

/* Header */
#branding {
	background: url('http://blanedestcroix.com/wp-content/uploads/2013/05/header_small.jpg') no-repeat;
	overflow: hidden;
	width: 444px;
	min-height: 38px;
	padding-bottom: 30px;
	margin-top: 60px;
}

#header-left {
	width: 960px;
	height: 0;
}

#header-right {
	display: none;
}

#header {
	padding-bottom: 50px;
}

/* Main navigation menu */
.menu ul {
	text-align: justify;
}

.menu ul:after {
	width: 100%;
	display: inline-block;
	content: ".";
	visibility: hidden;
}

.menu li {
	display: inline-block;
}

.menu ul a {
	font-size: 13pt;
}

.menu li a {
	padding: 5px 10px;
	margin: 0;
	border: 1px solid ccc;
	display: block;
	text-decoration: none;
}

/* Masonry mosaic override */
.box {
	height: 340px;
}

.box .texts .posted {
	display: none;
}

/* Entry content container */
.entry-content {
	margin-left: 0;
	position: relative;
}

/* Secondary navigation bar */
#nav-bar {
	width: 200px;
	position: absolute;
	left: 760px;
	top: -5px;
	text-align: right;
}

/* Footer */
#footer {
	font-size: 8pt;
}

#footer-left {
	float: right;
	width: auto;
	padding: 0;
}

#footer-right {
	float: left;
	width: 35%;
	text-align: left;
}

/* Social media icon container */
#soclist {
	position: relative;
	left: -132px;
	top: -24px;
}

#soclist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
}

#soclist li, #soclist a {
	height: 24px;
	display: block;
}

#facebook {
	left: 0;
	width: 24px;
	background: url('http://blanedestcroix.com/wp-content/uploads/2013/04/sm_icons.png') 0 0;
}

#twitter {
	left: 36px;
	width: 24px;
	background: url('http://blanedestcroix.com/wp-content/uploads/2013/04/sm_icons.png') -24px 0;
}

#instagram {
	left: 72px;
	width: 24px;
	background: url('http://blanedestcroix.com/wp-content/uploads/2013/04/sm_icons.png') -48px 0;
}

#mail {
	left: 108px;
	width: 24px;
	background: url('http://blanedestcroix.com/wp-content/uploads/2013/04/sm_icons.png') -72px 0;
}

#facebook a:hover {
	background: url('http://blanedestcroix.com/wp-content/uploads/2013/04/sm_icons.png') 0 -24px;
}

#twitter a:hover {
	background: url('http://blanedestcroix.com/wp-content/uploads/2013/04/sm_icons.png') -24px -24px;
}

#instagram a:hover {
	background: url('http://blanedestcroix.com/wp-content/uploads/2013/04/sm_icons.png') -48px -24px;
}

#mail a:hover {
	background: url('http://blanedestcroix.com/wp-content/uploads/2013/04/sm_icons.png') -72px -24px;
}

/* Slideshow animation definitions */
@-webkit-keyframes FadeInOut {
	0% {
		opacity: 1;
	}
	
	14% {
		opacity: 1;
	}
	
	20% {
		opacity: 0;
	}
	
	94% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-moz-keyframes FadeInOut {
	0% {
		opacity: 1;
	}
	
	14% {
		opacity: 1;
	}
	
	20% {
		opacity: 0;
	}
	
	94% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes FadeInOut {
	
}

20% {
	opacity: 0;
}

94% {
	opacity: 0;
}

100% {
	opacity: 1;
}	
}

@keyframes FadeInOut {
	0% {
		opacity: 1;
	}
	
	14% {
		opacity: 1;
	}
	
	20% {
		opacity: 0;
	}
	
	94% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

/* Front page slideshow */
#slideshow {
	height: 640px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	position: relative;
}

#slideshow li {
	width: 960px;
/* Width Image */
	height: 640px;
/* Height Image */
	position: absolute;
	list-style: none;
}

#slideshow li {
	-webkit-animation-name: FadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 30s;
	-moz-animation-name: FadeInOut;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 30s;
	-o-animation-name: FadeInOut;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 30s;
	animation-name: FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 53s;
}

#slideshow li:nth-of-type(1) {
	-webkit-animation-delay: 42s;
	-moz-animation-delay: 42s;
	-o-animation-delay: 42s;
	animation-delay: 42s;
}

#slideshow li:nth-of-type(2) {
	-webkit-animation-delay: 35s;
	-moz-animation-delay: 35s;
	-o-animation-delay: 35s;
	animation-delay: 35s;
}

#slideshow li:nth-of-type(3) {
	-webkit-animation-delay: 28s;
	-moz-animation-delay: 28s;
	-o-animation-delay: 28s;
	animation-delay: 28s;
}

#slideshow li:nth-of-type(4) {
	-webkit-animation-delay: 21s;
	-moz-animation-delay: 21s;
	-o-animation-delay: 21s;
	animation-delay: 21s;
}

#slideshow li:nth-of-type(5) {
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s;
	-o-animation-delay: 14s;
	animation-delay: 14s;
}

#slideshow li:nth-of-type(6) {
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-o-animation-delay: 7s;
	animation-delay: 7s;
}

#slideshow li:nth-of-type(7) {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
}

/* Slideshow animated caption */
#slideshow .tooltip {
	background: rgba(0,0,0,0.7);
	width: 200px;
	height: 40px;
	position: relative;
	bottom: 80px;
	left: 980px;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

#slideshow .tooltip h1 {
	color: #aaaaaa;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	padding: 0 0 0 20px;
}

#slideshow:hover .tooltip {
	left: 760px;
}

/* Custom color settings */
#wrapper {
	background: #000000;
}

.menu ul li {
	background-color: #000000;
}

.box .texts,.fetch:hover {
	background: #111111;
	border-color: #111111;
}

.box .texts a,.fetch:hover {
	color: #AAAAAA;
	text-decoration: none;
}

menu a:hover,.menu ul a:hover,.menu ul .current_page_item > a,.menu ul .current_page_ancestor > a,.menu ul .current-menu-item > a,.menu ul .current-menu-ancestor > a,#nav-above a:hover,#footer a:hover,.entry-meta a:hover,.widget_flickr #flickr_badge_uber_wrapper a:hover,.widget_flickr #flickr_badge_uber_wrapper a:link,.widget_flickr #flickr_badge_uber_wrapper a:active,.widget_flickr #flickr_badge_uber_wrapper a:visited {
	color: #FFFFFF !important;
}

a {
	color: #999999 !important;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
	font-weight: 400;
}

.box .rel, .entry-content p {
	color: #aaaaaa !important;
}

.textwidget a {
	text-decoration: none;
	color: #333333 !important;
}

.press-link {
	color: #aaaaaa !important;
}

.press-link:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}

.nav-link {
	color: #333333 !important;
}

.nav-link:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}

/* General tweaks */
#site-info, #nav-above, .entry-date, .categories, .entry-utility, .entry-meta, .entry-title, .page-title, .jp-carousel-buttons {
	display: none;
}

.gallery-caption {
	display: none;
}

.jp-carousel-titleanddesc-title {
	display: none;
}

.jp-carousel-titleanddesc h4 {
	color: #333333 !important;
	margin-bottom: 0;
	clear: none;
}

.jp-carousel-titleanddesc span {
	color: #aaaaaa;
	font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-variant: normal;
	font-size: 12px;
}

.jp-carousel-titleanddesc {
	padding-top: 10px !important;
}

div.videopress-watermark, div.videopress-title {
	visibility: hidden;
}

.submenu_location {
	margin-left: 20px;
	margin-top: 1px;
	top: 25px;
	left: -230px;
	background-color: black !important;
}

.imagehover :hover {
	opacity: .8;
}

/* 'paper' page column text style adjustments */
.column_headers {
	color: white !important;
	font-size: 20px;
	font-weight: 400 !important;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 35px;
}

.column_captions {
	color: #999999 !important;
	font-size: 14pt;
	line-height: 15px;
}

/* additional css for every caps heading */
.caps_heading {
	color: white;
	font-weight: 400 !important;
	font-size: 20px;
}

/* additional css for writing page headers */
.writing_heading {
	color: white !important;
	text-align: right;
	font-weight: 400 !important;
	font-size: 20px;
	line-height: 25px;
}

/* Display blog post titles on Paper page | 26063508-hc */
.page-id-6747 h2.entry-title {
	display: unset;
}

.video_caption {
	color: #999999 !important;
	font-size: 14pt;
	line-height: 15px;
}