@charset "UTF-8";

/*** 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; 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: #000;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-family: "baskerville-urw", Georgia, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em; 
}
	
a {
	color: #d8c36c;
	text-decoration: none; }
	
a:hover { text-decoration: underline; }

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

h1 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px 0; }
	
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0; }
	
h3 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 20px 0;
	font-style: italic; }
	
h4 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0; }
	
h5 { font-size: 110%; }
	
h6 { font-size: 105%; }
	
p, ul, ol, table { margin: 0 0 20px 0; }

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

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

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

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


/*** text styles ***/

.right { text-align: right; }

.center { text-align: center; }

.linebreak { display: block; }


/*** containers ***/

.container { 
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative; }
	
.lined { background: url(/media/line.png) center 1.2em repeat-x; }
	

/*** header ***/

#hcont { 
	position: fixed;
	z-index: 9999;
	background: #fff;
	width: 100%;
	padding: 0; }

header {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center; }
	
#logo { max-width: 100%; }

header .main, header .sidebar { padding-bottom: 0 !important; }

header .onethird { 
	float: left !important;
	padding-bottom: 0; }

header .onethird:nth-of-type(1), header .onethird:nth-of-type(3) { width: 30%; }

header .onethird:nth-of-type(2) { width: 40%; }
	
header h3 {
	font-size: 16px;
	font-style: normal; 
	position: absolute;
	bottom: 0; }
	
	
/*** navigation ***/

#menu { 
	display: block;
	text-transform:  uppercase;
	padding:  0 20px;
	color: #d8c36c;
	text-align: center; }
	
#menu span {
	display: inline-block;
	width: auto;
	background: #000;
	padding: 10px 20px; }
	
nav {
	margin: 0;
	padding: 0;
	display: none;
	color: #d8c36c; }

nav ul  { 
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-align: center; }
	
nav ul li {
	margin: 0;
	padding: 0;
	font-size: 24px; }

nav li a {
	display: block;
	padding: 10px 20px 5px 20px;
	text-decoration: none;
	color: #d8c36c; }
	
nav li a:hover { 
	color: #f2da79;
	text-decoration: none; }


/*** footer ***/

footer { 
	text-align: left;
	font-size: 80%;
	padding: 20px; }

footer #copyright { clear: both; }


/*** main content ***/

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

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

.date { color: #ccc; }


/*** sidebars ***/

.sidebar { padding: 20px; }

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


/*** columns ***/

.half, .onethird, .onefourth, .twothirds { padding: 20px; }


/*** breadcrumbs ***/

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

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


/*** forms ***/

fieldset { position: relative; }

label, legend, .label-placeholder { 
	display: block;
	margin: 0 0 10px 0; }

legend { font-weight: bold; }
	
span.hidden-placeholder { 
	display: inline-block;
	margin: 0 0 10px 0; }
	
input[type='text'], textarea, input[type='password'], select {
	margin: 0 0 15px 0;
	padding: 0.3em;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.15);
	-moz-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%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'baswerville-urw', Georgia, serif;
	font-size: 16px; 
}
	
input[type='text']:focus, textarea:focus { background: #eee; }
	
textarea { 
	width: 95%;
	height: 8.5em;
	line-height: 1.6em; 
	font-family: 'baskerville-urw', Georgia, serif;
	font-size: 16px; 
}
	
input[type='file'] { margin: 0 0 15px 0; }
	
input[type='radio'], input[type='checkbox'] { 
	display: inline-block;
	width: auto;
	margin: 0 0 15px 0; 
	font-family: 'baskwerville-urw', Georgia, serif;
	font-size: 16px; 
}
	
input[type='checkbox'], input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
 	text-overflow: "";
	border: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: none;
	position: absolute;
	left: -9999px; }
	
label.checkbox {
	background: url(/media/checkbox.png) left no-repeat;
	background-size: auto 30px;
	padding: 5px 0 5px 70px;
	margin-bottom: 15px; }
	
label.checkbox:hover { cursor: pointer; }
	
input[type='checkbox']:checked + label.checkbox {
	background: url(/media/checkbox-on.png) left no-repeat;
	background-size: auto 30px; }
	
label.radio {
	background: url(/media/radio.png) left no-repeat;
	background-size: auto 32px;
	padding: 5px 0 5px 37px;
	margin-bottom: 15px; }
	
label.radio:hover { cursor: pointer; }
	
input[type='radio']:checked + label.radio {
	background: url(/media/radio-on.png) left no-repeat;
	background-size: auto 32px; }
	
	
/*** buttons***/
	
button, a.button, input[type='submit'] {
	display: inline-block;
	background: #fff;
	color: #000;
	text-align: center;
	width: auto;
	padding: 10px 30px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "baskerville-urw", Georgia, serif;
	font-size: 18px;
	line-height: 1; }
	
button:hover, a.button:hover, input[type='submit']:hover { 
	text-decoration: none;
	background: #d8c36c;
	color: #fff;
	cursor: pointer; 
}
	
.filter button { padding: 3px 10px; }


/*** faq ***/
	
h1.faqtitle { margin-bottom: 20px; }
	
a.toplink {
	font-size: 80%;
	float: right; }
	
div.faqs {
	margin: 10px 0;
	padding: 20px 0 30px;
	border-bottom: 1px solid #eee; }
	
div.faqs:last-child { 
	margin-bottom: 0;
	padding-bottom: 0;
	border: none; }
	
	
/*** archive ***/

#years { font-size: 90%; }

#years h2, #years h3 { 
	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 { 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 ul, .months ul {
	margin: 0;
	padding: 0;
	list-style: 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: 95%; }
	
.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; }
	
	
/*** 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; }
	
	
/*** photos ***/

.rightpic, .leftpic {
	display: block;
	margin: 0 0 20px 0; }

ul.gallery { font-size: 0px; }

ul.gallery li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height:1.6em;
	width: 50%; }
	
ul.gallery li:nth-child(odd) { padding: 0 10px 20px 0; }

ul.gallery li:nth-child(even) { padding: 0 0 20px 10px; }


/*** lightbox ***/

.overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 25px 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    text-align: center;
}

#uploader {
    display: none;
    text-align: left;
    background: #fff;
    padding: 30px;
}

.oc {
    display: none;
    position: relative;
    width: auto;
    max-height: 100%;
    padding: 30px;
    background: #fff;
}

.lphoto {
    position: relative;
    z-index: 2;
    background: #fff;
    font-size: 0px;
    line-height: 1;
}

.lphoto img {
    position: relative;
    z-index: 3;
}

.lphoto .caption {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

.next, .prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -12.5px;
    cursor: pointer;
}

.next { 
    right: 7.5px; 
    width: 15px;
    height: 25px;
    text-indent: 9999px;
    overflow: hidden;
    background: url(/media/icon_next.png) 0 0 no-repeat;
    background-size: 15px auto;
}

.prev { 
    left: 7.5px; 
    width: 15px;
    height: 25px;
    text-indent: 9999px;
    overflow: hidden;
    background: url(/media/icon_prev.png) 0 0 no-repeat;
    background-size: 15px auto;
}

.close {
    position: absolute;
    z-index: 2;
    top: 7.5px;
    right: 7.5px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-indent: 9999px;
    overflow: hidden;
    background: url(/media/icon_close.png) 0 0 no-repeat;
    background-size: 15px auto;
}

.load {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 109px;
    height: 31px;
    margin-top: -15.5px;
    margin-left: -54.5px;
    background: url(/media/loading.gif);
    background-size: 109px 31px;
}



/*** home ***/
#homepics .onethird {
	float: left;
	width: 33.333%;
	padding-top: 0;
	padding-bottom: 0; }
	
#homepics .onethird img { height: auto !important; }

#hometext { text-align: center; }


/*** contact ***/

#contact {
	text-align: center; }


/*** bios ***/

.attorney { margin: 0 0 30px 0; }
	
	
@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: 80%;
		max-width: 1200px;
		margin: 0 auto; }
		
	a.phone, a.phone:hover {
		color: #fff;
		text-decoration: none;
		cursor: default; }
		
	h1 { font-size: 32px; }
	
	h2 { font-size: 27px; }
		
		
	/*** header ***/
	
	#hcont { padding: 0 0 20px 0; }
	
	header { 
		text-align: left;
		position: relative; }
		
	header .main { float: none !important; }
	
	header .sidebar { 
		text-align: center;
		width: auto !important;
		position: absolute;
		right: 0;
		top: 1.5em; }
	
	#logo { max-width: 300px; }
	
	header .onethird { 
		width: 33.333%;
		padding-bottom: 20px; }
	
	header h3 { 
		font-size: 28px;
		width: 33.333%;
		bottom: 25px; }
		
	
	/*** navigation ***/
	
	#menu { display: none; }
	
	nav { display: block; }
	
	nav ul {
		text-align: center;
		width: auto; }
		
	nav li {
		display: inline-block;
		width: auto;
		background: #000; }
		
	nav li:first-child { padding-left: 10px; }
	
	nav li:last-child { padding-right: 10px; }

	nav li ul {
		position: absolute;
		z-index: 1000;
		display: none;
		margin: 0; }
	
	nav li li {
		float: none;
		background: none; }
		
	nav li a { padding: 10px 20px; }
	
	nav li li a { }
		
	nav li ul li.last a { }
	
	nav li:hover ul ul, nav li:hover ul ul ul { display: none; }
	
	nav li:hover ul, nav li li:hover ul, nav li li li:hover ul { display: block; }
	
	
	/*** main content ***/
		
	.main {
		float: left;
		width: 61%;
		padding: 20px; }
		
		
	/*** sidebars ***/
		
	.sidebar {
		float: left;
		width: 39%;
		padding: 20px; }
	
	
	/*** columns ***/
		
	.onethird {
		float: left;
		width: 33.333%;
		padding: 20px; }
		
	.twothirds {
		float: left;
		width: 66.666%;
		padding: 20px; }
	
	.half {
		float: left;
		width: 50%;
		padding: 20px; }
		
		
	/*** forms ***/
		
	label, .label-placeholder {
		clear: left;
		display: block;
		float: left;
		width: 20%; }
		
	textarea { width: 70%; }
		
	label.checkbox, label.radio {
		display: inline-block;
		float: none;
		width: auto;
		margin-bottom: 10px; }
		
	input[type='text'], input[type='checkbox'], input[type='radio'], input[type='file'], input[type='password'], select, textarea { margin-bottom: 10px; }
		
	button, a.button, input[type='submit'] { margin: 0 0 0 25%; }
	
	input + button, select + button, input + span + button, button + button, .button + button, input[type='text'] + input[type='checkbox'], label + button { margin: 0 0 10px 10px; }
	
	input[type='checkbox'] { margin: 0 0 10px 25%; }
	
	label + input[type='checkbox'] { margin-left: 0; } 
	
	input[type='checkbox'] + label { margin-left: 25%; }
		
	input#securityq { margin: 0 0 10px 25%; }
	
	.feedback { 
		margin: 0 0 0 25%;
		width: 75%; }
		
	.cb.hidden-placeholder { margin: 0 0 10px 25%; }
	
	label.checkbox {
		background: url(/media/checkbox.png) 0 0 no-repeat;
		background-size: auto 15px;
		padding: 0 0 0 35px; }
		
	input[type='checkbox']:checked + label.checkbox {
		background: url(/media/checkbox-on.png) 0 0 no-repeat;
		background-size: auto 15px; }
		
	label.radio {
		background: url(/media/radio.png) left no-repeat;
		background-size: auto 16px;
		padding: 0 0 0 21px; }
		
	input[type='radio']:checked + label.radio {
		background: url(/media/radio-on.png) left no-repeat;
		background-size: auto 16px; }
		
	label.radio, label.checkbox { 
		display: inline-block;
		float: none; }
		
	label[for='message'] {
		float: none;
		width: auto; }
		
		
	/*** photos ***/
	
	.rightpic {
		float: right;
		margin: 0 0 10px 20px; 
		max-width: 30%;
	}
		
	.leftpic {
		float: left;
		margin: 0 20px 10px 0; }
	
	ul.gallery li, ul.gallery li:nth-of-type(odd), ul.gallery li:nth-of-type(even) { 
		width: 25%;
		padding: 0 10px 20px 10px; }
		
	/*** home ***/
	#hometext {
		background-image: url(/media/ironwork_lt.png), url(/media/ironwork_rt.png);
		background-size: 258px auto;
		background-position: top left, top right;
		background-repeat: no-repeat;
		padding: 0 258px;
		text-align: center;
		font-size: 28px;
		line-height: 1.4; }
		
	#homepics .onethird { padding-bottom: 20px; }
		
}

@media only screen and (min-width: 641px)and (max-width: 1280px) {
	
	header, footer, section, nav { width: 100%; }
	
	#logo { max-width: 200px; }
	
	header .sidebar { top: 0.8em; }
	
}

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

#login, #passreset, #verify, #reset-response { margin-bottom: 20px; }

#passreset, #recoveruser, #reset-response, #verify { display: none; }

#forgot-un, #forgot-pass { cursor: pointer; }

.button.edit, .button.add, .button.settings {
	margin: 0 0 0 10px;
	float: right;
	font-size: 100%;
	padding: 5px 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
	
.button.cancel { background: #A9ABB0; }

a.add {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/media/icon_add.png) 0 0 no-repeat;
	background-size: auto 35px;
	text-indent: -9999px;
	margin-left: 5px;
	position: relative;
	top: 0.3em;
}
	
a.add:hover {
	background: url(/media/icon_add.png) 0 -18px no-repeat;
	background-size: auto 35px;
}
	
a.edit {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(/media/icon_edit.png) 0 0 no-repeat;
	background-size: auto 40px;
	text-indent: -9999px;
	margin-left: 5px;
	position: relative;
	top: 0.3em;
}
	
a.edit:hover {
	background: url(/media/icon_edit.png) 0 -20px no-repeat;
	background-size: auto 40px;
}

ul#artlist a.edit {
	float: right;
	padding: 0;
}

ul#artlist li a .instructions {
	color: #000;
	margin-left: 20px;
}

ul#artlist {
	color: #fff;
}
	
a.settings {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/media/icon_gear.png) 0 0 no-repeat;
	background-size: auto 35px;
	text-indent: -9999px;
	margin-left: 5px;
	position: relative;
	top: 0.3em;
	border: none;
}
	
a.settings:hover {
	background: url(/media/icon_gear.png) 0 -18px no-repeat;
	background-size: auto 35px;
	border: none;
}
	
.nomargin { margin-left: 0 !important; }

button#uploadphoto { padding: 6px 15px 4px; }

.alert, .required { color: #C00; }

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

table.list tr { vertical-align: middle; }
	
table.list td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
	
table.list tr:hover { background: #eee; }

table.list th {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
	
td.avdate {
	font-size: 0px;
}

.vis {
	font-size: 18px;
}

ul.list, ul.sblist, ul.sublist, ul.subsublist, ul.photolist, ul.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
ul.sublist, ul.subsublist { margin: 0 0 0 40px; }
	
ul.list li, ul.sublist li, ul.subsublist 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.pages li a, ul.sublist.pages li a, ul.list.pages li.unpub ul.sublist.pages li a, ul.subsublist.pages li a, ul.sublist.pages li.unpub ul.subsublist.pages li a { 
	background: none;
	padding: 10px 10px 10px 30px;
}

ul.list.pages li.unpub a, ul.sublist.pages li.unpub a, ul.subsublist.pages li.unpub a {
	background: url(/media/icon_unpublished.png) left no-repeat;
	background-size: 20px auto;
}

ul.list li a:hover, ul.sublist li a:hover, ul.sblist li a:hover, ul.list.pages li.unpub a:hover, ul.sublist.pages li.unpub a:hover, ul.subsublist.pages li.unpub a:hover, ul.list.pages li.unpub ul.sublist.pages li a:hover, ul.subsublist.pages li a:hover, ul.sublist.pages li.unpub ul.subsublist.pages li a { 
	background-color: #eee;
	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 {
    font-size: 0px;
    line-height: 1;
}
	
ul.photolist li {
	display: inline-block;
	width: 200px;
    height: 200px;
    overflow: hidden;
	margin: 0 20px 20px 0; 
}

ul.list li .date { float: right; }

table.list.filter thead { display: none; }
	
.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;
}

#photopreview {
    display: none;
    margin-bottom: 10px;
}

.photothumb {
	float: left;
	width: 200px;
	max-height: 200px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}
	
#adminmain { padding: 20px; }

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

.upload {
	border: 2px dotted #ccc;
	padding: 50px;
	text-align: center;
	margin: 0 0 30px 0;
	width: 100%; 
    line-height: 1;
}
	
.upload:hover, .upload.fs-upload-dropping { background: #e1e1e1; }

.fs-lightbox-image { width: auto !important; }

#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;
	top: 10px;
	right: 0; 
}

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

#cammy #version {
	font-size: 80%;
	font-style: italic;
}
	
label.radio, label.checkbox { 
	display: inline-block;
}

#addphotos .radio {
    margin-bottom: 0;
}
	
.cke_dialog_ui_labeled_label { float: none; }

.addnew, .addnew-linked {
    display: inline-block;
    font-size: 90%;
    margin: 0 0 10px 0;
}