/*
THEME NAME: BenMink
VERSION: 1.5
AUTHOR: Chris McGuire
TAGS: portfolio, classic, simple, modern, gallery, image
*/

/* Stylesheet RESET */
@import url(library/styles/hacks/reset.css);

/* Atlantica Styles */
@import url('core.css');
@import url('typography.css');

/* Stylesheet for DROPDOWN NAVIGATION */
@import url(library/styles/dropdown.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(library/styles/prettyPhoto.css);

/* Stylesheet for CONTACT FORM */
@import url(library/styles/form.css);


/* Press page styling below here */

.post .wp-caption {
	float: left;
	width: 50%!important;
	text-align: center;
}

.post .wp-caption img {
	margin: 0 auto 0 auto;
	display: inline-block;
}

.post_cols_left {
	width: 50%;
	float: left;
}

.post_cols_right {
	width: 45%;
	float: right;
}

.post_cols_right img {
	max-width: 100%;
	height: auto;
}

.press_quotes {
	padding: 0 0 17px 0;
}

.borders {
	border-bottom: #666666 1px dotted;
	width: 180px;
	height: 1px;
	display: block;
	margin: 0 auto 0 auto;
}

.press_quotes:last-child .borders {
	border: none!important;
}

.press_quotes h3 {
	font-size: 16px!important;
}

.press_quotes p {
	font-size: 1.1em;
	line-height: 1.2em;
	padding-bottom: 22px;
}

/*
.press_quotes a:before {
	font-size: 1.3em;
	font-weight: 800;
	content: '"';
}

.press_quotes a:after {
	font-size: 1.3em;
	font-weight: 800;
	content: '"';
}
*/

.press_quotes span {
	font-size: 0.9em;
	line-height: .9em;
	font-weight: 400;
	display: block;
	margin: 0;
	padding: 0;
	color: #555555;
}

.home_page_gallery {
	position: relative;
}

#lastest_news_home {
	position: absolute;
	left: 29px;
	bottom: 16px;
	right: 47px;
	z-index: 1;
	background: rgba(255,255,255,0.7);
	padding: 10px
}

#lastest_news_home h2 {
	font-size: 1.3em;
}

#lastest_news_home a {
/* 	color: #ffffff!important; */
	float: left;
}

#lastest_news_home .read_more_link {
	float: right;
}

p.quoates span {
	display: block;
}