a, a:visited {
	color: #6F9A3A;
}

a:hover, a:active {
	color: #587B2E;
}

#header {
	background-color: #FFFAE6;
}

#container {
	color: #262626;
	background-color: #FFFFFF;
}

#site_title_wrapper, #site_title_wrapper a {
	color: #FFF8F8;
}

#site_slogan_wrapper {
	color: #FFFFFF;
}

footer {
	color: #CACACA;
	background-color: #000000;
}

footer a, footer a:visited {
	color: #CACACA;	
}

footer a:hover, footer a:active {
	color: #A1A1A1;	
}

.blog-entry-badge {
	background-color: #2C6D90;
}

.blog-read-more a, .blog-read-more a:visited, .form-input-button, button, input[type="submit"] {
	background-color: #73A045;
	-moz-box-shadow: inset 0px 0px 0px 1px #95D059;
	-webkit-box-shadow: inset 0px 0px 0px 1px #95D059;
	box-shadow: inset 0px 0px 0px 1px #95D059;
	border: 1px solid #507030;
	color: #F3FFDB;
}

.blog-read-more a:hover, .blog-read-more a:active, .form-input-button:hover, .form-input-button:active {
	color: #395022;
	text-shadow: #7EB04B 0 1px 0;
}

nav#main_navigation ul li a {
	color: #FFFFFF;
}

nav#main_navigation ul li a.currentAncestor, nav#main_navigation ul li a.current, nav#main_navigation ul li a:hover {
	color: #729D3C;
	background-color: #FFFFFF;
}

nav#main_navigation ul li a.currentAncestor {
	color: #729D3C;
	background-color: #FFFFFF;
}

nav#main_navigation ul li a.current, nav#main_navigation ul li a:hover {
	color: #729D3C;
	background-color: #FFFFFF;
}

#extraContent1 {
	color: #FFFFFF;
}

#extraContent2 {
	background-color: #393836;
	color: #D3D3D3;
}

#extraContent3 {
	background-color: #FFFAC1;
	color: #464646;
}

#extraContent1 a, #extraContent1 a:visited {
	color: #FFFFFF;
}

#extraContent1 a:hover, #extraContent1 a:active {
	color: #CCCCCC;
}

#extraContent2 a, #extraContent2 a:visited {
	color: #6F9A3A;
}

#extraContent2 a:hover, #extraContent2 a:active {
	color: #587B2E;
}

#extraContent3 a, #extraContent3 a:visited {
	color: #6F9A3A;
}

#extraContent3 a:hover, #extraContent3 a:active {
	color: #587B2E;
}

nav#mobile_navigation a {
    color: #FFFFFF;
  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, #292929 ),
        color-stop( 0.5, #2B2B2B ),
        color-stop( 0.5, #1C1C1C ),
        color-stop( 1.0, #181818 ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        #292929, 
        #2B2B2B 50%,
        #1C1C1C 50%,
        #181818 );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        #292929, 
        #2B2B2B 50%,
        #1C1C1C 50%,
        #181818 );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        #292929, 
        #2B2B2B 50%,
        #1C1C1C 50%,
        #181818 );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        #292929, 
        #2B2B2B 50%,
        #1C1C1C 50%,
        #181818 );

  /*  W3C  */
  background-image: linear-gradient(top,
        #292929, 
        #2B2B2B 50%,
        #1C1C1C 50%,
        #181818 );
}

nav#mobile_navigation a.current, nav#mobile_navigation a.currentAncestor  {
  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, #6EB32F ),
        color-stop( 0.5, #73BB31 ),
        color-stop( 0.5, #5E972B ),
        color-stop( 1.0, #4F7E24 ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        #6EB32F, 
        #73BB31 50%,
        #5E972B 50%,
        #4F7E24 );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        #6EB32F, 
        #73BB31 50%,
        #5E972B 50%,
        #4F7E24 );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        #6EB32F, 
        #73BB31 50%,
        #5E972B 50%,
        #4F7E24 );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        #6EB32F, 
        #73BB31 50%,
        #5E972B 50%,
        #4F7E24 );

  /*  W3C  */
  background-image: linear-gradient(top,
        #6EB32F, 
        #73BB31 50%,
        #5E972B 50%,
        #4F7E24 );
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

aside {
	background-color: #EFDFB7;
	color: #000000;
}

aside a, aside a:visited {
	color: #6F9A3A;
}

aside a:active, aside a:hover {
	color: #587B2E;
}


}

@media only screen and (min-width: 320px) {

aside {
	background-color: #EFDFB7;
	color: #000000;
}

#mobile_sidebar_trigger {
	background-color: #EFDFB7;
}

aside a, aside a:visited {
	color: #6F9A3A;
}

aside a:active, aside a:hover {
	color: #587B2E;
}


}

@media 
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

aside {
	background-color: #EFDFB7;
	color: #000000;
}

aside a, aside a:visited {
	color: #6F9A3A;
}

aside a:active, aside a:hover {
	color: #6F9A3A;
}
	
}

@media 
only screen and (min-width: 1024px) {

aside {
	background-color: transparent;
	color: #262626;
}

aside a, aside a:visited {
	color: #6F9A3A;
}

aside a:active, aside a:hover {
	color: #6F9A3A;
}

}



		@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

#content {
	padding: 30px 0;
	margin-left: 20px;
	margin-right: 20px;
}

aside {
	float: none;
	width: 100%;
	padding: 30px 0;
}

#sidebar_inset {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


}

@media only screen and (min-width: 320px) {

#content {
	padding: 30px 0;
	margin-left: 20px;
	margin-right: 20px;
}

aside {
	float: none;
	width: 100%;
	padding: 30px 0;
}

#sidebar_inset {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#mobile_sidebar_trigger {
	width: 44px;
	height: 44px;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	-moz-box-shadow: inset 0px -1px 3px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px -1px 3px -1px rgba(0,0,0,0.2);
	box-shadow: inset 0px -1px 3px -1px rgba(0,0,0,0.2);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.mobile_sidebar_open {
	background-image: url('images/sidebar_arrow_up.png');
}

.mobile_sidebar_closed {
	background-image: url('images/sidebar_arrow_down.png');
}


}

@media only screen and (min-width: 481px) {

#sidebar_inset {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content {
	margin-right: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
}

@media 
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

aside {
	float: none;
	width: 100%;
	padding: 60px 0;
}

#content {
	margin-right: 0;
	margin-left: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}
	
}

@media 
only screen and (min-width: 1024px) {

aside {
	width: 300px;
	float: right;
	margin: 0;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: block !important;
	padding-top: 60px;
	padding-bottom: 60px;
}

#sidebar_inset {
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-top: 0;
}

#mobile_sidebar_trigger {
	display: none;
}


#content {
	margin-right: 330px;
	padding-top: 60px;
	padding-bottom: 60px;
}

}

.inner {
	width: 960px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { 

.inner {
	width: 100%;
	padding: 0;
	margin: 0;
}


}

@media only screen and (min-width: 320px) {

.inner {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}



}

@media only screen and (min-width: 481px) {

.inner {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}
}

@media only screen and (min-width: 741px) { 
.inner {
	width: 740px;
}

}

@media 
only screen and (min-width: 1024px) {

.inner {
	width: 960px;
}

}

@media 
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

.inner {
	width: 960px;
}

}

@media 
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

.inner {
	width: 708px;
}
	
}

#container {
	background-image: none;
}

#header_background_overlay {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(97%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

#header_stripe_base {
	background: #000;
}





#header {
	background: url(images/hdr_textured_stripes_2.jpg);
	background-repeat: repeat !important;
}

.blog-entry-badge {
	position: absolute;
	width: 30px;
	height: 65px;
	background-image: url(images/blog_badge_overlay_small.png);
	background-repeat: no-repeat;
	margin-left: -60px;
	margin-top: -11px;
	display: block;
}

@media only screen and (min-width: 320px) {

.blog-entry-badge {
	display: none;
}


}

@media only screen and (min-width: 1024px) {

.blog-entry-badge {
	display: block;
}

}

#site_title_wrapper h1 {
	font-family: BEBAS, "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0;
	word-spacing: 5px;
}

#site_slogan_wrapper {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

@media only screen and (min-width: 320px) {
	#site_slogan_wrapper {
		font-size: 20px;
		letter-spacing: 0px;
		font-weight: bold;
		line-height: 26px;
	}
}

@media only screen and (min-width: 481px) {
	#site_slogan_wrapper {
		font-size: 20px;
		letter-spacing: 0px;
		font-weight: bold;
		line-height: 26px;
	}
}

@media 
only screen and (min-width: 1024px) {
	#site_slogan_wrapper {
		font-size: 30px;
		letter-spacing: -1px;
		font-weight: bold;
		line-height: 36px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	#site_slogan_wrapper {
		font-size: 24px;
		letter-spacing: 0px;
		line-height: 26px;
		font-weight: bold;
	}
}

#site_slogan_wrapper {
	display: none;
}

nav#second_tier {
	background: rgb(109,179,242); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU0YTNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM2OTBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTY5ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 50%, rgba(30,105,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(50%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 50%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 50%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 50%,rgba(30,105,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 50%,rgba(30,105,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-8 */
}

nav#second_tier .inner>ul>li>ul>li>a {
	color: #e8fbfd;
	background-color: rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 0px 0px rgba(256, 256, 256, 0.1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(256, 256, 256, 0.1);
	box-shadow: 0px 1px 0px 0px rgba(256, 256, 256, 0.1);
}

nav#second_tier .inner>ul>li>ul>li>a.current, nav#second_tier .inner>ul>li>ul>li>a:hover {
	background-color: rgba(0,0,0,0.45);
	color: #fff;
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(256, 256, 256, 0.1);
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(256, 256, 256, 0.1);
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(256, 256, 256, 0.1);
}



#extraContent3 {
	-moz-box-shadow: inset 0px 0px 8px -2px rgba(0,0,0,0.85);
	-webkit-box-shadow: inset 0px 0px 8px -2px rgba(0,0,0,0.85);
	box-shadow: inset 0px 0px 8px -2px rgba(0,0,0,0.85);
}


		