/*
 Theme Name: Crab Tree Farms
 Author: Floodlight Design
 Author URI: http://www.floodlightdesign.com
 */

body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, fieldset, form, ol, dl, dir, menu {
	margin: 0;
}

ul {
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
	-moz-transition: color 150ms;
	-webkit-transition: color 150ms;
	-o-transition: color 150ms;
	-ms-transition: color 150ms;
	transition: color 150ms;
}

#content-inner a {
	color: #7c1746;
}
#content-inner a:hover {
	text-decoration: underline;
}

.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}

.clear {
	clear: both;
}

body {
	min-width: 1024px;
	border-top: 10px solid #7c1746;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	-moz-font-feature-settings: "kern" 1, "liga" 1;
	-moz-font-feature-settings: "kern=1,liga=1";
	-ms-font-feature-settings: "kern" 1, "liga" 1;
	-o-font-feature-settings: "kern" 1, "liga" 1;
	-webkit-font-feature-settings: "kern" 1, "liga" 1;
	font-feature-settings: "kern" 1, "liga" 1;
}

.wrap {
	width: 994px;
	padding: 0 15px;
	margin: 0 auto;
}

.column-1 {
	float: left;
	width: 209px;
	margin-right: 15px;
}

.column-2 {
	float: left;
	width: 545px;
	margin-right: 15px;
}

.column-3 {
	float: left;
	width: 210px;
}

.column-2-and-3 {
	float: left;
	width: 770px;
}

h2 {
	font-size: 24px;
	color: #7c1746;
	letter-spacing: 1px;
	font-weight: 600;
}

.text p {
	font-size: 15px;
	line-height: 19px;
	color: #414042;
	margin-bottom: 19px;
}

#logo-header {
	margin: 19px 0px 0px;
}

#header {
	padding-bottom: 18px;
}

#menus-header {
	padding-top: 19px;
}
#menus-header ul {
	border-top: 1px solid #a7a9ac;
}
#menus-header ul li {
	list-style: none;
	margin-right: 22px;
	float: left;
	white-space: nowrap;
}
#menus-header ul li a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #808285;
	font-weight: 600;
	-moz-transition: color 150ms;
	-webkit-transition: color 150ms;
	-o-transition: color 150ms;
	-ms-transition: color 150ms;
	transition: color 150ms;
}
#menus-header a:hover, #menus-header .current-menu-item a {
	color: #7c1746;
}

#form-search form {
	width: 208px;
	border: 1px solid #a7a9ac;
	margin-top: 19px;
	position: relative;
}
#form-search input[type="text"] {
	height: 22px;
	width: 175px;
	padding: 0px 0px 0px 7px;
	-webkit-appearance: none;
	background: none;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	color: #a7a9ac;
	line-height: 22px;
}
#form-search input[type="submit"] {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url("images/icon-magnifying-glass.png") no-repeat left center;
	text-indent: -9999px;
	width: 21px;
	height: 22px;
	padding: 0px;
	border: none;
	outline: none;
	cursor: pointer;
	-moz-transition: opacity 150ms;
	-webkit-transition: opacity 150ms;
	-o-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms;
}
#form-search input[type="submit"]:hover {
	opacity: 0.5;
}

#list-collections {
	padding-top: 18px;
}
#list-collections li {
	list-style: none;
	font-weight: 600;
	color: #808285;
	border-top: 1px solid #a7a9ac;
	-moz-transition: border-color 150ms;
	-webkit-transition: border-color 150ms;
	-o-transition: border-color 150ms;
	-ms-transition: border-color 150ms;
	transition: border-color 150ms;
}
#list-collections li a {
	-moz-transition: color 150ms;
	-webkit-transition: color 150ms;
	-o-transition: color 150ms;
	-ms-transition: color 150ms;
	transition: color 150ms;
}
#list-collections li.active, #list-collections li:hover {
	color: #7C1746;
	border-color: #7C1746;
}
#list-collections > li {
	font-size: 14px;
	line-height: 24px;
}
#list-collections > li ul {
	padding-left: 16px;
}
#list-collections > li ul li {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px;
}

#breadcrumbs {
	font-size: 11px;
	color: #808285;
	letter-spacing: 1px;
	line-height: 18px;
	height: 18px;
}
#breadcrumbs a:hover {
	color: #7C1746;
}

#content-inner {
	border-top: 1px solid #a7a9ac;
}
#content-inner h2 {
	font-size: 24px;
	color: #7c1746;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 1px;
}
#content-inner h3 {
	font-size: 18px;
	color: #7c1746;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
}
#content-inner h4 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #808285;
	border-top: 1px solid #a7a9ac;
}
#content-inner p strong {
	color: #808285;
}
#content-inner #featured-image {
	margin-top: 18px;
}
#content-inner #featured-image img {
	display: block;
}
#content-inner .text {
	margin-top: 10px;
	padding: 3px 0px 0px;
}

#right-sidebar {
	padding-top: 18px;
}
#right-sidebar h4 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #808285;
	border-top: 1px solid #a7a9ac;
}
#right-sidebar p {
	font-size: 14px;
	line-height: 24px;
	color: #7C1746;
	letter-spacing: 1px;
}
#right-sidebar p a {
	text-decoration: underline;
}
#right-sidebar p a img {
	margin-top: 17px;
}

/*
 * Collection listings
 */

body.archive h2 {
	font-size: 24px;
	font-weight: 600;
	color: #7c1746;
	line-height: 34px;
	padding-bottom: 7px;
}

body.archive h2.ruled {
	border-top: 1px solid #a7a9ac;
}

#sort {
	border-top: 1px solid #a7a9ac; 
	padding-bottom: 16px;
}

#sort li {
	float: left;
	list-style: none;
	font-size: 14px;
	color: #808285;
	white-space: nowrap;
	margin-right: 20px;
	font-weight: 600;
	line-height: 28px;
}

#list-items {
	width: 784px;
}

#list-items li {
	float: left;
	list-style: none;
	margin-right: 13px;
	margin-bottom: 13px;
}

#list-items img {
	display: block;
}

#list-items.small-list li {
	margin-right: 8px;
	margin-bottom: 8px;
}

#list-items.small-list img {
	width: 122px;
	height: 171px;
}

#list-artists {
	width: 555px;
}

#list-artists li {
	list-style: none;
	color: #7c1746;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 1px;
	float: left;
	white-space: pre-line;
	width: 180px;
	padding-right: 5px;
}
#list-artists li span {
	color: #a7a9ac;
}

/*
 * End collection listings
 */

/*
 * Search Listing
 */

#table-search {
	border-collapse: collapse;
}

#table-search td {
	vertical-align: top;
	padding-bottom: 12px;
}

#table-search .col-image {
	padding-right: 12px;
	width: 98px;
}

#table-search .col-image img {
	display: block;
}

#table-search .col-text {
	border-top: 1px solid #a7a9ac;
}

body.search h2 {
	border-top: 1px solid #a7a9ac;
	line-height: 36px;
	padding-bottom: 8px;
}

#table-search .col-text h4 {
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #414042;
	text-decoration: underline;
	font-weight: 600;
}

#table-search .col-text p {
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #808285;
	font-weight: 600;
}

/*
 * End search listing
 */

.home #content-inner .text {
	border-top: 1px solid #a7a9ac;
}

#slider-images {
	position: relative;
	overflow: hidden;
	width: 546px;
	height: 368px;
	padding-bottom: 5px;
}
#slider-images ul {
	width: 9999px;
	position: absolute;
}
#slider-images ul li {
	float: left;
	margin-right: 5px;
	list-style: none;
}

#slider-thumbs {
	float: left;
	position: relative;
	overflow: hidden;
	width: 420px;
	height: 55px;
}
#slider-thumbs ul {
	width: 9999px;
	position: absolute;
}
#slider-thumbs ul li {
	height: 55px;
	width: 55px;
	position: relative;
	float: left;
	margin-right: 5px;
	list-style: none;
	cursor: pointer;
}
#slider-thumbs ul li .overlay {
	height: 51px;
	width: 51px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	border: 2px solid transparent;
	-moz-transition: border-color 150ms;
	-webkit-transition: border-color 150ms;
	-o-transition: border-color 150ms;
	-ms-transition: border-color 150ms;
	transition: border-color 150ms;
}
#slider-thumbs ul li:hover .overlay, #slider-thumbs ul li.active .overlay {
	border-color: #7c1646;
}

#slider-controls {
	width: 65px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #808285;
	cursor: pointer;
}
#slider-controls span {
	font-size: 10px;
}

#nav-links {
	font-size: 12px;
	line-height: 24px;
	color: #a7a9ac;
	font-weight: 600;
	
	border-top: 1px solid #a7a9ac;
}
#nav-links a {
	white-space: nowrap;
}
#nav-links a span {
	font-size: 9px;
}

#nav-links a:hover {
	color: #7c1746;
}

#previous-post {
	float: left;
}

#next-post {
	float: right;
}

/*
 * Blog
 */

#blog-date-archive {
	padding-top: 18px;
}
#blog-date-archive li {
	list-style: none;
	font-weight: 600;
	color: #808285;
	border-top: 1px solid #a7a9ac;
	cursor: default;
	-moz-transition: border-color 150ms;
	-webkit-transition: border-color 150ms;
	-o-transition: border-color 150ms;
	-ms-transition: border-color 150ms;
	transition: border-color 150ms;
}
#blog-date-archive li a {
	-moz-transition: color 150ms;
	-webkit-transition: color 150ms;
	-o-transition: color 150ms;
	-ms-transition: color 150ms;
	transition: color 150ms;
}
#blog-date-archive li.active, #blog-date-archive li:hover {
	color: #7C1746;
	border-color: #7C1746;
}
#blog-date-archive > li {
	font-size: 14px;
	line-height: 24px;
}
#blog-date-archive > li ul {
	padding-left: 16px;
	padding-bottom: 14px;
	display: none;
}
#blog-date-archive > li ul li {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px;
}
#blog-date-archive > li.active ul {
	display: block;
}

.addthis_toolbox {
	padding-bottom: 18px;
}

#comments {
	padding-bottom: 18px;
}

h5 {
	font-size: 14px;
	line-height: 24px;
	color: #a7a9ac;
}

#list-comments li {
	list-style: none;
	padding-bottom: 16px;
	border-top: 1px solid #a7a9ac;
}
#list-comments ul {
	padding-left: 16px;
	padding-top: 16px;
}

.comment-author {
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	color: #a7a9ac;
}

.comment-body {
	font-size: 15px;
	line-height: 19px;
	color: #414042;
}

.time-and-reply {
	font-size: 12px;
	line-height: 21px;
	color: #a7a9ac;
	font-weight: 600;
}
.time-and-reply a:hover {
	color: #7c1746;
}

#commentform label {
	font-size: 14px;
line-height: 24px;
font-weight: 600;
color: #a7a9ac;
}

#content-inner #reply-title {
	border-top: 1px solid #a7a9ac;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #a7a9ac;
	letter-spacing: 0px;
}

.logged-in-as {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #a7a9ac;
	letter-spacing: 0px;
}

#commentform textarea {
	width: 539px;
	height: 58px;
	resize: none;
}

#commentform #submit {
	float: right;
	background: none;
	border: none;
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 24px;
	color: #a7a9ac;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	cursor: pointer;
	-moz-transition: color 150ms;
	-webkit-transition: color 150ms;
	-o-transition: color 150ms;
	-ms-transition: color 150ms;
	transition: color 150ms;
}
#commentform #submit:hover {
	color: #7c1746;
}

.date-and-author {
	font-size: 12px;
	line-height: 21px;
	color: #a7a9ac;
	letter-spacing: 1px;
}
