@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Trykker|Open+Sans:400,700,400italic,700italic);

/*** resets ***/

@import url(normalize.css);
a,address,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; font-style: normal; box-sizing: border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } 

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

/*** globals ***/

body {
	background: #8DA7CF url(/media/labyrinth.jpg) center bottom no-repeat;
	background-size: 100% auto;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: 'Open Sans', Helvetica, sans-serif; }
	
a {
	color: #b9242b;
	text-decoration: none; }

strong a {
	font-weight: bold;
}
	
a:hover { text-decoration: underline; }

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

h1 {
	font-size: 180%;
	margin: 0 0 0.5em 0;
	font-family: 'Trykker', Georgia, serif;
	letter-spacing: -1px; }
	
h2 {
	font-size: 150%;
	margin: 0 0 0.5em 0;
	font-family: 'Trykker', Georgia, serif;
	letter-spacing: -1px; }
	
h2.newsletter {
	background: url(/media/newsletter-icon.png) left center no-repeat;
	background-size: 38px auto;
	padding: 10px 0 8px 43px;
	margin-top: -10px; }
	
h2.calendar {
	background: url(/media/calendar-icon.png) left center no-repeat;
	background-size: 38px auto;
	padding: 10px 0 8px 43px;
	margin-top: -10px; }
	
h3 {
	font-size: 130%;
	margin: 0 0 0.5em 0;
	font-family: 'Trykker', Georgia, serif;
	letter-spacing: -1px; }
	
h3.news {
	background: url(/media/dot.png) 0 0.5em repeat-x;
	background-size: 1px; }
	
h3.news span {
	display: inline-block;
	background: #fff;
	padding-right: 9px; }
	
h4 {
	font-size: 120%;
	margin: 0 0 6px, 0; }
	
h5 { font-size: 110%; }
	
h6 { font-size: 105%; }
	
p, ul, ol, table { margin: 0 0 20px 0; }

blockquote { margin: 0 0 20px 30px; }

p:last-child, ul:last-child, table:last-child, blockquote:last-child { margin-bottom: 0; }

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

li { margin: 0 0 0 2em; }
	
dt {
	clear: left;
	float: left;
	width: 20%;
	margin: 0 0 0.5em 0; }
	
dd { margin: 0 0 0.5em 22%; }
	
address { font-style: normal; }

.container { 
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative; }
	
.container2 {
	background: #e6e4df;
	padding: 10px 10px 2px;
	margin-bottom: 20px; }
	
.container2:last-child { margin: 0; }
	
.white { background: #fff; }

.shadow {
	-webkit-box-shadow:  0px 0px 30px 0px rgba(0, 0, 0, 0.4); 
    box-shadow:  0px 0px 30px 0px rgba(0, 0, 0, 0.4); }
	
.main, .main2 { padding: 20px; }

.sidebar { padding: 10px; }

.shadowbox {
	background: #fff;
	padding: 20px;
	margin: 0 0 12px 0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); }
	
.sidebar iframe.shadowbox {
	padding: 0;
	width: 100%; }

ul.breadcrumbs { 
	list-style: none;
	margin: -10px 0 20px;
	padding: 0;
	font-size: .8em; }
	
ul.breadcrumbs li {
	display: inline-block;
	margin: 0; }
	
.breadcrumbs > *:before {
	content: ">";
	margin: 0 10px;
	position: relative;
	top: 1px; }
	  
.breadcrumbs > *:first-child:before {
	content: " ";
	margin: 0; }

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

.date { 
	color: #777;
	font-size: 85%; }

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

/*** header ***/

header {
	background: #fff url(/media/headerbg.png) center top no-repeat;
	background-size: auto 100%; 
	margin: 0;
	padding: 0; }
	
#logo { max-height: 140px; }

header .main { padding-bottom: 0; }
	
header .main {
	float: left;
	width: 50%;
	padding: 10px 10px 0 10px; }
	
header .sidebar { 
	padding: 10px;
	text-align: right; }
	
#searchbox { display: none; }

header address { 
	clear: left;
	font-size: .65em; }

header .social { 
	height: 30px;
	width: auto; }
	
header .shield {
	height: 40px;
	width: auto;
	margin: 20px 0 0 10px; }

/*** navigation ***/

#menu { 
	display: block;
	text-transform: uppercase;
	letter-spacing: 5px;
	background: #ab2229;
	background: -moz-linear-gradient(top,  #ab2229 0%, #b02329 29%, #b3232c 36%, #b9242a 58%, #bb242d 60%, #bd232b 67%, #c5252f 93%, #c2252e 98%, #c5252f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab2229), color-stop(29%,#b02329), color-stop(36%,#b3232c), color-stop(58%,#b9242a), color-stop(60%,#bb242d), color-stop(67%,#bd232b), color-stop(93%,#c5252f), color-stop(98%,#c2252e), color-stop(100%,#c5252f));
	background: -webkit-linear-gradient(top,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	background: -o-linear-gradient(top,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	background: -ms-linear-gradient(top,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	background: linear-gradient(to bottom,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab2229', endColorstr='#c5252f',GradientType=0 ); }
	
nav {
	margin: 0;
	padding: 0;
	display: none;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px; 
	background: #ab2229;
	background: -moz-linear-gradient(top,  #ab2229 0%, #b02329 29%, #b3232c 36%, #b9242a 58%, #bb242d 60%, #bd232b 67%, #c5252f 93%, #c2252e 98%, #c5252f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab2229), color-stop(29%,#b02329), color-stop(36%,#b3232c), color-stop(58%,#b9242a), color-stop(60%,#bb242d), color-stop(67%,#bd232b), color-stop(93%,#c5252f), color-stop(98%,#c2252e), color-stop(100%,#c5252f));
	background: -webkit-linear-gradient(top,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	background: -o-linear-gradient(top,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	background: -ms-linear-gradient(top,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	background: linear-gradient(to bottom,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab2229', endColorstr='#c5252f',GradientType=0 ); }

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

nav li a, #menu a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	text-decoration: none; }
	
nav li a:hover { 
	text-decoration: none;
	color: #fff; }

nav li.current { }

nav li ul { margin-left: 40px; }

/*** main content area ***/

#main .sidebar { background: #e6e4df; }

.half1 { padding: 0 0 20px 0; }

/*** sidebar ***/

#googlecal {
	width: 100%;
	height: 20em; }

/*** footer ***/

footer { 
	text-align: left;
	font-size: .75em;
	padding: 0 0 10px 0; }

footer #copyright { clear: both; }

footer .main, footer .sidebar { padding: 10px; }

footer .sidebar { padding-top: 90px; }

/*** forms ***/

label, legend { display: block; }
	
input[type='text'], textarea, input[type='password'] {
	margin: 0 0 10px 0;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	-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); }
	
select {
	margin: 0 0 10px 0;
	padding: 4px;
	border: 1px solid #bbb2a4;
	background: #e6e4df;
	box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4); }
	
textarea { 
	width: 95%;
	height: 6em; }
	
input[type='radio'], input[type='checkbox'] { margin: 0 0 0.75em 0; }
	
input[type='text']:focus, textarea:focus { background: #eee; }

input#searchkeys { 
	color: #999;
	background: #fff url(/media/magnifying_glass.png) right center no-repeat;
	padding-right: 22px;
	font-family: 'Trykker', Georgia, serif;
	font-style: italic; }
	
button, a.button, input[type='submit'] {
	background: #ab2229;
	background: -moz-linear-gradient(top,  #ab2229 0%, #b02329 29%, #b3232c 36%, #b9242a 58%, #bb242d 60%, #bd232b 67%, #c5252f 93%, #c2252e 98%, #c5252f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab2229), color-stop(29%,#b02329), color-stop(36%,#b3232c), color-stop(58%,#b9242a), color-stop(60%,#bb242d), color-stop(67%,#bd232b), color-stop(93%,#c5252f), color-stop(98%,#c2252e), color-stop(100%,#c5252f));
	background: -webkit-linear-gradient(top,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	background: -o-linear-gradient(top,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	background: -ms-linear-gradient(top,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	background: linear-gradient(to bottom,  #ab2229 0%,#b02329 29%,#b3232c 36%,#b9242a 58%,#bb242d 60%,#bd232b 67%,#c5252f 93%,#c2252e 98%,#c5252f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab2229', endColorstr='#c5252f',GradientType=0 );
	color: #fff;
	text-align: center;
	width: auto;
	padding: 6px 10px;
	border: none;
	box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4); }
	
button:hover, a.button:hover, input[type='submit']:hover { }

.no-margin { margin: 0; }

/*** subnav / archive ***/
	
ul.subnav, #years ul, ul.calendar { 
	margin: 0;
	padding: 0;
	list-style: none; }
	
ul.calendar li{
	margin: 0;
	padding: 10px; }
	
#years { font-size: .9em }

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

#years h2.ui-state-active, #years h3.ui-state-active, .subnav li.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, .subnav li.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; }
	
.subnav li a:hover { text-decoration: none; }
	
.months, .months .archive { margin: 0 0 0 20px; }

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

.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; }
	
#newstoggle {
	color: #b9242b;
	cursor: pointer; }
	
#newsform { display: none; }
	
/*** faq ***/
	
h1.faqtitle { margin-bottom: 20px; }

ul.faq { 
	margin: 0;
	padding: 0;
	list-style: none; }
	
ul.faq li {
	margin: 0;
	padding: 0 0 10px 0; }

a.toplink {
	font-size: .8em;
	float: right; }
	
div.faqs {
	margin: 10px 0;
	padding: 20px 0 30px;
	border-bottom: 1px solid #e6e4df; }
	
div.faqs:last-child { 
	margin-bottom: 0;
	padding-bottom: 0;
	border: none; }
	
/*** search results ***/

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 ***/
	
	body {
		background: #8DA7CF url(/media/labyrinth.jpg) center bottom no-repeat;
		background-size: 100% auto; }
	
	.container, footer {
		width: 85%;
		max-width: 1200px;
		margin: 0 auto; }
		
	.main {
		float: left;
		width: 61%;
		padding: 20px; }
		
	.sidebar {
		margin: 0 0 0 61%;
		padding: 10px; }
		
	a.phone {
		color: #000;
		cursor: default;
		text-decoration: none; }
		
	/*** header ***/
		
	header {
		background: #fff url(/media/headerbg.png) center top no-repeat;
		background-size: auto 100%; }
		
	#searchbox { 
		display: block;
		margin-top: 10px; }
		
	header address {
		clear: none;
		position: relative;
		text-transform: uppercase;
		font-size: 80%; }
		
	header .main {
		float: left;
		width: 39%;
		padding: 10px 10px 0 10px;
		background: none; }
		
	header .sidebar { 
		margin: 0 0 0 39%;
		padding: 10px;
		text-align: right; }
		
	header .social { 
		height: auto;
		width: 24px;
		vertical-align: middle; }
		
	header .shield {
		height: 60px;
		width: auto;
		margin: 0 0 0 10px; }
		
	/*** ribbons ***/
	
	#leftribbon {
		background: url(/media/ribbon-left.png) top left no-repeat;
		margin-left: -18px;
		padding-left: 18px; }
		
	#rightribbon {
		background: url(/media/ribbon-right.png) top right no-repeat;
		margin-right: -18px;
		padding-right: 18px; }
	
	/*** navigation ***/
	
	#menu { display: none; }
	
	nav { 
		display: block;
		margin: 0 -18px;
		padding: 0 18px; }
		
	nav li {
		display: block;
		float: left; }
		
	nav li a { padding: 10px; }

	nav li ul {
		position: absolute;
		z-index: 1000;
		display: block;
		left: -999em;
		margin: 0;
		background: #C4252F;
		border-top: 1px solid #fff; }
	
	nav li li {
		float: none;
		background: none; }
	
	nav li li a { }
		
	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; }
	
	nav:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden; }
	
	/*** footer ***/
	
	footer { color: #fff; }
	
	footer { padding: 10px 0; }
	
	footer .main { padding: 20px; }
	
	footer .sidebar { 
		padding: 20px;
		text-align: right; }
	
	footer .sidebar img { max-width: 50%; }
		
	.col1, .col2, .col3 {
		float: left;
		width: 31.3%;
		padding: 0 2% 0 0; }
		
	.half1 {
		float: left;
		width: 50%;
		padding: 0 20px 0 0; }
		
	.half2 {
		margin: 0 0 0 50%;
		padding: 0 0 0 20px; }
		
	label {
		display: block;
		float: left;
		width: 25%; }
		
	label[for='message'] { width: auto; }
		
	button, a.button, input[type='submit'], input[type='radio'], input[type='checkbox'] { margin: 0 0 0 25%; }
		
	input#securityq { margin: 0 0 10px 25%; }
	
	.sidebar label {
		display: block;
		float: none;
		width: auto; }
		
	.sidebar label[for='message'] { width: auto; }
		
	.sidebar button, a.button, input[type='submit'], input[type='radio'], input[type='checkbox'] { margin: 0; }
		
	.sidebar input#securityq { margin: 0 0 10px 0; }
	
	/*** galleries ***/
	
	ul.galleries li {
		float: left;
		margin: 0;
		text-align: center;
		width: 25%;
		max-height: 188px;
		overflow: hidden; }
	
	ul.galleries li:nth-of-type(4n) { padding: 20px 0 20px 20px; }
	
	ul.galleries li:nth-of-type(4n+1) { 
		clear: left;
		padding: 20px 20px 20px 0; }
		
	ul.galleries + h1 { margin-top: 20px; }
	
	ul.gallery li { float: left; }
		
}

@media only screen and (min-width: 769px) and(max-width: 1133px) {
	
	nav { font-size: .85em; }
	
}

@media only screen and (max-width: 1078px) {
	
	.container, footer { width: 90%; }
	
}

@media only screen and (min-width: 769px) and(max-width: 1019px) {
	
	nav { font-size: .75em; }
	
}

@media only screen and (max-width: 960px) {
	
	.container, footer { width: 95%; }
	
}

@media only screen and (min-width: 768px) and (max-width: 911px) {
	
	nav { letter-spacing: 0px; }
	
}

@media only screen and (max-width: 851px) {
	
	.container, footer { width: 100%; }
	
	#leftribbon, #rightribbon, nav {
		margin: 0;
		padding: 0; }

}

@media only screen and (min-width: 641px) and (max-width: 809px) {
	
	nav { font-size: .7em; }
	
}

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

body.pop { background: #fff; }

.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;
	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, .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; }

.currentmainpic { max-width: 500px; }
	
#adminmain { 
	padding: 1em;
	background: #fff; }

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

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

#cammy { 
	float: right;
	text-align: right; }
	
#cammy img { 
	margin-top: 3em;
	height: 30px; }

#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; }
	
label.radio, label.checkbox { 
	display: inline;
	float: none; }
	

	