@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 {
    margin: 0;
    padding: 0;
    font-family: "proxima-nova", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6em; 
    background: url(/media/bg1.jpg) center bottom no-repeat;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #fff;
}

body.home {
    background: url(/media/bg1.jpg) center bottom no-repeat;
}

body.blog {
    background: url(/media/bg2.jpg) center bottom no-repeat;
}

body.publications {
    background: url(/media/bg3.jpg) center bottom no-repeat;
}
	
a {
	text-decoration: none; 
    color: #af1e38;
}
	
a:hover { text-decoration: underline; }

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

h1 {
	font-family: 'jubilat', Georgia, serif;
    font-size: 28px;
    font-weight: 300;
	margin: 0 0 20px 0;
}
	
h2 {
    font-family: 'jubilat', Georgia, serif;
	font-size: 24px;
    font-weight: 300;
	margin: 0 0 20px 0; 
}
	
h3 {
	font-family: 'jubilat', Georgia, serif;
    font-size: 20px;
    font-weight: 300;
	margin: 0 0 10px 0; 
}
	
h4 {
	font-size: 18px;
	margin: 0 0 10px 0; 
}

h1 + .date, h2 + .date, h3 + date {
    margin-top: -10px;
}
	
p, ul, ol, table, .video { margin: 0 0 10px 0; }

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

p + h1, p + h2, p + h3, p + h4 {
    padding-top: 15px;
}

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

blockquote {
    display: block;
    width: 70%;
    margin: 0 0 20px 10%;
    padding: 0 0 0 20px;
    font-family: 'jubilat', Georgia, serif;
    font-style: italic;
    border-left: 2px solid #ccc;
}

section {
    position: relative;
}

.date { 
    color: #777; 
    font-size: 14px;
}

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

.dgray {
    background: #242526;
    color: #fff;
}

.white {
    background: rgba(255,255,255,0.7);
    color: #242526;
}

.publications .white, .blog .white {
    background: rgba(255,255,255,0.8);
}
	

/*** header ***/

#hcont {
    position: fixed;
    z-index: 999;
}

header {
	position: relative;
	margin: 0;
	padding: 10px 10px 2.5px; 
}

#logo {
    max-height: 70px;
    max-width: 30%;
}

#hcont + .container {
    padding: 70px 0 0 0;
}
	
	
/*** navigation ***/

#menu { 
	display: inline-block;
    position: absolute;
    top: 21px;
    right: 10px;
	background: url(/media/menu.png) 0 0 no-repeat;
	background-size: 25px 25px;
	text-indent: 9999px;
	width: 25px;
    height: 25px;
}
	
nav {
	margin: 0;
	padding: 0;
	display: none; 
    font-size: 18px;
}

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

nav li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none; 
    text-align: center;
}
	
nav li a:hover { 
	text-decoration: none; }


/*** footer ***/

footer { 
	text-align: center;
	font-size: 85%;
	padding: 20px; 
}

footer #copyright { clear: both; }

footer #copyright .credit {
    font-size: 90%;
}

/*** columns ***/

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

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


/*** breadcrumbs ***/

ul.breadcrumbs, ol.breadcrumbs {
	list-style: none;
	margin: 0 0 20px;
	padding: 0; 
    font-size: 0px;
    line-height: 1;
}

.breadcrumbs li { 
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0; 
    font-size: 12px;
}

.breadcrumbs li a span:before {
    content: '‹';
    padding-right: 10px;
}

.breadcrumbs li a:hover {
    text-decoration: none;
}


/*** 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: 'Lato', Helvetica, Arial, sans-serif; }
	
input[type='text']:focus, textarea:focus { background: #eee; }
	
textarea { 
	width: 95%;
	height: 4.5em;
	line-height: 1.6em; }
	
input[type='file'] { margin: 0 0 15px 0; }
	
input[type='radio'], input[type='checkbox'] { 
	display: inline-block;
	width: auto;
	margin: 0 0 15px 0; }
	
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; }

.g-recaptcha {
	margin: 0 0 10px 0;
}
	
	
/*** buttons***/
	
button, a.button, input[type='submit'] {
	display: inline-block;
	width: auto;
	background: #242526;
	color: #fff;
	text-align: center;
	padding: 5px 20px;
	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);
	text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, sans-serif;
	line-height: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; }
	
button:hover, a.button:hover, input[type='submit']:hover { 
	text-decoration: none;
	background: #A60522;
	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; }


/*** share ***/

ul.share {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0px;
	line-height: normal; }
	
ul.share li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0; }
	
ul.share li a {
	display: block;
	padding: 3px 5px 1px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #242526;
	font-size: 12px; }
	
ul.share li a:hover { background: #A60522; }

ul.share li a img { height: 15px; }
	
	
/*** 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, .mrbox .video {
	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; }


/*** CV and Pubs ***/

.about blockquote, .publications blockquote {
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-style: normal;
    padding: 0;
    border-left: none;
}

.about ol, .publications ol {
    list-style: none;
    margin: 0 0 20px 10%;
}

.about ol li, .publications ol li {
    margin: 0 0 10px 0;
    padding: 0 0 0 40px;
    text-indent: -40px;
}

.about h2 {
    background: #242526;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
}

.about h3, .publications h3 {
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 20px;
}


/*** home ***/

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

ul.latest li {
    margin: 0 0 15px 0;
    padding: 0;
}

ul.latest li a {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 5px 0;
}

ul.latest .slug {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    color: #242526;
}

ul.latest .slug .date {
    display: inline-block;
    color: #242526;
    font-size: 12px;
}

ul.latest .slug .pname {
    display: inline-block;
    margin-right: 10px;
}


/*** social ***/

ul.social {
    list-style: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
    font-size: 0px;
    line-height: 1;
}

ul.social li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 12px;
}

ul.social li a.facebook {
    background: url(/media/facebook.png) 0 0 no-repeat;
    width: 16px;
}

ul.social li a.twitter {
    background: url(/media/twitter.png) 0 0 no-repeat;
    width: 42px;
}

ul.social li a.linkedin {
    background: url(/media/linkedin.png) 0 0 no-repeat;
    width: 37px;
}

ul.social li a.instagram {
    background: url(/media/instagram.png) 0 0 no-repeat;
    width: 35px;
}

ul.social li a {
    background-size: auto 70px !important;
    display: block;
    height: 35px;
    overflow: hidden;
    text-indent: 9999px;
}

ul.social li a:hover {
    background-position: 0 -35px;
}
	
	
@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 {
		width: 80%;
		max-width: 1200px;
		margin: 0 auto; 
    }
		
	a.phone, a.phone:hover {
		color: #000;
		text-decoration: none;
		cursor: default; 
    }
    
    
    /*** header ***/
    
    header {
        padding: 20px 25px 0;
    }
    
    #logo {
        float: left;
    }
    
    #hcont + .container {
        padding: 120px 0 0 0;
    }
		
	
	/*** navigation ***/
	
	#menu { display: none; }
	
	nav { 
        display: block; 
        text-align: right;
    }
    
    #adminnav {
        display: inline-block;
    }
    
    nav ul {
        font-size: 0px;
    }
		
	nav li {
        position: relative;
		display: inline-block;
        font-size: 16px;
        line-height: 1;
    }
    
    #adminnav {
        text-align: left;
    }
    
    #adminnav ul {
        padding-left: 20px;
    }
    
    nav li a {
        padding: 15px 15px 40px;
    }
    
    nav li:last-child a {
        padding-right: 0;
    }

	nav li ul {
		position: absolute;
		z-index: 1000;
		display: none;
		margin: 0; 
        text-align: left;
        width: 100%;
    }
	
	nav li li {
		display: block;
		background: #242526; 
    }
    
    nav li li:last-child { 
        padding-bottom: 12px;
    }
	
	nav li li a {
        padding: 10px 20px;
    }
		
	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 {
		margin: 0 0 0 61%;
		padding: 20px; }
	
	
	/*** columns ***/
		
	.onethird {
		float: left;
		width: 33.333%;
		padding: 20px; }
		
	.twothirds {
		float: left;
		width: 66.666%;
		padding: 20px; }
		
	.onethird:nth-of-type(3n+1) { 
		clear: left;
		padding: 0 20px 20px 0; }
		
	.onethird:nth-of-type(3n), .twothirds + .onethird { padding: 0 0 20px 20px; }
	
	.half {
		float: left;
		width: 50%; }
		
	.half:nth-of-type(odd) { 
		clear: left;
		padding: 0 20px 0 0; }
		
	.half:nth-of-type(even) { padding: 0 0 0 20px; }
		
		
	/*** forms ***/
		
	label, .label-placeholder {
		display: block;
		float: left;
		width: 25%; }
		
	label.checkbox, label.radio {
		display: inline-block;
		float: none;
		width: auto;
	}
		
	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 15px 10px; }
	
	input[type='checkbox'] { margin: 0 0 15px 25%; }
	
	label + input[type='checkbox'] { margin-left: 0; } 
	
	input[type='checkbox'] + label { margin-left: 25%; }
		
	input#securityq { margin: 0 0 15px 25%; }
    
    label + textarea {
        clear: left;
    }
	
	.feedback { 
		margin: 0 0 0 25%;
		width: 75%; }
		
	.cb.hidden-placeholder { margin: 0 0 15px 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; }
    
    .g-recaptcha {
		margin: 0 0 15px 0;
	}
		
		
	/*** photos ***/
	
	.rightpic, .mrbox .video {
		float: right;
		margin: 0 0 10px 20px; }
		
	.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; }
		
}

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

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

#newpiclabel {
	display: none;
	clear: left; }

.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 #ccc; }
	
table.list tr:hover { background: #eee; }
	
ul.list, ul.sblist, ul.sublist, ul.subsublist, ul.photolist, ul.slidelist, 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 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; }

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

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

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

.upload {
	border: 2px dotted #ccc;
	padding: 20px;
	text-align: center;
	margin: 0 0 30px 0;
	width: 100%; }
	
.upload:hover { background: #C3D840; }

#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;
	bottom: 20px;
	right: 0; 
    z-index: 100;
}

#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;
	float: none; }
	
.cke_dialog_ui_labeled_label { float: none; }
	

	