/* 
Theme Name: Acorn Turnkey Two
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;
}

#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%;
}

#secondary {
	float: right;
	margin-right: 3.6%;
	width: 26.8%;
	font-size: 14px;
	padding-bottom: 2.2em;
}

#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-content,
.singular .entry-header,
.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: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	z-index: 2;
	top: 12px;
}

#branding a {
	font-size:18px;
	color: #820203;
	font-weight: normal;
}


#branding a:focus,
#branding a:active,
#branding a:hover {
	color: #AA2B00;
	text-decoration: none;
}

#branding img {
	display: inline;
	height: auto;
	margin-bottom: 0;
	width: auto;
}

#branding .wp-post-image {
	width: 100%;
	vertical-align: bottom;
}

#branding #main_image_padding {
	padding: 7px;
	background:#FFFFFF;
	position: relative;
}

/* =Menu
-------------------------------------------------------------- */


.responsive_menu {
	background: #FFF;
	position: relative;
}

#responsive_menu a.assistive-text:active,
#responsive_menu a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


#branding .toggleMenu {
	display: none;
	background: #061831;
	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;
	font-size: 20px;	
	color: #fff;
}


#menu-main-menu {
	list-style: none;
	background: #273D50;
	background: -moz-linear-gradient(#330000, #820203);
	background: -o-linear-gradient(#330000, #820203);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#330000), to(#820203)); /* older webkit syntax */
	background: -webkit-linear-gradient(#330000, #820203);
	margin: 0;
	padding-left: 7%;
}

#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: #330000;
	background: -moz-linear-gradient(#330000, #820203);
	background: -o-linear-gradient(#330000, #820203);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#330000), to(#820203)); /* older webkit syntax */
	background: -webkit-linear-gradient(#330000, #820203);
	padding: 8px 12px;
	line-height: 24px;
	font-size: 16.5px;	
	color: #FFFFCC;
}

#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;
}

#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 {
	display: block;
	position: relative;
	background: #820203;
	-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: 14px;
	font-size: 16px;
	border-bottom: 1px dotted #ddd;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
}

#branding #menu-main-menu li li:last-child a {
	border-bottom: none;
}

#menu-main-menu li:hover > a,
#menu-main-menu a:focus{
	text-decoration: underline;
}

#branding #menu-main-menu li li li a {
	background: #820203;
	border-bottom: 1px dotted #ddd;
}

#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.3em;
}

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: 18px !important;
	margin-bottom: 1em !important;
}

#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;
}


/* Images */
.widget img {
	margin-top: 10px;
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}

.wp-caption {
	background: #FFC;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 20px;
}


/* Singular content styles for Posts and Pages */
-------------------------------------------------------------- */

.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;
	margin-top: -5%;
	padding-bottom: 0;
	padding-top: 0;
}

.single .entry-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
	margin-top: 0;
	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: 420px;
	padding: 0;
	width: 100%;
}

.featured-posts section.featured-post {
	background: #fff;
	height: 420px;
	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: #800203;
	border-top: 1px solid #ddd;
	color: #ffffcc;
	font-size: 12px;
	line-height: 1.5em;
	padding: 2.2em 0.5em;
	text-align: center;
}

#site-generator a {
	color: #ffffcc;
	font-weight: bold;
}

#site-generator #advancedrecentposts-2 .widget-title, #site-generator #advancedrecentposts-2 li {
	color: #FFC;
}

/* =Acorn Internet Servies Custom Definitions
----------------------------------------------- */

#news {
	background: #FFC;
	width: 100%;
	border: 2px outset #333;
	box-shadow: 3px 3px 3px #000;
	margin: 0 auto;
	max-width: 268px;
}

label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.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 {
	text-align: center;
	margin-bottom: 0;
}

.widget_simpleimage p {
	margin: 0;
}



.spacer_gif_img {
	float: right;
	position:relative;
	top:2px;
	margin-right:0px;
	margin-left:16px;
}

.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;
}

.social_buttons_row {
	float: right;
	padding: 8px 0px 6px 0px;
	overflow: hidden;
	width: 265px;
	height: 25px;
}

.social_buttons_row a {
	height: 25px;
	width: 25px;
	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 -50px 0px;
}

a#header-google {
	background: url("images/social-sprite.png") no-repeat -25px 0px;
}

a#header-blog {
	background: url("images/social-sprite.png") no-repeat -75px 0px;
}

a#header-twitter {
	background: url("images/social-sprite.png") no-repeat 0px 0px;
}

a#header-email {
	background: url("images/social-sprite.png") no-repeat -100px 0px;
	width: 24px;
}

a#header-youtube {
	background: url("images/social-sprite.png") no-repeat -124px 0px;
	width: 26px;
}

a#header-tripadvisor {
	background: url("images/social-sprite.png") no-repeat -188px 0px;
	width: 42px;
}


.check_availability {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
}

.itemrow {
	overflow: hidden;
}

#branding #main_image_padding #header_logo {
	width: 28.7%;
	left: 0%;
	height: auto;
	position: absolute;
	top: -31%;
	z-index: 9999;
}

#branding #main_image_padding #header_tag {
	position: absolute;
	top: -57px;
	left: 28%;
	width: 29.9%;
}

.home_image_item_row {
	margin-top 3%;
	text-align: center;
}

.home_image_column {
	margin-right: 7px;
}

.guest_room_image_item_row {
	margin: 3% auto 2% auto;
	width: 58%;
}

.guest_room_image_item_row img {
	margin-left: 5%;
	margin-right: 5%;
}

.rolledup_3image_item_row {
	margin 1% auto 2% auto;
	text-align: center;
	width: 100%;
	overflow:hidden;
}

.rolledup_3images_wording {
	margin-right: 0.75em;
	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: 66%;
	overflow: hidden;
}

.rolledup_2images_wording {
	margin-right: 0.75em;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: large;
	height: auto;
	max-width: 100%;
}

.header_column_left {
	float: left;
	margin-left: 2%;
	margin-bottom: 0.8%;
	width: 41%;
}

.header_column_right {
	float: right;
	margin-left: 5%;
	margin-right: 2%;
	margin-top: 24px;
	width: 450px;
	color:#273D50;

}

.header_column_right img {
	margin-top: 1.5%;
	margin-left: 1.5%;
}

.header_item {
	text-align: right;
	overflow: hidden;
}

.header_buttons {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	margin: 5px 0px 5px 4%;
}

#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%;
	text-align:center;
}

.footer_img_row img {
	margin: 0 5px;
	border: 2px solid #061831;
}


/* =Nivo Slider class for loading images smoothly
-------------------------------------------------- */


#frame-wrapper {
	width: 100%;
	position: relative;
}

#room-outer {
	margin: 0 1.625em 1.625em 0;
	float: left;
	padding: 6px;
	border: 1px solid #DDD;
	width: 29.63%;
}

#room-frame-wrapper {
	position: relative;
	width: 100%;
}

#frame-wrapper:after {
	padding-bottom: 43.3%;
	display: block;
	content: '';
}

#room-frame-wrapper:after {
	padding-bottom: 78.9%;
	display: block;
	content: '';
}

#frame-wrapper iframe, #room-frame-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#frame-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#sidebar-frame-wrapper {
	width: 100%;
	max-width: 260px;
	position: relative;
	margin: 0 auto;
}

#sidebar-frame-wrapper:after {
	padding-bottom: 144.23%;
	display: block;
	content: '';
}

#sidebar-frame-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
- See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.SKTjzaKY.dpuf

.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 {
	padding: 8px 11px;
	font-size: 17px;	
}

#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 {
	padding: 8px 10px;
	font-size: 16px;	
}

#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 {
	padding: 8px 8px;
	font-size: 15.5px;	
}

#branding #menu-main-menu li li a {
	font-size: 13.5px;
}

}  /* end of @media 900 */

@media only screen and (max-width: 850px) {

#menu-main-menu ul {
	width: 180px;
}

#branding #main_image_padding #header_logo {
	top: -35%;
}

#branding #menu-main-menu a {
	padding: 8px 8px;
	font-size: 15px;	
}

#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: 0px 2px !important;
	clear: none;
}

#menu-main-menu ul {
	width: 165px;
}

#branding #menu-main-menu a {
	padding: 8px 6px;
	font-size: 14.5px;
}

#branding #menu-main-menu li li a {
	font-size: 12.5px;
}

#branding #main_image_padding #header_tag {
	display: none;
}


}  /* end of @media 800 */

@media only screen and (max-width: 750px) {

#menu-main-menu ul {
	width: 160px;
}

#branding #menu-main-menu a {
	padding: 8px 4px;
	font-size: 13.5px;
}

#branding #menu-main-menu li li a {
	font-size: 11.5px;
}

}  /* end of @media 750 */


@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; 
	
}

#menu-main-menu ul {
	width: 155px;
}

#branding #menu-main-menu a {
	padding: 8px 4px;
	font-size: 12.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;
}

.widget_simpleimage {
	display: block;
	margin: 0px !important;
}

#branding #main_image_padding #header_logo {
	top: -5%;
}

#branding .header_buttons {
	float: none;
	padding: 3px 2%;
	margin: 16px 0;
	top: 25px;
}

.spacer_gif_img {
	float: none;
	margin: 0;
	top: -3px;
}

.spacer_gif_img img {
	margin: 0;
}

.active {
	display: block;
}

.social_buttons_row {
	float: none;
	margin: 0px auto;
}

#menu-main-menu {
	width: 94%;
	margin-left: 3%;
	padding-left: 0;
	background: #0F3E7D;
	border-bottom: 8px solid #ffffff;
}

#branding #menu-main-menu a {
	padding: 10px 40px;
	font-size: 20px;	
}

#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;
	background: #1867D1 url("images/button-arrow.png") no-repeat 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: #4B8FEB url("images/button-arrow.png") no-repeat 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:#273D50;
	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; 
}

#branding .spacer_gif_img {
	display: none;
}

}  /* 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 {
	height: auto;
}

.social_buttons_row a {
	margin: 6px 0px;
}

}  /* end of @media 345 */


@media only screen and (max-width: 275px) {

.social_buttons_row {
	width: 100%;
}

}  /* end of @media 275 */
