@charset "UTF-8";
@import url(/normalize.css);

/* resets */

a,article,big,blockquote,body,button,canvas,caption,cite,dd,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,iframe,img,input,label,li,nav,object,ol,optgroup,option,p,section,select,small,span,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,video { margin: 0; padding: 0; border: none; outline: none; font-weight: 400; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } /* resets */

img, object, embed, video { 
	line-height: 0px;
	max-width: 100%; }
	

/* globals */

body {
	background: #1F151D url(/media/backgrounds/default.jpg) center top repeat;
	font-family: "adobe-garamond-pro", Georgia, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	color: #fff; }
	
a {
	color: #9e1c1f;
	text-decoration: none; }
	
a:hover { text-decoration: underline; }

h1, h2, h3 { 
	font-weight: 400;
	font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 { line-height: 100%; }

h1 {
	font-size: 180%;
	margin: 0 0 0.5em 0; }
	
h2 {
	font-size: 160%;
	margin: 0 0 0.5em 0; }
	
h3 {
	font-size: 140%;
	margin: 0 0 0.5em 0; }
	
h4 {
	font-size: 130%;
	margin: 0 0 0.25em, 0; }
	
h5 { font-size: 120%; }
	
h6 { font-size: 110%; }
	
p, ol, ul, table { margin: 0 0 1em 0; }

hr {
	display: block;
	margin: 0 0 1em 0;
	height: 1px; 
	background: #ccc; }

li { margin: 0 0 0 2em; }

ol li { margin: 0 0 1em 2em; }
	
ol li:last-child { margin-bottom: 0; }

dt {
	clear: left;
	width: 20%;
	float: left; }
	
address { font-style: normal; }


/* containers */
	
.col2, .col2 { margin-bottom: 25px; }

.container { 
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative; }
	
.blackborder { border-top: 8px #1F151D solid; }
	
.white { 
	background: #fff;
	color: #000; }
	
.fabric {
	padding: 1.5em 0 2em 0;
	background: url(/media/backgrounds/default.jpg); }
	
.shadow {
	-webkit-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, 0.5);
	z-index: 100; }
	
.shadow2 {
	-webkit-box-shadow: inset 5px -5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 5px -5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: inset 5px -5px 10px 0px rgba(0,0,0,0.3); }


/* forms */

label, legend { display: block; }

label.radio { display: inline; }
	
input[type='text'], textarea, input[type='password'], select {
	margin: 0 0 0.75em 0;
	padding: 0.3em;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.15);
	font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif; }
	
textarea { 
	width: 95%;
	height: 6em; }
	
input[type='radio'] { margin: 0 0 0.75em 0; }
	
input[type='text']:focus, textarea:focus { background: #eee; }
	
button, a.button, input[type='submit'] {
	background: #9e1c1f;
	color: #fff;
	font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	padding: 5px 10px;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;  }
	
	
/* header */

header {
	text-align: center;
	margin: 0;
	padding: 15px 0;
	color: #fff;
	position: relative; }
	
header #logo { max-height: 65px; }

.social ul {
	list-style: none;
	font-size: 0;
	margin: 0;
	padding: 0; }
	
.social li {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
	font-size: 12px; }
	
.social li a.facebook { background-image: url(/media/2015/facebook.png); }

.social li a.twitter { background-image: url(/media/2015/twitter.png); }

.social li a.tumblr { background-image: url(/media/2015/tumblr.png); }

.social li a.pinterest { background-image: url(/media/2015/pinterest.png); }

.social li a.instagram { background-image: url(/media/2015/instagram.png); }

.social li a {
	background-size: auto 50px;
	background-position: 0 0;
	display: block;
	width: 31px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden; }
	
.social li a:hover { background-position: 0 -25px; }


/* nav */

.navcont {
	background-image: url(/media/divider-h.png), url(/media/divider-h.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	text-transform: uppercase;
	font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
	font-weight: 300; }
	
#menu { 
	display: block;
	font-size: 120%;
	background: url(/media/menu-icon.png) 10px 48% no-repeat;
	background-size: auto 12px; }
	
#menu.active {
	background: url(/media/menu-icon_on.png) 10px 48% no-repeat;
	background-size: auto 12px; }
	
#menu a {
	display: block;
	padding: 10px 25px 10px 35px;
	color: #000;
	text-decoration: none; }
	
nav {
	font-size: 120%;
	margin: 0;
	padding: 0;
	display: none; }

nav ul  { 
	list-style: none;
	margin: 0;
	padding: 0; }
	
nav ul li {
	margin: 0;
	padding: 0; }

nav li a {
	display: block;
	padding: 10px 25px 10px 35px;
	color: #000;
	text-decoration: none; }
	
nav li a:hover { text-decoration: none; }

nav li#bigtom a {
	background: url(/media/tomato.png) left no-repeat; }
	
nav li a.holiday-happenings {
	background-image: url(/media/holly.png), url(/media/holly2.png);
	background-size: 25px auto, 25px auto;
	background-position: left, right;
	background-repeat: no-repeat; }
	
	
/* slides */

#slides { margin: 20px 0 -15px 0; }

#slides ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff; }
	
#slides ul li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff; }
	
	
/* footer */

footer { 
	text-align: left;
	font-size: 90%;
	padding: 25px 25px 75px 25px; }

footer a { color: #fff; }

footer #copyright {
	clear: both;
	text-align: center;
	font-size: 90%; }
	
.quickcontact {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 2000;
	left: 0;
	bottom: 0;
	background: #000;
	padding: 10px;
	text-align: center; }
	
.quickcontact ul {
	list-style: none;
	margin: 0;
	padding: 0; 
	font-size: 0px;
	text-align: center; }
	
.quickcontact ul li {
	display: inline-block;
	width: 33.333%;
	margin: 0;
	padding: 0; }
	
.quickcontact a.phone { background: url(/media/icon_phone.png) center center no-repeat; }

.quickcontact a.email { background: url(/media/icon_email.png) center center no-repeat; }

.quickcontact a.map { background: url(/media/icon_map.png) center center no-repeat; }

.quickcontact a {
	background-size: auto 22.5px !important;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
	height: 25px; }
	
/* main */
	
.main, .sidebar, .main2 { padding: 20px; }

.main { 
	background: url(/media/divider-h.png) center bottom no-repeat;
	background-size: 100% 1px; }

.breadcrumbs { padding: 1em 1em 0 1em; }

.mainpic, .sidebarpic, .date, .video { margin: 0 0 0.5em 0; }

.pin { 
	display:block;
	text-align: right;
	margin-top: -1em;
	margin-bottom: 0.5em;
	line-height: 100%; }
	
.pin2 {
	text-align: right;
	margin-top: -0.5em;
	margin-bottom: 0.5em;
	line-height: 100%; }
	
.pin img, .pin2 img {
	height: 14px;
	width: auto; }
	
.pin a, .pin2 a {
	display: inline-block;
	background: #000 url(/media/navbg.jpg) center top repeat-x;
	background-size: auto 20px;
	padding: 3px 4px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 100%; }

.date { 
	color: #888;
	font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-transform: uppercase; }
	
ul.new {
	margin: 0;
	padding: 0;
	list-style: none; }
	
ul.new li {
	margin: 0 0 1em 0;
	padding: 0; }
	
ul.new li:last-child { margin: 0; }

ul.new h4 { font-style: italic; }
	
.newsletter label { 
	float: none;
	width: auto; }
	
.newsletter button { margin-left: 0; }
	
ul.subnav, ul.brandlist, #years ul, ul.calendar { 
	margin: 0;
	padding: 0;
	list-style: none; }
	
ul.brandlist li {
	margin: 0;
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 110%; }
	
ul.calendar li {
	margin: 0;
	padding: 0.5em; }
	
#years { font-size: 90%; }

#years h2, #years h3, .subnav li { 
	outline: none;
	cursor: pointer;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #ccc; }
	
#years li { 
	padding: 0 0 0.5em 0;
	font-size: 110%; }

#years h4.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all { padding-bottom: 1em; }
	
.subnav li a:hover { text-decoration: none; }
	
.months, .months .archive { margin: 0 0 0 1em; }

.months .archive { font-size: 95%; }
	
.months h4 {
	outline: none;
	cursor: pointer;
	padding: 0 0 0.5em 0; }
	
.col1, .col2, footer .social { 
	border-bottom: 1px solid #230A02;
	padding: 0 0 25px;
	margin: 0 0 25px; }
	
header .social { display: none; }

footer .social { display: block; }
	
@media only screen and (min-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	header, footer, section, nav {
		width: 80%;
		max-width: 1200px;
		margin: 0 auto; }
		
	header .social {
		display: block;
		width: auto;
		position: absolute;
		bottom: 15px;
		right: 0; }
		
	header #logo { max-height: 65px; }
		
	footer .social { display: none; }
	
	
	/* nav */
	
	.navcont { background: none; }
		
	#menu { display: none; }
	
	nav { 
		display: block;
		text-align: center;
		background-image: url(/media/divider-h.png), url(/media/divider-h.png);
		background-position: center top, center bottom;
		background-repeat: no-repeat;
		background-size: 100% 1px; }
	
	nav ul {
		display: block;
		width: auto;
		margin: 0 auto;
		font-size: 0px; }
		
	nav li {
		display: inline-block;
		font-size: 18px; }

	nav li a { padding: 10px 20px; }
	
	nav li a:hover { 
		text-decoration: none;
		color: #9e1c1f; }
	
	
	/* slides */
	
	#slides ul li {
		margin: 0 0 0 1px;
		padding: 0; }
		
	#slides ul li:only-of-type { margin: 0; }
		
		
	/* main */
	
	.main {
		float: left;
		width: 61%;
		background: none;
		padding: 25px 30px 20px 20px; }
		
	.sidebar { 
		margin: 0 0 0 61%;
		padding: 25px 20px 20px 30px; }
		
	.col1, .col2, .col3 {
		float: left;
		width: 33.333%;
		border: none; }
		
	.col1 { padding-right: 33px; }
		
	.col2 { padding: 0 17px; }
		
	.col3 { padding-left: 33px; }
		
	label {
		display: block;
		float: left;
		width: 220px; }
		
	button, a.button, input[type='submit'] {
		margin: 0 0 0 222px; }
		
	input#securityq { margin: 0 0 0.75em 222px; }
	
	
	/* footer */
	
	footer { padding-bottom: 25px; }
	
	.quickcontact { display: none; }
		
}

@media only screen and (min-width: 641px)and (max-width: 1024px) {
	
	header, footer, section, nav { width: 100%; }
	
	nav li a { padding: 10px 15px; }
	
}

@media only screen and (min-width: 641px)and (max-width: 830px) {
	
	nav li a { padding: 10px; }
	
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
.clearfix { display:inline-block; }

/* Hide from IE Mac \*/ .clearfix { display:block; } /* End hide from IE Mac */

/* ADMIN STYLES */

.alert { color: #C00; }

.instructions { 
	font-size: 90%;
	font-style: italic; }
	
table.list { width: 100%; }

table.list tr {
	vertical-align: middle; }
	
table.list td {
	padding: 10px;
	border-bottom: 1px solid #ccc; }
	
table.list tr:hover { background: rgba(32,35,68,0.2); }
	
ul.list, ul.sblist, ul.sublist, ul.photolist, ul.slidelist, ul.gallery {
	margin: 0;
	padding: 0;
	list-style: none; }
	
ul.sublist { margin: 0 0 0 40px; }
	
ul.list li, ul.sublist li, ul.sblist li {
	margin: 0;
	padding: 0; }
	
ul.list li, ul.sblist li { border-bottom: 1px solid #ccc; }
	
ul.sublist li { border: none; }

ul.list li a, ul.sublist li a, ul.sblist li a { 
	display: block;
	padding: 10px; }

ul.list li a:hover, ul.sublist li a:hover, ul.sblist li a:hover { 
	background: rgba(32,35,68,0.2);
	text-decoration: none; }
	
ul.list li a.published, ul.list li a.unpublished {
	float: left;
	width: 80px;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: 'Lobster', Georgia, Times, sans-serif;
	text-align: center;
	color: #fff;
	margin: 4px 10px 0 0;
	padding: 6px;
	border: none; }
	
ul.list li a.published { background: #d2d3da; }
	
ul.list li a.unpublished { background: #ccc; }
	
ul.photolist li {
	display: block;
	width: 200px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin: 0 20px 20px 0; }
	
ul.photolist li img { width: 200px; }

ul.slidelist li {
	display: block;
	width: auto;
	height: 100px;
	float: left;
	overflow: hidden;
	margin: 0 1em 1em 0;
	text-align: center; }
	
ul.slidelist li img { height: 100px; }

ul.list li .date { float: right; }
	
ul.gallery li {
	width: 173px;
	margin: 0 1em 1em 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	line-height:140%; }
	
ul.gallery.last li { margin: 0 1em 0; }
	
ul.gallery li img { 
	width: 173px;
	margin: 0; }
	
.thumb {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 1em 1em 0;
	text-align: center;
	overflow: hidden; }
	
.thumb img { width: 200px; }

.currentmainpic { max-width: 500px; }

.slidethumb {
	float: left;
	max-height: 200px;
	margin: 0px 20px 10px 0px; }
	
#adminmain { padding: 1em; }

#pagelink, #prettyurlname { text-transform: lowercase; }

#response {
	margin: 0 0 1em 0;
	padding: 10px;
	background: #ff7e7e;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	font-style:italic;
	display: none; }

#cammy { 
	display: block;
	width: auto;
	position: absolute;
	bottom: 15px;
	padding-top: 15px;
	right: 0;
	text-align: right; }
	
#cammy img {
	margin-top: 1em;
	height: 25px; }
	
#cammy #version {
	font-size: 80%;
	font-style: italic; }

.button.edit, .button.add {
	margin: 0 0 0 0.5em;
	float: right;
	font-size: 100%;
	padding: 0.2em 0.5em; }


