/*
Theme Name: Divorce Helpline
Theme URI: http://SmBizweb.net
Description: Describe what your child theme should be like.
Version: 2.0
Author: Ed Bejarana
Author URI: http://computer-studios.com
Tags: Add, Whatever, Tags, You, Want
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get drop-downs CSS for city-nav menu */
@import url('drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css');  */

/**
* Body
************************************************/
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background: #DED0B6;
	}
	
element.style {
	max-height:250px;
	max-width:675px;
}

/* Body container */
#body-container {
	background: #DED0B6;
	margin: 0;
	}
	
/* Links */
a, a:visited  {
	color: #55779A;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
	
.entry-content {
	margin:0 10px 10px;
	overflow:hidden;
}

p {
	font-size: 14px;
	}

.entry-content a {
	font-size: 14px;
	color: #55779A;
	}
	
.widget-title {
	color:#325E82;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}
	
.widget a {
	text-decoration: none;
	font-style: normal;
	color: #55779A;
	}
	
	
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 { 
	font-size: 22px; 
	color: #325E82;
	margin-top: 5px;
	}
	
h2 { 
	font-size: 19px; 
	color: #325E82;
	}
h3 { 
	font-size: 17px;
	color: #A68D67;
	}
	
h4 {
	color: #fff;
	}
	
h4 { font-size: 15px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

.phonenumber {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	}

.entry-title a {
	color: #325E82;
	}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url("images/bullet.png") no-repeat 0 6px;
	}
	
.single .post, .attachment .post, .page .post {
	margin:5px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background: url("images/quotes.png") no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #000000;
	}
blockquote em {
	font-style: italic;
	}
blockquote.pullquote {
	width: 190px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	}
.pullquote p {
	margin: 0;
	}
	
/* Search */
#container .search {
	float: left;
	width: 200px;
	height: 29px;
	background: url(images/search.jpg) no-repeat 0 0;
	margin: 10px 0 10px 10px;
	padding: 0;
	}
#container input {
	font: 12px arial, verdana, sans-serif;
	padding: 7px 0 0 0;
	background: #9FB8C7;
	border: none;
	}
#container .search input {
	background: transparent;
	margin: 0;
	}	

#container .search-text {
	float: left;
	width: 151px;
	padding: 7px 10px 0 10px;
	color: #2C5870;
	}
#container .search-submit {
	float: left;
	width: 20px;
	font-weight: bold;
	color: #2C5870;
	}
#container .search-submit:hover {
	cursor: pointer;
	}
	
/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}
	
/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #2853a4;
	border: 1px solid #eee;
	}

/**
* Images
************************************************/
.post img {
	max-width: 675px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 490px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #2853A4;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: center;
	font-size: 12px;
	color: #2853A4;
	}
.wp-caption img {
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
	
#header-container {
	width: 960px;
	margin: 0 auto;
	background: #325e82 url("images/header.jpg") no-repeat;
	border: thin solid #000000;
	}

#site-title a { display: none; 	}

#site-description { display: none; }

#header {
	overflow: hidden;
	width: 960px;
	height: 125px;
	margin: 0;
	padding-top: 0;
	}
		
/**
* Page Navigation
************************************************/
#navigation {
	width: 960px;
	height: 15px;
	margin: 10px auto;
	}
#page-nav {
	width: 960px;
	margin: 0;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	float: right;
	}
#page-nav li {
	float: left;
	margin: 0 5px;
	}
#page-nav li a {
	display: block;
	text-align: center;
	color: #981B1E;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:none;
	border:none;
	padding:5px;
	}
	
#page-nav a:hover {
	color: #fff;
	background-color: #325E82;
	}

/* Drop-down styles */
 #page-nav li:hover ul, #page-nav li.sfHover ul  {
	text-decoration: none;
	}
	
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	margin: 0;
	}

#page-nav ul ul {
	border-top: 1px solid #222;
	padding: 3px 0 0;
	}
	
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
	
#page-nav li li a {
	padding: 7px 7px;
	border: none;
	margin: 0 auto;
	width: 100px;
	}
	
/**
* Category Navigation
************************************************/
#cat-navigation {
	width: 960px;
	height: 28px;
	margin: 0 auto;
	font: normal normal bold 12px/12px Verdana, Geneva, Tahoma, sans-serif;
	background: #ACA095;
	}
#cat-nav {
	float: left;
	width: 760px;
	height: 25px;
	}
#cat-navigation ul {
	list-style: none;
	margin: 0;
	}
#cat-navigation li {
	float: left;
	margin: 0 5px;
	}
#cat-navigation a {
	display: block;
	padding: 7px 5px 6px 5px;
	color: #fafafa;
	}
#cat-navigation a:hover {
	background: #999;
	}	

#cat-navigation li li a {
	width: 160px;
	font: normal normal bold 10px/10px Verdana, Geneva, Tahoma, sans-serif;
	padding: 8px 10px;
	color: #fff;
	background: #999;
	border-top: 1px solid #244960;
	}

/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width: 180px;
	}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left: 180px;
	background: #999;
	}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
	top: 2.05em;
	}
#cat-nav li li:hover ul, #cat-nav li li.sfHover ul, #cat-nav li li li:hover ul, #cat-nav li li li.sfHover ul  {
	top: 0;
	}
#cat-nav ul ul {
	background: #2b526b;
	}

#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #9FB8C7;
	border: thin solid #000000;
	}
	
.breadcrumb { display: none; }

.content {
	overflow: hidden;
	float: right;
	width: 700px;
	padding: 10px;
	background: #fff;
	margin: 10px;
	}
	
.widget {
	background: transparent;
	}

#footer-container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	border: thin solid #000000;
	}
	
#widget-container {
	float: left;
	width: 200px;
	}
	
#primary {
	overflow: hidden;
	float: left;
	width: 200px;
	margin: 5px 0 0 10px;
	background: #55779A;
	border:thin solid #000000;
	}
	
#primary .widget {
	background: transparent;
	color: #fff;
	margin: 5px;
	}
	
#primary .widget .entry-title a { display: none; }
	
#primary .widget .widget-title {
	color: #fff;
	text-align: center;
	}
	
#primary .widget li a {
	color: #fff;
	}
	
#primary .widget .entry-meta { display: none; }
	
#secondary {
	overflow: hidden;
	clear: left;
	float: left;
	width: 200px;
	margin: 5px 0 0 10px;
	background: #55779A;
	border:thin solid #000000;
	}
	
#secondary .widget {
	background: transparent;
	color: #fff;
	margin: 5px;
	}
	
#secondary .widget .widget-title {
	color: #fff;
	}
	
#secondary .widget li a {
	color: #fff;
	}
	
/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	background: #325E82;
	}
	
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 33%;
	margin: 0 auto;
	color: #fff;
	}
	
#subsidiary a {
	color: #fff;
	}
	
#footer {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	}
	
#footer .copyright {
	display:inline;
	float:left;
	margin-left:5px;
	font-size: 11px;
}

#footer .credit {
	float: right;
	margin-right: 5px;
	font-size: 11px;
	}

#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin:0 10px 0;
	padding:0;
	border: none;
}

#utility-header .widget {
	margin: 0;
	background: transparent;
	}

#utility-header {
	margin:100px 0 0 0;
	background: transparent;
	border:thin solid #000000;
	overflow:visible;
	}
	
.city-nav {
	font-family: arial, sans-serif; 
	width:405px;
	margin: 0 auto; 
/*	height:100px; */
	position:relative; 
	font-size:11px; 
	z-index:100;
	}
	
.city-nav ul li a, .city-nav ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000;
	width:200px; 
	height:20px; 
	text-align:center;  
	background:#DED0B6; 
	line-height:20px; 
	font-size:13px; 
	overflow:hidden;
	}
	
.city-nav ul {
	padding:0; 
	margin:0; 
	list-style: none;
	}
	
.city-nav ul li {
	float:left; 
	position:inherit;
	}
	
.city-nav ul li ul {
	display: none;
	}

/* specific to non IE browsers */
#city-page-nav {
	width: 960px;
	margin: 0 auto;
	}

.city-nav ul li:hover a {
	color:#fff;
	background-color: #9FB8C7;
	}
	
.city-nav ul li:hover ul {
	display:block; 
	position:absolute; 
	top:21px; 
	left:0; 
	width:125px;
	}
	
.city-nav ul li:hover ul li a.hide {
	color:#fff;
	background-color: #A68D67;
	}
	
.city-nav ul li:hover ul li:hover a.hide {
	background:#6fc; 
	color:#000;
	}
	
.city-nav ul li:hover ul li ul {
	display: none;
	}
	
.city-nav ul li:hover ul li a {
	display:block;
	color:#000;
	background-color: #E1D9D0;
	}
	
.city-nav ul li:hover ul li a:hover {
	color:#000;
	background-color: #A68D67;
	}
	
.city-nav ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
	}
	
.city-nav ul li:hover ul li:hover ul.left {
	left:-105px;
	}
	
/* common styling */
.divorce-nav {
	font-family: arial, sans-serif; 
	width:960px;
	margin: 103px auto 0; 
/*	height:100px; */
	position:relative; 
	font-size:11px; 
	z-index:100;
	}
	
.divorce-nav ul li a, .divorce-nav ul li a:visited {
	display:block; 
	text-decoration:none;
	color:#000;
	width: 104px; 
	height:20px; 
	text-align:center; 
	color:#fff; 
	background:#325E82; 
	line-height:20px; 
	font-size:11px; 
	overflow:hidden;
	}
	
.divorce-nav ul {
	padding:0; 
	margin:0; 
	list-style: none;
	}
	
.divorce-nav ul li {
	float:left; 
	position:relative;
	}
	
.divorce-nav ul li ul {
	display: none;
	}

/* specific to non IE browsers */
.divorce-nav ul li:hover a {
	color:#fff;
	background-color: #9FB8C7;
	}
	
.divorce-nav ul li:hover ul {
	display:block; 
	position:absolute; 
	top:21px; 
	left:0; 
	width:125px;
	}
	
.divorce-nav ul li:hover ul li a.hide {
	color:#fff;
	background-color: #A68D67;
	}
	
.divorce-nav ul li:hover ul li:hover a.hide {
	background:#6fc; 
	color:#000;
	}
	
.divorce-nav ul li:hover ul li ul {
	display: none;
	}
	
.divorce-nav ul li:hover ul li a {
	display:block;
	color:#000;
	background-color: #E1D9D0;
	}
	
.divorce-nav ul li:hover ul li a:hover {
	color:#000;
	background-color: #A68D67;
	}
	
.divorce-nav ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
	}
	
.divorce-nav ul li:hover ul li:hover ul.left {
	left:-105px;
	}.home .entry-title { display: none; }
.page-128 .page-title { display: none; }

.byline {
       color:#666666;
       font-style:italic;
       margin:0 0 5px;
}

.byline .byline-prep { display: none; }
.byline .author { display: none; }
.byline .published { display: none; }
.byline .byline-sep { display: none; }
.byline .text { display: none; }
.byline .separator { display: none; }
.entry-meta .comments-link { display: none; }
.entry-meta .categories { display: none; }
.entry-meta .separator { display: none; }
.comments-closed { display: none; }