*
{	margin: 0;
	padding: 0;
}
a
{
	color: #564b39;
}
html {
	background: #282828;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #484848;
}
.clear
{	clear: both;
	font-size: 2px;
	height: 2px;
}
.nodecoration
{	text-decoration: none;
}
.nodecoration:hover
{	text-decoration: underline;
}
.screen
{	width: 1010px;
	margin: 0 auto;
	background: url(/assets/images/content_bg.png) repeat-y #272727;
}
.header {
	height: 254px;
	background: url(/assets/images/header_slim_bg.jpg) no-repeat bottom center;
}
.page
{	width: 920px;
	margin: 0 auto;
}
.contentwrapper
{	margin: 20px 60px;
	padding-bottom: 40px;
}
.content {
	font-size: 16px;
	padding-bottom: 0px;
}
.footer {
	background: url(/assets/images/footer_bg.png) repeat-y center top #272727;
	height: 85px;
	margin: 0 auto;
	width: 920px;
}

.header {
	color: #000;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
}
.header .infoCol {
	display: flex;
	flex-basis: calc(65% - 40px);
	flex-direction: column;
	justify-content: center;
	margin-right: 40px;
	position: relative;
}
.header .company {
	align-items: flex-end;
	border-bottom: 1px solid #fff;
	display: flex;
	flex-direction: row;
	height: 120px;
	justify-content: space-between;
}
.header h1 {
	color: #fff;
	font-family: "Roboto Slab", serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: .35pt;
	text-transform: uppercase;
	line-height: 1.3em;
	text-align: center;
	width: 100%;
}
.header .schoolinfo {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	display: flex;
	flex-direction: column;
	height: 160px;
	justify-content: center;
	margin-top: 1rem;
}
.header .info {
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	color: #e9e9e9;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	position: absolute;
	text-align: right;
	width: 915px;
}
.header .info .divider {
	padding: 0 .25rem;
	margin: 0;
}
.header .info a {
	color: #fff;
}

.footer .legal {
	color: #e9e9e9;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	text-align: center;
}

h2 {
	border-bottom: 1px dotted #715C38;
	color: #715C38;
	font-family: "Roboto Slab", serif;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: .4em; 
	padding-bottom: 0;
}
h3 {
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 20px;
}
h4 {
	font-family: "Roboto Slab", serif;
}
h3.error {
	font-size: 20px;
}
h3.section {
	border-bottom: 1px dotted #999;
	margin-left: -1.2em;
	padding-left: 1.2em;
	margin-bottom: .6em;
}
.content
{
	margin: 30px 50px 40px 50px;
}
.error {
	color: #900;
	font-size: 14px;
}
.errorfield
{
	border: 1px dotted #900 !important;
}
.errorbox
{
	border: 1px dotted #900;
	background-color: #fff;
	padding: 10px;
}
.errorbox ul
{	margin-left: 1.5em;	}

.announcebox {
	border: 1px dotted #999;
	font-size: 15px;
	padding: 10px 20px;
}
.narrow .announcebox
{	width: 260px;
}
.center
{	margin-left: auto;
	margin-right: auto;
}
.narrow
{	width: 300px;
/*	margin: 0 auto; */
}
.fathead
{	margin-top: 1.2em;
}
.flatbottom
{	margin-bottom: 0;
}
/*form
{	width: 400px;
	margin: 0 auto;
} */
label {
	display: block;
	float: float;
	font-size: 16px;
	line-height: 20px;
	margin-top: 8px;
}
input, select.input, textarea.input
{
	float: float;
	font-size: 16px;
	width: 290px;
	padding: 4px 4px;
	border: 1px solid #e2e3ea;
	border-top-color: #abadb3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.radio {
	width: auto;
	float: left;
	vertical-align: bottom;
}
input.short
{	width: 3em;
}
input:focus
{
	box-shadow: 1px 1px 5px #715c38;
}
input.submit {
	font-size: 14px;
	margin-top: 1.2em;
	width: auto;
}
select {
	font-size: 16px;
	padding: 3px;
}
input.checkbox {
	display: block;
	float: left;
	line-height: 40px;
	height: 40px;
	margin: 0;
	margin-left: .3em;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
label.checkbox
{
	display: block;
	float: left;
	line-height: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.forgotpassword {
	font-size: 12px;
}

.logout
{	float: right;
	text-decoration: none;
	font-size: 14px;
	line-height: 50px;
}
.logout:hover
{	text-decoration: underline;
}
.back {
	color: #777;
	font-size: 14px;
	margin-bottom: 1.2em;
}
.back a
{	color: #777;
}
.back a:hover
{	color: #715C38;
}
p
{	margin-bottom: 1.2em;
	line-height: 190%;
}
ul
{
	margin-left: 1.2em;	
}
.zeromargin
{	margin-top: 0;
}
.forgotpassword
{
}
.left
{	float: left;
}
.right
{	float: right;
}
.rightalign
{	text-align: right;
}
.centeralign
{	text-align: center;
}
.button {
	background: rgb(110,101,96);
	border-radius: 4px;
	box-shadow: 0 0 1px #84817b;
	border-radius: 5px;
	color: #e9e9e9;
	padding: 1px 4px;
	text-decoration: none;
	cursor: pointer;
}
.fatbutton
{	padding: 10px 15px !important;
}
input.button
{
	padding: 10px 10px;
	font-size: 14px;
	display: inline;
	height: auto;
	width: auto;
}
input.smallbutton {
	padding: 5px 10px;
}

a.button, div.button
{	line-height: 18px;
	padding: 3px 8px;
	display: inline;
}
a.button:hover, div.button:hover
{	text-decoration: underline;
}
.disabled
{
	background: #BBB;
	color: #DDD;
	border-color: #AAA;
	cursor: default;
}
.staffheader {
	background-color: #715C38;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	font-weight: 400;
}
.staffheader h1 {
	font-family: "Roboto Slab", serif;
	font-weight: 400;
}
.staffannouncements textarea, .staffyoumust textarea
{	width: 300px;
	height: 150px;
}
select.inprogram {
	min-width: 300px;
}
.sep
{	clear: both;
	border-top: 1px solid #999;
	line-height: 2px;
	height: 2px;
	margin: 10px 0;
}
.divider {
	margin: 25px 0;
}


.column
{	float: left;
/*	margin-right: 50px; */
}
.errorcolumn
{	margin-top: 28px;
	margin-left: 30px;
	line-height: 30px;
}
.errormultiline
{	line-height: 18px;
}
.rightcolumn
{	margin-left: 30px;
}
.fatcolumn
{	width: auto !important;
}

.proof
{	float: left;
	margin: 0 30px 30px 0;
	text-align: center;
	color: #fff;
	background-color: #333;
}

.poseselect
{
	float: left;
	margin-bottom: 0.5em;
	padding-right: .5em;
}
.poseselect input
{	float: left;
}
.posesize
{
	float: left;	
	width: 6.0em;
	text-align: right;
	padding-right: 10px;
	margin-left: 1.2em;
}
.posesize .small
{	font-size: 13px;
	line-height: 12px;
}
.posesize small
{	font-size: 11px;
	display: block;
	line-height: 12px;
    padding-bottom: 3px;
}
.posemaxposes {
	font-size: 14px;
	float: left;
	margin-top: 5px;
	line-height: 20px;
	margin-left: 10px;
}
.collagemaxposes
{	margin-top: 0;
}
.poseclear
{	margin-bottom: 5px;
}
.assignposes h3
{	float: left;
}

.selecterror
{	/* background-color: #900; */
	border: 2px solid #900;
}

.retouching
{	float: left;
	margin: 10px 10px;
	width: 167px;
}
.retouchingproof
{	float: none;
	margin: 0;
}
.retouchingform
{	width: auto;
}
.retouching label
{	float: left;
	height: 20px;
	vertical-align: middle;
	padding-left: 0.5em;
}
.retouching input
{	float: left;
	width: auto;
	margin-top: 10px;
	height: 20px;
	vertical-align: middle;
}

.review
{	width: 450px;
	margin-left: 0;
	margin-right: 0;
}
.reviewpackage
{	clear: both;
}
.reviewheading, .reviewotherheading
{	float: left;
	width: 340px;
}
.reviewprice, .reviewotherprice
{ 	float: right;
	width: 100px;
	text-align: right;
}
.review h3 {
	border-bottom: 1px dotted #8b8b8b;
	width: 450px;
}
.review small {
	padding-left: 1.2em;
	display: block;
}
.reviewsheets
{	float: right;
}
.reviewothers
{	margin-top: 1.2em;
	margin-bottom: 1.2em;
	clear: both;
}
.reviewtotal, .reviewtotal h3 {
	font-size: 24px;
	line-height: 3rem;
	margin-top: 0;
}
.reviewtotal h3 {
	border-bottom: none;
	border-top: 1px dashed #8b8b8b;
}
.reviewotherssep
{	border-top: 1px dashed #8b8b8b;
	margin-top: 2.4em;
	padding-top: 1.2em;
}
.reviewsection
{	margin-bottom: 1.8em;
}
.reviewretouchingsection
{	margin-bottom: .6em;
}

.previousordertable
{
}
.previousordertable td
{	padding: 5px 15px;
	background:#DDD;
	border-bottom: 5px solid #e9e9e9;
	
}
.previousordertable .price
{	text-align: right;
}
.previousordertable .package
{	padding-left: 10px;
	width: 150px;
}

.updatestudentnum {
	font-size: 24px;
}
.longoverride {
	min-width: 290px;
	width: auto !important;
}
.widthoverride {
}

.staffdashboard form
{	width: auto;
}
.staffemailtable
{	border: 1px solid #CCC;
	background-color: #e9e9e9;
}
.staffemailtable th
{	font-weight: 900;
}
.staffemailtable td, .staffemailtable th
{	padding: 5px 10px;
	border: 1px solid #CCC;
}
.staffemailtable .even
{	background-color: #DDD;
}
.staffreview h3
{
	border-bottom: 1px dotted #8b8b8b;
}
.staffreviewimg
{	float: left;
	width: 100px;
/*	margin-right: 5px; */
}
.staffreviewmanifest
{	float: left;
	width: 340px;
	padding: 10px 20px;
	margin: 5px;
	border: 1px dotted #666;
}
.staffreviewmanifest .reviewimagecolumn
{	text-align: center;
	background-color: #000;
	color: #FFF;
	margin-right: 15px;
}
.staffreviewinfo
{	width: 350px;
}
.staffreviewinfo td
{	padding: 0 10px;
}
.staffreviewinfo table
{	margin-bottom: 20px;
}
.staffcollagemanifest
{	padding: 0 10px 10px 10px;
	width: 525px;
}
.staffcollagemanifest h3
{	border: none;
	line-height: 35px;
}
.staffsection
{	margin-bottom: 40px;
}
.staffsection input.button
{	padding: 4px 8px;
}
.staffannouncementsection .announcebox
{	margin-bottom: 10px;
}
.staffschedulecolumn
{	width: 250px;
	border-right: 1px dotted #999;
	padding-right: 20px;
	margin-right: 20px;
}
.staffschedulecolumn .schedulecolumn
{	border-left: none;
}
.staffschedulecolumn ul
{	list-style: none;
}
.staff	 li
{	clear: both;
}
.staffappointmenttable
{	border: none;
	background-color: #e9e9e9;
}
.staffappointmenttable td
{	padding: 5px 10px;
	border: 1px solid #CCC;
}
.staffemailtable
{	background-color: #e9e9e9;
}

.checkout
{	
}
.checkout ul {
	font-size: 16px;
	list-style: none;
}


h3.payment
{
	border-bottom: 1px dotted #666;
	margin-bottom: 5px;
	margin-left: -1.2em;
	margin-right: -1.2em;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
.paymentdoublecolumn
{	width: 150px;
}
.paymentflattop
{	margin-top: 20px;
}
.paymentflattop .error
{	line-height: 20px;
}
.paymentannouncebox
{	width: 260px;
}
.paymentcolumn .paymentbox
{	width: 200px;
	padding: 30px 0;
}
.paymentbox big {
	font-size: 20px;
}
.paymentsubmit
{	width: 150px;
}
.paymentcolumn
{	width: 400px;
}
.paymentcolumn input.submit
{	margin: 10px 0;
}
.disabled
{	background: #f0f0f0;
	color: #afafaf;
	border: 1px solid #afafaf;
}
.cvd {
	font-size: 10px;
	text-decoration: none;
}
.cvd:hover
{	text-decoration: underline;
}


.booking {
	font-size: 15px;
}
.bookingtime
{	font-weight: 900;
	font-size: 18px;
}
.bookingtime small
{	font-size: 14px;
	padding: 0 .5em;
}
.bookingvenue {
	color: #715C38;
	font-size: 16px;
	font-weight: 400;
}
.bookinglocation
{
	font-size: 14px;
	font-weight: 900;
}

.hidden {
	display: none;
}
.compositepreamble {
	width: 100%;
	height: 6em;
	display: block;
}