@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Domine:400,700);

/*** resets ***/

@import url(/normalize.css);
address,article,big,blockquote,body,button,canvas,caption,cite,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,label,li,nav,ol,optgroup,option,p,section,select,small,span,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul { margin: 0; padding: 0; border: none; outline: none; font-weight: 400; font-style: normal; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } 

img, object, embed, video, iframe {
	margin: 0; 
	padding: 0; 
	border: none; 
	outline: none; 
	line-height: 0px;
	max-width: 100%; }
	

/*** globals ***/

body {
	background: #6d6e71;
	font-family: "franklin-gothic-urw", Arial Narrow, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	color: #fff; }
	
a {
	color: #92278F;
	text-decoration: none; }
	
a:hover { text-decoration: underline; }

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

h1 {
	font-family: 'Domine', Georgia, serif;
	font-size: 180%;
	margin: 0 0 10px 0; }
	
h2 {
	font-family: "franklin-gothic-urw", Arial Narrow, sans-serif;
	font-size: 150%;
	margin: 0 0 10px 0; }
	
h3 {
	font-size: 130%;
	margin: 0 0 10px 0; }
	
h4 {
	font-size: 120%;
	margin: 0 0 10px 0; }
	
h5 { font-size: 110%; }
	
h6 { font-size: 105%; }
	
p, ul, ol, table { margin: 0 0 10px 0; }

p:last-child { margin-bottom: 0; }

p + h1, ul + h1, ol + h1, table + h1, p + h2, ul + h2, ol + h2, table + h2, p + h3, ul + h3, ol + h3, table + h3, p + h4, ul + h4, ol + h4, table + h4, p + h5, ul + h5, ol + h5, table + h5 {
	margin-top: 20px; }

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

li { margin: 0 0 10px 36px; }

li:last-child { margin-bottom: 0; }
	
dt {
	clear: left;
	float: left;
	width: 20%;
	margin: 0 0 10px 0; }
	
dd { margin: 0 0 10px 22%; }
	
address { font-style: normal; }

.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 */


/*** containers ***/

.container { 
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative; }
	
.wood { 
	background: url(/media/bg.jpg) center top repeat;
	background-size: 512px auto;
	color: #6d6e71; }
	
.pink-trans {
	background: url(/media/navbg.jpg) center top repeat-x;
	background-size: 512px auto;
	color: #fff;
	padding: 6px 0; }
	
.pink-trans a {
	color: #fff; }
	
.shadow, .rslides, .mainpic {
	-moz-box-shadow: 4px 4px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 4px 4px 2px rgba(0,0,0,0.25);
	box-shadow: 4px 4px 2px rgba(0,0,0,0.25); }
	
.gmap { margin-bottom: 20px; }
	

/*** header ***/

header {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center; }

#logo {
	max-height: 125px; }
	
header .callout { display: none; }

header .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: auto; }
	
header .social li {
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0; }
	
header .social li:last-child { margin: 0; }
	
header .social li a {
	display: block;
	text-indent: -9999px;
	width: 45px;
	height: 45px; }
	
header .social li.instagram { background: url(/media/instagram.png) 0 0 no-repeat; }

header .social li.facebook { background: url(/media/facebook.png) 0 0 no-repeat; }

header .social li.twitter { background: url(/media/twitter.png) 0 0 no-repeat; }

header .social li:hover { background-position: -46px 0; }

header .social li.instagram, header .social li.facebook, header .social li.twitter { background-size: auto 45px; }
	
	
/*** navigation ***/

#menu { 
	display: block;
	padding-bottom: 8px; }
	
nav {
	margin: 0;
	padding: 0;
	display: none;
	background: url(/media/navbg2.jpg) repeat;
	background-size: 512px auto; }

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

nav li a, #menu a {
	display: block;
	padding: 8px 20px;
	text-decoration: none;
	font-size: 130%; }
	
nav li a:hover { 
	text-decoration: none;
	color: #fff;
	background: #92278F; }
	
	
/*** slides ***/

#slides { 
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative; }


/*** footer ***/

footer { 
	text-align: left;
	font-size: 90%;
	padding: 20px; }
	
footer a { color: #ed77be; }

footer #copyright { clear: both; }
	
footer #copyright a { color: #eee; }

ul.sitemap {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0; }
	
ul.sitemap li {
	margin: 0;
	padding: 0; }

/*** main content ***/

.main, .main2 { padding: 20px; }

.mainpic, .date { margin: 0 0 10px 0; }

.date { color: #777; }


/*** sidebars ***/

.sidebar { padding: 20px; }

.sidebarpic { margin: 0 0 10px 0; }


/*** breadcrumbs ***/

ul.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0; }

ul.breadcrumbs li { 
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 0; }


/*** forms ***/

label, legend { display: block; }

input[type='text'], textarea, input[type='password'], select {
	margin: 0 0 10px 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);
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	max-width: 100%; }
	
input[type='text']:focus, textarea:focus { background: #eee; }
	
textarea { 
	width: 95%;
	height: 9em; }
	
input[type='radio'], input[type='checkbox'] { margin: 0 0 10px 0; }
	
button, a.button, input[type='submit'] {
	background-color: #91278f;
	-moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 1px rgba(0,0,0,0.25);
	color: #fff;
	text-align: center;
	width: auto;
	padding: 5px 20px;
	border: none;
	font-family: 'Domine', Georgia, serif;
	text-transform: uppercase; }
	
button:hover, a.button:hover, input[type='submit']:hover { text-decoration: none; }

label.radio, label.checkbox { 
	float: none;
	margin: 0; }


/*** faq ***/

ul.faq {
	list-style: none;
	margin: 0;
	padding: 0; }
	
ul.faq li {
	margin: 0 0 10px 0;
	padding: 0; }
	
h1.faqtitle { margin-bottom: 10px; }
	
a.toplink {
	font-size: .8em;
	float: right; }
	
div.faqs {
	margin: 10px 0;
	padding: 20px 0 30px;
	border-bottom: 1px solid #6D6E71; }
	
div.faqs:last-child { 
	margin-bottom: 0;
	padding-bottom: 0;
	border: none; }
	
	
/*** archive ***/

#years { font-size: .9em }

#years ul {
	list-style: none;
	margin: 0;
	padding: 0; }

#years h2, #years h3 { 
	outline: none;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	margin: 0;
	border-top: 1px solid #6D6E71;
	background: url(/media/tab-closed.png) 100% 50% no-repeat;
	background-size: 11px auto; }
	
#years h2.last, #years h3.last { border-bottom: 1px solid #e6e4df; } 

#years h2.ui-state-active, #years h3.ui-state-active { 
	background: url(/media/tab-open.png) right no-repeat;
	background-size: 11px auto; }

#years h2.last.ui-state-active, #years h3.last.ui-state-active {
	padding-bottom: 0;
	border-bottom: none; }
	
#years li { 
	padding: 0 0 10px 0;
	font-size: 110%; }

#years h4 { padding: 10px 20px 10px 10px; }
	
.months, .months .archive { margin: 0 0 0 20px; }

.months ul { border-bottom: 1px solid #e6e4df; }

.months li { background: none; }

.months li:last-child { margin-bottom: 10px; }

.months ul:last-child { border-bottom: none; }

.months .archive { font-size: .95em; }
	
.months h4 {
	outline: none;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	background: url(/media/tab-closed.png) 100% 50% no-repeat;
	background-size: 11px auto; }

.months h4.ui-state-active { 
	background: url(/media/tab-open.png) right no-repeat;
	background-size: 11px auto; }
	
.sunsetblock {
	background: #ededee url(/media/sunset-left.png) bottom left no-repeat;
	background-size: 50% auto;
	margin-bottom: 20px;
	position: relative;
	padding: 10px;
	overflow: hidden; }
	
.sunsetblock:nth-of-type(even) {
	background: #ededee url(/media/sunset-right.png) bottom right no-repeat;
	background-size: 50% auto; }
	
.sunsetblock .sidebarpic + h3, .sunsetblock .sidebarpic + p, .sunsetblock .sidebarpic + h3 + p { width: 61%; }

.sunsetblock:nth-of-type(even) .sidebarpic + h3, .sunsetblock:nth-of-type(even) .sidebarpic + p, .sunsetblock:nth-of-type(even) .sidebarpic + h3 + p { margin-left: 39%; }
	
.sunsetblock .sidebarpic {
	position: absolute;
	right: 0;
	top: 0;
	width: 39%; }
	
.sunsetblock:nth-of-type(even) .sidebarpic {
	top: 0;
	left: 0; }
	
/*** search ***/

input#searchkeys { 
	color: #999;
	background: #fff url(/media/magnifying_glass.png) right center no-repeat;
	padding-right: 22px; }
	
ul.searchresults { 
	margin: 0;
	padding: 0;
	list-style: none; }
	
ul.searchresults li {
	margin: 0;
	padding: 0 0 10px 0; }
	
	
/*** galleries ***/

ul.galleries {
	list-style: none;
	margin: 0;
	padding: 0; }
	
ul.galleries li {
	margin: 0;
	padding: 20px;
	text-align: center; }
	
	
@media only screen and (min-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	/*** globals ***/
	
	header, footer, section, nav {
		width: 90%;
		max-width: 960px;
		margin: 0 auto; }
		
	a.phone, a.phone:hover {
		color: #6D6E71;
		text-decoration: none; 
		cursor: default; }
		
	footer a.phone, footer a.phone:hover { color: #fff; }
		
	/***  header ***/
	
	header { position: relative; }
	
	header address {
		position: absolute;
		top: 0;
		left: 0; }
		
	header .welcome {
		position: absolute;
		top: 0;
		right: 0; }
		
	header .callout { display: inline; }
	
	header .phone { font-weight: bold; }
	
	header .social {
		position: absolute;
		right: 0;
		bottom: 20px; }
		
	
	/*** navigation ***/
	
	#menu { display: none; }
	
	nav { 
		background: none;
		display: block; 
		text-align: center; }
	
	nav ul {
		display: inline-block;
		width: auto;
		margin: 0 auto; }
		
	nav li { display: inline-block; }
	
	nav li a { padding: 9px 16px 11px 16px; }

	nav li ul {
		background: url(/media/navbg2.jpg) repeat;
		background-size: 512px auto;
		position: absolute;
		z-index: 1000;
		display: inline-block;
		width: auto;
		left: -999em;
		margin: 0 auto; }
	
	nav li li {
		float: none;
		background: none; }
	
	nav li li a { padding: 8px 20px; }
		
	nav li ul li.last a { }
	
	nav li:hover ul ul, nav li:hover ul ul ul { left: -999em; }
	
	nav li:hover ul, nav li li:hover ul, nav li li li:hover ul { left: auto; }
	
	
	/*** main content ***/
		
	.main {
		float: right;
		width: 61%;
		padding: 20px 0 20px 15px; }
		
	.main2 { padding: 20px 0; }
		
		
	/*** sidebars ***/
		
	.sidebar {
		float: left;
		width: 39%;
		padding: 20px 15px 20px 0; }
	
	
	/*** columns ***/
		
	.col1, .col2, .col3 {
		float: left;
		width: 33.333%; }
		
	.col1 { padding-right: 30px; }
	
	.col3 { padding-left: 30px; }
	
	.half {
		float: left;
		width: 50%;
	}
	
	.half:nth-of-type(2n+1) {
		clear: left;
	}
		
		
	/*** forms ***/
		
	label, legend.labelstyle {
		display: inline-block;
		width: 25%; }
		
	label.checkbox, label.radio {
		display: inline-block;
		float: none;
		width: auto; }
		
	button, a.button, input[type='submit'], input[type='radio'], input[type='checkbox'] { margin: 0 0 0 25%; }
	
	.radio, .checkbox { margin: 0 0 10px 0 !important; }
		
	input#securityq { margin: 0 0 10px 25%; }
	
	
	/*** galleries ***/
	
	ul.galleries li {
		float: left;
		margin: 0;
		text-align: center;
		width: 33.333%; }
	
	ul.galleries li:nth-of-type(3n) { padding: 20px 0 20px 20px; }
	
	ul.galleries li:nth-of-type(3n+1) { 
		clear: left;
		padding: 20px 20px 20px 0; }
		
}

@media only screen and (min-width: 768px) and (max-width : 970px) {
	
	header .callout { display: block; }
	
}

/*** admin styles - DO NOT REMOVE! ***/

.alert { color: #C00; }

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

table.list tr {
	vertical-align: middle; }
	
table.list td {
	padding: 10px;
	border-bottom: 1px solid #6D6E71; }
	
table.list tr:hover { 
	background: url(/media/pinkbg.jpg);
	background-size: 512px auto; }
	
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 #6D6E71; }
	
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: url(/media/pinkbg.jpg);
	background-size: 512px auto;
	text-decoration: none;
	color: #fff; }
	
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;
	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 20px 20px 0;
	text-align: center; }
	
ul.slidelist li img { height: 100px; }

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

.dirthumb { 
	background: url(/media/cammycms_folder.png) center no-repeat;
	background-size: 200px; }
	
.thumb button, .dirthumb button, .filethumb button { margin: 0; }
	
a>.dirthumb { color: #71747C; }

#photoupload .thumb { height: 200px; }

.currentmainpic { max-width: 500px; }

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

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

#response {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #C3D941;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	font-style:italic;
	display: none; }
	
#logout {
	position: absolute;
	right: 0;
	top: 0; }

#cammy { 
	position: absolute;
	right: 0;
	bottom: 20px;}
	
#cammy img { 
	height: 30px; }

#cammy #version {
	font-size: 80%;
	font-style: italic; }

.button.edit, .button.add {
	margin: 0 0 0 10px;
	float: right;
	font-size: 100%; }
	
label.radio, label.checkbox { 
	display: inline;
	float: none; }
	

	