/********************************************************************/
/***************************	GENERAL   **************************/
/********************************************************************/

html{
	background: url(../img/stock.jpg) fixed;
	background-size:cover
}

a.ui-link{
	color:#d34836 !important; /* Set link color here */
	text-decoration:none;
}

.ui-body-d{
	-webkit-box-shadow: 0px 0px 20px 0.1em #222;
	-moz-box-shadow: 0px 0px 20px 0.1em #222;
	box-shadow: 0px 0px 20px 0.1em #222;
}

.ui-page{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/stock.jpg);
}

.ui-content{
	max-width:640px;
	margin:0 auto;
}

.full-width{
	max-width:100%;
}

.dropcaps{
	font-size: 3.5em;
	line-height:0.5em;
	font-weight:bold;
	margin-right:5px;
	float: left;
}

.blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #d34836; /* Set blockquote left border color */
  font-style:italic;
}

.icon img{
	float:left;
	padding-right:15px;	
}

.icon p{
	padding-bottom:10px;
}

#index-header{
	text-align:center;
}

#logo{
	padding:10px;
}

#color-bar{
	height: 7px; /* Set to desired color of bar under header */
	-webkit-box-shadow: 0px 3px 5px 5px #222;
	-moz-box-shadow: 0px 3px 5px 5px #222;
	box-shadow: 0px 3px 10px 5px #222;
	background-color: #ffc000;
}

.utility-buttons{
	text-align:center;
}

#about-list ul li{
	margin-top:10px;
}

.social-icons{
	text-align:center;
	padding-top:0px;
}

.social-icons ul{
	list-style: none;
	padding:0;
}

.social-icons ul li{
	display:inline;
}
/********************************************************************/
/*************************	CUSTOM ICONS    *************************/
/********************************************************************/

.nav-custom-icons .ui-btn .ui-btn-inner {
    padding-top: 40px !important; 
}

.nav-custom-icons .ui-btn .ui-icon { 
    width: 45px!important; 
    height: 35px!important; 
    margin-left: -24px !important; 
    box-shadow: none!important; 
    -moz-box-shadow: none!important; 
    -webkit-box-shadow: none!important;
    -webkit-border-radius: none !important;
    border-radius: none !important; 
}

#cell .ui-icon {
	background-image: url(../img/cell2-sm.png);
	background-repeat: no-repeat;
	float: none;
	background-position: center center;
}

#facebook .ui-icon { 
	background-image: url(../img/facebook-sm.png);
	background-repeat: no-repeat;
	float: none;
	background-position: center center;
}

#location .ui-icon { 
	background-image: url(../img/map-marker-sm.png);
	background-repeat: no-repeat;
	float: none;
	background-position: center center;
}

/********************************************************************/
/**************************		FORMS		*************************/
/********************************************************************/

form p.error {
	color:red;
	margin-top:15px;
	padding:0;
}

form input.error{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 7px red;  
    -moz-box-shadow: 0px 0px 7px red;  
    box-shadow: 0px 0px 7px red;
}

form textarea.error{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 7px red;  
    -moz-box-shadow: 0px 0px 7px red;  
    box-shadow: 0px 0px 7px red;
}

#comment-form-success{
	text-align:center;
}

.ui-hide-label.ui-br, .no-field-separator {
    border-bottom-width: 0;
}
.ui-field-contain.ui-hide-label, .no-field-separator {
    margin: 1em 0;
    padding: 0;
}

#contact-form h3{
	text-align:center;
}

#contact-form-success{
	text-align:center;
}

/********************************************************************/
/***********************		CONTACT		*************************/
/********************************************************************/

.address p{
	line-height:0.2em;
}

.location-content{
	text-align:center;
}

.location-content p{
	font-weight: bold;
	font-style:italic;
}

#map img{
	border:8px solid white;
	-webkit-box-shadow: 0px 0px 20px 0.1em #222;
	-moz-box-shadow: 0px 0px 20px 0.1em #222;
	box-shadow: 0px 0px 20px 0.1em #222;
	margin-top:15px;
	margin-bottom:15px;
}

#personal-contact{
	overflow:hidden;
}

/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

 
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #000;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* UILayer */
div.ps-uilayer { 
	
	background: #000;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(../img/gallery/loader.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(../img/gallery/error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(../img/gallery/icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(../img/gallery/icons@2x.png);
	}
}
#about #about-content .ui-body.ui-body-d .ui-grid-a .ui-block-c ul,#about #about-content .ui-body.ui-body-d .ui-grid-a .ui-block-d ul {
	padding-right: 15px;
	padding-left: 15px;
}
