/*
Theme Name: Fran Bell Therapy
Theme URI: http://www.franbelltherapy.com
Description: Custom theme for Fran Bell Therapy
Version: 1
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: Therapy, Marriage, Family, LMFT, Trauma, Counselor
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/* Custom reset for common tags */

strong { font-weight: bold; }

em { font-style: italic; }

p, ul, ol { padding: 8px 0px; }

ol li { list-style: decimal; list-style-position: inside; }
ul li { list-style-image: url(template/check_mark.png); list-style-position: inside; padding: 8px; }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; padding: 8px 0px; color: #43628D; }
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; padding: 8px 0 0 0; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a:link, a:visited { color: #43628D; text-decoration: none; font-weight: bold; }
a:active, a:hover { text-decoration: underline; }

hr { border: none; border-bottom: 1px solid #dfe4ea; margin: 7px 0px; }

img { margin: 5px; border: none;  }

input, textarea {
	border: 1px solid #003;
	background-color: #dfe4ea;
	color: #330;
	padding: 2px;
}

blockquote {
	background-color: #dfe4ea;
	color: #003;
	padding: 4px 8px;
	margin: 8px 25px;
}

/*End Normalizing////////////////////////////////////////////////////////*/


/* UTILITY CLASSES */

.clear { clear: both; }

.button { 
	border: 1px solid #663;
	background-color: #dfe4ea;
	padding: 2px;
	color: #003;
}

.button:hover {
	color: #dfe4ea;
	background-color: #003;
	
}

/* MAIN STRUCTURE */

body {
	background-color: #dfe4ea;
	background-image: url(template/bkg_grad.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

#container {
	width: 999px;
	margin: 0 auto;
	background-image: url(template/content_mid.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 335px;
	width: 999px;
	background-image: url(template/header.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#main_content {
	width: 999px;
	background-image: url(template/content_top.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#content_window {
	width: 759px;
	padding: 8px 120px;
	min-height: 400px;
}

#footer {
	width: 999px;
	height: 98px;
	padding-top: 16px;
	background-image: url(template/footer.jpg);
	text-align: center;
	clear: both;
	font-size: 12px;
	color: #43628D;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	text-align: center;	
	border-bottom: 1px solid #999;
	width: 799px;
	margin: 0 auto;
}

#nav li { 
	display: inline;
	padding: 0; margin: 0;
	margin-right: 5px;
	padding-right: 9px;
	border-right: 1px solid #ccc;	
}

#nav li.page-item-14 { border: none; margin: 0px; padding: 0px; }

#nav li a:link, #nav li a:visited {
	color: #000;
	font-weight: normal;
}

/* HOME FORMAT */
#post-4 li { padding: 0; }
#post-4 h4 { padding-bottom: 0; }
#post-4 img { margin-right: 25px; margin-top: 6px; }
.wp-caption { background-color: #dfe4ea;  padding: 2px; border: none; }

img#wpstats{display:none}
