/* 
Theme Name: Acorn Turnkey Three Responsive
Author: Acorn Internet Services
Author URI: http://www.acorn-is.com/
Description: A Child Theme of Twenty Eleven 
Template: twentyeleven 
*/

/* =Structure
----------------------------------------------- */

body {
	padding: 0 0;
}

/*h1 {
	color:#373737 !important;
} in original style, but see a similar style lower on this CSS*/

#page {
	margin: 0 auto;
	max-width: 1000px;
	background: none;
}

#primary {
	float: left;
	margin: 0 -34.4% 0 0;
	width: 100%;
}

#content {
	margin: 0 34% 0 3.6%;
	width: 62.4%;
}

#content a {
	color:#7B92B2;
	font-weight:bold;
}

#secondary {
	float: right;
	margin-right: 3.6%;
	width: 26.8%;
	font-size: 14px;
	text-align:center;
}

#secondary a {
	color: #000;
	font-weight: bold;
}

.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 0;
	width: auto;
}



.singular #content,
.left-sidebar.singular #content {
	margin: 0 3.6%;
	position: relative;
	width: auto;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}


/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -34.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 3.6% 0 34%;
	width: 62.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 3.6%;
	margin-right: 0;
	width: 26.8%;
}

/* One column */
.one-column #page {
	max-width: 1000px;
}
.one-column #content {
	margin: 0 3.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 3.6%;
	width: auto;
}

/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px;
	padding-bottom: 2px;
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: .75em;
	z-index: 2;
	top: 8px;
}

#branding a {
	color: #ffffff;
	font-weight: bold;
}


#branding a:focus,
#branding a:active,
#branding a:hover {
	color: #FFFFFF;
}

#branding img {
	display: inline;
	height: auto;
	margin-bottom: 0;
	width: auto;
}

/* =Menu
-------------------------------------------------------------- */

#responsive_menu a.assistive-text:active,
#responsive_menu a.assistive-text:focus {
	background: #FFFF99;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

.responsive_menu {
	background: #FFF;
}


#branding .toggleMenu {
	display: none;
	background: #FFFF99;
	background-image: url("images/icon_menu_mobile.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding: 10px 0;
	width: 100%;
}

#branding .toggleMenu a {
	padding-left: 15px;
	background: #FFFF99;
	font-size: 20px;	
	color: #333;
}


#menu-main-menu {
  background: linear-gradient(#FFFF99, #FFFF99) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-top: 2px solid #FFFFFF;
  height: 30px;
  list-style: none outside none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2%;
  padding-top: 10px;
}

#menu-main-menu:before,
#menu-main-menu:after {
	content: " "; 
	display: table; 
}

#menu-main-menu:after {
	clear: both;
}

#menu-main-menu ul {
	list-style: none;
	margin: 0;
	width: 200px;
	z-index: 99999;
}

#branding #menu-main-menu a {
	background: #FFFF99;
	background: -moz-linear-gradient(#FFFF99, #FFFF99);
	background: -o-linear-gradient(#FFFF99, #FFFF99);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFF99), to(#CCCCCC)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FFFF99, #FFFF99);
	line-height: 1.2em;
  	padding: 0 0.8em;
	font-size: 16px;
	color: #333;
	border-right: 1px solid #000033 !important;
    display: block;
    font-family: Arial,Helvetica,sans-serif !important;
    text-decoration: none;
	font-weight:normal !important ;
}

#branding #menu-main-menu .no-right-border a {
	border: 0 !important;
}

#branding #menu-main-menu .current-menu-item > a, #branding #menu-main-menu .current-menu-ancestor > a, #branding #menu-main-menu .current_page_item > a, #branding #menu-main-menu .current_page_ancestor > a {
 font-weight: bold !important;
}

#branding #menu-main-menu .underline a:hover {
	text-decoration: underline;
}

#menu-main-menu li {
	position: relative;
}

#menu-main-menu > li {
	float: left;
}

#menu-main-menu > li > a {
	display: block;
}

#menu-main-menu li ul {
	position: absolute;
	display: none;
}

#menu-main-menu > li.hover > ul {
	display: block;
}

#menu-main-menu li li.hover ul {
	display: block;
	left: 100%;
	top: 0;
}

#branding #menu-main-menu li li a {
	border-right: 0px !important;
	display: block;
	position: relative;
	background: #FFFF99;
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	line-height: 10px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #ddd;
	color: #000033;
	padding: 10px 10px;
	width: 200px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity:0.95;
	-moz-opacity:0.95;
}

#branding #menu-main-menu li li.hover > a {
	background: #ffffff;
	color: #000033;
	padding-left:20px;
	width: 190px;
}

#branding #menu-main-menu li li:last-child a {
	border-bottom: none;
}

#menu-main-menu li:hover > a,
#menu-main-menu a:focus{
	background: #FFFF99; /* Show a solid color for older browsers */
	color: #000033;
}

#branding #menu-main-menu li li li a {
	background: #FFFF99;
	border-bottom: 1px dotted #333;
}

#branding #menu-main-menu li li li:last-child a {
	border-bottom: none;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
	background: #fff;
	overflow: hidden;
}


.entry-content table,
.comment-content table {
	border-bottom: 0;
	margin: 0 0 1.625em;
	width: 100%;
}

.entry-content td,
.comment-content td {
	border-top: 0px;
	padding: 0px 10px 0px 0;
}

/* =Turn off divider on pages but have it on on main blog page
-------------------------------------------------------------- */

.page .hentry,
.no-results {
	border-bottom: 0px;
	margin: 0;
	padding: 0;
	position: relative;
}

.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-top: 2.625em;
}

footer.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 3.25em;
}


/* =Page Title
-------------------------------------------------------------- */

.entry-title {
	clear: both;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 8px;
	margin-bottom: -12px;
	padding-bottom: 0;
	padding-top: 0;
}

.entry-content h1 {
	color:#373737 !important;
	font-size: 15px !important;
	margin-bottom: 1em !important;
}

.page .wpsocialite.small {
	margin-top: -10px;
	padding: 0px 0px 0px 0px !important;
}

.single .wpsocialite.small {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 10px 0px !important;
}


.wpsocialite.small > li {
	margin: 0px 0 0 -5px !important;
	width: 90px !important;
}



/* Images */
.widget img {
	margin-top: 10px;
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}

.wp-caption {
	background: #FFFF99;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 20px;
}


/* =Blog Item Individual Page
-------------------------------------------------------------- */

.singular.page .hentry {
	padding: 0 0 0;
}

.singular .hentry {
	padding: 0 0 0;
}

.singular .entry-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0;
	padding-top: 0;
}

.single .entry-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: -7%;
	padding-bottom: 0;
	padding-top: 0;
}

.single .entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-top: 6.7%;
}

.single .entry-content{
	margin: 4.8% auto 0;
	width: 100%;
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 450px;
	padding: 0;
	width: 100%;
}

.featured-posts section.featured-post {
	background: #fff;
	height: 450px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 92.8%;
}

/* Site Generator Line THIS IS THE FOOTER AREA */
#site-generator {
	background: #E6E6E6;
	border-top: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
	padding: 2.2em 0.5em;
	text-align: center;
}

#site-generator a {
	color: #000;
	font-weight: bold;
}


/* =Acorn Internet Servies Custom Definitions
----------------------------------------------- */

.no_wrap {
	white-space: nowrap;
}

.singular.page .hentry {
	padding: 0px;
}

a.expand-collapse-text {
	color: #000000;
	cursor: pointer;
}

a:visited.expand-collapse-text {
	color: #000000;
}

.center_item {
	text-align: center;
}

.center_item .sidebar_image {
	height: auto;
	width: auto;
}

.widget_simpleimage {
	margin-bottom: 0;
}

.widget_simpleimage p {
	margin-bottom: 0;
}

.widget_simpleimage img {
	padding: 6px;
	border: 1px solid #DDD;
}

.spacer_gif_img {
	position:relative;
	top:-4px;
	margin-right:4px;
}

.footer_bold {
	font-size: 14px;
	font-weight: bold;
}

.drop_shadow {
	-moz-box-shadow: 3px 3px 4px #333333;
	-webkit-box-shadow: 3px 3px 4px #333333;
	box-shadow: 3px 3px 4px #333333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#886301')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#886301');
}

a.btn-link:hover img {
	zoom: 1;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	padding:0 !important;
}

.phone {
	height: auto;
	margin-top: 7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	line-height:1.3em;
	font-weight:normal !important;
}

.social_buttons_row {
	float: right;
    height: 30px;
    overflow: hidden;
    padding: 14px 0 6px;
    width: 320px;
}

.social_buttons_row a {
	height: 30px;
	width: 30px;
	padding: 0px;
	background: none;
	float: right;
	margin-right: 4.2% !important;
}

.social_buttons_row a:first-child {
	margin-right: 0px !important;
}

.social_buttons_row a:hover {
	zoom: 1;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

a#header-facebook {
	background: url("images/social-sprite.png") no-repeat -29px 0px;
}

a#header-google {
	background: url("images/social-sprite.png") no-repeat -58px 0px;
}

a#header-blog {
	background: url("images/social-sprite.png") no-repeat -147px 0px;
}

a#header-twitter {
	background: url("images/social-sprite.png") no-repeat -88px 0px;
}

a#header-email {
	background: url("images/social-sprite.png") no-repeat -117px 0px;
}

a#header-tripadvisor {
	background: url("images/social-sprite.png") no-repeat -177px 0px;
	width: 51px;
}

a#header-instagram {
	background: url("images/social-sprite.png") no-repeat -0px 0px;
}

.check_availability {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
}

.itemrow {
	overflow: hidden;
}

.home_image_item_row {
	margin 3% auto 0 auto;
	width: 95%;
}

.home_image_column {
	margin-right: 3%;
}

.guest_room_image_item_row {
	margin: 3% auto 3% auto;
	width: 90%;
}

.guest_room_image_item_row img {
	margin-left: 3%;
	margin-right: 3%;
}

.rolledup_3image_item_row {
	margin 1% auto 2% auto;
	text-align: center;
	width: 100%;
	overflow:hidden;
}

.rolledup_3images_wording {
	margin-left: 0.6em;
	margin-right: 0.4em;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: large;
	height: auto;
	max-width: 100%;
}

.rolledup_2image_item_row {
	margin: 2% auto 2% auto;
	text-align: center;
	width: 67%;
	overflow: hidden;
}

.rolledup_2images_wording {
	margin-right: 1em;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: large;
	height: auto;
	max-width: 100%;
}

.header_column_left {
	float: left;
	margin-left: 4%;
	width: 11%;
	margin-top: 0px;
}

#header_image_wrapper {
	background:#FFFFFF;
	position: relative;
}

#header_image_wrapper img {
	width:100%;
 	height:100%;
}

#branding #header_image_wrapper #header_logo {
	width: 22.8%;
	left: 4%;
	height: auto;
	position: absolute;
	top: -34%;
	z-index: 9999;
}

.header_column_right {
	float: right;
	margin: 1% 1% 1.2% 5%;
	width: 74%;
	color:#000033;
	padding-top:10px;

}

.header_column_right img {
	margin-top: 1.5%;
	margin-left: 1.5%;
}

.header_item {
	text-align: right;
	overflow: hidden;
}

.header_buttons {
	background: none repeat scroll 0 0 #FFFF99;
	float: right;
    color: #000033 !important;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 18px;
    font-weight: normal !important;
    padding: 1%;

}

.header_buttons:hover {
	background: #FFF;
	text-decoration: none;
}

#branding .social_buttons img {
	width: auto;
}

#branding .header_icons img {
	width: auto;
}

.nav_buttons_row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.nav_buttons_row div {
	line-height: 1em;
	margin: 0 auto;
	text-align: center;
	width: 25%;
	font-weight: bold;
	height: 65px;
	float: left;
	position: relative;
}

.nav_buttons_row div p {
	margin-top: 46px;
	margin-bottom: 0px;
	text-align: center;
}

.nav_buttons_row div a {
	height: 43px;
	width: 43px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -21px;
}

.nav_buttons_row div a:hover {
	zoom: 1;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

a#mobile-header-call {
	background: url("images/mobile-header-sprite.png") no-repeat -43px 0px;
}

a#mobile-header-book {
	background: url("images/mobile-header-sprite.png") no-repeat 0px 0px;
}

a#mobile-header-room {
	background: url("images/mobile-header-sprite.png") no-repeat -129px 0px;
}

a#mobile-header-map {
	background: url("images/mobile-header-sprite.png") no-repeat -86px 0px;
}

.footer_column_left {
	float: left;
	text-align: left;
	margin-left: 3%;
	width: 56%;
}

.footer_column_left li {
	margin-bottom: 1em;
}

.footer_column_right {
	float: left;
	text-align: right;
	margin-left: 3%;
	margin-right: 3%;
	width: 35%;
}

.footer_img_row {
	float: left;
	height: auto;
	max-width: 100%;
}

.footer_img {
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}

.footer_column_right img {
	margin-bottom: 5%;
}

#footer_mobile_link {
	font-size:1.2em;
	text-align:center;
}

#footer_mobile_link a {
	color: #FFFFFF;
}

.badgediv {
	float:left;
	display:inline;
	margin-right:25px;
	width:220;
	padding:0 !important;
}

.date-box-table {
	width: 260px;
	height:200px;
	border-collapse: separate;
	margin: 0px auto;
	background-color:#FFF;
	border: 1px solid #000033;
}

.date-box-table td {
	text-align: center;
	color: #000033;
	padding: 0px;
	font-weight: bold;
}

.date-box-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
}

.date-box-table input {
	color: #000033;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	background: #FFFF99 !important;
	border: 1px solid #000033;
}

.date-box-table input:hover {
	color:  #000033 !important;
	border: 1px solid #000033;
	background-color: #FFF !important;
}

.date-box-table input:active {
	color: #000033;
}

#CDSWIDCOE.widCOE .widCOETitle {

	padding:0 10px !important;
}

#CDSWIDCOE {
	margin:0 auto !important;
	width:150px;
}
#CDSWIDCOE.widCOE .widCOEImg {
	margin:0 auto !important;
}

.ol-faq li {
	margin-top:15px;
}

.ta-vote img {
	height: 50%;
	width: 50%;
	border: none !important;
	padding:0;
}
#branding .wp-post-image {
	width: 100%;
	vertical-align: bottom;
}










.responsive_menu {
	position: relative;
}

#nav-block {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background: url('images/1x1.gif');
}

#primary .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	margin: 0 !important;
}

#primary .shareaholic-share-buttons-container li.shareaholic-share-button {
	padding: 5px 15px !important;
}

#primary .shareaholic-share-buttons-container li:first-child {
	padding-left: 0 !important;
}

#nav-block {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background: url('images/1x1.gif');
}

#frame-wrapper {
	width: 100%;
	position: relative;
}

#frame-wrapper:after {
	padding-bottom: 43.3%;
	display: block;
	content: '';
}

#frame-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/* =Nivo Slider class for loading images smoothly
-------------------------------------------------- */

.nivoSlider {
	background:url("images/loading.gif") no-repeat 50% 50%;
}

.nivoSlider img {
	display: none;
}

#branding .nivoSlider img {
	display: none;
}

#image_rotation {
	float: left;
}


/* =Responsive Images
-------------------------------------------------------------- */
img {
	height: auto;
	width: auto;
	max-width: 100%;
}

/* =Fix conflicts in style sheet with Next Gen Gallery plugin. Add width definitions
------------------------------------------------------------------------------------- */

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 100px;
	padding-right:10px;
}


@media only screen and (max-width: 1005px) {

#menu-main-menu ul {
	width: 195px;
}

#branding #menu-main-menu a {
    font-size: 15.5px;
    line-height: 1.2em;
    padding: 0 1em;
}

#branding #menu-main-menu li li a {
	font-size: 15px;
}

.rolledup_3images_wording {
	margin-right: 0;
	float: none;
}

.rolledup_2image_item_row {
	width: 100%;
}

.rolledup_2images_wording {
	margin-right: 0;
	float: none;
}

}  /* end of @media 1005 */


@media only screen and (max-width: 950px) {

#menu-main-menu ul {
	width: 190px;
}

#branding #menu-main-menu a {
    font-size: 15px;
}

#branding #menu-main-menu li li a {
	font-size: 14px;
}

}  /* end of @media 950 */


@media only screen and (max-width: 900px) {

#menu-main-menu ul {
	width: 185px;
}

#branding #menu-main-menu a {
    font-size: 14px;
    line-height: 1.45em;
    padding: 0 1em;

#branding #menu-main-menu li li a {
	font-size: 14px;
}

}  /* end of @media 900 */

@media only screen and (max-width: 850px) {

#menu-main-menu ul {
	width: 180px;
}

#branding #header_image_wrapper #header_logo {
	top: -35%;
}

#branding #menu-main-menu a {
    font-size: 13px;
}

#branding #menu-main-menu li li a {
	font-size: 13px;
}

}  /* end of @media 850 */

@media only screen and (max-width: 800px) {


#main #secondary {
	text-align: center;
}

.widget_simpleimage {
	display: inline-block;
	margin: 0 2px 31px !important;
}

#menu-main-menu ul {
	width: 165px;
}

#branding #menu-main-menu a {
    font-size: 12.5px;
}

#branding #menu-main-menu li li a {
	font-size: 12.5px;
}

}  /* end of @media 800 */

@media only screen and (max-width: 750px) {

#menu-main-menu ul {
	width: 160px;
}

#branding #menu-main-menu a {
    font-size: 11.5px;
}

#branding #menu-main-menu li li a {
	font-size: 11.5px;
}

}  /* end of @media 750 */

@media only screen and (max-width: 710px) {

#branding #menu-main-menu a {
    font-size: 11px;
} 


#branding #menu-main-menu li li a {
	font-size: 11px;
}
/* end of @media 710 */

}
@media only screen and (max-width: 700px) {

.single .entry-content {
	margin: 0;

}

.singular .entry-header .entry-meta {
	margin: 0;
}

.single .entry-title {
	line-height: 1em;
	padding: 1.3em 0 0.5em; 
	
}

.widget_simpleimage {
	display: block;
	margin: 0 !important;
}


#menu-main-menu ul {
	width: 155px;
}

#branding #menu-main-menu a {
    font-size: 10.5px;
} 

#branding #menu-main-menu li li a {
	font-size: 10.5px;
}

}  /* end of @media 700 */


@media only screen and (max-width: 640px) {

#branding {
	font-size: 14px;
}

.active {
	display: block;
}

#branding #header_image_wrapper #header_logo {
	top: -5%;
}

.social_buttons_row {
	float: none;
	margin: 0px auto;
}


#branding .header_buttons {
	float: none;
	line-height: 1.5em;
	top: 25px;
}

#menu-main-menu {
	width: 94%;
	margin-left: 3%;
	padding-left: 0;
	background: #FFFF99;
	background: -moz-linear-gradient(#FFFF99, #FFFF99);
	background: -o-linear-gradient(#FFFF99, #FFFF99);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFF99), to(#B9B9B9)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FFFF99, #FFFF99);
	border-bottom: 8px solid #ffffff;
}

#branding #menu-main-menu a {
	padding: 10px 40px;
	font-size: 20px;
	border-right: none !important;	
	background: #FFFF99;
	line-height: 1.2em;
  	color: #333;
    font-family: Arial,Helvetica,sans-serif !important;
    text-decoration: none !important;
	font-weight:normal !important;
}

#menu-main-menu > li {
	float: none;
	border-top: 8px solid #ffffff;
}

#branding #menu-main-menu li a {
	background-image: url("images/button-arrow.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#branding #menu-main-menu li .parent {
	background-image: url("images/button-plus.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#branding #menu-main-menu li .expanded {
	background-image: url("images/button-minus.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#branding #menu-main-menu li li .parent {
	background-image: url("images/button-plus.png");
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

#branding #menu-main-menu li li .expanded {
	background-image: url("images/button-minus.png");
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

#branding #menu-main-menu li li a {
	border-top: 8px solid #ffffff;
	border-bottom: none!important;
	width:auto;
	background-image: url("images/button-arrow.png");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	padding-left: 55px;
	line-height: 24px;
	font-size: 20px;	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}

#menu-main-menu li:hover > a,
#menu-main-menu a:focus{
	text-decoration: none;
}

#branding #menu-main-menu li li li a {
	border-top: 8px solid #ffffff;
	background-image: url("images/button-arrow.png");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	padding-left: 65px;
}

#menu-main-menu ul {
	display: block;
	width: 100%;
}

#menu-main-menu > li.hover > ul , #menu-main-menu li li.hover ul {
	position: static;
}


.header_column_left {
	margin-left: 4%;
	margin-bottom: 2%;
	width: 90%;
	text-align: center;
}

.header_column_right {
	margin-left: 3%;
	width: 97%;
	color:#FFF;
	margin-bottom: 2%;
}

.header_item {
	text-align: center;
}

#branding img {
	width: 100%;
}

#branding .spacer_gif_img img {
	width: auto;
}

#branding .social_buttons img {
	width: auto;
}

.center_item .sidebar_image {
	width: 208px;
}

.footer_column_left {
	text-align: left;
	width: 90%;
	margin-left: 3%;
	margin-bottom: 5%;
}

.footer_column_right {
	text-align: left;
	width: 90%;
	margin-left: 3%;
}

.expanded-text {
	background: #ffffff;
}

.alignnone {
	max-width: 90% !important;
}

}  /* end of @media 640 */


@media only screen and (max-width: 445px) {

.home_image_column {
	margin-right: 0;
}  /* end of @media 445 */
}
@media only screen and (max-width: 385px) {

#content .wpsocialite.small {
	margin: 5px -5px;
}

#content .wpsocialite.small > li {
	margin-right: -5px;
}

}  /* end of @media 385 */

@media only screen and (max-width: 345px) {

.social_buttons_row {
	width: 270px;
	margin:10px auto;
	height: auto;
}

.social_buttons_row a {
	margin: 6px 0px;
	margin-right: 2% !important;
}
}  /* end of @media 345 */