/**
 * Theme Name: Brompton
 * Theme URI: http://bromptonphotgraphy.com
 * Description: Describe what your child theme should be like.
 * Version: 0.1
 * Author: Dan Bissonnet
 * Author URI: http://danisadesigner.com
 *Template: hybrid
 */
 
/* TRY #526B67  */

/**
 * 20px Stylesheet
 * Sets up 20px line heights and margins
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/* Reset values */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	background: transparent;
	border: none;
	text-decoration: none;
	}

/*
* Get rid of deprecated and non-semantic elements
* These elements should not be used and replaced with proper alternatives
*/
b, i, hr, u, center, menu, layer, s, strike, font, xmp {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	border: none;
	text-decoration: none;
	}
font {
	color: #333;
	}
center {
	text-align: left;
	}

/* End deprecated elements */

/* Body */
body {
	line-height: 20px;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	color: #333;
	background: #fff;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.2;
	color: #526B67;
	}
h1 {
	font-size: 1.7em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.50em;;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.25em;
	}
h6 {
	font-size: 1.1em;
	}

/* Paragraphs */
p {
	margin: 0 0 20px 0;
	}

/* Lists */
ol, ul {
	list-style: none;
	}
ul {
	list-style: disc;
	margin: 0 0 20px 1.5em;
	}
ol {
	list-style-type: decimal;
	margin: 0 0 20px 3em;
	}
ol ol {
	list-style: upper-roman;
	}
ol ol ol {
	list-style: lower-roman;
	}
ol ol ol ol {
	list-style: upper-alpha;
	}
ol ol ol ol ol {
	list-style: lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	}
dl {
	margin: 0 0 20px 5px;
	}
dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
	}
dl dd {
	margin: 5px 0 0 1.5em;
	}

/* Text elements */
strong {
	font-weight: bold;
	}
strong strong {
	font-weight: normal;
	}
em, cite {
	font-style: italic;
	}
em em, cite cite {
	font-style: normal;
	}
abbr {
	cursor: help;
	}
acronym {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	cursor: help;
	}
big {
	font-size: 120%;
	}
small, sup, sub {
	font-size: 80%;
	}
sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.3em;
	}
sub {
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
	}
address {
	font-style: italic;
	margin: 0 0 20px 0;
	}
li address, dd address {
	margin: 0;
	}

/* Blockquotes */
blockquote {
	margin: 0 25px;
	font-style: normal;
	}
blockquote em, blockquote cite {
	font-style: italic;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

/* Links */
a {
	cursor: pointer;
	color: #526B67;
	}
	
a:hover {
	border-bottom: 1px solid #5d8594;
	}
	
a:focus {
	background: #ca7c40;
	color: #fff;
	}	
	
	
a img {
	border: none;
	}

/* Code */
pre {
	overflow: auto;
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 20px;
	margin-bottom: 20px;
	padding: 10px;
	}
code {
	font: .9em Monaco, monospace, Courier, "Courier New";
	}
pre code {
	font-size: 1em;
	}

/* Delete and insert */
ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
del {
	text-decoration: line-through;
	}

/* Object */
object {
	margin-bottom: 20px;
	}

/* Forms */
input, textarea {
	font-size: 1em;
	padding: 4px;
	}
form :focus {
	outline: 2px dotted #ca7c40;
	}
form label {
	cursor: pointer;
	}
option {
	padding: 1px 2px;
	}
	
.aside input, .aside textarea {
	width: 260px;
	}	

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	}
th, td {
	text-align: left;
	}

/* Horizontal rule */
hr {
	margin-bottom: 20px;
	}

/* WP Smiley */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* WP Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}

#gallery-filters {
	margin-bottom: 20px;
	text-align: right;
}
#gallery-filters a.gallery-filter {
	margin: 0 10px;
	text-transform: lowercase;
	color: #829B97;	
}

#gallery-filters a.filter-current {
	border-bottom: 2px solid #325d6d;
	color: #325d6d;
}

.gallery-item {
    float: left;
    margin: 0 5px 5px;
    text-align: center;
    width: 33%;   
	}
	
.gallerysize-thumbnail .gallery-item {
	width: 140px;
	}
	
.gallery-icon {
	margin: 0;
	}	
	
.gallery img {
    border: 0;
	}
	
.gallery-caption {
    margin-left: 0;
	}	

.galleryid-6 {
	float: right;
	margin-left: 20px;
	margin-right: 5px;
	position: relative;
	right: -5px;
	width: 620px;
	height: 850px;
	overflow-x: hidden;
	overflow-y: scroll;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
	}
.alignright, .right {
	float: right;
	margin-left: 15px;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px auto;
	}
.alignnone, .block {
	clear: both;
	margin: 0 0 20px 0;
	}
.alignnone {
	margin: 0;
	}	
.clear {
	clear: both;
	}
img.alignleft, img.alignright {
	display: inline;
	}


/* Tags */


/**
 * Two columns with content floated left.
 * Fixed width of 960px.
 *
 * @since 0.6
 * @package Hybrid
 * @subpackage CSS
 */

#body-container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	position: relative;
	
	}

#container {
	overflow: hidden;
	float: left;
	width: 960px;
	padding: 8px;	
	}

.content, .content-text {
	overflow: hidden;
	float: left;
	width: 620px;	
	}
		
.content-text {
	border-top: 2px solid #526B67;
	padding-top: 10px;
	}

.content-text p:first-child{
	font-size: 1.1em;
	line-height: 1.2;
	}	
	
.content .aside {
	float: right;
	clear: right;
	overflow: hidden;
	width: 280px;
	border-top: 2px solid #526B67;
	margin-left: 20px;
	padding: 10px 0;
	}
	
	
		
.no-widgets .content, .no-default-widgets .content {
	width: 940px;
	
	}

.entry {
	border-top: 2px solid #526B67;
	padding-top: 10px;
	}

#primary {
	position: relative;
	float: right;
	width: 300px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
	}

#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	}

#footer-container {
	clear: both;
	overflow: hidden;
	}

#footer {
	clear: both;
	overflow: hidden;
	padding: 20px 10px;
	font-size: 0.8em;
	}
	
.caption {
	clear: right; 
	width: 450px; 
	text-align:right;
	font-size: 0.8em;
	font-style: italic;
}	
	
/* Header */

#header-container {
	overflow: hidden;
	background: #526B67 url(images/skyline-icon2.png) no-repeat;
	background-attachment: scroll;
	background-position: 710px -55px;

	padding: 35px 10px 10px;
	margin: 0 8px;
	color: #fff;
	font-family: "ITC Officina Sans";	
	width: 920px;	
	}
#header {
/* 	background: transparent url(images/skyline-icon.png) no-repeat top right; */
/* 	background-attachment: scroll; */
	margin-left: 20px;
	}	
	
#header-container a{
	color: #fff;
	}

#site-title {
	font-size: 2.2em;	
	margin: 0;
	line-height: 1.2;
	top: -12px;
	position: relative;
	xpadding-bottom: 15px;
	font-weight: normal;
	font-style: normal;
	}	
	
	
#site-description {
	font-size: 0.9em;
	font-family: "ITC Officina Sans",Cambria,Georgia,serif;
	text-transform: none;
	margin: 0 0;
	color: #fff;
	float: left;
	}	
	
/**
 * Dropdowns Stylesheet
 * Sets up some default dropdown menu styles
 * Style rules for both the page and category menus
 *
 * @since 0.5
 * @package Hybrid
 * @subpackage CSS
 */


/* Navigation */
#navigation {
	float: right;
	position: relative;
	right: 2px;
	top:21px;
	margin-bottom: -1em;
	}

/* Default page menu styles */
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}

#page-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#page-nav ul {
	line-height: 1.0;
	}

#page-nav ul ul li {
	width: 100%;
	}
#page-nav li:hover {
	visibility: inherit;
	border-bottom: 2px solid #325d6d;
	}
#page-nav li {
	float: left;
	position: relative;
	margin: 0 10px;
	border-bottom: 1px solid #829B97;
	padding-bottom: 5px;
	}
#page-nav li.current_page_item {
	border-bottom: 2px solid #325d6d;	
	}	
	
#page-nav li.current_page_item a, #page-nav li:hover a{
	color: #325d6d;
	}
	
#page-nav a {
	display: block;
	position: relative;
	color: #829B97;	
	}

#page-nav a:hover {
	border: 0;
	}	
	
#page-nav li a:focus{
	background: #ca7c40;
	color: #fff;
	}	
#page-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#page-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#page-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#page-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#page-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}

/* Default category menu styles */
#cat-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#cat-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#cat-nav ul ul li {
	width: 100%;
	}
#cat-nav li:hover {
	visibility: inherit;
	}
#cat-nav li {
	float: left;
	position: relative;
	}
#cat-nav a {
	display: block;
	position: relative;
	}
#cat-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#cat-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#cat-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}
	

/* Posts */
.page-title {
	line-height: 1.2;
	}	
	
/* Page specific overrides */
body.home .page-title{
/* 	display: none; */
	}
body.home .entry, body.page-13 .entry {
	border: 0;
	}	
	
	
/* Contact Form 7 */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* MailChimp form */
#mc-embedded-subscribe-form{
	padding: 5px 20px;
	background: #eee;
	width: 240px;
}


#mc-embedded-subscribe-form legend span{
	padding-bottom: 5px;
	*margin-left: -5px;
	font-size: 0.9em;
	width: 245px;
	display: block;
	white-space: normal;
}

#mc-embedded-subscribe-form label{
	font-style: italic;
	font-size: 0.9em;
}

#mc-embedded-subscribe-form .indicate-required{
	font-size: 0.8em;
}

#mc-embedded-subscribe-form input{
	font-size: 0.7em;
	padding: 2px;
	width: 230px;
}


.krpano-embed {
	display: block;
	background: #829B97 url(images/skyline-icon2.png) no-repeat center center;
	cursor: pointer;
	
}
.krpano-embed:hover {
	background: #526B67 url(images/skyline-icon2.png) no-repeat center center;
}
.krpano-embed p {
	color: white;
	text-align: center;
	position: relative;
	top: 5%;
	
}
