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

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

header {
	background-color: #FFCC66;
}

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

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

#site_slogan_wrapper {
	color: #FFFFFF;
}

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

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

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

.blog-entry-badge {
	background-color: #8FC54C;
}

.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: #000000;
	background-color: #FFFFFF;
}

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

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

#extraContent1 {
	color: #FFFFFF;
}

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

#extraContent3 {
	background-color: #F7F6F6;
	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, rgb(55, 55, 55) ),
        color-stop( 0.503, rgb(49, 49, 49) ),
        color-stop( 0.504, rgb(43, 43, 43) ),
        color-stop( 1.0, rgb(32, 32, 32) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgb(55, 55, 55), 
        rgb(49, 49, 49) 50.3%,
        rgb(43, 43, 43) 50.4%,
        rgb(32, 32, 32) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgb(55, 55, 55), 
        rgb(49, 49, 49) 50.3%,
        rgb(43, 43, 43) 50.4%,
        rgb(32, 32, 32) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgb(55, 55, 55), 
        rgb(49, 49, 49) 50.3%,
        rgb(43, 43, 43) 50.4%,
        rgb(32, 32, 32) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgb(55, 55, 55), 
        rgb(49, 49, 49) 50.3%,
        rgb(43, 43, 43) 50.4%,
        rgb(32, 32, 32) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgb(55, 55, 55), 
        rgb(49, 49, 49) 50.3%,
        rgb(43, 43, 43) 50.4%,
        rgb(32, 32, 32) );
}

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: #EBEAEC;
	color: #464646;
}

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: #EBEAEC;
	color: #464646;
}

#mobile_sidebar_trigger {
	background-color: #EBEAEC;
}

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: #EBEAEC;
	color: #464646;
}

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: #464646;
}

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;
}

}

@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: url(images/content_dusty.jpg) repeat;
}

#header_background_overlay {
	background: url(images/overlay_stripes_4.png) repeat;
}



header {
	background-image: none;
}

#site_title_wrapper h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

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

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

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

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

nav#second_tier {
	background: url(images/hdr_textured_stripes_1.jpg) repeat;
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
}

nav#second_tier .inner>ul>li>ul>li>a {
	color: #5e5e5e;
	background-color: rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(256, 256, 256, 0.2);
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(256, 256, 256, 0.2);
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(256, 256, 256, 0.2);
}

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.4);
	color: #fff;
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.55), 0px 1px 0px 0px rgba(256, 256, 256, 0.2);
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.55), 0px 1px 0px 0px rgba(256, 256, 256, 0.2);
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.55), 0px 1px 0px 0px rgba(256, 256, 256, 0.2);
}




		