
/***************  templates/main/css/global.defaults.css  ***************/
/* ---------------- OVERRIDE BROWSER DEFAULT TYPOGRAPHY ---------------- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
h1 {
	margin: 1.6em 0em 0em;
}
h2, h3 {
	margin:.5em auto;
}
h4 {
	margin: 1.2em 0em 0em;
}
h5, h6 {
	margin: 1.2em 0em 1.2em;
}
p, li {
	line-height: 1.2;
}
p {
	font-size: 1em;
	margin: 0.9em 0em 1.2em;
}
li > p {
	margin-top: 0.2em;
}
ol, ul {
	margin: 0 0 8px;
}
img {
	border: 0 none;
}
th {
	font-weight: normal;
	text-align: right;
	padding-right: 0.5em;
}
td {
	text-align: center;
}
form,
button,
input,
select,
textarea {
	margin: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.74em;
	/* avoid increased line-box height */
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sup.ordinal {
	text-transform: lowercase;
}
.temperature {
	white-space: nowrap; /* prevent IE from word-breaking after degreee symbol */
}

/***************  templates/main/css/global.text.css  ***************/
/* Global Element Styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8125em;
	color:#333333;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.9em;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* Global Section Styles */

/***************  templates/main/css/global.layout.css  ***************/
/* ----- START LAYOUT COMMON TO ALL PAGES ----- */
/* DOUBLE CLICK FIX */
#condorAddBody #addBodyContent iframe{
    position: absolute;
}
a:focus{
    outline:0; /*removes the dotted border*/
}

html, body{
    width:100%;
    height:100%;
}
#errors{display: none;}
.sanfrancisco, .sandiego {height: 100%;width: 50%;display: table;float: left;position:relative;font-family: 'Open Sans', sans-serif;color:#ffffff;text-align:center;font-weight:400;line-height:1.3846em;}
.editMode .wrapper{overflow: hidden}
.wrapper .responsive-image {position: absolute;z-index: 0;left: 0;top: 0;}
.wrapper .overlay {position: absolute;height: 100%;width: 100%;background: rgba(71, 91, 83, 0.8);z-index: 1;pointer-events: none; display:none;}
.wrapper .content{position: relative;z-index: 2;width: 90%;margin: 0 auto;display: table-cell;vertical-align: middle;}
.wrapper .content .goHome{display: none;}
.wrapper .content a{color: #ffffff;text-decoration: none;}
.wrapper .content .designedby a {text-decoration: underline}
.wrapper .content .linkVisitsite {margin-top: 2.6153em;margin-bottom: 2.6153em;}
.wrapper .content .linkVisitsite a{padding: 1.223em 3.0923em;background: #6096c3;display: inline-block;text-transform: uppercase;font-size:1.5538em;}
.sanfrancisco.wrapper .content .linkVisitsite a {background: #ccaf26;}
.editMode .wrapper .content {display: block;}
.editMode .wrapper .content .linkVisitsite img.editableLinkIcon{display: inline-block !important;}
.editMode .wrapper .responsive-image {position: relative;z-index: 1;}
.wrapper .content .logo{width: 17.3846em;height: 15.3846em;margin:0 auto 2.4615em;}
.wrapper .content .logo.lsanfrancisco {background: url(http://www.handlery.com/templates/main/images/logo/Logo_SanFrancisco.png) center no-repeat;background-size: cover;height:15.1538em;}
.wrapper .content .logo.lsandiego {background: url(http://www.handlery.com/templates/main/images/logo/Logo_SanDiego.png) center no-repeat;background-size: cover;}
.footer{position: absolute;bottom: 1.2307em;left: 15%;}
.footer.designedby {right: 15%;left: auto}
.editMode .footer {position: relative;text-align: left;}
.editMode .footer.designedby {text-align: right;}
#page_404 .address{font-size: 20px;text-transform: uppercase;}
#page_404 .wrapper .content .goHome{display: block;padding: 1em 0;}
#page_404 .wrapper .content .goHome a{text-decoration: underline}
