@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Crimson+Text:400,700,400italic,700italic);

/*** 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;
	font-family: 'Crimson Text', Georgia, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6em;
	color: #fff; }
	
a {
	color: #c10000;
	text-decoration: none; }
	
a:hover { text-decoration: underline; }

a.phone {
	color: #fff;
}

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

h1 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 15px 0; }
	
h2 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
	
h3 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 0 0 10px 0; }
	
h4 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0; }
	
h5 { font-size: 16px; }
	
h6 { font-size: 14px; }
	
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 */

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


/*** containers ***/

.bg {
	background: #000 url(/media/backgrounds/bg1.jpg) center top no-repeat;
	background-size: cover;
}

.container { 
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative; }

.black {
	background: #000;
	color: #fff; }
	
.white {
	background: rgba(225,255,255,0.7);
	color: #000; }
	

/*** header ***/

header {
	position: relative;
	margin: 0;
	padding: 10px 20px; }
	
#logo {
	float: left;
	max-width: 60%;
	max-height: 40px; }
	
	
/*** navigation ***/

#menu { 
	display: block;
	background: url(media/menu.png) 100% 8px no-repeat;
	background-size: 25px 25px;
	text-transform:  uppercase;
	padding:  10px 40px 10px 20px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: right;
	color: #fff; }
	
nav {
	margin: 0;
	padding: 0;
	display: none;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right; }

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;
	color: #fff; }
	
nav li a:hover { 
	text-decoration: none;
	color: #c10000;
}


/*** footer ***/

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

footer address a { color: #fff; }

footer #copyright { 
	clear: both; 
	text-align: center;
}

footer h4 { 
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	margin: 0 0 10px 0;
}

footer .onethird ul {
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2; }
	
footer ul li.page_item {
	margin: 0;
	padding: 0; }
	
ul.vcard li {
	margin: 0;
	padding: 0; }

ul.sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

ul.sitemap li {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif; 
	text-transform: uppercase; 
	font-size: 12.8px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
}

.bboston {
	margin-bottom: 20px;
}


/*** social ***/

ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

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

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

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

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

ul.social li a {
	background-size: auto 60px !important;
	display: block;
	height: 30px;
}

ul.social li a:hover {
	background-position: 0 -30px;
}

ul.share {
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 0px;
	line-height: 1; }
	
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: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #000;
	font-size: 12px; }
	
ul.share li a:hover { background: #c10000; }

ul.share li a img { height: 15px; }


/*** main content ***/

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

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

.date { 
	color: #555; 
	font-size: 85%;
	font-style: italic;
}


/*** sidebars ***/

.sidebar { padding: 20px; }

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


/*** columns ***/

.onethird, .twothirds {
	padding: 0 0 20px 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 ***/

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'] {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif; 
	font-weight: bold;
	background: #000;
	color: #fff;
	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);
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	line-height: 1;
}
	
button:hover, a.button:hover, input[type='submit']:hover { 
	text-decoration: none;
	background: #c10000;
	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; }


/*** home ***/

.boxoffice {
	display: inline-block;
	width: auto;
	float: right;
	padding: 2.5px 0 0 0;
}

ul.playing {
	list-style:  none;
	margin: 0;
	padding: 0;
	font-size: 0px; 
}

ul.playing li {
	margin: 0;
	padding: 0 0 20px 0;
	display: block;
	font-size: 18px;
	position: relative;
}

ul.playing .poster {
	float: left;
	width:  50%;
}

ul.playing li .clearfix {
	position: relative;
}

ul.playing .copyblock {
	float: left;
	width: 50%;
	padding: 20px;
}

ul.playing .copyblock h3 a {
	color: #000;
}

ul.playing .rating {
	float: right;
}

.showlink {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #c10000 !important;
}


/*** movies ***/

.rating {
	display: inline-block;
	width: auto;
	background: #000;
	color: #fff;
	font-family: 'Crimson Text', Georgia, serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	padding: 5px 5px 0 5px;
}

.showlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

.showlist li {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
}

.showlist li a {
	color: #000;
}

.showlist .poster {
	float:  left;
	width: 25%;
	margin: 0 20px 0 0;
}

.showlist .copyblock {
	padding: 20px;
}

.showlist .rating {
	float: right;
}

.opendate { 
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

ul.timelist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

ul.timelist li {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
    width: 100%;
	font-size: 16px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

ul.date-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-align: left; }
	
ul.date-tabs li {
	display: inline-block;
	font-size: 16px;
	margin: 0 2px;
	padding: 10px 15px;
	background: #000;
	color: #fff;
	cursor: pointer; }
	
ul.date-tabs li:hover { background: #c10000; }

ul.date-tabs li.disabled { background: #B7B7B7; }

ul.date-tabs li.active, ul.date-tabs li.active:hover {
	background: #fff;
	cursor: default;
	color: #000;
}

.tab-content { 
	display: none;
	padding: 30px;
	background: #fff;
}

.tab-content.active { display: block; }

ul.times {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

ul.times li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
}

ul.times li .button, ul.timelist li .button {
    background: #8c000f;
    color: #fdd874;
    font-family: 'Crimson Text', Georgia, serif;
    line-height: 1;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul.times li .button span, ul.timelist li .button span {
    display: block;
    padding: 10px 20px 7px;
    border: 1px solid #fdd874;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
	
	
@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-size: 100% auto; }
	
	header, footer, section {
		width: 80%;
		max-width: 1200px;
		margin: 0 auto;
	}
		
	a.phone, a.phone:hover {
		color: #fff;
		text-decoration: none;
		cursor: default; }
    
    .bg {
        background: #000 url(/media/backgrounds/bg1.jpg) center top no-repeat;
        background-size: 100% auto;
    }
		
		
	/*** header ***/
	
	#hcont {
		margin-bottom: 20px;
	}
		
	header { 
		padding: 0; 
	}
	
	#logo { 
        padding: 10px 20px; 
        max-height: 60px;
    }
		
	
	/*** navigation ***/
	
	#menu { display: none; }
	
	nav { display: block; }
		
	nav ul { font-size: 0px; }
		
	nav li {
		display: inline-block;
		font-size: 20px;
		font-weight: 700; }
		
	nav li a { padding: 30px 20px; }

	nav li ul {
		position: absolute;
		z-index: 1000;
		display: none;
		margin: 0; }
	
	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 { 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: 70%;
		padding: 20px; }
		
		
	/*** sidebars ***/
		
	.sidebar {
		float: left;
		width: 30%;
		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: 20px 20px 20px 0; }
		
	.onethird:nth-of-type(3n), .twothirds + .onethird { padding: 20px 0 20px 20px; }
	
	.main2 .onethird, .main2 .twothirds { 
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.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%; }
		
	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; }
	
	.g-recaptcha {
		margin: 0 0 10px 25%;
	}
		
		
	/*** photos ***/
	
	.rightpic {
		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; }
	
	
	/*** home ***/
	
	ul.playing li {
		display: inline-block;
		width: 50%;
	}
	
	ul.playing li:nth-of-type(odd) {
		padding: 0 20px 20px 0;
	}

	ul.playing li:nth-of-type(even) {
		padding: 0 0 20px 20px;
	}
	
	ul.playing .copyblock {
		width: 50%;
		padding: 20px;
	}
	
	
	/*** shows ***/
    
    ul.timelist {
        margin-bottom: 20px;
    }
    
    ul.timelist li {
        width: 100%;
        padding: 0 !important;
    }
    
    ul.timelist li .button {
        margin-left: 15px;
    }
    
    ul.timelist li .button span {
    	padding: 10px 15px 7px;
    }
	
	.show .rating {
		float:  right;
	}

		
}

@media only screen and (max-width: 1330px) {
	
	header, footer, section {
		width: 100%;
	}
	
}

@media only screen and (max-width: 1010px) {
	
	header, footer, section {
		width: 100%;
	}
	
	ul.timelist li .button {
		margin-left: 0;
	}
	
}

/*** 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.vidlist li {
	display: block;
	width: 200px;
	height: 112px;
	float: left;
	overflow: hidden;
	margin: 0 20px 20px 0; }
	
ul.datelist {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
	margin-bottom: 20px; }
	
ul.datelist li {
	display: block;
	margin: 0;
	padding: 0; }
	
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; }

#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; 
	bottom: -5px;
}

#cammy { 
	float: right;
	position: relative; 
	padding: 10px 0 0 0;
}
	
#cammy img { height: 30px; }

#cammy #version {
	display: inline-block;
	width: auto;
	font-size: 80%;
	font-style: italic;
	position: absolute;
	top: 35px;
	left: 0;
}
	
label.radio, label.checkbox { 
	display: inline;
	float: none; }
	
.cke_dialog_ui_labeled_label, .talabel { float: none; }

.nomargin, .button.nomargin {
    margin-left: 0;
}

.times .nomargin {
    margin-left: 15px;
}
	

	