/*
Theme Name: AbDocs
Author: Yoka
Version: 1.0

*/




/* RESET CSS FROM http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
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 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0px;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------------------------
--Theme CSS --
-------------------------------------------------------*/
body {
	font-family: Arial, Georgia, Serif;
}
h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 19px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

a { color: #767676; }

/* -- Structure -- 
-------------------------------------------------------*/
#header {
	background: #373737;
	height: 135px;
	margin-bottom: 25px;
	min-width: 960px;
	width: 100%;
}
#footer {
	background: #373737;
	height: 70px;
	margin-top: 70px;
	min-width: 960px;
	width: 100%;
}
#footer .copyright {  
  padding-top: 50px;
  text-align: center;
  font-size: 80%;
  color: #fff;
}
div.wrapper {
	display: block;
	min-height: 500px;
}
div.container{
	margin: 0 auto;
	width: 960px;
}
div#main {
	clear: both;
}
#header .container {
	/*background: url('images/ab_logo.png') no-repeat 10px 20px;*/
	height: 135px;
}
#header #logo {
	background: url('images/abdocs_logo.png') no-repeat 10px 20px;
	float: left;
	height: 65px;
	width: 540px;
}
#header #logo a {
	display: block;
	height: 65px;
	width: 540px;
}
h1, h2, h3, h4 {
	text-transform: uppercase;
}
h1, h3 {
	color: #9A0000;
}
h2, h4 {
	color: #767676;
}
/*h1, h2 {
	color: #9A0000;
	text-transform: uppercase;
}*/
#main p {
	color: #767676;
	margin-bottom: 10px;
}
#main p.attention {
	color: #9A0000;
}
#main #column_left p {
	font-weight: bold;
	text-transform: uppercase;
}
#main #column_left p br {
	line-height: 140%;
}
#main #column_left a {
	color: #767676;
	text-decoration: none;
}
#main #column_right p {
	line-height: 24px;
}
#main #column_right a {
	color: #545454;
}
#main h1 {
	margin: 25px 0 25px 10px;
}
#main h4 {
	margin: 0 0 10px 0;
}
#stats {
	color: #fff;
	float: right;
	height: 60px;
	margin: 15px 0;
	width: 365px;
}
#stats_title {
/*	background-image: url('images/ab_stats2014.png');*/
        background: #990000;
        float: left;
        height: 69px;
        width: 141px;
        font-size: 24px;
        padding: 10px 0 0;
        text-align: center;
        box-sizing: border-box;
}
#stats_title .line2 {
  color: #d6d6d6;
}
#stats_numbers {
	float: right;
	height: 85px;
	line-height: 20px;
	text-align: right;
}
#stats_numbers h6 {
	color: #D9D9D9;
}
#stats_numbers span {
	color: #fff;
	font-size: 16px;
}
#column_left, #column_right {
	float: left;
}
#column_left {
	margin: 0 10px;
	width: 380px;
}
#column_right {
	margin-left: 70px;
	width: 490px;
}
#column_left h2 {
	margin-bottom: 10px;
}
#column_left img {
	margin-bottom: 15px;
}
#column_right #more_data, #column_right #photo, #column_right #video, #column_right #audio {
	margin-top: 20px;
	margin-bottom: 25px;
}
#column_right #video iframe {
	margin-bottom: 10px;
}
#column_right h3 {
	color: #545454;
	text-transform: uppercase;
}
#column_right #photo img {
	margin: 0 20px 0 0;
}
#column_right  h3.section_title {
	margin-top: 25px;
}
div.document {
	margin-top: 10px;
	padding-left: 10px;
	width: 450px;
}
div.document .doc_download {
	float: left;
	width: 40px;
}
div.document .doc_desc {
	float: left;
	margin-left: 10px;
	width: 400px;
}
div.document .doc_desc p {
	font-size: 16px;
}
div.document .doc_desc h2 {
	margin: 0;
}
.doc_desc h3 {
	margin-top: 0;
}
#column_right #more_data {
	font-size: 20px;
}
#column_right #more_data a {
	color: #545454;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
#abdocs-location-map, #abdocs-map-not-found {
	height: 250px;
	width: 380px;
}
.abdocs-location-balloon p {
	font-size: 16px;
}
.clear {
	clear: both;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#need_help {
	background: url('images/need_help.png');
	height: 101px;
	margin: 25px auto;
	width: 960px;
}
#need_help a {
	display: block;
	height: 80px;
	margin: auto;
	width: 550px;
}
#search_area {
	/*background: url('images/map.png') no-repeat 455px center #E4ECEC;*/
	background-color: #E4ECEC;
	height: 400px;
	padding: 40px 40px 0;
	width: 880px;
}
#search_area h2 {
	color: #9A0000;
	margin-left: 5px;
	text-transform: none;
}
#search_box {
	float: left;
	margin-top: 30px;
	width: 400px;
}
#search_map {
	float: right;
	width: 480px;
}
#search_box p {
	font-weight: bold;
	margin: 10px 5px;
}
#search_input {
	background: url('images/search.png') no-repeat;
	height: 61px;
	width: 340px;
}
#search_input #search {
	border: none;
	color: #767676;
	font-size: 16px;
	height: 40px;
	width: 240px;
	margin: 5px 10px 5px 20px;
}
#search_input #submit_search {
	background: none;
	border: none;
	cursor: pointer;
	height: 50px;
	vertical-align: top;
	width: 50px;
}
#refine_search {
	float: left;
	margin-left: 40px;
}
#refine_search h3 {
	margin-bottom: 15px;
}
div#clinic_types {
	height: 110px;
	margin: 25px 0;
}
.clinic_type {
	float: left;
	height: 118px;
	margin-right: 58px;
	width: 281px;
}
.clinic_type a {
	display: block;
	height: 120px;
	text-decoration: none;
	width: 275px;
}
#clinic_types p {
	color: #fff;
	font-size: 22px;
	padding: 80px 0 0 15px;
}
#clinic_types #abortionist {
	background-image: url('images/abortionist_sprite.png');
	margin: 0;
}
#clinic_types #abortionist:hover {
	background: url('images/abortionist_sprite.png') 0 118px;
}
#clinic_types #medical {
	background-image: url('images/medical_sprite.png');
}
#clinic_types #medical:hover {
	background: url('images/medical_sprite.png') 0 118px;
}
#clinic_types #surgical {
	background-image: url('images/surgical_sprite.png');
}
#clinic_types #surgical:hover {
	background: url('images/surgical_sprite.png') 0 118px;
}
#search_results_header {
	margin: 25px 0 25px 10px;
}
#search_results_header h1 {
	display: inline;
}
div#search_results_map {
	float: left;
	height: 300px;
	margin-left: 10px;
	width:500px;
}
.page-template-template_offenders-php div#search_results_map {
	margin-right: 30px;
}
div.clinic_infowindow {
	height: 100px;
}
.clinic_infowindow b {
	display: block;
	margin-bottom: 10px;
}
div#map_legend {
	float: left;
	height: 205px;
	margin-left: 40px;
	width: 250px;
}
.pin_color {
	color: #767676;
	font-size: 120%;
	height: 32px;
	line-height: 130%;
	margin: 15px 0 5px 0;
	padding-left: 40px;
	vertical-align: middle;
	width: 215px;
}
.color_red {
	background: url('images/red-dot.png') no-repeat;
}
.color_yellow {
	background: url('images/yellow-dot.png') no-repeat;
}
.color_blue {
	background: url('images/blue-dot.png') no-repeat;
}
.pin_color a {
	text-decoration: none;
}
div.clinic {
	min-height: 90px;
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0 10px 0;
	width: 950px;
}
.clinic h2 {
	display: inline;
}
.clinic a {
	color: #9A0000;
	text-decoration: none;
}
.clinic span, #search_results_header span {
	color: #767676;
	font-size: 20px;
	text-transform: uppercase;
}
.clinic p.address {
	font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
	text-transform: uppercase;
}
.clinic_img {
	float: left;
	margin-right: 20px;
}
.clinic_desc {
	float: left;
	width: 800px;
}
.state_dk {
	margin-left: 5px;
}
div.odd {
	background-color: #f7f7f7;
}
#pagination {
	font-size: 20px;
	height: 25px;
	margin: 20px 0 0 10px;
}
#pagination a {
	margin: 0.15em 0.3em;
	text-decoration: none;
}
#pagination a:hover {
	text-decoration: underline;
}
#pagination a:link, #pagination a:visited {
	color: #767676;
}
#pagination span {
	background-color: #F7F7F7;
	padding: 0.15em 0.3em;
}
/* Page Content */
#page_content {
	margin-left: 10px;
}
h1.page_h1, #page_content h1 {
	margin: 0 0 10px 0;
}
/* Page Content - one column */

/* Clinic details page */
#clinic_details h2 {
	color: #9A0000;
}
h1#clinic_name {
	margin: 25px 0 25px 10px;
}

/* Two Columns */
.column {
	float: left;
	width: 450px;
	clear: right;
}
.column p {
	font-size: 110%;
    line-height: 120%;
}
.column a {
	color: #767676;
	text-decoration: none;
}
.first_column {
	margin: 0 50px 0 10px;
}
.first_column h3 {
}
.first_column p.upper_case {
	text-transform: uppercase;
}
.second_column h3 {
	margin-bottom: 10px;
}
.second_column input, .second_column textarea {
	background-color: #EEE;
	border: none;
	color: #767676;
	display: block;
	font-size: 16px;
	padding-left: 5px;
	width: 295px;
}
.second_column input {
	height: 25px;
}
.second_column textarea {
	height: 110px;
}
.second_column input.error {
	border: 1px dashed #9A0000;
}
label.hint {
	color: #767676;
	display: block;
	font-size: 12px;
	margin: 3px 0 10px;
	width: 300px;
}
label.error {
	color: #9A0000;
}
form.wpcf7-form {
	text-align: right;
	width: 300px;
}
div.wpcf7-validation-errors {
    text-align: left;
}
div.mc_custom_border_hdr {
	color: #9A0000;
	font-size: 19px;
	margin: 15px 0;
	text-transform: uppercase;
}
div#submit {
	float: right;
	height: 50px;
	width: 150px;
}
div#submit input,
#mc_signup_submit {
	cursor: pointer;
	background: url('images/submit_button.png');
	height: 50px;
	width: 150px;
}
#mc_signup_submit {
	float: right;
	text-indent: 200px;
}

.signup {
	margin-top: 35px;
	width: 300px;
}
.mc_merge_var input {
	margin-bottom: 10px;
}
/* -- Menu --
-------------------------------------------------*/
#access {
	display: block;
	float: left;
	margin: 8px auto 0 auto;
	text-transform: uppercase;
	width: 960px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: url('images/menu_arrow.png') no-repeat bottom center;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul > li:hover .sub-menu li:hover > a {
	background: #980000;
	color: #fff;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: url('images/menu_arrow.png') no-repeat bottom center;
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =Footer 
--------------------------------------------- */
#footer p {
	font-size: 0.9em;
	padding-top: 17px;
	text-align: right;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-signup {
	color: #fff;
	font-size: 0.8em;
	padding-top: 10px;
	width: 700px;
}
#footer-signup form {
	display: inline;
}
#footer-signup form p {
	display: inline;
}
#footer-signup input[type=submit] {
	background: url(images/submit_small_button.png) no-repeat;
	border: none;
	cursor: pointer;
	height:30px;
	text-indent: -200px;
	width: 95px;
}
#footer-signup input[type=submit]:hover {
	opacity: 0.8;
}
#footer-signup .error {
	color: red;
}

/* Blog */
.entry-header {
	background-color: #F7F7F7;
	margin-bottom: 20px;
}
.entry-title {
	margin-bottom: 0 !important;
	padding: 20px 0 0;
}
.entry-title a {
	color: #9A0000;
}
.entry-date {
	color: #767676;
	font-size: 20px;
	margin-left: 10px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.entry-content {
	margin: 0 auto;
	text-align: justify;
	width: 760px;
}
.entry-content p {
	font-size: 1.1em;
	line-height: 1.2em;
}
.entry-content h2 {
	color: #9A0000;
}
.entry-meta {
	margin-bottom: 30px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
/* =Comments
----------------------------------------------- */
#comments h2 {
	padding-bottom: 10px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 25px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.commentlist p {
	margin-bottom: 10px;
}
.comment-meta {
	font-size: 12px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #e01d49;
}
.commentlist .comment-body p:last-child {
    margin-bottom: 6px;
}
.fn a {
	color: #767676;
}
.reply {
    padding: 0 0 20px;
}
.reply a {
	color: #9A0000;
}
#commentform #submit {
	background: url(images/submit_small_button.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 30px;
	text-indent: 200px;
	width: 95px;
}
#access .bold, #access .bold a {
	color: #fff;
	font-weight: bold;
}

p.intro {
	font-size: 1.2em;
	margin: 15px 0;
}


/* ----------------- GRAPH --------------- */
.abortiongraph
{
  width: 464px;
  height: 316px;
  margin: 0 0 1em 0;
}

.abortiongraph .numbers_today {
  background: #eaeaea;
  padding: 10px 20px;
}
.abortiongraph .graph {
  position: relative;
  width: 100%;
  height: 205px;
  background: #f8f8f8 url(images/graph.png) no-repeat;
}

.abortiongraph h2
{
  margin: 0.5em 0;
  font-size: 24px;
}
.abortiongraph .title {
  color: #a6a5a5;
  text-transform: uppercase;
}
.abortiongraph  .value {
  color: #96040b;
  text-transform: uppercase;
}

.abortiongraph .open {
  color: #a6a5a5;
  width: 55px;
  margin: 0;
  position: absolute;
  top: 65px;
  left: 25px;
  font-size: 28px;
}
.abortiongraph .closed {
  color: #afb537;
  width: 55px;
  margin: 0;
  position: absolute;
  top: 97px;
  left: 25px;
  font-size: 28px;
}


.abortiongraph.simple
{
	width: 100%;
	height: 155px;
}

.abortiongraph.simple .numbers_today {
	width: 464px;
	height: 155px;
	padding-top: 35px;
	float: left;
	box-sizing: border-box;
}
.abortiongraph.simple .graph {
	float: left;
	width: 496px;
	height: 155px;
	background: #F8F8F8 url(images/remaining-graph.png) no-repeat 90% 50%;
}
.abortiongraph.simple .graph .open {
	top: 47px;
}
.abortiongraph.simple .graph .closed {
	top: 83px;
}
.abortiongraph.simple .graph .open,
.abortiongraph.simple .graph .closed {
	left: 55px;
	width: 205px;
}