/*
Theme Name: Priscilla Lamont
Theme URI: http://www.beamtwenty3.co.uk
Description: Wordpress Theme By Neil Brown for www.priscillalamont.com
Version: 1.0
Author: Neil Brown
Author URI: http://www.beamtwenty3.co.uk
*/

/* #Reset & Basics */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline; }
		
/* HTML5-specific CSS setup */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
display:block;
}
	
	
body {
	margin: 0px;
	padding: 0px;
	font-family: "freight-sans-pro", sans-serif;
	color: #666;
	font-size: 1em;
	font-weight: 400;
	background-color: #fff;
}

html, body {
	height: 100%;
}

/* Global Type - Headings - Lists - Links */



p { 
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
	color: #666;
	margin: 0px 0px 1em 0px;
}

p.center, .center {
	text-align: center;
}

p.frieze-p {
	margin: 0px;
}

strong {
	font-weight: 500;
}

em {
	font-style: italic;
}

figcaption {
	
}

.timestamp, cite, small {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}



h1, h2, h3, h4 {
	color: #666;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-family: "minerva-modern", sans-serif;
}

h1 { 
	font-size: 1.6em;
	margin-bottom: 0px;
}

.news h1 {
	margin: 0px;
}


h2 { 
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
}

.books h2 {
	margin-top: 5px;
}


h3 {	
	font-size: 1em;
}

h4 {
	font-size: 1em;
}

ul {
	padding: 0px 0px 30px 0px;
}


li {
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	padding: 4px 0 4px 0px;
	list-style: none;
}


a {
	color: #e09e55;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visted {
	color: #54abc7;	
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: normal;
  line-height: 1.25;
}

::selection {
	background: #e09e55;
	color: #fff;
}

/* Buttons */

a.button {
  font-size: 13px;
	font-weight: 400;
  line-height: 21px;
  color: #fff;
  background-color: #e09e55;
  padding: 2px 12px 2px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 6px;
  	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a.button:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;	
}

/* Images */

.img {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	padding: 5px;
	background-color: #e2e2e2;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}

a .img:hover {
	background-color: #ccc;
}

/* Comments */

li.comment {
	background-color: #e8e8e8;
	margin-bottom: 20px;
}

li.comment p {
	margin: 20px;
}


/* Layout */


#container {
	width: 1000px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
}

#main-content {
	width: 960px;
	float: left;
	margin: 30px 20px 10px 20px;
}

#content {
	width: 960px;
	float: left;
}

.column1 {
	width: 300px;
	float: left;
	margin: 0px 10px 10px 10px;	
}

.column2 {
	width: 630px;
	float: left;
	margin: 0px 0px 0px 10px;		
}

.column3 {
	width: 960px;
	float: left;
	margin-bottom: 30px;	
}

.column4 {
	width: 203px;
	float: left;
	margin: 0px 26px 0px 10px;	
}

.column50 {
	width: 480px;
	float: left;	
}


div.clear { 
	clear: both;
}


/* Header */

header {
	width: 1000px;
	text-align: center;
}

.masthead {
	margin: 0 auto;
}

.logo {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}

.logo h1 {
	font-size: 4em;
	text-align: center;
	margin: 0px;
}


.logo h2 {
	color: #49606e;
}

.logo a:link, .logo a:visited {
	color: #333;
}

.logo a:hover {
	text-decoration: none;
}

/* Main Navigation */

#main-nav {
	width: 1000px;
	position: relative;
	z-index: 500;
	padding: 10px 0px 10px 0px;
}

#main-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#main-nav li {
	display: inline;
	font-size: 1.2em;
	line-height: 17px;
	letter-spacing: 1px;
	padding: 10px 18px;
	font-weight: 400;
	background: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	font-family: "minerva-modern", sans-serif;
}

#main-nav li:hover {

}

#main-nav a {
	color: #e09e55;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}

#main-nav a:link,
#main-nav a:visited {
 color: #e09e55;
}

#main-nav a:hover {
 color: #333;
 text-decoration: none;
}

#main-nav li.current_page_item a {
	color: #333;
}

#main-nav li.current_page_parent a {
	color: #333;
}


/* #main-nav child dropdown lists */

#main-nav ul.sub-menu a {
	background-color: #fff;
	font-size: 14px;
	padding: 8px 12px;
	color: #999;
	font-weight: 400;
	width: 146px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

#main-nav ul.sub-menu a:hover {
	background-color: #f0f0f0;
	color: #00b4ff;
}

#main-nav li ul.sub-menu {
	position: absolute;
	left: -999em;
	width: 162px;
	padding: 0px;
}

#main-nav li:hover ul.sub-menu {
	left: auto;
}

#main-nav ul.sub-menu {

}

/* Home Page */

.home-image {
	width: 960px;
	float: left;
	margin: 40px 0px 0px 0px;
	text-align: center;
}

/* Cards & Prints */

.card-info {
	width: 300px;
	float: left;
	margin-top: 5px;	
}

.card-info-portrait {
	width: 203px;
	float: left;
	margin-top: 5px;	
}


.card-title {
	width: 50%;
	float: left;
}

.card-buy {
	width: 50%;
	float: right;
	text-align: right;	
}

/* Books */

#content-book {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	float: left;
}

#content-frieze {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	float: left;
}


#content-book img {
	margin: 20px 0px 5px 0px;
}

.image-title {
	margin: 0px;
}

.image-price, .red {
	color: #ab2727;
}

/* Footer */

footer, .push {
height: 3em;
clear: both;
}

footer {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}

footer p {
	font-size: 10px;
	line-height: 14px;
	padding-top: 15px;
	text-align: center;
}

p.social a {
	font-size: 22px;
	margin: 0px 5px 0px 5px;
}

/* Plugins - Check with admin before changing these settings */

/* Forms and Input */


label {
	float: left;
	font-size: 15px;
}


form {
	font-size: 14px;
	color: #333;
	line-height: 21px;
	margin-top: 0px;
}

input:focus, textarea:focus {
	outline: 1px solid #e09e55;

}

input {
	cursor: pointer;
	border: 1px solid #dfdfdf;
	padding: 3px;
	margin: 0px 10px 0px 0px;
	background-color: #f5f5f5;
	width: 297px;
	height: 25px;
}

input[type="image"] {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

input[type="image"]:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

input[type="image"] {
	width: 74px;
	height: 22px;
	cursor: pointer;
	border: 0px solid #dfdfdf;
	padding: 0px;
	margin: 3px 0px 0px 3px;
	background-color: #fff;
}

input[type="image"]:focus {
	outline: 0px solid #fff;

}

.no-title {
	display: none;
}

textarea {
	cursor: pointer;
	border: 1px solid #dfdfdf;
	padding: 3px 0px 0px 3px;
	margin: 0px;
	background-color: #f5f5f5;
	overflow: auto;
	vertical-align: top;
	height: 100px;
	width: 300px;
}


input[type="submit"] {
  font-family: "freight-sans-pro",sans-serif;
  font-size: 14px;
	font-weight: 400;
  line-height: 21px;
  color: #fff;
  background-color: #e09e55;
  padding: 2px 6px 2px 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
  height: 25px;
  width: 50px;
}

input[type="submit"]:hover {
	background-color: #999;
	color: #fff;
}

div.wpcf7 {
	margin: 0px 0px 0px 0px !important;
	padding: 0;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000 !important;
	color: #666 !important;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500 !important;
	color: #666 !important;
}

div.wpcf7-validation-errors {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

.wpcf7 {
	position: relative;
	z-index: 1;
}
