/*
Theme Name: Sean Garwood
Description: Sean Garwood theme
Version: 1.0
Author: Andy
*/

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 60px 0 0 0;
	background: #d3cfc1;
	min-width: 300px;
}

html, body, p, li, ul, dd, td {
	color: #272425;
	line-height: 150%;
	font: 1.05em 'EB Garamond', times, "times new roman", serif;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #bfb499;
	text-decoration: underline;
	outline: none;
}


ul {
	margin: 8px 0 18px 18px;
	padding: 0;
	list-style-position: inside;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
	font-weight: normal;
}

h1, h1 a {
	font-size: 1.6em;
	margin-top: 0;
}

h2, h2 a {
	font-size: 1.4em;
}

h3, h3 a {
	font-size: 1.3em;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #81aad2;
	color: #81aad3;
	margin: 5px 0 15px 0;
}


#navbar, #content-thumbnails, #content, #invitation-content {
	max-width: 950px;
	min-width: 300px;
	margin: 0 auto;
	padding: 0 25px;
}

/* Header                                           */
/* ------------------------------------------------ */
#header {
	max-height: 770px;
	overflow: hidden;
	text-align: center;
	background: url(images/sean-garwood-fine-artist.jpg) left bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header img {
	padding-bottom: 2%;
}

#header h1 {
	color: #fff;
	font-size: 40px;
	margin: 0;
	line-height: 150px;
}


/* Navbar                                           */
/* ------------------------------------------------ */
#navbar-wrapper {
	background: #a59365;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}


#navbar {
	color: #fff;
	text-align: center;
	min-height: 70px;
	overflow: auto;
}

#navlinks {
	float: right;
	width: 320px;
}

#navbar ul {
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
	float: right;
}

#navbar ul li {
	display: inline-block; /* for all other browsers */
	zoom: 1;
	*display: inline; /* for IE7 */
	padding-left: 35px;
	font-size: 12px;
	line-height: 70px;
	text-transform: uppercase;
	font-family: arial, verdana, sans-serif;
}

#navbar ul li a {
	/* display: block; not needed? */
	color: #d2c9b2;
	text-decoration: none;
	line-height: 44px;
}

#navbar ul li a:hover, #navbar li.current_page_item a {
	color: #c0c069;
}

a.homelink {
	color: #fff;
	text-decoration: none;
	width: 590px;
	text-align: right;
	float: left;
	margin: 0 auto;
	font-size: 40px;
	font-weight: normal;
	line-height: 70px;
}

a.homelink:hover {
	color: #fff;
	text-decoration: underline;
}

#facebook {
	float: left;
	padding-top: 17px;
}

/* Content                                          */
/* ------------------------------------------------ */
#content-thumbnails {
	overflow: hidden;
	text-align: center;
	overflow: hidden;
	padding: 10px 5px 60px 5px;
}

#content-thumbnails-text {
	padding: 0 20px;
}

#content-thumbnails-text, #content-thumbnails-text p {
	font-size: 1.2em;
}

#content-wrapper {
	clear: both;
	overflow: hidden;
	background: #726241;
	padding: 60px 0 100px 0;
}


#content, #content p {
	line-height: 170%;
	font-size: 1.0em;
	color: #d2c9b2;
}

#content-thumbnails h2 {
	font-size: 2.0em;
	color: #fff;
}

.column {
	width: 33%;
	float: left;
	text-align: left;
}

.column-padding {
	margin: 30px 15px 0 15px;
	position: relative;
	overflow: hidden;
}

.column-padding h3 {
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 14px;
}

.column img {
	display: block;
	max-width: 100%;
	height: auto;
}

#leftcolumn {
	width: 33%;
	float: left;
	padding-bottom: 50px;
}

#leftcolumn h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

#leftcolumn a {
	font-size: 16px;
	text-decoration: none;
}

#leftcolumn, #leftcolumn p {
	font-size: 24px;
	line-height: 140%;
}

#leftcolumn p.smalltext {
	font-size: 15px;
}

#rightcolumn {
	width: 63%;
	margin-left: 4%;
	float: left;
}

#rightcolumn h1 {
	font-weight: bold;
	font-size: 1.4em;
}

#rightcolumn, #rightcolumn p {
	/*font-size: 1.0em;*/
	line-height: 130%;
}

#rightcolumn h5 {
	font-weight: normal;
	color: #040000;
	font-size: 0.8em;
	margin: 0;
}

#leftcolumn, #leftcolumn a, #leftcolumn h3, #leftcolumn p, #rightcolumn h1, #rightcolumn h2, #rightcolumn h3, #rightcolumn p {
	color: #040000;
}

img.newsthumb {
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

#newsheader {
	text-align: center;
	overflow: hidden;
	position: relative;
	font-weight: bold;
	background: #e6e7ea;
	min-height: 280px;
}

#newsheader img {
	max-width: 1600px;
	min-width: 900px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	left: 100%;
	margin-left: -200%;
	vertical-align: top;
}

#newsheader-text {
	position: absolute;
	z-index: 10;
	width: 94%;
	padding: 0 3%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #342f2e;
	font-size: 48px;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
	line-height: 110%;
}

#newsheader-text a {
	color: #342f2e;
	font-size: 24px;
	text-decoration: none;
}

.clearfloats {
	clear: both;
}


.dotted-border {
	border-bottom: 1px dashed #ddd;

}

.ngg-gallery-thumbnail .caption {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	cursor: pointer;
}

.ngg-gallery-thumbnail .caption-text {
	top: 48%;
	left: 2%;
	width: 96%;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	color: #fff;
	oopacity: 0;
	ffilter: alpha(opacity=0);
	font-size: 16px;
	line-height: 150%;
	z-index: 100;
}

.ngg-gallery-thumbnail .caption:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.ngg-gallery-thumbnail a {
	text-decoration: none;
}

#invitation {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

#invitation-content {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 20px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

#invitation-content, #invitation-content a {
	font-size: 19px;
	font-weight: normal;
}

#invitation-content a {
	color: #a49268;
}


/* offset anchors so clicks land at the right place on the page */
.anchor, .anchortop {
	position: relative;
	top: -130px;
	height: 1px;
	display: block;
}

.anchortop {
	top: -200px;
}

.gallery-image, .gallery-image-fullwidth {
	margin: 0 auto 20px auto;
}

.gallery-image img, .gallery-image-fullwidth img {
	max-width: 630px;
	width: 100%;
	height: auto;
}

.gallery-image-fullwidth img {
	max-width: 100%;
}

.gallery-caption h1, .gallery-caption p {
	margin: 0;
	line-height: 190% !important;
}


a.back {
	display: inline-block;
	background: url(images/back.png) left bottom no-repeat;
	padding: 50px 0 0 30px;
	color: #6d6e70;
	text-decoration: none;
}

a.back:hover {
	color: #000;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	clear: both;
	font-size: 1.1em;
	padding: 80px 0;
	background: #a59365;
	text-align: center;
}

#footer a, #footer, #footer p {
	color: #d2c9b2;
	font-size: 0.9em;
	font-family: arial, verdana, sans-serif;
}

#footer img:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

a.footer-email {
	font-size: 40px !important;
	text-decoration: none;
	font-family: 'EB Garamond', times, "times new roman", serif !important;
}

.scrollup {
	width:40px;
	height:40px;
	/* opacity:0.3; */
	position:fixed;
	bottom:20px;
	right:10px;
	display:none;
	text-indent:-9999px;
	background: url('images/icon_top.png') no-repeat;
}





/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em 'EB Garamond', "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px;
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}