﻿/* This is the RTE CSS Document for the Kingsbury Barn Website*/
/* this stylesheet contains styles that text elements and will appear as options int he Rich text Editor in TYPO3 */
/* Alison Fox */
/* March 2010 */


/***************************************/
/* Style definitions for HTML elements */
/***************************************/

h1 {
	font-size:1.75em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight:normal;
	margin-top: 0px;
}

h2 {
	font-size:1.5em;
	line-height:1.25em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight:normal;
	margin-top: 0px;
	
}

h3 {
	font-size:1.25em;
	line-height:1.2em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight:normal;
  margin-top: 0px;
  margin-bottom:0px;

}

h4 {
	font-size:1.125em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight:normal;
	font-style:italic;
  margin-top: 0px;
  margin-bottom: 0px;

}

h5 {
  font-size:0.75em;
	font-family: Arial, Helvetica, san-serif;
	font-weight:normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

h6 {
  font-size:1.125em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight:normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

.med-grey-text, .med-grey-text a {
  text-decoration:none;
  color:#86786B;
}

.white-text, .white-text a {
  text-decoration:none;
  color:white;
}

.red-text, .red-text a {
  text-decoration:none;
  color:#B10229;
}

.light-grey-text, .light-grey-text a {
  text-decoration:none;
  color:#A8A4A5;
}

.black-text, .black-text a {
  text-decoration:none;
  color:#000000;
}

.blue-text, .blue-text a {
  text-decoration:none;
  color:#16DACC;
}

.olive-text, .olive-text a {
  text-decoration:none;
  color:#927A30;
}

.yellow-green-text, .yellow-green-text a {
  text-decoration:none;
  color:#CCC105;
}

.underline, .underline a{
  text-decoration: underline;
}

.large-text {
  font-size: 1.125em;
}

.Georgia {
  font-family: Georgia, "Times New Roman", serif
}

.dotted-line {
  border-top:2px dotted;
  border-bottom-style:none;
}

.increase-margin-7px {
  margin-left:7px;
}


td.align-right{
  text-align:right;
}

p.align-right {
  text-align:right;
}

p.align-center {
  text-align:center;
}

.align-center {
  text-align:center;
}

.link-text {
  padding-bottom:10px;
  padding-left:10px;
}

.small-text {
  font-size: 0.65em;
}

.v-small-text {
  font-size: 0.625em;
}

p.default {}

a.underline {
  text-decoration:underline;
}

a.bold {
  font-weight:bold;
}
