/*
Theme Name: SLSDFCMS
Theme URI: http://stlouisselfdefense.com/
Description: The SLSDFCMS Wordpress theme is the basis for the St. Louis Self Defense & Fitness web site (stlouisselfdefense.com).
Version: 1.0
Author: John Simpson
Author URI: http://johnasimpson.com/
Tags: red, custom header, fixed width, two columns, widgets
*/

HTML {
    min-height: 101%;
}

BODY {
    min-height: 101%;
	BACKGROUND-COLOR: #cccccc;
	FONT-SIZE: 13px; COLOR: #FFFC00; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
TD {
	FONT-SIZE: 13px; COLOR: #FFFC00; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TH {
	FONT-SIZE: 13px; COLOR: #FFFC00; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:link {
	COLOR: #FF9401
}
A:visited {
	COLOR: #FF9401
}
A:hover {
	COLOR: #FF9401; TEXT-DECORATION: underline
}
A {
	FONT-WEIGHT: bold; COLOR: #003f10; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.wpcf7-not-valid-tip {
    color: #000000 !important;
}

ol.cf-ol li {
    width: 450px;
    margin-bottom: 20px;
    list-style-type:none;
    margin-left: -20px;
}

.cf_hidden { display:none; }

.linklove { display:none; }

.entry {
    margin: 5px 35px 15px 35px;
    padding-bottom: 25px;
}

.home-entry {
    margin: 5px 15px 15px 10px;
    *margin: 60px 20px 0 25px;
    padding-bottom: 25px;
}

.classes-entry {
    margin: 5px 15px 15px 15px;
    padding-bottom: 25px;
}

.instructor-entry {
    margin: 0 35px 15px 35px;
    text-align: justify;
    padding-bottom: 25px;
}

.instructor-entry img {
    margin: 1px 7px;
}

.instructorlist {
    float: left; 
    margin: 30px; 
    width: 115px; 
    height: 100px;
    text-align: center;
}

.instructorlist a {
    font-size: .90em;
}

.subhead1 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px
}
.hrhome {
    color: #fffc00; 
    margin: 20px 0;
    *margin: 0px 0;
}
.style2 {
	COLOR: #FFFC00
}
.style3 {
	COLOR: #000000
}
.CopyrightLink {
	FONT-SIZE: 10px
}
.QuestionLink {
	FONT-WEIGHT: bold; COLOR: #FFFC00
}
.QuestionLink:link {
	FONT-WEIGHT: bold; COLOR: #FFFC00
}
.QuestionLink:hover {
	FONT-WEIGHT: bold; COLOR: #FFFC00
}
.QuestionLink:visited {
	FONT-WEIGHT: bold; COLOR: #FFFC00
}
.NewsStyle {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFC00
}
.PressStyle1 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFC00
}
.PressStyle2 {
	FONT-SIZE: 14px; FONT-STYLE: italic
}
.PressStyle3 {
	FONT-SIZE: 15px; FONT-STYLE: italic
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */