
/**
 * This typography file is included in the WYSIWYG editor
 */


#Content{

}

.typography * {
  font-family: Verdana, Arial, sans-serif;
  letter-spacing: 0px;
}

.typography blockquote {
  margin-left:20px;
}

.typography hr {
  padding:5px;
}

.typography p, .typography ul li, .typography ol li, .typography a {
  color: #ffffff;
  background-color: inherit;
  line-height:1.5em;
  font-size:1.1em;
}

.typography p {
  margin-bottom:15px;
  margin-top:0px;
  font-size: 75%;

}

/** CMS LIST STYLES **/
.typography ul, .typography ol {
  margin-left:10px;
  margin-bottom:20px;
}

.typography ul li,  .typography ol li {
  margin: 4px 10px;
  line-height: 1.4em;
}

.typography ul li {
  list-style-type: square;
}

.typography ol li {
  list-style-type: decimal;
}

/* HEADER STYLES */

.typography h1, .typography h2, .typography h3, .typography h4 {
  margin-bottom:14px;
  color: #ffffff;
}

.typography h1, .typography h4 {
  font-weight:bold;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
}

.typography h1 {
	font-size: 19px;
	font-weight:normal;
	letter-spacing: -0.5px;
}


.typography h2 {
	font-size: 16px;
	font-weight:normal;
}

.typography h3 {
  font-size: 120%;
  font-weight: normal;
  letter-spacing: -0.5px;
}

.typography h4 {
  font-size: 100%;
  letter-spacing: 0.5px;
}

/* LINK STYLES */
.typography a {
  color: #9aa76f;
  background-color: inherit;
  font-size:1em;
  text-decoration:underline;
}

.typography a:hover {
  text-decoration:none;
}

#Content a {
  color: #ffffff;
  background-color: inherit;
}
#Content a:hover {
  color: #9aa76f;
}
#Content h1, #Content h2, #Content strong{
	color: #9aa76f;
}


.About #Content a {
  color: #d48d57;
  background-color: inherit;
}
.About #Content a:hover {
  color: #d48d57;
}
.About #Content h1, .About #Content h2, .About #Content strong{
	color:#d48d57;
}




.Original #Content a, 
.Gallery #Content a {
  color: #f9775d;
  background-color: inherit;
}
.Original #Content a:hover,
.Gallery #Content a:hover {
  color: #f9775d;
}
.Original #Content h1, .Original #Content h2, .Original #Content strong,
.Gallery #Content h1, .Gallery #Content h2, .Gallery #Content strong{
	color:#f9775d;
}



.Purchase #Content a, .Checkout #Content a, .Terms #Content a {
  color: #99b7d2;
  background-color: inherit;
}
.Purchase #Content a:hover, .Checkout #Content a:hover {
  color: #99b7d2;
}
.Purchase #Content h1, .Purchase #Content h2, .Purchase #Content strong,
.Checkout #Content h1, .Checkout #Content h2, .Checkout #Content h3, .Checkout #Content strong,
.Terms #Content h1, .Terms #Content h2, .Terms #Content h3, .Terms #Content strong
{
	color:#99b7d2;
}





.Contact #Content a {
  color: #ffffff;
  background-color: inherit;
}
.Contact #Content a:hover {
  color: #a6c9cd;
}
.Contact #Content h1, .Contact #Content h2, .Contact #Content strong{
	color:#a6c9cd;
}

.typography table {
  font-size:1.1em;
}

.typography table tr td {
  padding:3px 5px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
  text-align:left;
}

.typography .center {
  text-align:center;
}

.typography .right {
  text-align:right;
}

.typography img.right {
  float:right;
}

.typography img.left {
  float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
  margin: 0;
}

