/*@font-face {
	font-family: Deity;
	src: url('/templates/default/DeityLig.otf');
}

@font-face {
	font-family: DeityBold;
	src: url('/templates/default/DeityBol.otf');
}
*/

@font-face {
    font-family: 'deitybold';
    src: url('/templates/default/fonts/deitybol-webfont.eot');
    src: url('/templates/default/fonts/deitybol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/templates/default/fonts/deitybol-webfont.woff2') format('woff2'),
         url('/templates/default/fonts/deitybol-webfont.woff') format('woff'),
         url('/templates/default/fonts/deitybol-webfont.ttf') format('truetype'),
         url('/templates/default/fonts/deitybol-webfont.svg#deitybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'deityregular';
    src: url('/templates/default/fonts/deitylig-webfont.eot');
    src: url('/templates/default/fonts/deitylig-webfont.eot?#iefix') format('embedded-opentype'),
         url('/templates/default/fonts/deitylig-webfont.woff2') format('woff2'),
         url('/templates/default/fonts/deitylig-webfont.woff') format('woff'),
         url('/templates/default/fonts/deitylig-webfont.ttf') format('truetype'),
         url('/templates/default/fonts/deitylig-webfont.svg#deityregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body                            {color: #333333; font-family: 'Open Sans', sans-serif;}


h1,
h2,
h3,
h4,
h5                              {font-family: deityregular, 'Open Sans', Georgia, Times New Roman, Times, serif;}

h1								{text-transform:uppercase;}


p                               {font-family: 'Open Sans', sans-serif; color: #333333; line-height: 26px;}

.MainContent li,
.MainContent span			{line-height: 26px;}

a,
a p				{color: #BA4E3A;}
a:hover,
a p:hover			{color: #39180C;}

.marker				{background: #BA4E3A; padding: 2px; color: white;}

.SpecialContainer		{background: #F8F2E4; border: 1px solid #e7e2d4; padding: 4px; display: block;}

/*strong				{font-weight: 600;}*/

hr				{clear: both !important; background-image: url(../images/cross-divider.png); background-position: center; background-repeat: no-repeat; border: none; padding: 15px 10px;}


.Lowercase						{text-transform: Lowercase !important;}
.Uppercase						{text-transform: Uppercase !important;}


.MainContent img                {max-width: 100%; height: auto; border: 1px solid #D89B80; padding: 2px;}
.MainContent iframe		{max-width: 100%;}
.leftImg,
img.left			{float: left; margin: 0px 10px 10px 0;}
.rightImg,
img.right			{float: right; margin: 0px 0 10px 10px;}

.Highlight			{background: #F8F2E4; padding: 3px;}

.MainContent table				{width: 100%; border: none;}
.MainContent table td			{padding: 6px; border-bottom: 1px solid #F7F2E6; border-top: none; border-right: none; border-left: none;}
.MainContent table th			{border-bottom: 1px solid #3A180E; border-top: none; border-right: none; border-left: none;}


/*--
 *Text black - #3A180E
 *Dark Brown - #39180C
 *Light Brown - #BA4E3A
 *Pale - #F8F2E4
 *Twitter - #55ACEE
 --*/
