﻿/*
 *  File:          TextSmall.css
 *  Purpose:       Houses the CSS styling for text in the site
 *  By:            Matt L.
 *  Last Revised:  09/19/2012
*/

/* Heading Tags */
h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }
h5, table th { font-size: 10pt; }

.CTA h1 { font-family: Parisienne, 'Trebuchet MS', Helvetica, sans-serif; font-size: 27pt; font-weight: bold; text-align: center; text-shadow: 2px 2px #ddd; }

/* Hyperlinks */
a { color: #d46529; font-size: 10pt; text-decoration: none; }
a:hover { color: #a64f20; font-size: 10pt; text-decoration: underline; }
a.button:hover { color: #fff; text-decoration: none; }

/* Logged In Hyperlinks */
.MyAccountContainer a, .MyAccountContainer a, .MyAccountContainer span { font-family: 'Trebuchet MS', Helvetica, sans-serif; font-weight: normal; color: #ddd; line-height: 30px; text-shadow: 0 0 0.1em black; }
.MyAccountContainer a:hover, .MyAccountContainer a:hover { color: #fff; text-decoration: none;  line-height: 30px;}

/* Footer Hyperlinks */
#FooterContainer a { color: #505050; font-size: 9pt; }
#FooterContainer a:hover { color: #d46529; text-decoration: underline; }

/* GoDaddy Hylerlinks and Text */
#GoDaddyContainer span { color: #ccc; }
#GoDaddyContainer a { color: #ccc; font-size: 9pt; }
#GoDaddyContainer a:hover { color: #fff; text-decoration: none; }

/* Paragraph */
p { margin: 0.7em 0 1em 0; }
p.SmallPad { margin: 0 0 0.15em 0; }
p.Justify { text-align: justify; }
#FooterContainer p { color: #999; font-style: italic; font-size: 9pt; }
#FooterContainer p.Copyright { color: #999; font-size: 8pt; font-style: normal; }

/* List styles */
ul.ListLinks { list-style-type: none; }