﻿/******************************************************************
1030up.css
-------------------------------------------------------------------
Stylesheet: Desktop
-------------------------------------------------------------------

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/

/* These styles are applied for viewports 1030px and higher */
@media only screen and (min-width: 1030px) {

/*------------------------------------------------------------------
--> Page Header
------------------------------------------------------------------*/
	
	font.short{ visibility:visible; }

	.smlCal002_wrap .short {
	display: inline;
	visibility: visible;
	}

	#header-left {
	width: 39%;
	}

	#header-middle{
	width: 25%;
	border-top: 0;
	}

	#header-right {
	width: 35%;
	}

	#city_logo {`
	text-align: left;
	border-bottom: 0;
	}

	ul.head-links {
	border-radius: 0 0 10px 10px;
	}   

	ul.head-link_mid {
	text-align: left;
	}

	#header-row{
	padding-bottom: 0;
	background-position: center top;
	}

	#notifcation{
	padding: 0;
	width: 45%;
	}

	#temp{
	padding: 0;
    text-align: right;
    width: 54%;
	}

	.searchbox_in{
	padding: 0;
	}
	
	#hp-slideshow{
	width: 74%;
	margin:0 10px 0 0;
	}
	
	#dynamic-home-btns {
	width:25%;
	text-align: left;
	}

	#dynamic-home-btns .mm-button-wrap{
	margin-right: 0;
	margin-top:0;
	max-width:300px;
	}

	#home-latestnews  {
	width: 33.33333%;
	}

	#home-services {
	width: 33.33333%;
	}

	#home-eventslist{
	padding: 0 0 0 10px; 
	width: 33.33333%;
	}

	#services-tray .bx-controls {
	top: -61px;
	}

	a.head-link_mid {
	top: 3px;
	padding: 5px 0 5px 0;
	}

	#button_content{
	width: 30%;
	}

	#dynamic-video-btns{
	width: 34%;
	}

	#button_wrapper{
	width: 26.5%;
	margin: 0;
	}


	#news_wrapper{
	width: 41.66667%;
	margin: 0 8px;
	}

	#right_wrapper{
	width: 29.6%;
	}

	#dynamic-video-btns img{
	width: 100%;
	text-align: center;
	}


/*------------------------------------------------------------------
--> Foundation Overrides
------------------------------------------------------------------*/

	/* Add additional padding between columns for larger displays */
	.row .column, .row .columns {
	padding: 0 15px;
	}


	/*
	.widget-layout-row.row .columns
	{
	padding:0px 10px;
	}
	*/

/*-------------------------------------------------------------------
--> Main Navigation
------------------------------------------------------------------*/

/* --> Main Navigation Container ---------------------------------*/

	/* Add additional padding for larger displays */
	section#top-nav .nav-row .columns { padding: 0 15px; }

	section#top-nav .nav-row .nav-inner { padding: 0; }
/* --> Main Navigation Item Link ---------------------------------*/

	nav.main-nav ul li.nav-item > a {
	font-size: 1.3em;
	}


/* --> Main Navigation Divider -----------------------------------*/

	nav.main-nav .top-bar-section > ul > .divider {
	border-left-color: #46464a;
	border-right-color: #161617;
	display: none;
	}

	/* Has-Dropdown Arrow (Show for larger displays) */
	nav.main-nav ul.nav-list > li.nav-item:after {
	display: block;
	border-right: 1px solid #ccc;
	border-color: rgba(255,255,255,0.3);
	margin-top: 0;
	height: 24px;
	position: absolute;
	content: "";
	top: 11px;
	}

	nav.main-nav ul.nav-list > li.nav-item-1:after{
	display: none;
	}

/*------------------------------------------------------------------
--> BreadCrumbs / System Buttons
------------------------------------------------------------------*/

/* --> System Buttons ----------------------------------------------*/

	/* Column that contains the system buttons */
	.columns.system-btns-col { padding: 0 15px; }


/*------------------------------------------------------------------
--> Home Contents
------------------------------------------------------------------*/

/* --> Home Buttons ----------------------------------------------*/

	/* Button icon */
	#dynamic-home-btns a.mm-button-link img.mm-button-img { width: 30%; max-width: 72px; }

	/* Button text */
	#dynamic-home-btns a.mm-button-link .mm-button-txt {
	font-size: 2.8;
	margin-top: 15px;
	}

	/* Sub text on buttons */
	#dynamic-home-btns .mm-button-subtxt {
	font-size: 1.2em;
	}


/* --> Blocks ----------------------------------------------------*/

	/* Block heading */
	.home-block h2.block-head { font-size: 2.2em; }

	/* Inner wrapper for blocks */
	.block-contents { padding: 5px 15px 15px 15px; }


	/*------------------------------------------------------------------
	--> Page Footer
	------------------------------------------------------------------*/

    #navtop {
    width: 58%;
    }

	#nav_links_col{
	padding: 0px 15% 0 0;
	}

	#web_links{
	width: 54%;
	}

	#store_links{
	width: 45%;
	}


/* --> Footer Navigation -----------------------------------------*/

	/* Navigation list item link */

/*------------------------------------------------------------------
--> Photo Manager and Photo Book Styles
------------------------------------------------------------------*/

	#pm-gallery00 {
	height:auto !important;
	position: relative;
	}

	#pm-gallery00 .scrollable {
	position:relative;
	overflow:hidden;
	width: 640px;
	height:120px;
	}

	#pm-gallery00 .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	}

	#pm-gallery00 .items div {
	float:left;
	width:640px;
	}

	#pm-gallery00 .scrollable div.img-wrap {
	float:left;
	margin:19px 12px 19px 12px;
	padding:0px;
	width: 102px;
	height: 77px;
	overflow: hidden;
	}

	#pm-gallery00 .scrollable img {
	border:1px solid #ccc;
	}

	#pm-gallery00 .scrollable .active {
	border:1px solid #000;
	position:relative;
	cursor:default;
	}

	#pm-gallery00 .scrollable {
	float:left;	
	}

	#pm-gallery00 a.browse {
	background:url('/custom/photomanager/hori_large.png') no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
	}

	#pm-gallery00 a.right 			{ background-position: 0 -40px; clear:right; margin-right: 0px;}
	#pm-gallery00 a.right:hover { background-position:-30px -40px; }
	#pm-gallery00 a.right:active{ background-position:-60px -40px; } 


	#pm-gallery00 a.left				{ margin-left: 10px; } 
	#pm-gallery00 a.left:hover  { background-position:-30px 0; }
	#pm-gallery00 a.left:active { background-position:-60px 0; }



	#pm-gallery00 a.disabled {
	visibility:hidden !important;		
	} 	


	#pm-gallery00 #image_wrap {
	width:100%;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin:0 0 0 0;
	text-align:center;
	}

	#pm-gallery00 #image_wrap_g {
	width:100%;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin:0 0 0 0;
	text-align:center;
	}

	#pm-gallery00 #scrollable_wrap {
	width: 760px;
	margin: 0 0 0 40px;
	border-top: 1px solid #ccc;
	}

	#pm-gallery00 #text_wrap {
	width: 100%;
	margin: 0 0 0 95;
	text-align: center;
	}

	#pm-gallery00 h1, #pm-gallery00 h2, #pm-gallery00 h3 {
	margin: 0 auto 5px auto;
	text-align: center;
	}

	#pm-gallery00 #overlay{
	width: 300px;
	height: 240px;
	background: #e4e2e3;
	display: none;
	font: normal normal normal 13px/125% tahoma,sans-serif;
	color: #000;
	}

	#pm-gallery00 #overlay #edtdiv {
	font: normal normal normal 13px/125% tahoma,sans-serif;
	color: #c00;
	}

	#pm-gallery00 #overlay #title font {
	font: normal normal bold 27px/33px Garamond, Times, serif;
	color:#b4b08c;
	display:block;
	font-variant: small-caps;
	}

}
