/*
Theme Name: Lancaster Photographic
Description: Custom theme  for Lancaster Photographic
Author: Sean Popke
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #646464;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

#wrapper {
	text-align: left;
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#top-bar {
	background-color: #cf923e;
	height: 16px;
	width: 1220px;
}
#left-column {
	float: left;
	width: 140px;
	height: 750px;
	position: relative;
}
#left-column a, #left column a:visited {
	color: #646464;
	text-decoration: none;
	line-height: 14px;
}
#left-column a:hover {
	color: #cf923e;
	text-decoration: none;
}
li.current_page_item a {
	color: #cf923e !important;
}
#sidebar-contact {
	font-size: 11px;
	color: #cf923e;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 13px;
}
#right-column {
	float: right;
	width: 1050px;
}
.logo {
	margin-top: 20px;
}
#menu-items {
	margin-top: 18px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 16px;


}
#gallery-list {
	line-height: 12px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #646464;
	width: 121px;
}

#gallery-list h3 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: 900;
	font-size: 12px;
	line-height: 12px;


}
#gallery-list ul {
	margin-left: 5px;
}

#container-about {
	margin-top: 120px;
}
#container-blank {
	margin-top: 120px;
}
#feature-image {
	float: left;
	height: 630px;
	width: 525px;
}
#feature-right {
	float: right;
	width: 500px;
}
#feature-right-studio {
	float: right;
	width: 500px;
	font-size: 18px;
	line-height: 26px;
}
#right-column a, #right-column a:visited {
	color: #cf923e;
	text-decoration: none;
}
.wpcf7-form-control {
	margin-bottom: 8px;
}
h1 {
	color: #cf923e;
	text-decoration: none;
	font-size: 32px;
	font-weight: normal;
	padding-top: 7px;
	margin-bottom: 20px;
}