/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#inner-wrapper {
	background: #fff url(images/ar_new_bg.png) center repeat-y;
}

.hidden {
	display: none !important
}

/* Sluder */

.slidercontainer {
	width: 100%;
}

	#loopedSlider, .homeslider {
		border: 12px solid #e94d9c;
		margin-bottom: 45px;
	}
	
	.homeslider {
		width: 100%;
	}
	
	.homeslider .slide_item img {
		max-width: 100%;
		height: auto;
	}
	
	.slide_item {
		position: relative;
		background: #7d81bf;		
	}
	
	.homeslider .slick-prev, .homeslider .slick-next {
		background: transparent;
		border-radius: 99px;
		height: 30px;
		width: 30px;
		border: 2px solid #e94d9c;
	}

	.homeslider .slick-prev:hover, .homeslider .slick-next:hover {
		border: 2px solid #fff;
	}	
	
	.homeslider .slick-prev {
		left: 10px;
		z-index: 200;
	}
	
	.homeslider .slick-prev:before {
	    content: "\f104";
	    padding: 0px 8px;
	}	
	.homeslider .slick-next:before {
		content: "\f105";
	    padding: 0px 9px;
	}
	
	.homeslider .slick-prev:hover:before {
		color: #fff;		
	}	
	.homeslider .slick-next:hover:before {
		color: #fff;		
	}
	
	.homeslider .slick-prev:before, .homeslider .slick-next:before {
		font-family: 'FontAwesome';
		font-size: 30px;
		color: #e94d9c;
		line-height: .6;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	.homeslider .slick-next {
		right: 10px;
	}

	#loopedSlider.magazine-slider .content, .slide_item .content {
		background: transparent !important;
		padding: 0;
		top: auto;
		left: 0;
		margin: 0;
		bottom: 14px;
		width: 100%;
		height: 30px;
		z-index: 30;
	}
	
	.slide_item .content {
		position: absolute;
	}

	
	#loopedSlider .content .title {
		margin: 0;
		width: 100%;
	}
	
	#loopedSlider.magazine-slider .content p, #loopedSlider.magazine-slider .content h2, .slide_item .content h2 {
		max-width: 100%;
		background: #7d81bf;
		padding: 8px;
		color: #fff;
	}
	
	.slide_item .content a h2 {
		color: #fff;
		font-family: 'Mouse Memoirs', arial, sans-serif	
	}



/* Nav */

	#main-nav>li>a {
	text-transform:uppercase;
	}
	
	.social-menu {
		padding: .5em 1em;
	}


/* Home Pg and Posts */

	.podcast-episode {
		border: 12px solid #e94d9c;	
	}

	.home-post img.alignleft {
	}
	
	.home_promo {
	}
	
	.home_promo .post-meta {
		padding: 8px;
		margin-bottom: 8px;
	}
	
	.home_image {
		width: 100%;
		height: 250px;
		overflow: hidden;
		border: 12px solid #e94d9c;	
		margin: -12px 0 0 -12px;
		background: #000;
	}
	
	.home_image img {
		display: block;
		padding: 0 !important;
		margin: 0 auto !important;
		width: 250px;
		height: 100%;
	}
	
	.home_title_header {
		margin-right: -39px;
	}
	
	.home-title {
		font-size: 28px !important;
		font-weight: normal !important;
		margin: 0px !important;
		background: #7d81bf;
		padding: 4px 8px;
	}
	
	.home_title_header:after {
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-top: 15px solid #004a70;
		border-right: 15px solid transparent;
		position: absolute;
		bottom: -20;
		right: -14px;
	}
	
	.home-title a {
		color: #fff !important;	
	}
	
	section .home_entry {
		margin-top: 16px;
		padding: 0 8px 0;
	}
	
	.category-podcast .entry img {
		height: auto;
		border: 12px solid #e94d9c;
		background: #F8F8F8;
		background: rgba(255, 255, 255, 0.7);
		padding: 0;
		max-width: 90%;
	}

.entry-title {
		color: #7d81bf !important;
}
	
	.post-entries {
		margin-bottom: 12px;
	}
	
	h3.facebook_comments {
		font-size: 28px;
		font-family: 'Mouse Memoirs', arial, sans-serif	
	}



/* Big News Push */

	.big_news {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.big_news h3 {
		display: inline-block;
		font-family: 'Mouse Memoirs', arial, sans-serif;
		font-weight: normal;
		background: #7d81bf url(images/bignews-bottom-banner.png) center bottom repeat-x;
		color: #fff;
		width: 100%;
		padding: 8px 0 9px;
		text-align: center;
		font-size: 35px;
		text-transform: uppercase;
		line-height: 28px;
		overflow: hidden;
	}
	
	.big_news h3 div.textwidget {
		display: inline-block;
		font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
		font-size: 20px;
		margin-left: 12px;
		text-transform: none;
		padding-bottom: 10px;
		position: relative;
		top: -.15em
	}
	
	.big_news h3 div.textwidget a {
		display: inline-block;
		background: #e94d9c;
		padding: 3px 3px;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		border: 3px solid #fff;
		margin-left: 10px;
		line-height: 15px;
	}


	.monthly_widget {
		background: url('images/monthly_archives.png') no-repeat;
		height: 104px;
		width: 300px;
		margin: 0 auto;
	}
	
	.monthly_widget select {
		margin-top: 80px;
	}

/* About for All */

	.about p {
		padding-bottom: 18px;
	}
	
	.about_img {
		display: block;
		max-width: 100%;
		margin-bottom: 18px;
		height: auto;
	}
	
	.about h2 {
		text-align: center;
		font-family: 'Mouse Memoirs', arial, sans-serif;
		color: #7d81bf;
	}
	
	.about ul {
		margin-bottom: 18px;
	}
	
	/* About Gallery */
	
	
	.thestage {
	/*	background: url(images/ar_swatch2.jpg) repeat;*/
	}
	

	
	.stage_item img{
		display: block;
		max-width: 100%;
		max-height: 400px;
		border: 12px solid #e94d9c;
	}
	
	.slick-prev:before, .slick-next:before
	{
	    opacity: .75;
		color: #7d81bf;
	}

	.slick-next {
	    background: #fff;
	}
	
	.slick-prev {
	    background: #fff;
	}
	
	.slick-center img {
		border: 6px solid #e94d9c;
		opacity: 1.0 !important;
	}
	
	.mythumbs img {
		opacity: 0.5;
	}




/* Media Element Player Color */

	.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
		background: #e94d9c !important;
	}
	
	.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
		background: rgba(255, 255, 255, .66);
	}
	
	.podcast_player {
		border-bottom: 6px solid #e94d9c;
		border-left: 12px solid #e94d9c;
		border-right: 12px solid #e94d9c;
		height: 40px;
	}
	
	.podcast_player .powerpress_links {
		display: none;
	}
	
	.playit_buttons {
		float:left;
		display:block;
		width:26%;
		background:#e94d9c;
		height:20px;
		padding:10px 0;
		color: #fff;
		text-align: right;
	}
	
	.playit_buttons a {
		color: #fff;
	}

/* Gang */

.gang_member {
	padding-bottom: 100px;
}


.gang_member h2 {
	color:#7d81bf;
	font-size: 30px;
	text-align: center;
}

.gang_member p {
}

.gang_pic {
	margin: 0 auto 12px;
	display: block;
	width: 250px;
	height: 250px;
	overflow: hidden;
}

.gang_pic img {
	border: 0;
	max-height: 250px;
}

.gang_member .powerpress_player {
}


.play_audio {
	color: #e94d9c;
}

.play_audio:hover {
	color: #7d81bf;
}

/* Sidebar */

	#custom_html-2 {
		padding-top: 40px;
		position:relative;
	}
	
	#custom_html-2 h3 {
		background: #7d81bf;
		text-align: center;
		color: #fff;
		border-bottom: 0;
		margin: 0;
		padding: 6px;
		position: absolute;
		right: -10px;
		display: block;
		font-size: 24px;
		width: 80px;
		top: 0;
	}
	
	#custom_html-2 h3:after {
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-top: 15px solid #004a70;
		border-right: 15px solid transparent;
		position: absolute;
		bottom: -14px;
		right: 0;
	}
	
	#text-4, #text-7, #text-15 {
		background: #e8509b url(images/sidebar-bottom-banner.png) center bottom repeat-x;
		padding-bottom: 8px;
		position: relative;
		width: 284px;
		padding-top: 40px;
		margin: 0 15px 30px;
		text-align: center;
		color: #fff;
	}
	
	
	#text-15 .textwidget {
		color: #fff;
	}
	
	#text-4 h3, #text-7 h3, #text-15 h3 {
		text-align: center;
		background: #7d81bf;
		padding: 6px;
		color: #fff;
		font-size: 24px;
		border-bottom: 0;
		margin-bottom: 0;
		font-weight: normal !important;
		position: absolute;
		width: 300px;
		top: 0;
		left: -15px;
	}
	
	#text-4 h3:after, #text-7 h3:after, #text-15 h3:after {
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-top: 15px solid #004a70;
		border-right: 15px solid transparent;
		position: absolute;
		bottom: -14px;
		right: 0;
	}
	
	#text-4 h3:before, #text-7 h3:before, #text-15 h3:before {
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-top: 15px solid #004a70;
		border-left: 15px solid transparent;
		position: absolute;
		bottom: -14px;
		left: 1px;
	}	
	
	#text-12 {
		text-align: center;
	}
	
	#text-7 table {
		margin-top: 8px;
	}
		
	.paypal-button, a.big-link {
		background: #e8509b;
		font-size: 40px;
		font-family: 'Mouse Memoirs', arial, sans-serif;
		color: #fff !important;
		border:0;
	}
	
	a.big-link {
		line-height:36px;
		margin: 8px 0;
		text-transform: uppercase;
		display: block;
	}
	
	a.big-link:hover {
		color: #000
	}	
	
	.paypal-button:hover {
		color: #000
	}
	
	.paypal-note {
		display: block;
		text-align:center;
		color: #fff;
		font-size: 14px;
	}
	
	/* Subscribe */
	
	.subscribe-text {
		color: #7d81bf;
		font-family: 'Mouse Memoirs', arial, sans-serif;
		font-size: 48px;
	}
	
	/* Amazon */
	
	.amazon_widget {
		border: 12px solid #e94d9c;
		font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
		text-align: center;		
		position:relative;
		margin: 0 15px 40px;
		width: 260px;
		color: #7d81bf;
		font-size: 10px;
	}


	.amazon_intro {
		margin-bottom: 80px;
		display:block;
		text-transform: uppercase;
		font-weight: bold;
		color: #e94d9c;
		font-size: 13px;
	}

	.knewit {
		text-align: center;
		background: #bea169;
		padding: 9px 0;
		color: #fff;
		font-size: 24px;
		border-bottom: 0;
		margin-bottom: 0;
		font-weight: normal !important;
		position: absolute;
		width: 314px;
		top: 70px;
		left: -27px;
		}
	
	.knewit:before{
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-top: 15px solid #004a70;
		border-left: 15px solid transparent;
		position: absolute;
		bottom: -14px;
		left: 1px;
	}	
	
	.knewit:after {
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-top: 15px solid #004a70;
		border-right: 15px solid transparent;
		position: absolute;
		bottom: -14px;
		right: 0;
	}

	.other_area {
		width: 82px;
		border-top: 2px solid #e94d9c;
		float:left;
		height: 20px;
		text-align: left;
	}
	
	.big_amazon {
		display: block;
		margin: 0 auto;
	}

	a.tweet_jmoe {
		border: 12px solid #e94d9c;
		text-align: center;
		padding: 8px;
		display: block;
	}
	
	a.tweet_jmoe h4 span {
		color: #7d81bf;
		font-family: 'Mouse Memoirs', arial, sans-serif;
		display: block;
		font-size: 40px;
		line-height: 48px;
	}
	
	a.tweet_jmoe:hover {
		background: #7d81bf;
	}
	
	a.tweet_jmoe:hover h4, a.tweet_jmoe:hover h5, a.tweet_jmoe:hover h4 span {
		color: #fff;
		text-decoration: none;
		border-bottom: 0;
	}


/* Woo Tabs */
	

	#tabs ul.wooTabs li {
	  float: left;
	  display: inline;
	  margin-right: 2px;
	  font-weight: bold;
	  color: #ffffff;
	  cursor: pointer; }

	#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
	  background: #7d81bf;
	  text-decoration: none;
	  border: 0px;
	  border-width: 0px;
	  color: #fff; }

	#tabs ul.wooTabs li a {
	  color: #999;
	  display: block;
	  float: left;
	  border: 1px solid transparent;
	  border-width: 1px 1px 0;
	  padding: 5px 8px 3px;
	  text-transform: uppercase;
	  font-size: 18px;
		font-family: 'Mouse Memoirs', arial, sans-serif;
	  text-shadow: 1px 1px 0 solid #fff; }

	#tabs .inside li {
	  background: #fff; }

	#tabs #tab-tags {
	  padding: 10px;
	  background: #fff;
	  border: 1px solid #d9d9d9; }

	#tabs .inside ul {
	  margin: 0;
	  border: 1px solid #7d81bf;
	  border-width: 1px 0 1px 0;
	  list-style: none;
	  padding-left: 0px; }

	#tabs .inside li {
	  border: 1px solid #7d81bf;
	  border-width: 0 1px 1px 1px;
	  padding: 10px; }

	#tabs .inside li a {
	  color: #999;
	  font: bold 13px/18px Helvetica, Arial, sans-serif;
	  padding: 0; }

	#tabs .inside li span.meta {
	  display: block;
	  font: 300 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	  text-transform: uppercase;
	  color: #777; }

	#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
		float: left;
		margin: 0 8px 0 0;
		padding: 0;
		border-radius: 300px;
		-moz-border-radius: 300px;
		-webkit-border-radius: 300px;
	}

	#tabs {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-top-left-radius: 3px;
	}

	#tabs .inside .list {
		display: none;
	}

	#tabs .inside .list:first-child {
		display: block;
	}


/* Store */

a[name] {
  padding-top: 50px;
  margin-top: -50px;
  display: inline-block; /* required for webkit browsers */
}

	.store_item {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.store-title {
		text-align: center;
		text-transform: uppercase;
		color: #e94d9c !important;
	}
	
	.store-sub-title {
		color: #fff;
		background: #7d81bf;
		padding: 3px 9px;
		font-family: 'Mouse Memoirs', arial, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	
	.store_item_head {
		font-family: 'Mouse Memoirs', arial, sans-serif;
		margin-bottom: 12px;
		font-weight: normal;
		font-size: 30px;
	}
	
	.store_item_image {
		max-width: 100%;
		height: auto;
	}
	
	.buy_links {
		text-align: left;
		margin: 12px 0 5px;
	}
	
	.buy_links a {
		margin-left: 0;
	}
	
	.store_price {
		font-size: 30px;
		font-family: 'Mouse Memoirs', arial, sans-serif;
		color: #7d81bf;
		text-align: left;
		margin-top: 9px;
	}
	
	.store_price span {
		font: italic 300 15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #c0c0c0;
	}

/* About */
	
	.about_row {
		clear:left;
	}
	
	.about_box {
		margin-top: 20px;
	}
	
	.about_inner_box1 {
		margin: 0 10px;
		display: block;
		padding: 10%;
		background:#e94d9c url(images/ar_swatch1.jpg) repeat-x;
		text-align:center;
		color: #fff !important;
		font-size: 30px;
		font-family: 'Mouse Memoirs', arial, sans-serif;
		text-transform: uppercase;
	}

	.about_inner_box2 {
		margin: 0 10px;
		display: block;
		padding: 10%;
		background: url(images/ar_swatch2.jpg) repeat-x;	
		text-align:center;
		color: #fff !important;
		font-size: 30px;
		font-family: 'Mouse Memoirs', arial, sans-serif;
		text-transform: uppercase;
	}



@media only screen and (max-width: 767px) {
	 .head_images, .social_bar, .regular_header {
		display: none;
	}
	
	.mobile_header {
		width: 100%;
	}
	
	#header {
	  padding-top: 20px;
	}
	
	.hide-xs {
		display: none;
	}

}



/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Navigation */
	.fixed {
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		z-index: 2000;
	}
    
	.atr_nav_logo {
		float: left;
		display: block;
	}

	ul.nav li {
		height: 45px;
	}

	ul.nav li a {
		padding: .4em;
	}

	.second_head_image_1, .second_head_image_2 {
		display: none;
	}

	.boxed-layout #header {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		background: #000;
		height: 100%;
		padding-top: 50px;
		margin-bottom: 0;
		position: relative;
	}

	.boxed-layout #content {
		padding-left: .7em;
		padding-right: .7em;
	}

	#wrapper {
		margin-top:40px;
	}
	
	.menu-main-container {
	}

	.menu-main-container li.current-menu-item {
		/* background: url(images/ar_current_menu.png) no-repeat;*/
	}
	
	.menu-main-container li.ontheright {
		float: right;
	}
	
	.menu-main-container a {
		text-transform: uppercase;
		color: #fff;
		font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
		font-size:14px;
		font-weight: bold;
	}
	
	.menu-main-container a:hover {
		text-decoration: none;
	}
	
	/* New Header Common */
	
	.mobile_header {
		display: none;
	}

	.regular_header {
		position:absolute;
		z-index:100;
		margin:0 auto;
		top:0;
		left:0;
		right:0;
		width: 200px;
	}

	.menu-main-container li {
		float: left;
		padding-top: 10px;
		text-align: center;
		margin-right: 10px;
		margin-left: 10px
	}

	.head_images {
		width:100%;
	}
	
	.head_image {
		 padding:0;
		 float:left;
		 width:50%;
	}
	
	.head_image img {
		width: 100%;
	}
	
	#navigation {
		height:45px;
		background:#e94d9c url(images/ar_swatch1.jpg) repeat-x;
		clear:both;
		padding: 0px;
		margin-bottom: 0;
	}
	
	ul.nav li a, #navigation ul.rss a, #navigation ul.cart a.cart-contents, #navigation .cart-contents #navigation ul.rss, #navigation ul.nav-search, #navigation ul.nav-search a {
		font: 300 12px/1.2em Futura, 'Trebuchet MS', Arial, sans-serif;
		color: #ffffff;
	}

	/* Social Menu */

	.social-menu {
		padding: 6px 10px;
		font: 300 9px/1.2em Futura, 'Trebuchet MS', Arial, sans-serif;
		color: #ffffff;
		text-transform: uppercase;
		height: 33px;
	}
	
	.social-menu strong {
		display: none;
	}
	
	.social-menu-show {
		background: url(images/ar_swatch2.jpg) repeat-x;
	}
	
	.social-menu a .fa-stack-2x {
		color: #fff;
	}

	.social-menu a .fa-stack-1x {
		color: #e94d9c;
	}

	.social-menu-show a .fa-stack-1x {
		color: #7d81bf
	}

	.social_bar {
		height:40px;
		background:#e94d9c url(images/ar_swatch1.jpg) repeat-x;
		clear:both;
		padding: 5px 0;
		padding-right:12px;
	}
	
	.inner_social_bar {
		width: 100%;
		text-align: right;
	}
	
	#main-nav  {
		width: 100%;
	}

	#navigation .push-right {
		float: right;
	}
	
	#navigation .push-right a {
		padding: 4px 0 !important;
	}
	
	#wrapper {
		margin-top: 0px !important;
	}

	#main {
		margin-top: 40px;
	}
	
	/* Big News */
	
	.big_news {
		margin-top: -40px;
		margin-bottom: 40px;
	}
	
	
	/* Home Page */
	
	.podcast-episode {
		height: 250px;
	}
	
	.home_image {
		width: 250px;
		float:left;
	}
	
	.home_promo {
		float:left;
		width: -moz-calc(100% - 274px);
		width: -webkit-calc(100% - 274px);
		width: calc(100% - 274px);
	}

	.hentry li {
		list-style-type: disc;
	}
	
	.hentry ul {
		margin-bottom: 34px;
	}
	
	.hentry h2 {
		margin-bottom: 17px;
		font-family: 'Mouse Memoirs', arial, sans-serif;
	}
	
	#contact-page h2 {
		font-family: 'Mouse Memoirs', arial, sans-serif;
		color: #7d81bf;
	}
	
	.post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {
    	color: #7d81bf;
	}
	
	
	/* About */
	
	.about p {
		padding-bottom: 18px;
		margin: 0 60px;
	}
	
	.about_img {
		margin: 0 auto 18px;
	}
	
	.about ul {
		margin: 0 60px 18px;
	}
	
	/* About Gallery */
	
	.thestage .slick-prev:before, .thestage .slick-next:before {
		font-size: 100px;
	}
	
	.thestage .slick-prev, .thestage .slick-next {
    width: 100px;
    height: 100px;
    z-index: 500;
	}
	
/*	.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}*/

.thestage .slick-next {
}

	.stage_item img{
		margin: 0 auto;
		max-height: 400px;
		width: auto;
	}
	
	.about_box {
		width: 16%;
		float: left;
	}
	
	/* Store */

	.store_item {
		width: 30%;
		float: left;
		margin-right: 24px;
	}
	
}



@media only screen and (min-width: 980px) {
	
	#navigation {
		height: 45px;
		padding: 0px 12px;
	}
	
	ul.nav li a {
		padding: .5em;
	}

	ul.nav li a, #navigation ul.rss a, #navigation ul.cart a.cart-contents, #navigation .cart-contents #navigation ul.rss, #navigation ul.nav-search, #navigation ul.nav-search a {
		font: 300 14px/1.2em Futura, 'Trebuchet MS', Arial, sans-serif;
	}	
	.social-menu {
		padding: 5px 10px;
		font: 300 12px/12px Futura, 'Trebuchet MS', Arial, sans-serif;
		height: 35px;
	}


	.col-full, #wrapper {
		max-width: 100%;
		margin: 0 auto;
	}
	
	.special_new_wrapper {
		max-width: 960px;
		margin: 0 auto;
		background: #fff;
		padding-top: 3em;
		border-left: 12px solid #fff;
		border-right: 12px solid #fff;
	}

	/* New Header Mod for Sizing */

	.regular_header {
		width: 317px;
	}

	.menu-main-container li {
	}

	.inner_social_bar {
		margin: 0 auto;
	}
	
	#sidebar {
		overflow: visible;
	}

}


@media only screen and (min-width: 1350px) {
	#header {
		overflow: hidden;
	}	

	.regular_header {
		width: 500px;
	}

.social-menu strong {
	display: inline-block;
}


	.head_images {
		margin: 0 auto;
		z-index: 30;
		position: relative;
	}	

}