/*General Properties*/
BODY
{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	background-repeat: repeat;
	background-position: center;
	background-position: top;
	background-color: #333;
	background-attachment: fixed;
	padding: 35px 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #273264;
}
P, H1, H2, H3, H4, H5, H6
{
	margin-top: 0;
	margin-bottom: 1.1em;
}
A IMG
{
	border: 0;
}
.site
{
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	width: 960px;
}
/*Header*/
.site > HEADER
{
	position: relative;
	float: left;
	background-image: url(../images/header.png);
	width: 960px;
	height: 232px;
	padding: 0;
	margin-top: -14px;
	z-index: 1;
	opacity: 0.9;
}
.site > HEADER .left
{
	width: 500px;
	float: left;
}
.site > HEADER .right
{
	float: left;
	width: 434px;
}
.site > HEADER H1
{
	padding: 108px 0 0 75px;
	font-weight: normal;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 24px;
	display: none;
}
/*Navigation*/
.nav
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: -165px;
	z-index: 2;
}
.nav .nav-tabs
{
	float: left;
	margin: 0;
	padding: 18px 20px 0;
	/*+placement:shift 2px 105px;*/
	position: relative;
	left: 2px;
	top: 105px;
}
.nav .nav-tabs LI
{
	float: left;
	overflow: hidden;
	list-style: none;
	padding: 0 0 0 10px;
	/*[disabled]border-bottom:1px solid #333;*/
	font-size: 13px;
}
.nav .nav-tabs A, .nav .nav-tabs A:link, .nav .nav-tabs A:visited
{
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #EA0620;
	border: 3px solid #EBEBEB;
	/*[disabled]border-bottom:0;*/
	padding: 2px 8px;
	color: #FFFFFF;
	text-decoration: none;
	behavior: url(../../../../js/PIE.htc);
}
.nav .nav-tabs .selected A
{
	font-weight: normal;
	color: #FFFFFF;
	background: #333333;
	background: #333333 -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#9CCBDF));
	background: #333333;
	background: #333333 -moz-linear-gradient(#fff, #9CCBDF);
	background: #333333;
	background: #333333;
	background: #333333;
	-pie-background: linear-gradient(#fff, #9CCBDF);
}
.nav .nav-tabs A:hover, .nav .nav-tabs A:active
{
	background: #B60217;
	background: #B60217 -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ccc));
	background: #B60217;
	background: #B60217 -moz-linear-gradient(#fff, #ccc);
	background: #B60217;
	background: #B60217;
	background: #B60217;
	-pie-background: linear-gradient(#fff, #ccc);
}
.addthis_toolbox
{
	float: right;
	padding: 0 5px 0 0;
}
/*Sub Navigation*/
.sidebar .subnav-tabs
{
	margin: -10px 0 0 10px;
	padding: 0 8px;
}
.sidebar .subnav-tabs LI
{
	z-index: 1;
	position: relative;
	list-style: none;
	padding: 4px 0 4px 10px;
	font-size: 11px;
	margin-bottom: 0px;
	border: 1px solid #CCC;
	border-top-width: 0;
	background: #FFFFFF;
/*Gradent code, generate your own from http://www.colorzilla.com/gradient-editor*/
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	-pie-background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	behavior: url(../../../../js/PIE.htc);
}
.sidebar .subnav-tabs LI:last-child
{
	border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	behavior: url(../../../../js/PIE.htc);
}
.sidebar .subnav-tabs A
{
	text-decoration: none;
}
.sidebar .subnav-tabs LI A:hover
{
	color: #000;
}
.sidebar .subnav-tabs .selected
{
	font-weight: bold;
}
.site .sidebar .subnav UL
{
	margin-bottom: 10px;
}
/*Sidebars*/
.sidebar
{
	float: left;
	width: 228px;
	padding: 8px 0 5000px 0px;
	margin: 0 0 -5000px 12px;
	min-height: 377px;
	background-color: rgba(9, 20, 55, 0.8);
	border-left: 4px solid #FFFFFF;
}
.site-index .sidebar .excerpt
{
	position: relative;
	float: left;
	min-height: 195px;
	width: 225px;
	margin: 0 0 0 0px;
	padding: 15px 0 0 10px;
	color: #FFF;
	background-color: #000;
	background: rgba(0, 0, 0, 0.7);
	-pie-background: background-color rgba(0,0,0,.7);
	behavior: url(../../../../js/PIE.htc);
}
.site-custom_2col .excerpt
{
	position: relative;
	float: left;
	padding: 10px;
	color: #FFF;
	width: 408px;
	background: rgba(70, 81, 140, 0.9);
	background: rgba(70, 81, 140, 0.9);
	background: rgba(70, 81, 140, 0.9);
	background: rgba(70, 81, 140, 0.9);
	background: rgba(70, 81, 140, 0.9);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	behavior: url(../../../../js/PIE.htc);
	margin: 0px 0 20px 0px;
	border: 2px solid #FFFFFF;
}
/*controls triangle*/
.site-custom_2col .excerpt:after
{
	/*[disabled]content:"";*/
	/*[disabled]position:absolute;*/
	/*[disabled]bottom:-20px;*/
	/*[disabled]left:300px;*/
	/*[disabled]border-width:20px 20px 0 0;*/
	/*[disabled]border-style:solid;*/
	/*[disabled]border-color:#333 transparent;*/
	/*[disabled]display:block;*/
	/*[disabled]width:0;*/
}
.site-page .sidebar .excerpt
{
	position: absolute;
	float: left;
	width: 200px;
	margin: 7px 0 10px 17px;
	padding: 10px 0 0 10px;
	/*[disabled]bottom:0;*/
	color: #FFF;
	background-color: #000;
	background: rgba(70, 81, 140, 0.9);
	-pie-background: background-color rgba(0,0,0,.8);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	behavior: url(../../../../js/PIE.htc);
	border: 2px solid #FFFFFF;
}
.sidebar .pods
{
	float: left;
	min-height: 167px;
	width: 100%;
}
.sidebar .pods #search
{
	display: block;
	padding: 0 0 8px 8px;
}
.sidebar .pods .pod.untitled
{
	position: relative;
}
.sidebar .pods .pod.titled
{
	position: relative;
	display: block;
	margin: 0 8px 8px;
	padding: 6px 6px 6px 8px;
	color: #000;
	background-color: #FFF;
	background: rgba(255, 255, 255, 0.8);
	-pie-background: background-color rgba(255,255,255,.8);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #666;
	behavior: url(../../../../js/PIE.htc);
}
.sidebar .pods .pod.titled H2
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.sidebar .pods .pod.titled H3
{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.sidebar .pods .pod A
{
	text-decoration: none;
}
.sidebar .pods .pod A:hover
{
	color: #000;
}
/*Content*/
.body
{
	float: left;
	position: relative;
	background-image: url(../images/content_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 960px;
}
.content-container
{
	position: relative;
	float: right;
	width: 664px;
	padding: 15px 20px 5000px;
	margin-bottom: -5000px;
	margin-right: 8px;
	color: #000;
	background-color: #FFF;
	background: rgba(9, 20, 55, 0.8);
	-pie-background: background-color rgba(255,255,255,.8);
	behavior: url(../../../../js/PIE.htc);
	border-right: 4px solid #FFFFFF;
}
.content-page
{
	position: relative;
	z-index: 99;
	/*[empty]background-color:;*/
}
.custom_2col-row1
{
	float: left;
	width: 936px;
	margin-left: 14px;
}
.custom_2col-row1 SECTION
{
	float: left;
	height: 220px;
	width: 50%;
}
.custom_2col-row2
{
	float: left;
	background-color: #FFF;
	width: 932px;
	margin-left: 12px;
	background-color: #FFF;
	background: rgba(9, 20, 55, 0.8);
	-pie-background: background-color rgba(255,255,255,.7);
	behavior: url(../../../../js/PIE.htc);
	margin-top: -220px;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
}
.custom_2col-row2col
{
	float: left;
	padding: 20px 20px 5px;
	width: 424px;
	/*[empty]margin-top:;*/
}
.custom_2col-row2col1 > DIV, .custom_2col-row2col2 > DIV
{
	float: left;
	margin-bottom: 20px;
}
.content-container-index
{
	float: right;
	position: relative;
	width: 710px;
}
.content-index
{
	position: relative;
	float: left;
	min-height: 195px;
	width: 659px;
	padding: 15px 20px 0;
	margin-top: 175px;
	border-left: 1px solid #FFF;
	color: #FFF;
	background-color: #000;
	background: rgba(0, 0, 0, 0.7);
	-pie-background: background-color rgba(0,0,0,.7);
	behavior: url(../../../../js/PIE.htc);
}
.body .content-index H1
{
	font-size: 1em;
	color: #F60;
}
.content-index UL
{
/*splits unordered list into two columns*/
	position: relative;
	width: 48%;
	float: left;
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0;
}
.content-index LI
{
	padding-bottom: 10px;
}
/*Content style wrapper*/
.content-stylewrapper
{
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFF;
	background-color: #FFF;
	background: rgba(70, 81, 140, 0.9);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	behavior: url(../../../../js/PIE.htc);
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
.content-stylewrapper-page, .content-stylewrapper-archives
{
	width: 640px;
}
.content-stylewrapper > HEADER > H2
{
	padding: 5px;
	margin: -10px -10px 10px;
	background-color: #EA0620;
	background: rgba(19, 31, 86, 0.9);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 0px 0px;
	behavior: url(../../../../js/PIE.htc);
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
}
/*Headings*/
.body H1
{
	font-size: 16px;
}
.body H2
{
	font-size: 14px;
}
.body H3
{
	font-size: 13px;
}
.body H4
{
	font-size: 12px;
}
.body H5
{
	font-size: 11px;
}
.body H6
{
	font-size: 10px;
}
/*Links*/
.site A, .site A:link, .site A:visited
{
	color: #EA0620;
	text-decoration: none;
	font-weight: normal;
}
.site A:hover, .site A:active
{
	color: #B21627;
	text-decoration: none;
}
.content-index A:hover, .content-index A:active
{
	color: #CCC;
}
.excerpt A:hover, .excerpt A:active
{
	color: #CCC;
}
/*Footer*/
.site > FOOTER
{
	float: left;
	background-image: url(../images/footer.png);
	height: 38px;
	width: 885px;
	padding: 14px 20px 0 55px;
	font-size: 10px;
}
.site > FOOTER NAV
{
	float: left;
	color: #FFFFFF;
}
.site > FOOTER ADDRESS
{
	position: relative;
	float: right;
	width: 500px;
	text-align: right;
/*Overlay image*/
	background-image: url(../images/footer_right.png) !important;
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: -80px;
	padding-top: 80px;
	margin-right: -25px;
	padding-right: 25px;
}
.site > FOOTER A, .site > FOOTER A:link, .site > FOOTER A:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.site > FOOTER A:hover
{
	color: #EA0620;
}
/*Sidebar Pod Styling*/
.sidebar .pods .pod.titled UL
{
	margin: 0 0 0.5em;
	line-height: 1em;
}
.sidebar .pod UL
{
	padding-left: 0px;
}
.sidebar .pod LI A
{
	line-height: 1.8em;
}
.sidebar UL.list-blogroll LI
{
	list-style: none inside url(../images/mini-blogroll.gif);
}
.sidebar UL.list-cat LI
{
	list-style: none inside url(../images/mini-category.gif);
}
.sidebar UL.list-archives LI
{
	list-style: none inside url(../images/mini-monthly-archive.gif);
}
.sidebar UL.list-page LI
{
	list-style: none inside url(../images/mini-page.gif);
}
.sidebar UL.list-page LI UL LI
{
	list-style: none inside url(../images/mini-page-arrow.gif);
}
/*Blog Posts*/
.article .post
{
	position: relative;
	float: left;
	width: 580px;
	display: block;
	border-left: 1px solid #999;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #999;
}
.site-custom_2col .post
{
	width: 348px;
}
.post-side
{
	float: left;
	width: 41px;
	height: 46px;
	background-image: url(../images/date-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 10px 8px 0 0;
	padding: 0;
	text-align: center;
}
.article .month
{
	display: block;
	color: #FFF;
	padding-bottom: 5px;
}
.article .day
{
	font-weight: bold;
}
.content-container-archives NAV
{
	float: left;
	padding-top: 10px;
}
.post-comments, .mini-add-comment
{
	display: inline-block;
	background-image: url(../images/mini-comments.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 18px;
}
.commentlist LI
{
	padding: 6px;
	margin-bottom: 12px;
	list-style: none;
	background-color: #FFD;
	-webkit-box-shadow: #333 4px 4px 0px;
	-moz-box-shadow: #333 4px 4px 0px;
	box-shadow: 4px 4px #333;
	behavior: url(../../../../js/PIE.htc);
}
.comments CITE
{
	font-weight: bold;
}
.article .comments H3 A
{
	font-weight: normal;
}
/*Page Forms*/
.content-page FORM LABEL
{
	float: left;
	width: 15%;
	text-align: right;
}
.content-page .formToEmail_text
{
	width: 200px;
}
.content-page .formToEmail_textarea
{
	width: 425px;
	height: 100px;
}
.content-page #formToEmailSubmitButton
{
	margin-left: 15%;
}
/*Post Forms*/
#commentform INPUT[type=text]
{
	width: 175px;
}
#commentform TEXTAREA
{
	width: 90%;
	height: 100px;
}
/*Form Messages*/
.content-container .error
{
	background-color: #F66;
	padding: 6px 10px;
}
.content-container .message
{
	background-color: #690;
	padding: 6px 10px;
}
/*Plugins
Video*/
.site-index #video
{
	width: 434px;
	height: 244px;
	background-color: #000;
	margin-top: 52px;
}
.site-custom_2col .videoContainer, .site-custom_2col #video
{
	background-color: #000;
	height: 240px;
	width: 428px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	behavior: url(../../../../js/PIE.htc);
	overflow: hidden;
	margin-bottom: 20px;
}
/*Tweet*/
.tweet, .query
{
	font: 120% Georgia, serif;
	color: #085258;
	margin-bottom: 20px;
}
.tweet_list
{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #8ADEE2;
}
.tweet_list .awesome, .tweet_list .epic
{
	text-transform: uppercase;
}
.tweet_list LI
{
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
}
.tweet_list LI A
{
	color: #0C717A;
}
.tweet_list .tweet_even
{
	background-color: #91E5E7;
}
.tweet_list .tweet_avatar
{
	padding-right: 0.5em;
	float: left;
}
.tweet_list .tweet_avatar IMG
{
	vertical-align: middle;
}
/*Facebook*/
.site-custom_2col .fb-like-box-container
{
	width: 408px;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	background: rgba(0, 0, 0, 0.2);
	-pie-background: background-color rgba(0,0,0,.2);
	-pie-background: background-color rgba(0,0,0,.2);
	behavior: url(../../../../js/PIE.htc);
}
.fb-like-box
{
	background-color: #FFF;
}
