/*
Theme Name: On Impact Default
Theme URI: http://www.onimpactproductions.com
Description: The default On Impact Productions theme
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}
/* Commonly used to style page titles. */
h1 {
  color: #333;
  font-size: 24px;
  line-height: 28px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
}

.h1red {
  font-size: 24px;
  line-height: 28px;
  color: #B4152D;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
}


/* Commonly used to style section titles. */
h2 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}


a:link {
  color: #B4152D;
  text-decoration: none;
}
a:visited {
  color: #B4152D;
  text-decoration: none;
}
a:hover {
  color: #969289;
  text-decoration: none;
}
a:active {
  color: #969289;
  text-decoration: none;
}


#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 950px;
}
#outerWrapper #header {
  background-color: #fff;
  /*border-bottom: solid 1px #333; */
  font-size: 18px;
  font-weight: bold;
  height: 100px;
  line-height: 15px;
  padding: 0px 0px 0px 0px; 
}

#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff;
  /*border-right: solid 1px #9ea3aa; */
  float: left;
  padding: 0; 
  width: 100px;
}


#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #fff;
  /*border-left: solid 1px #B4152D; */
  float: right;
  padding: 10px 0px 10px 0px; 
  width: 325px;
}


#outerWrapper #contentWrapper #content {
  margin: 0 320px 0 0; 
  padding: 10px 10px 10px 10px; 
}


#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
  background-color: #fff;
  border-top: solid 1px #B4152D;
  padding: 10px 10px 10px 10px;
  font-size: 10px;
}


.bodySerifMedium {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}

.bodyRedMedium {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #B4152D;
  line-height: 24px;
}

hr {color: #B4152D;}

.redBorder {border: 1px solid #B4152D;}
