@charset "UTF-8";
/* CSS Document */









/* UNIVERSAL //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);




body {
	background-color: #ffffff;
	margin: 0px;
	text-align: center;
	font-family: sans-serif, arial, helvetica neue, Helvetica, Verdana;
	font-size: 15px;
	line-height: 20px;
	color: #555555;
	}

#pageWrapper {
	width: 100%;
	margin: 0 auto;
	display: block;
	background-color: #222222;
	}	

#contentWrapper {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 0px;
	}









/* HEADER AREA //////////////////////////////////////// */


#header_container {
    background-color: #111111;
    }

/* header title/logo image */
#headerTitle {
	width: 60%;
	margin: 0 auto;
	}
	
/* table for layout of title logo and menu button */
.header_inner {
	text-align: left; 
	vertical-align: middle;
	margin: 0 auto; 
	padding: 0px; 
	padding-left: 0px; 
	padding-right: 0px;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
	}

/* header imaged table td */
.header_inner_logo {
	text-align: left; 
	vertical-align: middle;
	margin: 0 auto; 
	padding: 15px; 
	padding-right: 10px;
	width: 35%;
	box-sizing: border-box;
	}

/* head menu bitton table td */
.header_inner_menu {
	text-align: right; 
	vertical-align: middle;
	margin: 0 auto; 
	padding: 0; 
	padding-right: 10px;
	width: 55%;
	box-sizing: border-box;
	font-family: "oswald", Arial, Sans-Serif;
	  font-size: 15px;
	  line-height: 15px;
	  text-transform: uppercase;
	  font-weight: 300;
	}





	

/* SMALLER THAN 960PX WIDE*/
@media screen and (max-width: 960px) {


.header_inner_logo {
	margin-left: 10px;
	width: 50%;
	height: auto;
	}

.header_inner_menu {
	width: 45%;
	margin-right: 10px;
	}
	

} /*/ end changes for960 */

    
    
    
    
/* SMALLER THAN 500PX WIDE ///////////////////////*/
@media screen and (max-width: 600px) {
	

/* header title/logo image */
#headerTitle {
	width: 90%;
	margin: 0 auto;
	}

.header_inner_menu {
	margin-top: 10px;
	}
    
} /*/ end  hanges for 600 */
















/* PAGE TITLE AREA ///////////////////*/

#page_title_container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0 auto;
	clear: both;
	background-color: #cccccc;
	border-bottom: #bbbbbb 1px solid;
	-moz-box-shadow:inset 0 40px 40px -40px #555555;
   -webkit-box-shadow:inset 0 40px 40px -40px #555555;
  	box-shadow:inset 0 40px 40px -40px #555555;
	}

#page_title {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width:930px;
	text-align: left;
	vertical-align: middle;
	display: block;
	margin:0px auto;
	color: #ffffff;
   	font-family: oswald, arial, sans-serif;
	font-size: 35px;
	line-height: 33px;
	font-weight: 300;
	text-transform: uppercase;
	
	}



	


/* BREADCRUMBS /////////////////////// */

#page_breadcrumbs {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	clear: both;
	display: block;
	width: 100%;
	padding: 0;
	font-family: oswald, arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #aaaaaa;
	text-transform: uppercase;
	margin-bottom: 20px;
	}

#page_breadcrumbs a:link, #page_breadcrumbs a:visited, #page_breadcrumbs a:active {
	color: #aaaaaa;
	}
#page_breadcrumbs a:hover {
	color: #444444;
	}





/* SUB PAGE EXPANDER MENU //////////////////*/

#expander_menu_container_outer {
	margin:0;
	padding: 0;
	display: none;
	}

#expander_menu_container_inner {
	margin:0;
	padding: 0;
	display: none;
	}

#div_menu_expand {
	margin:0;
	padding: 2%;
	display:none;
	box-spacing: border-box;
	}

#expander_menu_button {
	display: none;
	font-size: 25px;
	color: #ffffff;
	}


#expander_menu_button a:link, #expander_menu_button a:active, #expander_menu_button a:visited {
	color: #ffffff;
	}
#expander_menu_button a:hover {
	color: #222222;
	}


a.mobile_page_menu_expand:link, a.grayToBlue:active, a.grayToBlue:visited {font-size: 25px; ftext-decoration: none; color: #8b898f;}
a.mobile_page_menu_expand:hover {font-size: 25px;  text-decoration: none; color: #222222;}













/* MAIN CONTENT AREA ////////////////////////////////////////////*/

		
#main_content_container { 
	width: 100%; 
	margin: 0 auto; 
	background-color: #ffffff;
	padding: 0;
	clear: both; 
	box-sizing: border-box; 
	overflow:auto; 
	float: none;
	vertical-align: top;
}


#main_content_inner_container { 
	display: block;
	width: 100%; 
	max-width: 960px; 
	box-sizing: border-box; 
	padding: 0; 
	margin: 0 auto; 
	overflow: auto; 
	float: none;
	clear: both;
}

#fullWidthColumn {
	background-color: #ffffff;
	padding: 3%;
	width: 94%;
	color: #444444;
	vertical-align: top;
	text-align: left;
	display: block;
	float: none;
	margin:0px auto;
	}

#leftColumn {
	background-color: #ffffff;
	padding: 3%;
	padding-left: 10px;
	padding-bottom: 30px;
	width: 63%;
	color: #444444;
	vertical-align: top;
	text-align: left;
	display: block;
	float: left;
	margin:0px auto;
	}
	








/* RIGHT COLUMN */
#rightColumn {
	width: 30%;
	vertical-align: top;
	text-align: left;
	display: block;
	float: right;
	margin:0px auto;
	margin-top: 30px;
	padding-bottom: 30px;
	color: #555555;
	font-family: oswald, arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	}


.right_column_box {
	margin-left: 25px;
	margin-right: 25px;
	}

#right_column_box_newsletter {
	padding: 15px;
	margin: 0;
	background-color: #cccccc;
	color: #ffffff;
	margin-bottom: 25px;
	/*text-shadow: black 0.03em 0.03em 0.03em;
	-moz-box-shadow:inset 0 40px 40px -40px #222222;
   -webkit-box-shadow:inset 0 40px 40px -40px #222222;
  	box-shadow:inset 0 40px 40px -40px #222222;
	*/
	}

.right_column_title {
	font-family: oswald, arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 20px;
	color: #444444;
	}


#right_column_box_newsletter .right_column_title {
	font-family: oswald, arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 20px;
	color: #ffffff;
	/*text-shadow: black 0.05em 0.05em 0.05em;*/
	}


hr.rightColumnHR {
	border: 0; 
	height: 1px; 
	background: #dddddd; 
	margin-bottom: 20px;
	margin-top: 20px;
	width: 85%;
	}




a.right_column_dark:link, a.right_column_dark:active, a.right_column_dark:visited {
	background-color: #429bc1;
	font-family: oswald, helvetica neue, helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	/*
	border: #000000 1px solid;
	text-shadow: black 0.05em 0.05em 0.05em;
	-moz-box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-box-shadow:inset 0 40px 40px -40px #888888;
   box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

a.right_column_dark:hover {
	background-color: #555555;
	cursor: pointer;
	/*
	border: #222222 1px solid;
	text-shadow: black 0.05em 0.05em 0.05em;
	-moz-box-shadow:inset 0 40px 40px -40px #ffffff;
   -webkit-box-shadow:inset 0 40px 40px -40px #ffffff;
   box-shadow:inset 0 40px 40px -40px #ffffff;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

.full_width_button_link { 
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing:border-box;
	}



/* SIDE MENU //////*/

td.right_column_menu_off {
	height: 30px;
	border-bottom: #dddddd 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	text-align: left;
	font-family: oswald, arial narrow, arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	}

td.right_column_menu_on {
	height: 30px;
	border-bottom: #dddddd 1px solid;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	text-align: left;
	font-family: oswald, arial narrow, arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #000000;
	cursor: pointer;
	}
	


/* top box newsletter form */
td.top_box_newsletter_container {
	width: 100%;
	padding: 1px;
	background-color: #ffffff;
	-moz-box-shadow:inset 0 0 5px #dddddd;
   -webkit-box-shadow:inset 0 0 5px #dddddd;
   box-shadow:inset 0 0 5px #dddddd;
   /*
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

input.top_box_newsletter {
	width: 100%;
	background-color: #ffffff;
	border: none;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 14px;
	color: #777777;
	padding: 1px;
	text-align: left;
	-moz-box-shadow: none;
   -webkit-box-shadow:none;
   box-shadow:none;
   /*
   -webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	*/
	}


button.top_box_newsletter_button {
	border: none;
	background-color: #8b898f;
	font-family: oswald, arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	padding: 6px;
	cursor: pointer;
	
   -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	text-shadow: none;
	-moz-box-shadow:none;
   -webkit-box-shadow:none;
   box-shadow:none;
	}

button.top_box_newsletter_button:hover {
	background-color: #555555;
	cursor: pointer;
	-moz-box-shadow:inset 20px 20px 20px -20px #222222;
    -webkit-box-shadow:inset 20px 20px 20px -20px #222222;
    box-shadow:inset 20px 20px 20px -20px #222222;
	}

#top_box_title_newsletter_mobile { display: none; }
	
























/* FOOTER AREA /////////////////////////////////////////////////////////*/

#copyright {
	background-color: #222222;
	display: block;
	padding: 0px;
	padding-top: 20px;
	height: auto;
	overflow: auto;
	width: 100%;
	margin:0px auto;
	color: #aaaaaa;
	font-size: 13px;
	font-weight:200;
	font-family: oswald, sans-serif, arial, helvetica neue, helvetica;
	}

#copyright_inner {
	


	color: #999999; margin: 0 auto; max-width: 960px; display: block; clear: both; align: center; box-sizing: border-box; padding-top: 30px; padding-bottom: 130px;
}
	
#copyright_text_left{
	display: block; float: left; text-align: left;
	} 

#copyright_share_right{
	display: block; float: right; text-align: right;
	} 


#copyright a {
	color: #dddddd;
	text-decoration: none;
	}

#copyright a:hover {
	color: #429bc1;
	text-decoration: none;
	}



a.footer_nav:link, a.footer_nav:active, a.footer_nav:visited, a.footer_nav:hover {
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
	}










/* PAGINATION CONTROLS /////////////*/

.paginationControls {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 60px;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	color: #999999;
	font-size: 14px;
	display: block;
	}

.paginationControlsLeft {
	float: left;
	text-align: left;
	font-style: italic;
	}

.paginationControlsRight {
	float: right;
	text-align: right;
	}

a.paginationButton:link, a.paginationButton:active, a.paginationButton:visited {
	background-color: #8b898f;
	font-family: oswald, arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
	}

a.paginationButton:hover {
	background-color: #555555;
	cursor: pointer;
	}













/* VARIOUS TEXT MODS ////////////////////////////////////////*/

.uppercase {
	text-transform: uppercase;
}















/* HEADINGS ////////////////////////////////////////////////*/

h1 {
	font-family: oswald, arial, sans-serif;
	font-size: 45px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 50px;
	color: #333333;
	margin-top:0;
	}

h2 {
	font-family: oswald, arial, sans-serif;
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 40px;
	color: #777777;
	margin-top:0;
	}

h3 {
	font-family: oswald, arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	color: #333333;
	margin-top:0;
	}

h4 {
	font-family: oswald, arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 25px;
	color: #333333;
	margin-top:0;
	}
















/* FORM SHIT ////////////////////////////////////////////////*/


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}


input {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 14px;
	color: #666666;
	padding: 8px;
	text-align: left;
	-moz-box-shadow:inset 0 0 5px #eeeeee;
   -webkit-box-shadow:inset 0 0 5px #eeeeee;
   box-shadow:inset 0 0 5px #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 8px;
	box-sizing: border-box;
	/*
	-moz-box-shadow:inset 0 0 5px #dddddd;
   -webkit-box-shadow:inset 0 0 5px #dddddd;
   box-shadow:inset 0 0 5px #dddddd;
	*/
	}

textarea {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 14px;
	color: #666666;
	padding: 8px;
	text-align: left;
	-moz-box-shadow:inset 0 0 5px #eeeeee;
   -webkit-box-shadow:inset 0 0 5px #eeeeee;
   box-shadow:inset 0 0 5px #eeeeee;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 100px;
	margin-bottom: 8px;
	box-sizing: border-box;
	}
	
button {
	background-color: #8b898f;
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*
	border: #444444 1px solid;
	text-shadow: black 0.05em 0.05em 0.05em;
	-moz-box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-box-shadow:inset 0 40px 40px -40px #888888;
   box-shadow:inset 0 40px 40px -40px #888888;
   
	*/
	}
	
button:hover {
	background-color: #555555;
	cursor: pointer;
	}	


select {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 14px;
	color: #666666;
	padding: 7px;
	box-sizing: border-box;
	-moz-box-shadow:inset 0 0 5px #eeeeee;
   -webkit-box-shadow:inset 0 0 5px #eeeeee;
   box-shadow:inset 0 0 5px #eeeeee;
	/*
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

.full_width_button {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	}







/* RIGHT COLUMN//////////////////////////////////// */

td.right_column_search_container {
	width: 100%;
	padding: 1px;
	border: #cccccc 1px solid;
	background-color: #ffffff;
	/*
	-moz-box-shadow:inset 0 0 5px #dddddd;
   -webkit-box-shadow:inset 0 0 5px #dddddd;
   box-shadow:inset 0 0 5px #dddddd;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

input.right_column_search {
	width: 100%;
	background-color: #ffffff;
	border: none;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 15px;
	color: #666666;
	padding: 5px;
	text-align: left;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:none;
   -webkit-box-shadow:none;
   box-shadow:none;
	}


button.right_column_search_button {
	background-color: #837e92;
	font-family: oswald, arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	/*
	border: #444444 1px solid;
	text-shadow: black 0.05em 0.05em 0.05em;
	-moz-box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-box-shadow:inset 0 40px 40px -40px #888888;
   box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

button.right_column_search_button:hover {
	background-color: #555555;
	cursor: pointer;
	}

select.right_column_sort_dropdown {
	width: 100%;
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 15px;
	color: #666666;
	padding: 10px;
	/*
	-moz-box-shadow:inset 0 0 5px #dddddd;
   -webkit-box-shadow:inset 0 0 5px #dddddd;
   box-shadow:inset 0 0 5px #dddddd;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}




/* side menu select shit */

.sidemenu_form_select {
	position: relative;
	display: inline-block;
	width: 100%;
	/*margin-bottom: 15px;*/
}

.sidemenu_form_select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	color: #999999;
	border-radius: 0;
	outline: 0;
	background: #ffffff;
	border: #cccccc 1px solid;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-top: 5;
	padding-bottom: 5;
	
	font-family: oswald, sans-serif, helvetical;
	font-size: 16px;
	font-weight: 300;
}

.sidemenu_form_select option {
	padding: 8px 15px;
}

.sidemenu_form_select select::-ms-expand {
	display: none;
}

.sidemenu_form_select select:hover,
.sidemenu_form_select select:focus {
	color: #666666;
	border: #aaaaaa 1px solid;
}

.sidemenu_form_select select:disabled {
	pointer-events: none;
	opacity: .5;
}

.sidemenu_form_select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #7b7b7b transparent transparent transparent;
}
.sidemenu_form_select select:hover ~ .select__arrow,
.sidemenu_form_select select:focus ~ .select__arrow {
	border-top-color: #000;
}

.sidemenu_form_select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}











/* COMMENTS FORMS ////////////////////////////////// */

table.comments_box {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #f9f9f9;
	border: #eeeeee 1px solid;
	box-sizing: border-box;
	}

td.comments_box {
	background-color: #ffffff;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	color: #333333;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	}

td.comments_form_name {
	font-family: oswald, sans-serif, arial, helvetica neue;
	font-weight: 300;
	font-size: 15px; 
	color: #999999;
	box-sizing: border-box;
	}

td.comments_box_post {
	background-color: #f9f9f9;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-family: oswald, helvetica neue, helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 14px; 
	color: #999999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	}

td.comments_name {
	background-color: #ffffff;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	color: #777777;
	font-family: oswald, helvetica neue, helvetica, arial, sans-serif;
	font-size: 14px; 
	font-weight: 300;
	box-sizing: border-box;
	}

td.comments_date {
	background-color: #ffffff;
	padding: 0px;
	vertical-align: top;
	text-align: right;
	color: #777777;
	font-family: oswald, helvetica neue, helvetica, arial, sans-serif;
	font-size: 14px; 
	font-weight: regular;
	box-sizing: border-box;
	}

td.comments_comment {
	background-color: #ffffff;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
	color: #666666;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 14px; 
	font-weight: regular;
	line-height: 17px;
	box-sizing: border-box;
	}


span.comments_title {
	font-family: oswald, helvetica neue, helvetica, arial, sans-serif;
	font-size: 18px; 
	color: #777777; 
	font-weight: regular;
	}

hr.under_comments_title {
	size: 1px;
	color: #ffffff;	
	border: #ffffff 1px solid;
	}

input.comments {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 15px;
	color: #666666;
	padding: 8px;
	text-align: left;
    width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	/*
	-moz-box-shadow:inset 0 0 5px #dddddd;
   -webkit-box-shadow:inset 0 0 5px #dddddd;
   box-shadow:inset 0 0 3px #dddddd;
	*/
	}


textarea.comments {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 15px;
	color: #666666;
	padding: 8px;
	text-align: left;
    width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	/*
	-moz-box-shadow:inset 0 0 5px #dddddd;
   -webkit-box-shadow:inset 0 0 5px #dddddd;
   box-shadow:inset 0 0 3px #dddddd;
	*/
	}

button.comments {
	background-color: #837e92;
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	/*
	text-shadow: black 0.05em 0.05em 0.05em;
	-moz-box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-box-shadow:inset 0 40px 40px -40px #888888;
   box-shadow:inset 0 40px 40px -40px #888888;
	*/
	}

button.comments:hover {
	background-color: #555555;
	cursor: pointer;
	}

/* END FORMS ////////////////////////*/




























/* LINKS ///////////////////////////////////////////////// */


a:link, a:active, a:visited {text-decoration: none; color: #429bc1;}
a:hover {text-decoration: none; color: #000000;}


a.grayToBlue:link, a.grayToBlue:active, a.grayToBlue:visited {text-decoration: none; color: #999999;}
a.grayToBlue:hover {text-decoration: none; color: #429bc1;}

a.blackToBlue:link, a.blackToBlue:active, a.blackToBlue:visited {text-decoration: none; color: #222222;}
a.blackToBlue:hover {text-decoration: none; color: #429bc1;}


	
a.button:link, a.button:active, a.button:visited {
	background-color: #837e92;
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3;
	/*
	border: #444444 1px solid;
	text-shadow: black 0.05em 0.05em 0.05em;
	-moz-box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-box-shadow:inset 0 40px 40px -40px #888888;
   box-shadow:inset 0 40px 40px -40px #888888;
	*/
	}

a.button:hover {
	background-color: #555555;
	cursor: pointer;
}


a.button_indexreadmore:link, a.button_indexreadmore:active, a.button_indexreadmore:visited {
	background-color: #aaaaaa;
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
	}

a.button_indexreadmore:hover {
	background-color: #555555;
	cursor: pointer;
	}




@media screen and (max-width: 960px) {
	
	a.button:link, a.button:active, a.button:visited, a.button:hover {
		font-size: 15px;
		}
		
	}













	
	
	
	
/* REPONSIVE CHANGES /////////////////////////////////////////////////////////////// RESPONSIVE CHANGES T ///////////////////////////////////////////////////////////////////////////////////////*/


	
/* SMALLER THAN 960PX WIDE*/
@media screen and (max-width: 960px) {



/* content area //////////// */
#main_content_inner_container { 
	width: 100%; 
	padding: 0; 
	margin: 0 auto; 
	overflow: auto; 
	float: none;
	clear: both;
}


.content_inner_container {
	padding: 5%;
	box-sizing: border-box;
	}

.select_fullwidth {
	width: 98%;
	}
	





/* MAIN CONTENT AREA - MAKE COLUMNS STACK VERTICALLY */

#main_content_container {
	background-color: #ffffff;
	width:100%;
	color: #222222;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	display: block;
	clear: both;
	box-sizing: border-box;
	margin: 0 auto;
	}

	
#leftColumn {
	padding: 5%;
	padding-bottom: 30px;
	width: 100%;
	float: none;
	box-sizing: border-box;
	clear: both;
	font-size: 16px;
	line-height: 21px;
	padding-top: 15px;
	}
	
#rightColumn {
	border-top: #111111 1px solid;
	width: 100%;
	float: none;
	box-sizing: border-box;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	}



/* FOOTER //////*/
#copyright_inner {
	padding-left: 5%; padding-right: 5%;
}
	




	} 
	
/* END UNIVERSAL ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	
	

/* SMALLER THAN 500PX WIDE ///////////////////////*/
@media screen and (max-width: 800px) {

    
#leftColumn {
    width: 90%;
    }
    
#rightColumn {
    width: 90%;
    }

}


/* SMALLER THAN 500PX WIDE ///////////////////////*/
@media screen and (max-width: 500px) {

    

#copyright_text_left{
	clear: both;
	} 

#copyright_share_right{
	clear: both;
	float: left;
	text-align: left;
	padding-top: 15px;
	} 

	}
	/* end responsive



	




































