
/* TYPOGRAPHY */
/* ----------------------------------------- */




h1, h2, h3, h4, h5, h6 {
font-family: Custom, Calibri Light, Calibri, Franklin Gothic Med, Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 40px;
}

h1 img {
	vertical-align: middle;
}

h2 {
	font-size: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow:hidden;
	text-shadow: #a7a7a7 0px 0px 1px;
}

.thedate h2 {
	font-size: 28px;
	padding-bottom: 5px;
	overflow:hidden;
	text-shadow: 0 0 0;
}


h3 {
	font-size: 22px;
	overflow:hidden;
	text-transform: uppercase;
	text-shadow: #8d8d8d 0px 0px 1px;
}



.newsheadtext h3 {
	padding-bottom: 0px;
	margin-bottom: -5px;
	text-transform: uppercase;
	text-shadow: #8d8d8d 0px 0px 1px;
}

@-moz-document url-prefix() {
.newsheadtext h3 {
	margin-bottom: -6px;
  }
}



.newsheadtext h3:first-letter {
	margin-left: 10px;
	color: #fba403;
}

li.twitter-item {
	color: #404040;
}


.widget-title {
	color: #fff;
	font-size: 36px;
	padding-bottom: 0px;
	margin-bottom: -8px;
	text-transform: uppercase;
	text-shadow: #7a7a7a 0px 0px 1px;
}

@-moz-document url-prefix() {
.widget-title {
	margin-bottom: -8px;
  }
}


.widget-title2 {
	color: #fff;
	font-size: 48px;
	padding-bottom: 0px;
	margin-bottom: -11px;
	text-transform: uppercase;
	text-shadow: #fba403 0px 0px 1px;
}

@-moz-document url-prefix() {
.widget-title2 {
	margin-bottom: -12px;
  }
}


.footer-widget-title {
		font-size: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: #8d8d8d 0px 0px 1px;
}

.midsection-widget-title {
	font-size: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: #8d8d8d 0px 0px 1px;
}


@-moz-document url-prefix() {
.footer-widget-title {
	margin-bottom: -5px;
  }
}



.footer-widget-title:first-letter {
	margin-left: 10px;
	color: #fba403;
}

.midsection-widget-title:first-letter {
	margin-left: 10px;
	color: #fba403;
}



h4 {
	font-size: 16px;
	padding-bottom: 5px;
	overflow:hidden;
}

h5 {
	font-size: 12px;
	padding-bottom: 5px;
	overflow:hidden;
}



body {
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #404040;
}

p {
	margin-bottom: 15px;
}

#_mcePaste {
	margin-bottom: 15px;
}



/* ROLLOVERS */


a:link, a:visited {
	color: #404040;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fba403;
}

.thepost a:link, .thepost a:visited {
	color: #fba403;
	text-decoration: none;
}

.thepost  a:hover {
	text-decoration: none;
	color: #404040;
}

.thepost h2 a:link, .thepost h2 a:visited {
	color: #404040;
	text-decoration: none;
}

.thepost h2 a:hover {
	text-decoration: none;
	color: #fba403;
}


.mainareab a:link, .mainareab a:visited {
	color: #fba403;
	text-decoration: none;
}

.mainareab  a:hover {
	text-decoration: none;
	color: #404040;
}

.menu ul li a:link {
	color: #404040;
	text-decoration: none;
	font-size: 15px;
}

.menu ul li a:visited {
	color: #404040;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: none;
	color: #f2ff0f;
	text-shadow: #c5ddff 0px 0px 1px;
}

.newsheadtext a:link {
	color: #404040;
	text-decoration: none;
}

.newsheadtext a:visited {
	color: #404040;
	text-decoration: none;
}

.newsheadtext a:hover {
	color: #63a5ff;
	text-decoration: none;
}





a.twitter-link:link {
	color: #fba403;
	text-decoration: none;
}

a.twitter-link:visited {
	color: #fba403;
	text-decoration: none;
}

a.twitter-link:hover {
	color: #404040;
	text-decoration: none;
}

li.cat-item a:link {
	color: #404040;
	text-decoration: none;
}

li.cat-item a:visited {
	color: #404040;
	text-decoration: none;
}

li.cat-item a:hover {
	color: #fba403;
	text-decoration: none;
}


.thetitle a:link {
	color: #fff;
	text-decoration: none;
}

.thetitle a:visited {
	color: #fff;
	text-decoration: none;
}

.minititle a:link {
	color: #fff;
	text-decoration: none;
}

.minititle a:visited {
	color: #fff;
	text-decoration: none;
}

.minititle a:hover {
	color: #f2ff0f;
	text-decoration: none;
}

.thetitle a:hover {
	color: #f2ff0f;
	text-decoration: none;
}

.widget-title a:link {
	color: #fff;
	text-decoration: none;
}

.widget-title a:visited {
	color: #fff;
	text-decoration: none;
}

.widget-title a:hover {
	color: #fff;
	text-decoration: none;
}

#twitter-1 h3.widget-title a:link {
	color: #fff;
	text-decoration: none;
	text-shadow: #8ebeff 0px 0px 1px;
}
#twitter-1 h3.widget-title a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: #8ebeff 0px 0px 1px;
}




.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.