/******************************************************************
DESKTOP & JUST BIGGER THAN AN iPAD
******************************************************************/
@media only screen and (min-width: 768px) {

	/*********************
	LAYOUT & GRID STYLES
	*********************/
	.wrap {
		max-width: 960px;
	}

  /***** Grid Options down here, where they are usable ******/
  /* This is using the 1140 Grid System: http://cssgrid.net/ */
  .onecol {
    width: 4.85%; }

  /* grid_1  */
  .twocol {
    width: 13.45%; }

  /* grid_2  */
  .threecol {
    width: 22.05%; }

  /* grid_3  */
  .fourcol {
    width: 27.75%; }

  /* grid_4  */
  .fivecol {
    width: 39.45%; }

  /* grid_5  */
  .sixcol {
    width: 48%; }

  /* grid_6  */
  .sevencol {
    width: 56.75%; }

  /* grid_7  */
  .eightcol {
    width: 65.4%; }

  /* grid_8  */
  .ninecol {
    width: 74.05%; }

  /* grid_9  */
  .tencol {
    width: 82.7%; }

  /* grid_10 */
  .elevencol {
    width: 91.35%; }

  /* grid_11 */
  .twelvecol {
    width: 100%; }

  /* grid_12 */
  /* layout & column defaults */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    float: left;
    position: relative;
    padding-left: 1.9%;
    padding-right: 1.9%; }

  /* adding float to large column */
  .twelvecol {
    float: left;
    position: relative; }

  /* default styles & fixes */
  .first {
	  padding-left: 0px;
  }

  .last {
    padding-right: 0;
  }

	.mobile-only{display:none;}
	.mobile-hide{display:inherit!important;}

	/*********************
	HEADER SYTLES
	*********************/
	.header {
		background: #f7f7f7;
		position:relative;
		z-index:200;
		margin:0px;
		padding:0px;
	}

	#inner-header-wrapper {
		background: #fff;
	}
	.lt-ie9 .header {
		background:#fff;
	}
	#logo {
		float:left;
		background:url('images/logo.png') no-repeat;
		width:250px;
		height:105px;
		margin:20px 0px 0px;
	}
	#page-h1{
		color:#FF8400;
		font-size:11px;
		font-weight:bold;
		width:auto;
		height:auto;
		clip:auto;
		padding:0px;
		margin:15px 0px;
		position:relative;
	}
	/*overwrite custom headet styles*/
	#headimg{
		display:block;
		text-align: center;
		width:100%;
		max-height: 158px;
		background: #f7f7f7;
	}

	#phone-number {
		margin-top: 30px;
		text-align: right;
	}
	/*********************
	NAVIGATION STYLES
	*********************/
	/*Header Links*/
	#header-links{
		float:right;
		clear:right;
		display:block;
		margin:5px 0px;
		padding:0px;
	}
	#header-links .menu{}
	#header-links .menu ul{
		margin:0px;
		padding:0px;
	}
	#header-links .menu li{
		float:left;
		position:relative;
		margin-left:0px;
		margin:0px;
		padding:0px;
	}
	#header-links .menu li a{
	    display: block;
		background:none;
	    border:none;
	    border-left:1px solid #000;
		color:#000;
	    text-decoration: none;
	    padding:0px 5px;
	}
	#header-links .menu li:first-child a{
	    border-left:none;
	}
	#header-links .menu li a:hover{
		text-decoration:underline;
	}
	/*Main Navigation*/
	#main-nav{
		position:relative;
		z-index:10;
		width:100%;
		height:57px;
		background: #EFEFEF url('images/nav-bg.jpg') repeat;
		background: linear-gradient(top, #FFF 30%, #EFEFEF 60%);
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.49);
		-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.49);
		-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.49);
	}
	#main-nav .menu {
		max-width:960px;
		margin:0px auto;
	}
	#main-nav .menu ul {
		text-align:center;
		display: flex;
		justify-content: space-around;
		padding: 0 15px;
	}
	#main-nav .menu li {
		display:inline-block;
		position:relative;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width:auto;
	}
	#main-nav .menu li.last-item{}
	#main-nav .menu li:hover{}
	#main-nav .menu li a {
		background:none;
	    font-size:0.9em;
	    margin:0px;
	    padding: 20px 1%;
	    border: none !important;
	}
	#main-nav .menu li:hover a{
		background:none;
	}
	#main-nav .menu li a:hover {}
	#main-nav .menu li.first-item a {}
	#main-nav .menu li.last-item a {
		background:none;
	}
	#main-nav .menu li.current-menu-item a,
	#main-nav .menu li.current_page_item a,
	#main-nav .menu li.current-page-ancestor a {}

	/*Child Menu*/
	#main-nav .menu ul ul {}
	#main-nav .menu ul li:hover > ul {}
	#main-nav .menu ul ul li:hover,
	#main-nav .menu ul ul li {}
	#main-nav .menu ul ul li a {}
	#main-nav .menu ul ul li a:hover {}
	#main-nav .menu .sub-menu li.current-menu-item a,
	#main-nav .menu .sub-menu li.current_page_item a,
	#main-nav .menu .sub-menu li.current-page-ancestor a {}
	#main-nav .menu ul ul ul {}


	/*Footer Links*/
	#footer-links{
		display:inline-block;
		margin:0px;
		padding:0px;
	}
	#footer-links .menu{}
	#footer-links .menu ul{
		background:none;
	}
	#footer-links .menu li{
		float:left;
		margin-left:0;
		position:relative;
	}
	#footer-links .menu li a{
	    display: block;
		background:none;
	    border:none;
	    border-left:1px solid #000;
		color:#000;
	    text-decoration: none;
	    padding:0px 5px;
	}
	#footer-links .menu li:first-child a{
	    border-left:none;
	}
	#footer-links .menu li a:hover{
	    text-decoration:underline;
	}
	/*********************
	POSTS & CONTENT STYLES
	*********************/
	#content-bg{
		background: url('/wp-content/themes/noyesselfstorage/images/content-bg.jpg') top center no-repeat #fff;
	}

	body.home #content-bg {
		background: none;
	}

	#content-wrapper {
		background: #F7F7F7;
		padding-top: 30px;
	}
	#content {
		position:relative;
		z-index:100;
		background: #f7f7f7;
		border-bottom: solid 1px #f0f0f0;
	}

	#main{
		margin:10px 0px;
	}
	.hentry {
		padding-left: 1%;
		padding-top: 10px;
	}

	.single-title, .page-title {}
	.single-title {}
	.page-title {}
	.archive_title { }

	/* want to style individual post classes? Booya! */
	.post-id {} /* post by id (i.e. post-3) */
	.post {} /* general post style */
	.page {} /* general article on a page style */
	.attachment {} /* general style on an attatchment */
	.sticky {} /* sticky post style */
	.hentry {} /* hentry class */
	.category-slug {} /* style by category (i.e. category-videos) */
	.tag-slug {} /* style by tag (i.e. tag-news) */

	/* post meta */
	.meta {}
		.meta time {}

	/* post content */
	.post-content {
		margin:0px 10px;
	}

	.post-content p {}
	.post-content ul, .post-content ol, .post-content table, .post-content dl {}
	.post-content ul, .post-content ol {}
	.post-content li {}
	.post-content ul li {}
	.post-content ol li {}

	.post-content blockquote {}
	.post-content blockquote:before {} /* this adds the quote before the blockquote */

	.post-content dl {}
	.post-content dt {}
	.post-content dd {}

	.post-content img {}

	/* image alignment */
	.alignleft, img.alignleft {
		float: left;
		margin: 0 15px 10px 0;
	}
	.alignright, img.alignright {
		float: right;
		margin: 0 0 10px 15px;
	}
	.aligncenter, img.aligncenter {
		display: block;
		margin: 0 auto;
	}

	.post-content video, .post-content object {}
	.post-content pre, .post-content code {}

	.wp-caption {}
	.wp-caption img {}
	.wp-caption p.wp-caption-text {}

	/* image gallery styles */
	.gallery dl {}
	.gallery dt {}
	.gallery dd {}
	.gallery dl a {}
	.gallery dl img {}
	.gallery-caption {}

	.size-full{
		max-width:100%;
		height:auto;
	}
	.size-large {}
	.size-medium {}
	.size-thumbnail {}
	.hentry footer {}

	/******************************************************************
	PAGE NAVI STYLES
	******************************************************************/

	.page-navigation, .wp-prev-next {}
		.bones_page_navi, .wp-prev-next ul {}

			.bones_page_navi li {}

				.bones_page_navi li a {}
					.bones_page_navi li a:hover {}

			/* current page link */
			.bones_page_navi li.bpn-current {}
				/* hovering on current page link */
				.bones_page_navi li.bpn-current:hover {}

			/* common styles for page-navi links */
			.bones_page_navi li.bpn-prev-link a, .bones_page_navi li.bpn-next-link a {}
			.bones_page_navi li.bpn-prev-link a:hover, .bones_page_navi li.bpn-next-link a:hover, .bones_page_navi li.bpn-first-page-link a:hover, .bones_page_navi li.bpn-last-page-link a:hover {}

			/* previous link */
			.bones_page_navi li.bpn-prev-link {}
				.bones_page_navi li.bpn-prev-link a {}
					.bones_page_navi li.bpn-prev-link a:hover {}

			/* next page link */
			.bones_page_navi li.bpn-next-link {}
				.bones_page_navi li.bpn-next-link a {}
					.bones_page_navi li.bpn-next-link a:hover {}

			/* first page link */
			.bones_page_navi li.bpn-first-page-link {}
				.bones_page_navi li.bpn-first-page-link a {}
					.bones_page_navi li.bpn-first-page-link a:hover {}

			/* last page link */
			.bones_page_navi li.bpn-last-page-link {}
				.bones_page_navi li.bpn-last-page-link a {}
					.bones_page_navi li.bpn-last-page-link a:hover {}

		/* fallback previous & next links */
		.wp-prev-next {}
			.wp-prev-next ul {}
				.wp-prev-next .prev-link {}
				.wp-prev-next .next-link {}

	/******************************************************************
	COMMENT STYLES
	******************************************************************/

	#comments {}/* h3 comment title */
		#comments span {} /* number of comments span */

	.comment-nav {}
		.comment-nav ul {}
			.comment-nav ul li {}

	.commentlist {}
		.commentlist li {}
			.commentlist li[class*=depth-] {
				padding-left: 20px;
			}
				.commentlist li.depth-1 {}
					.commentlist li:not(.depth-1) {}
				.commentlist li.depth-2 {}
				.commentlist li.depth-3 {}
				.commentlist li.depth-4 {}
				.commentlist li.depth-5 {}
				.commentlist li:last-child {}
					.commentlist li ul.children li {}
					.commentlist li ul.children li.alt {}
					.commentlist li ul.children li.byuser {}
					.commentlist li ul.children li.comment {}
					.commentlist li ul.children li.depth-1 {} /* change number for different depth */
					.commentlist li ul.children li.bypostauthor {}
					.commentlist li ul.children li.comment-author-admin {}
					.commentlist li ul.children .alt {}
					.commentlist li ul.children .odd {}
					.commentlist li ul.children .even {}
				.commentlist .alt {}
				.commentlist .odd {}
				.commentlist .even {}
				.commentlist .parent {}
				.commentlist .comment {}
				.commentlist .children {}
				.commentlist .pingback {}
				.commentlist .bypostauthor {}
				.commentlist .comment-author {}
				.commentlist .comment-author-admin {}
				.commentlist .thread-alt {}
				.commentlist .thread-odd {}
				.commentlist .thread-even {}

				.commentlist .vcard {}
					.commentlist .vcard cite.fn {}
					.commentlist .vcard time {}
						.commentlist .vcard time a {}
							.commentlist .vcard time a:hover {}
					.commentlist .vcard img.photo {}
					.commentlist .vcard img.avatar {}
						.commentlist .vcard cite.fn a.url {}
					.commentlist .comment-meta {}
						.commentlist .comment-meta a {}
					.commentlist .commentmetadata {}
						.commentlist .commentmetadata a {}
				.commentlist li .comment_content {}
					.commentlist li .comment_content p { }
					.commentlist li ul {}
					.commentlist .comment-reply-link {}
						.commentlist a.comment-reply-link:hover {}

	/******************************************************************
	 FORM STYLES
	******************************************************************/
	form{}
	form label{
		display:block;
		width:100%;
		padding:0px;
		margin:5px 0px 0px;
	}
	form input{
		background:#FFF;
		border-top:1px solid #929292;
		border-left:1px solid #929292;
		border-right:1px solid #D7D7D7;
		border-bottom:1px solid #D7D7D7;
		box-shadow:inset 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:inset 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow:inset 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
		padding:4px;
		margin:0px 2px;
		width: 90%;
	}
	form select{
		background:#FFF;
		border-top:1px solid #929292;
		border-left:1px solid #929292;
		border-right:1px solid #D7D7D7;
		border-bottom:1px solid #D7D7D7;
		box-shadow:inset 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:inset 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow:inset 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
		padding:4px 2px 4px 4px;
		margin:0px 2px;
	}
	form input.submit,
	form input[type=submit]{
		background:#FF8000 url('images/nav-hover-bg.jpg') repeat-x;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB400), to(#FF8000));
		background-image: -webkit-linear-gradient(top, #FFB400, #FF8000);
		background-image: -moz-linear-gradient(top, #FFB400, #FF8000);
		background-image: -o-linear-gradient(top, #FFB400, #FF8000);
		background-image: -ms-linear-gradient(top, #FFB400, #FF8000);
		background-image: linear-gradient(top, #FFB400, #FF8000);
		border:1px solid #FF8300;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		color:#FFF;
		font-size:18px;
		font-weight:bold;
		padding:5px 10px;
		margin:3px 2px;
	}

	/*CCF Styles*/
	.ccf-tooltip {
		background-color: #000000;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		display: none;
		font-size: 12px;
		padding: 10px 15px;
		text-align: left;
		width: 200px;
		z-index: 200;
	}

	/******************************************************************
	COMMENT FORM STYLES
	******************************************************************/

	.respond-form {}
		#comment-form-title {}

		#cancel-comment-reply {}
				#cancel-comment-reply a {}

		.respond-form form[method=post] {}

			.comments-logged-in-as {}

			.respond-form form[method=post] li {}
				.respond-form form[method=post] li label, .respond-form form[method=post] li small {}
				.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url], .respond-form textarea {}
				.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus {}
				.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] {}

				#allowed_tags {}
				.respond-form textarea {}
				#submit {}

		/* form validation */
		.respond-form input:invalid, .respond-form textarea:invalid {}

		/* no comments */
		.nocomments {}

	/*********************
	SIDEBARS & ASIDES
	*********************/
	.sidebar {
		margin-top: 2.2em;
	}
	.sidebar .widget {}
	.widgettitle {
		border-bottom: 2px solid #444;
		margin-bottom: 0.75em;
	}
	.widget ul {}
	.widget li {
		margin-bottom: 0.75em;
	}

	.widget li:first-child {}
	.widget li:last-child {}

	.widget li a {}

	.widget li ul {
		margin-top: 0.75em;
		padding-left: 1em;
	}
	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}

	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}

	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}

	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}

	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {}
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}

	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}

	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}

	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {}
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}

	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}

	/* search widget */
	#searchform {}
	.widget_search {}
	.screen-reader-text {}

	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}

	/*Right Sidebar Styles*/
	#sidebar{
		margin:0px;
	}

	/*********************
	FOOTER STYLES
	*********************/
	.footer {
		background:#FFF url('images/footer-bg.jpg') top center no-repeat;
		position:relative;
		z-index:105;
		margin:0px auto 50px;
		padding:30px 0px 0px;
	}
	.footer #united-trucks{
		background:url('images/united-moving-trucks-and-van.png') top center no-repeat;
		width:562px;
		height:127px;
		position:absolute;
		top:-70px;
		left:50%;
		margin-left:-250px;
		z-index:110;
	}
	.footer-links {}
	.footer-links ul {}
	.footer-links li {}
	.footer-links li a {}
	.footer-links li a:hover {}
	.nav li.current-menu-item a, .nav li.current_page_item a {}
	.footer-links .sub-menu {}
	.copy-right{
		margin:0px
	}
	.authorized{
		padding:0px 140px;
		margin:25px auto 15px;
	}
	.footer-statement{
		display:block;
		padding:0px 60px;
		margin:5px auto;
	}

	/*********************
	HOME PAGE Style
	*********************/
	/*Slide Show Styles*/
	#home-slideshow{
		display:block;
		height:392px;
	}
	#home-slideshow .wmuSlider{
		width:100%;
	    z-index: 1;
	}
	#home-slideshow .wmuSliderWrapper{}
	#home-slideshow .wmuSliderWrapper{}
	#home-slideshow .wmuSliderWrapper .slide{
		height:392px;
	}
	#home-slideshow .wmuSliderWrapper .slide .inner-slide{
	    height: 360px;
	    padding:45px 0px 0px 0px;
	}
	/*Slideshow Pager Styles*/
	#home-slideshow ul.wmuSliderPagination{
		display:block;
		position:absolute;
		bottom:-10px;
		left:48%;
		margin:0px;
	}
	#home-slideshow ul.wmuSliderPagination li{
		float:left;
		display:inline-block;
	}
	#home-slideshow ul.wmuSliderPagination li a{
		display:block;
		background: rgba(255, 255, 255, 0.5);
		width:15px;
		height:15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		margin:0px 5px;
		color:#FFF;
		text-indent: 100%;
		text-align:center;
		white-space: nowrap;
		overflow: hidden;
	}
	.lt-ie9 #home-slideshow ul.wmuSliderPagination li a{
		background: #FFF;
		opacity: 0.5;
		filter: alpha(opacity = 50);
	}
	#home-slideshow ul.wmuSliderPagination li a.wmuActive{
		background: rgba(255, 255, 255, 1);
		color:#333;
	}
	.lt-ie9 #home-slideshow ul.wmuSliderPagination li a.wmuActive{
		background:#FFF;
		opacity: 1;
		filter: alpha(opacity = 100);
	}

	/*Specific Slides*/
	#home-slideshow .slide1{
		background:#CEC6BB url('images/headers/res-header.jpg') center center no-repeat;
		text-shadow: 2px 2px 11px #CEC6BB;
		font-size: .95em;
	}

		#home-slideshow .slide1 .Yesteryear {
			color: #FFFFBF;
			text-shadow: -1px 2px 1px #333;
			font-weight: normal;
			font-size: 1.3em;
		}

		#home-slideshow .slide1 .slidetitle {
			font-family: "Arial Black", Arial, sans-serif;
		}

	#home-slideshow .slide2{
		background:#F1F2EB url('images/headers/furniture-header.jpg') center center no-repeat;
		color: #251A73 !important;
		font-size: 1.2em;
		text-shadow: none !important;
	}

		#home-slideshow .slide2 .Yesteryear {
			color: #FF9910;
			text-shadow: -1px 2px 1px #555;
			font-size: 1.3em;
			font-weight: normal;
		}

		#home-slideshow .slide2 .slide-title {
			font-family: "Arial Black", Arial, sans-serif;
			color: #251A73 !important;
		}

		#home-slideshow .slide2 .slide-headline {
			font-style: none !important;
			font-size: 1.4em !important;
		}

	#home-slideshow .slide3{
		background:#273A50 url('images/headers/commercial-header.jpg') center center no-repeat;
		color: #fff;
	}

		#home-slideshow .slide3 .Yesteryear {
			color: #FF990A;
			text-shadow: 0 2px 3px #222222;
			font-size: 1.6em;
			font-weight: normal;
			font-family: "Times New Roman", Times, serif;
			font-style: italic;
		}

		#home-slideshow .slide3 .slide-title {
			font-family: "Arial Black", Arial, sans-serif;
			text-shadow: 0 2px 3px #222222;
		}

		#home-slideshow .slide3 .slide-headline {
			font-size: 1.4em !important;
		}

		#home-slideshow .slide3 .large {
			font-size: 1.2em;
			font-weight: bold;
		}


	#home-slideshow .slide4{
		background:#EEEEEE url('images/headers/packing-header.jpg') center center no-repeat;
		color: #261A71 !important;
		font-size: 1.1em;
	}

		#home-slideshow .slide4 .Yesteryear {
			color: #FF9A10;
			font-size: 1.3em;
			font-weight: normal;
			text-shadow: -1px 2px 1px #555;
		}

		#home-slideshow .slide4 .slide-title,
		#home-slideshow .slide4 .slide-headline {
			color: #261971 !important;
			font-style: normal !important;
			text-shadow: none !important;
		}

	#home-slideshow .slide5{
		background:#BABBB9 url('images/headers/vehicle-header.jpg') center center no-repeat;
	}

		#home-slideshow .slide5 .slide-title {
			font-family: "Arial Black", Arial, sans-serif;
			text-shadow: -1px 2px 3px #333;
			font-size: 3.6em !important;
		}

		#home-slideshow .slide5 .Yesteryear {
			color: #251A72 !important;
			font-size: 1.2em;
			font-weight: normal;
			text-shadow: none !important;
		}

		#home-slideshow .slide5 .slide-headline {
			color: #251A72 !important;
			font-style: normal !important;
			text-shadow: none !important;
			font-size: 1.6em !important;
		}


	#home-slideshow .slide .slide-title{
		font-size:2.5em;
		line-height: 1.2em;
		font-weight:bold;
		/* text-shadow: -1px 2px 3px #555; */
		margin:0px 0px 0px;
		color: #000;
		font-family: "Arial Black", Gadget, sans-serif;
	}
	#home-slideshow .slide .slide-headline{
		font-size:1.5em;
		text-shadow: 0px 2px 3px #222;
		margin:0px;
		font-family:'Droid Sans', sans-serif;
	}

	#home-slideshow .slide .yesteryear {
		text-shadow: -1px 2px 1px #555555;
	}

	/*Home Page request a quote sidebar and form*/
	#home-request-quote-wrapper{
		display:block;
	}
	#home-request-quote{
		background:#FFF;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
		background-image: -webkit-linear-gradient(top, #FFF, #F0F0F0);
		background-image: -moz-linear-gradient(top, #FFF, #F0F0F0);
		background-image: -o-linear-gradient(top, #FFF, #F0F0F0);
		background-image: -ms-linear-gradient(top, #FFF, #F0F0F0);
		background-image: linear-gradient(top, #FFF, #F0F0F0);
		border:4px solid #FFF;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
		width:230px;
		padding:45px 0px 0px;
		margin:15px 0px 0px;
		position:absolute;
		z-index:5;
		top:-395px;
		right:10px;
	}

	#home-request-quote .widget{
		background:none;
		border:none;
		box-shadow:none;
		margin:0px;
	}
	#home-request-quote p{
		margin:0px;
	}
	#home-request-quote form{
		background:none;
		width:200px;
		margin:-10px auto;
	}
	#home-request-quote h4{
		background:url('images/home-quote-form-banner.png') no-repeat;
		color:#FFF;
		font-size:17px;
		font-weight:bold;
		height:47px;
		width:268px;
		text-align: center;
		padding:10px 0px 0px 0px;
		margin:0px;
		position:absolute;
		top:5px;
		left:-19px;
		border-bottom: none;
	}
	#home-request-quote form label{
		margin:0;
	}
	#home-request-quote form input{}

	.lt-ie9 #home-request-quote form select,
	.lt-ie9 #home-request-quote form input{
		width:185px;
	}
	#home-request-quote form input.submit,
	#sidebar form input.submit,
	form input.submit {
		display:block;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		width:155px;
		margin:3px auto;
		border: solid 6px white;
	}
	/*Home Page Calls to  Action*/
	#home-cta{
		background: #fff;
		border-radius: 4px;
		margin:0px;
		padding:0 0 20px 0;
		box-shadow: 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px #ccc;
		-webkit-box-shadow: 1px 1px 1px #ccc;
		border: solid 1px #e8e8e8;
	}
	.lt-ie9 #home-cta{
		border-bottom:1px solid #ccc;
		margin:0px;
		padding:0px;
	}

	#home-cta img {
		margin: 20px 15px 30px 0;
	}

		#home-cta .first img {
			margin: 0px 15px 30px 0;
		}

		#home-cta .last img {
			margin: 40px 15px 40px 0;
		}

	.lt-ie8 #home-cta img {
		padding-bottom:25%;
	}

	#home-cta .widget{
		padding: 2%;
	}

		#home-cta h4 {
			color:#06117F;
			font-size:16px;
			font-weight:bold;
			border:0px;
			margin: 0;
		}
	/*Home Main Content*/
	.home #main{
		width:100%;
	}

	/*Home Page Slide Show*/
	.home #sidebar{
		width:100%;
		padding:0px;
		margin:0px;
	}
	.home #sidebar .widget{
		float:left;
		width:31%;
		margin:0px 5px;
	}

		.home #sidebar .widget.first img {
			padding: 4px;
			box-shadow:  1px 1px 2px #999999;
			border-radius: 4px;
		}

		.home #sidebar .widget.last img {
			padding: 0 0 0 8px;
			box-shadow:  1px 1px 2px #999999;
			border-radius: 4px;
		}

	.home .post-content h2{
		margin:0px;
	}

	.home .post-content p {
		line-height: 1.8em;
	}

	/*********************
	INTERIOR PAGE Style
	*********************/
	/*news page*/
	.news-item{
		padding:25px 0px;
	}
	#post-42 .wp-image-236{display:inline-block;}
	.lt-ie8 #post-42 .wp-image-236{display:none;}

		/*Storage unit size page*/
	#storage-size-map{
		display:block;
		float:left;
		height: auto;
		width: auto;
		position: relative;
		margin: 30px auto;
	}
	#storage-size-map .twentyxtwenty,
	#storage-size-map .tenxtwenty,
	#storage-size-map .tenxfifteen,
	#storage-size-map .tenxeight,
	#storage-size-map .tenxfive,
	#storage-size-map .fivexfive{
		font-family: 'Droid Sans', sans-serif;
		font-weight:bold;
		line-height:20px;
		position:relative;
		border:4px solid #ccc;
		margin-top: -4px;
		cursor:pointer;
	}
	#storage-size-map .twentyxtwenty span,
	#storage-size-map .tenxtwenty span{
		left: 50%;
		margin-left: -40px;
		margin-top: -20px;
		position: absolute;
		top: 55%;
	}
	#storage-size-map .tenxfifteen span,
	#storage-size-map .tenxeight span{
		left: 50%;
		margin-left: -35px;
		margin-top: -20px;
		position: absolute;
		top: 50%;
	}
	#storage-size-map .tenxfive span,
	#storage-size-map .fivexfive span{
		left: 50%;
		margin-left: -22px;
		margin-top: -20px;
		position: absolute;
		top: 60%;
	}
	#storage-size-map .twentyxtwenty:hover,
	#storage-size-map .tenxtwenty:hover,
	#storage-size-map .tenxfifteen:hover,
	#storage-size-map .tenxeight:hover,
	#storage-size-map .tenxfive:hover,
	#storage-size-map .fivexfive:hover,
	#storage-size-map .selected{
		background-color:#ff8500;
	}
	#storage-size-map .twentyxtwenty{
		font-size:24px;
		width:257px;
		height:257px;
	}
	#storage-size-map .tenxtwenty{
		font-size:20px;
		height:128px;
		width:257px;
	}
	#storage-size-map .tenxfifteen{
		font-size:20px;
		width:199px;
		height:128px;
	}
	#storage-size-map .tenxeight{
		font-size:18px;
		width:133px;
		height:105px;
	}
	#storage-size-map .tenxfive{
		font-size:14px;
		height:62px;
		width:133px;
	}
	#storage-size-map .fivexfive{
		font-size:16px;
		width:67px;
		height:67px;
	}
	.unit{
		display:none;
		float:left;
	}

		.unit img {
			float: left;
		}
	.unit-five-five,
	.unit-ten-five,
	.unit-ten-eight,
	.unit-ten-fifteen,
	.unit-ten-twenty,
	.unit-twenty-twenty{}

}
