/* Typography, links and text colors */
/* 	This is the proper syntax for an @font-face file
		Upload the fonts in the theme files,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('/theme_content/files/FontName.eot');
	    src: url('/theme_content/files/FontName.eot?iefix') format('eot'),
	         url('/theme_content/files/FontName.woff') format('woff'),
	         url('/theme_content/files/FontName.ttf') format('truetype'),
	         url('/theme_content/files/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
.site-body div, .site-body span, .site-body object, .site-body iframe, .site-body h1, .site-body h2, .site-body h3, .site-body h4, .site-body h5, .site-body h6, .site-body p, .site-body blockquote, .site-body pre, .site-body a, .site-body abbr, .site-body acronym, .site-body address, .site-body code, .site-body del, .site-body dfn, .site-body em, .site-body img, .site-body q, .site-body dl, .site-body dt, .site-body dd, .site-body ol, .site-body ul, .site-body li, .site-body fieldset, .site-body form, .site-body label, .site-body legend, .site-body table, .site-body caption, .site-body tbody, .site-body tfoot, .site-body thead, .site-body tr, .site-body th, .site-body td, .site-body article, .site-body aside, .site-body dialog, .site-body figure, .site-body footer, .site-body header, .site-body hgroup, .site-body nav, .site-body section {
         /* font-family:Cambria, Georgia, "Times New Roman", serif; Swap these two lines around to switch between serif and sans */
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; /* Swap these two lines around to switch between serif and sans */
	line-height:normal;
	font-size:100%;
}

.site-body, .drop {
	color:#222;
}

.site-body h1, .site-body h2, .site-body h3, .site-body h4, .site-body h5, .site-body h6 {
	font-weight:bold;
}
.site-body h1{
	font-size:2em;			/* 32px */
	margin-bottom:0.75em;	/* 24px */
	line-height:1.5;		/* 48px */
}
.site-body h2{
	font-size:1.5em;		/* 24px */
	margin-bottom:1em;		/* 24px */
	line-height:1;			/* 24px */
}
.site-body h3,
.site-body .widget-tabs-content-bg h2 {
	font-size:1.25em;		/* 20px */
	margin-bottom:0;	    /* No margins unless it's the widget title because h3 is used for the news and blog titles */
	line-height:1.2;		/* 24px */
}
.site-body .widget-header h3{
    margin-bottom:15px;
}
.site-body h4{
	font-size:1.125em;		/* 18px */
	margin-bottom:1.333em;	/* 24px */
	line-height:1.333;		/* 24px */
}
.site-body h5{
	font-weight:bold;
}
.site-body h5,
.site-body h6{
	font-size:1em;			/* 16px */
	margin-bottom:1.5em;	/* 24px */
	line-height:1.5;		/* 24px */
}

.site-body a,
.site-body a h3,
.site-body .widget-body .widget-tabs-bg ul li a
{
    color: #10417A;
}
.site-body a:hover,
.site-body a:hover h3:hover,
.site-body .widget-body .widget-tabs-bg ul li a:hover
{
    color: #B40024;
}
.site-body a {
	text-decoration:none;
}

.site-body a:hover {
	text-decoration:underline;
}

.site-body p {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 9px;
}

/* Twitter Widget */
/* If there are two widgets on the page, copy these rules and change the id to #twtr-widget-2 (copy them for each widget and increase the number if there are more) */
.site-body #twtr-widget-1 .twtr-tweet a,
.site-body #twtr-widget-1 .twtr-join-conv {
    color: #12C !important;
}

.site-body #twtr-widget-1 .twtr-doc,
.site-body #twtr-widget-1 .twtr-hd a,
.site-body #twtr-widget-1 h3, 
.site-body #twtr-widget-1 h4,
.site-body #twtr-widget-1 .twtr-popular,
.site-body #twtr-widget-1 .twtr-bd,
.site-body #twtr-widget-1 .twtr-timeline i a,
.site-body #twtr-widget-1 .twtr-bd p{
    color: #222222 !important;
}