/*
Theme Name: Crehan Research Inc.
Description: Crehan Research Inc. Theme by FastLine Media
Version: 1.0
Author: FastLine Media
Author URI: http://www.fastlinemedia.com
*/

/*----RESET CSS------------------------------------------------------*/

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, font, img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
html { overflow-y: scroll; }
ol, ul { list-style: none; }
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
acronym { cursor: help;	border-bottom: 1px dashed #aaa; }
strong { font-weight: bold; }
em { font-style: italic; }
hr { display: none; }
.right { float: right; }
.left {	float: left; }
.centr { margin: 0 auto; text-align: center;}
.hide {	display: none; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {	display: block;}
html[xmlns] .clearfix {	display: block; }
* html .clearfix { height: 1%; }
a { text-decoration: none; }
p { margin-bottom: 10px;}

/*----HEADINGS--------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 20px;
}
h1 { font-size: 26px; font-weight: 300; }
h2 { font-size: 24px; font-weight: 300; }
h3 { font-size: 22px; font-weight: 500; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

/*----LINKS-----------------------------------------------------------*/

a {
	color: #fff;
	text-decoration: underline;
}

/*----POSTS-----------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/*----BODY------------------------------------------------------------*/

body {
    background: #f7f7f7;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
}
#top-line {
	background: #7ba7cb;
	height: 5px;
}

/*----WRAP------------------------------------------------------------*/

#wrap {
	width: 940px;
	margin: 0 auto;
}

/*----HEADER----------------------------------------------------------*/

#header {

}
#header #header-top{
	height: 40px;
	padding: 20px 0 10px;
}
#header #header-top #logo{
	float: left;
}
#header #header-top #slogan{
	float: right;
	height: 40px;
	line-height: 40px;
	color: #00579f;
	font-size: 16px;
	font-style: italic;
}

/* MENU */
#header #top-menu-wrap{
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
#header ul li{
	height: 20px;
	padding: 8px 15px 3px;
	float: left;
}
#header ul li a{
	color: #9e9e9e;
	text-decoration: none;
}
#header ul li a:hover{
	color: #eba400;
}
#header ul li.current-menu-item a, #header ul li.current_page_item a{
	color: #eba400;
}

/*----CONTENT------------------------------------------------------*/

#content {
	padding: 40px 50px;
	margin: 10px 0;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	box-shadow: 0 0 5px #acacac;
	-webkit-box-shadow: 0 0 5px #acacac;
	-moz-box-shadow: 0 0 5px #acacac;
}
.page #content, .single #content{
	background: url(img/lines-bg.jpg) #0061a6 no-repeat;
}
.home #content {
	padding-bottom: 0;
	font-size: 19px;
	line-height: 28px;
}
.home #content,
.page-id-15 #content {
	min-height: 400px;
	background: url(img/globe-bg.jpg) #0061a6 no-repeat;
}

/* POST STYLE */
#content .page-title {
	border-bottom: 1px solid #003e70;
	display: block;
	width: auto;
	padding: 0 0 10px;
}
#content .post{
	margin-bottom: 10px;
}
#content .post a {
	color: #fff;
}
#content p {
	margin: 0 0 25px;
}
.home #content p {
	margin: 0;
	padding: 0 0 40px;
}
#content h1 {
	border-bottom: 1px solid #4d8dbf;
	margin: 0 0 30px;
}
#content h3 { 
	color: #feb000;
	line-height: 28px;
}
#content ul {
	list-style: inside disc;
	margin: 0;
	padding: 0 0 25px 15px;
}
#content ul li {
	margin: 0;
	padding: 0;
}

/* PRESS */
.page-id-13 #content a {
	text-decoration: none;
}
.page-id-13 #content ul {
	list-style: outside disc;
	margin: 0;
	padding: 0 0 25px 15px;
}
.page-id-13 #content ul li {
	margin: 0;
	padding: 0 0 13px 0;
	line-height: 20px;
}
.page-id-13 #content .post .subheading,
.page-id-13 #content .post .date {
	color: #b8e0ff;
	font-size: 12px;
}

/* CONTACT US */
#content #contact-us {
	width: 780px;
	height: 60px;
	margin: 30px auto 0;
	padding: 10px 30px;
	background: #f7f7f7;
	color: #4a4a4a;
	font-size: 22px;
	line-height: 60px;
}
#content #contact-us a.contact-button{
	float: right;
	display: block;
	width: 280px;
	height: 58px;
	background: url('img/contact-button.png') no-repeat;
}

/* CONTACT FORM */
#content .wpcf7-form table {
	border-spacing: 10px;
}
#content .wpcf7-form .wpcf7-not-valid-tip {
	color: #0061a6;
}
#content .wpcf7-form table {
	border-spacing: 10px;
}

/* POST NAV ----------------------------------------------------------*/
.archiveNav {
	padding-top: 20px;
}
.nextEntries {
	float: right;
}
.wp-pagenavi {
	position: relative;
	left: -20px;
	margin-top: 15px;
}

/*----FOOTER----------------------------------------------------------*/

#footer-wrap {
	
}
#footer {
	padding: 0 5px;
	margin: 0 0 20px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	color: #00579f;
	font-size: 12px;
}

/*----DOWNLOADS----------------------------------------------------------*/

.wpdm_file.wpdm-only-button a {
	position: relative;
	top:7px;
	text-decoration: none;
}

/*----CLIENT PORTAL----------------------------------------------------------*/

#content.client-portal {
	position: relative;
}
.client-portal-contacts {
	position: absolute;
	top:17px;
	right: 50px;
	font-size: 13px;
	line-height: 18px;
	text-align: right;
}
