﻿/*
Theme Name: ChristieCustom2
Theme URI:
Description: Christie Kennedy Custom Child Theme
Author: Computer Dynamics, Inc.
Author URI: http://www.CompDynamics.net
Template: Christie2
Version: 2.0.0
*/

/*
Import the parent theme
*/

@import url(../Christie2/style.css);

/* Start Correct Parent Theme Footer Link Decoration */
.art-footer .art-footer-text a:link
{
  text-decoration: underline;
}

.art-footer .art-footer-text a:visited
{
  text-decoration: underline;
}

.art-footer .art-footer-text a:hover
{
  text-decoration: none;
}
/* End Correct Parent Theme Footer Link Decoration */

/* Propery Listing Heading for Content Posts template */
.property-list-heading, .property-list-heading a, .property-list-heading a:link, 
.property-list-heading a:visited, .property-list-heading a:hover
{
  color: #990000;
  margin: 0.2em 0;
  padding: 0;
  font-family: Arial,Helvetica,Sans-Serif;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

h2.property-list-heading, h2.property-list-heading a, h2.property-list-heading a:link, 
h2.property-list-heading a:visited, h2.property-list-heading a:hover
{
	font-size: 22px;
}

h3.property-list-heading, h3.property-list-heading a, h3.property-list-heading a:link, 
h3.property-list-heading a:visited, h3.property-list-heading a:hover
{
	font-size: 18px;
}

/* Correct sidebar list item line spacing */
.textwidget li
{
	margin: 0.2em 0;
}


/* Begin two column list */
ul.twocolumn 
{
	width: 400px;
}

ul.twocolumn li 
{
	width: 175px;
	float: left;
}
	
/* End two column list */


/* Start wp-testimonials plugin adjustments */
#sfstest-page blockquote
{
	margin: 10px 10px 10px 0px;
}

#sfstest-sidebar blockquote
{
	margin: 0px 0px 0px 0px;
}

#sfstest-sidebar cite
{
	font-style: normal
}

#sfstest-page cite
{
	font-style: normal
}
/* End wp-tutorials sidebar adjustments */

/* Start text color same as link */
p.color-text
{
  color: #990000;
}
/* End text color same as link */

.font75
{
	font-size:75%;
}

/* Start Override Google Maps directions styling from MapPress */
.adp-list 
{
	background-color: Black;
}

.warnbox-content 
{
	background-color: Black;
}

.warnbox-c1, .warnbox-c2 
{
	background-color: #990000;
}
/* End Override Google Maps directions styling from MapPress */