/*
Theme Name: Rice Hadley Gates
Theme URI: http://www.ricehadleygates.com/
Description: A theme designed by Ideogram and developed by Randy Anderson for Rice Hadley Gates LLC.
Designer: Ingram Image
Designer URI: http://www.ideogramstudios.com/
Author: Randy Anderson
Author URI: http://www.randyanderson.org/
Version: 1.0
*/

/* CSS Reset from Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */

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


/* General */

a img {border: 0;}
.bold {font-weight: bold;}

/* Logo */

h1.logo a {
	width: 110px;
	height: 110px;
	background: url(images/img-logo.jpg) top left no-repeat;
	overflow: hidden;
	display: block;
}

h1.logo a span {
	width: 110px;
	text-indent: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

/* Backgrounds */

div.background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

div.background > div, div.background > div > div {
	width: 100%;
	height: 100%;
}

div.background > div > div {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attackment: fixed;
	background-repeat: no-repeat;
}

div.main {
	position: relative;
	z-index: 2;
}

/* Header */

div.header {
	width: 100%;
	background: white url(images/bg-top-header.jpg) left bottom repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

body.wp-admin div.header {
	top: 28px;
}

div.header div.content {
	width: 860px;
	margin: 0 auto;	
}

div.header div.primary-menu {
	text-align: right;
	min-height: 29px;
	position: relative;
}

div.header div.primary-menu li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 0px 20px;
	background: url(images/bg-menu-item.jpg) right center no-repeat;
	line-height: 29px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	color: #202020;
	letter-spacing: 0.14em;
}

div.header div.primary-menu li a {
	color: #202020;
	text-decoration: none;
	line-height: 29px;
	display: inline-block;
	padding: 0px 7px;
}

div.header div.primary-menu li a:hover, div.header div.primary-menu li.current_page_item a {
	background: black;
	color: white;
}

div.header div.primary-menu li:first-child {
	padding-left: 0;
}

div.header div.primary-menu li:last-child {
	background: none;
	padding-right: 0;
}

div.contact-popup {
	background: url(images/bg-contact.png) top left no-repeat;
	width: 265px;
	height: 60px;
	position: absolute;
	top: 27px;
	right: 4px;
	display: none;
}

div.contact-popup p {
	margin: 0;
	padding: 19px 0px 0px 12px;
	font-family: 'Open Sans';
	font-weight: 800;
	font-size: 11px;
	text-transform: lowercase;
	text-align: left;
	line-height: 18px;
}

div.contact-popup p a {
	color: #c31f3a;
	text-decoration: none;
}

div.contact-popup p a:hover {
	text-decoration: underline;
}

div.contact-popup p img {
	margin-right: 5px;
	vertical-align: -3px;
}

/* Home */

div.main div.content {
	width: 860px;
	margin: 29px auto 0px;
}

body.home div.main div.content {
	margin-top: 111px;
}

body.home h1.logo {
	margin-bottom: 10px;
}

/* Main Content */

div.main-content {
	background: url(images/bg-content.png);
	position: relative;
	margin-top: 20px;
	padding: 0px 0px 0px 15px;
}

div.main-content#post-27 {
	padding: 20px 15px 5px;
}

div.main-content h1 a:hover, div.main-content h2 a:hover, div.main-content h3 a:hover, div.main-content h4 a:hover {
	text-decoration: underline;
}

div.main-content h1 {
	font-family: 'Engravers';
	font-size: 39px;
	color: #c31f3a;
	margin-bottom: 10px;
}

div.main-content h1 a {
	color: #c31f3a !important;
	text-decoration: none;
}

div.main-content h2 {
	font-family: 'Open Sans';
	font-size: 19px;
	line-height: 32px;
	font-weight: 600;
	color: #424242;
	margin-bottom: 10px;
	letter-spacing: 0.01em;
}

div.main-content h2 a {
	color: #424242 !important;
	text-decoration: none;
}

div.main-content h3 {
	font-family: 'Open Sans';
	font-size: 15px;
	line-height: 32px;
	font-weight: 600;
	color: black;
	margin-bottom: 10px;
	letter-spacing: 0.01em;
}

div.main-content li.widget-container h3 {
	font-weight: bold;
}

div.main-content h3 a, div.main-content h4 a {
	color: black !important;
	text-decoration: none;
}

div.main-content h4 {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	color: black;
	margin-bottom: 10px;
	letter-spacing: 0.01em;
}

div.main-content p {
	font-family: 'Open Sans';
	font-size: 15px;
	line-height: 20px;
	color: #424242;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}


div.main-content li {
	font-family: 'Open Sans';
	font-size: 15px;
	line-height: 20px;
	color: #424242;
	margin-bottom: 40px;
	letter-spacing: 0.04em;
	padding-left: 20px;
	background: url(images/bg-menu-item.jpg) 5px 13px no-repeat;
}


div.main-content p a, div.main-content li a {
	color: #bf1e39;
	text-decoration: none;
}

div.main-content p a:hover, div.main-content li a:hover {
	text-decoration: underline;
}

div.main-content p.plus-link {
	font-family: 'Open Sans';
	font-size: 15px;
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	height: 20px;
}

div.main-content p.plus-link a {
	color: white;
	text-decoration: none;
	background: #bf1e39;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 20px;
	height: 20px;
	padding: 0;
	line-height: 20px;
	text-align: center;
}

div.main-column, div.sub-column {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

div.main-column {
	width: 600px;
	overflow: auto;
	min-height: 549px;
	max-height: 549px;
	padding: 15px 0px 40px 15px;
}

div.main-content.news div.main-column {
	padding-top: 0;
}

div.sub-column {
	width: 220px;
	padding-right: 0px;
	min-height: 549px;
	max-height: 549px;
	padding-top: 13px;
}

div.sub-column ul {
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style: none;
}

div.sub-column ul li {
	padding: 0;
	background: none;
}

div.sub-column ul li img {
	margin-bottom: 17px;
}

/* Footer */

div.footer {
	height: 37px;
	background: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 3;
}

div.footer div.content {
	width: 860px;
	margin: 0 auto;
}

div.footer div.content p {
	line-height: 37px;
	font-family: 'Open Sans';
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.04em;
}

div.footer div.content p span {
	font-weight: 600;
}

div.footer div.content p a {
	color: #bf1e39;
	text-decoration: none;
	text-transform: lowercase;
}

div.footer div.content p a:hover {
	text-decoration: underline;
}

div.footer div.content span.social a {
	width: 20px;
	height: 21px;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: -7px;
	margin-left: 20px;
}

div.footer div.content span.social a.twitter {
	background: url(images/soc-twitter.jpg) top left no-repeat;
}

div.footer div.content span.social a.facebook {
	background: url(images/soc-facebook.jpg) top left no-repeat;
}

div.footer div.content span.social a.linkedin {
	background: url(images/soc-linkedin.jpg) top left no-repeat;
}

div.footer div.content span.social a:hover {
	background-position: bottom left;
}


div.footer div.content p.credits {
	float: right;
	font-size: 8px;
	font-weight: 800;
}

div.footer div.content p.credits a {
	color: black;
	text-transform: uppercase;
	/* padding-left: 17px;
	background: url(images/bg-credits.jpg) center left no-repeat; */
}

div.footer div.content p.credits a:hover {
	text-decoration: none;
	/* background: url(images/bg-credits-hover.jpg) center left no-repeat; */
}

/* Team */

h1.logo, p.page-title, p.page-links {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: bottom;
}

p.page-title, p.page-links {
	padding-bottom: 16px;
}

p.page-title {
	margin-left: 25px;
	font-size: 19px;
	color: #424242;
	font-family: 'Open Sans';
	font-weight: 600;
}

p.page-links {
	margin-left: 36px;
	color: #424242;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

p.page-links a {
	color: #424242;
	text-decoration: none;
}

p.page-links a.selected {
	color: #c31f3a;
	font-weight: 800;
}

p.page-links span {
	margin-left: 19px;
	margin-right: 17px;
}

/* Principals / Associates */

div#our-principals, div#our-associates {
	display: none;
}

div#our-associates div.team {
	width: 820px;
}

div#our-principals div.team {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 160px;
	margin-right: 16px;
	padding-bottom: 7px;
}

div#our-principals div.team:hover, div#our-principals div.team.selected {
	background: url(images/bg-bottom-red-triangle.png) bottom center no-repeat;
}

div#our-principals div.team img {
	border: 5px solid #c3c3c3;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: opacity 0.5s, filter 0.5s;
	-o-transition: opacity 0.5s, filter 0.5s;
	-moz-transition: opacity 0.5s, filter 0.5s;
	-webkit-transition: opacity 0.5s, filter 0.5s;
}

div#our-principals div.team:hover img, div#our-principals div.team.selected img {
	border: 5px solid #c31f3a;
	opacity: 1;
	filter: alpha(opacity=100);
}

.team-content {
	display: none;
}

div.image, div.text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

div.image {
	width: 18%;
	margin-right: 2.5%;
}

div.text {
	width: 70%;
}

div#our-associates div.team {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div#our-associates div.team:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* News */
div.news.new_version {
	width:600px;
	float:right;
}

div.news.persistent {
	width:230px;
	float:left;
	min-height: 549px;
	max-height: 549px;
	padding: 15px 0px 40px 15px;
}

div.tabbed-content {
	display: none;
	min-height: 549px;
	max-height: 549px;
	padding: 15px 0px 40px 0px;
	overflow: auto;
}

div.news div.thumb {
	width: 160px;
	padding-bottom: 7px;
	background: url(images/bg-bottom-red-triangle.png) bottom center no-repeat;
}

div.news div.thumb img {
	border: 5px solid #c31f3a;
}

.name_header {
	margin-bottom:30px !important;
}