/* -----------------------------------
// General Tags
// -----------------------------------*/



body {
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	background-color: #d3cdc3;
	text-align: center;
	color:#333;
	font-size: 12px;
	margin: 20px 0 20px 0;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #920a01;
	padding-top: 0px;
	text-align: center;
}

h1 {
	font-size: 2.0em;
	margin: .5em 0;
}

h2 {
	font-size: 1.75em;
	margin: .5em 0;
}

h3 {
	font-size: 1.5em;
	margin: .5em 0;
}

h4 {
	font-size: 1.25em;
	margin: .5em 0;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

form {
	margin-top: 1em;
}

/*
table {
	margin: 0 0;
	border: 0px;
}

table tr td {
	border: 0px;
}
*/

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #920a01;
}

/* -----------------------------------
// General Layout
// -----------------------------------*/

#content {
	background-color: #d3cdc3;
	padding: 0px;
	margin: 0 auto;
}

#mainContainer {
	display: table;
	margin: 0 auto;
}

#mainContent {
	background-color: #fff;
	width: 850px;
	height: 600px;
	clear: none;
	margin: 0 auto;
}

#mainHeader {
	background-color: #f0f0f0;
	height: 58px;
}

#bottomUI {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

#leftUI {
	float: left;
	margin-top: 50px;
	margin-right: 5px;
}

#floatingUI {
	position: fixed;
	top: 0;
	left: 0;
}

#logo {
	float: left;
	padding: 15px 0px 0px 15px;
}


/* -----------------------------------
// Navigation Menu
// -----------------------------------*/

#navigation {
	float: right;
	margin-top: 41px;
	text-align: right;
}

#navTable {
	display: block;
	width: 210px;
}

#navTable td {
	width: 70px;
	vertical-align: bottom;
	padding: 0px;
}

#navLineContainer {
	background-color: #fff;
	text-align: right;
}

/* -----------------------------------
// Widgets & UI Elements
// -----------------------------------*/



.widget {
	background-color: #fff;
	padding: 5px;
}

#bottomUI .widget {
	float: left;
	margin: 10px;
}

.widget .instructions {
	text-align: left;
  font-size: .9em;
  margin: 5px 0px;
  border: 1px solid #aaa;
  padding-bottom: 5px;
}

.widget .instructions li {
	margin-top: 4px;
}

.widget table .label {
  text-align: right;
}

.widget table tr td {
  text-align: left;
}

.imageScroll {
  height: 505px;
  width: 130px;
  text-align: center;
  overflow: auto;
  margin-top: 20px;
}

.imageScrollCustom {
  height: 505px;
  width: 130px;
  text-align: left;
  overflow: auto;
  margin-top: 20px;
  background-color: #fff;

}

#activeImages {
	margin-left: 10px;
	text-align: center;
	width: 100px;
}

#activeImagesContainer {
	width: 132px;
	overflow: hidden;
}

.coverItUp {
	position: relative;
	top: 10px;
	left: -20px;
	height: 505px;
	width: 30px;
	background-color: #fff;
}

.active {
	background-color: #fee;
}

.dragging {
	background-color: #cce;
}

.feedback {
	background-color: #f33;
	color: #fff;
	padding: 2px;
	margin-bottom: 2px;
	text-align: center;
}


/* -----------------------------------
// Main Layout Table
// -----------------------------------*/


#layoutTable tr td {
  border: 0px;
  padding: 0px;
  margin: 0px;
}


#layoutTable {
	border: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
	margin: 5px 0px;
	clear: none;
	background-color: #fff;
}

#layoutTableHeader {
	background-color: #f0f0f0;
	height: 50px;
	margin: 0px
}

#layoutTableRight{
  vertical-align: top;
}

#layoutTableLeft{
  vertical-align: top;
	text-align: left;
	border: 1px solid black;
}





/* -----------------------------------
// Main UI
// -----------------------------------*/

#mainImageTable{
  height: 510px;
  width: 510px;
  clear: none;
  text-align: center;
  border: 0px;
  margin: 0px 10px 0px 80px
}

#mainImageTable td {
  vertical-align: middle;
  border: none;
}

#mainImage {}

#imageInfo {
	margin-top: 450px;
  float: right;
  text-align: left;
  width: 100px;
  font-size: 10px;
  color: #777;
}

#imageInfo p {
	margin: 2px 0px;
}

.imageThumb {
  margin-bottom: 5px;
}

#neighbors {
	text-align: right;
	padding-right: 10px;
}

.toggle {
	text-align:center;
	margin-top: 3px;
}

.toggle a {
	color: #920A01;
	font-size: 10px;
}

#activeImagesScrollCustom {
	height: 485px;
	width: 130px;
	background-color: #fff;
	position: relative;
	/*padding-bottom: 10px;*/
	overflow: hidden;
}


#activeImagesContainerCustom {
	overflow: hidden;

	
}

#activeImagesCustom {
	position: relative;
	top: 0px;
	height: 485px;
}

#activeImagesControlsCustom {
	text-align: center;
	margin-top: 5px;
}


/* -----------------------------------
// Essays
// -----------------------------------*/

#mainEssay {
	width: 500px;
	height: 520px;
	overflow: auto;
	padding: 0px 75px;
}

.essay {
	text-align: left;
	padding: 10px;
}

#essayTitles {
	width: 120px;
	text-align: left;
	margin: 0px 10px;

	height: 390px;
	overflow: auto;
}

.essayTitle {
	margin-top: 10px;
}

#editEssay {
	width: 550px;
	height: 520px;

	text-align: center;
	margin: 0 auto;
	padding: 0px;
}

.essayAction {
	font-size: 75%;
}

#essaysImageContainer {
	text-align: left;
	margin: 10px 10px 0 10px;
}

/*
#essaysImage img {
	width: 120px;
	
}
*/


/* -----------------------------------
// Contacts
// -----------------------------------*/

#contactInfoContainer {
	width: 650px;
	padding: 100px 50px 0 0;
	text-align: center;
}

#contactInfo {
	margin-top: 25px;
	text-align: center;
}

#contactImage {
	height: 200px;
}

/* -----------------------------------
// Bio
// -----------------------------------*/

#aboutNav {
	width: 120px;
	text-align: left;
	padding: 10px 10px;
}



#bio {
	width: 500px;
	height: 520px;
	overflow: auto;
	text-align: left;
	padding: 0px 75px;
}

#editBio {
	width: 550px;
	height: 520px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}


.mceContentBody {
	font-size: 12px;
}

/* -----------------------------------
// Legal
// -----------------------------------*/


#legal {
	width: 500px;
	height: 520px;
	overflow: auto;
	text-align: left;
	padding: 0px 75px;
}

#editLegal{
	width: 550px;
	height: 520px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}


/* -----------------------------------
// Reorder Images Widget
// -----------------------------------*/

#reorderEssaysWidget {
	text-align: center;
	width: 300px;
}

#reorderEssaysHeader {
	margin-bottom: 2px;
	text-align: center;
}


/* -----------------------------------
// Upload Image Widget
// -----------------------------------*/

#uploadImageWidget {
  width: 375px;
  padding: 5px;
}

#uploadImageWidget table {
  border: none;
}

#uploadImageWidget table tr td {
  border: none;
  text-align: left;
}

#uploadImageWidget table .label {
  text-align: right;
  vertical-align: center;
}


/* -----------------------------------
// Reorder Images Widget
// -----------------------------------*/

#reorder {
	background-color:none;
	margin-left: 100px;
	text-align: center;
}

.reorder {
	width: 120px;
	background-color: #fff;
	float: left;
	margin-right: 20px;
}

#reorderImagesWidget {
	text-align: center;
	width: 200px;
}

#reorderImagesHeader {
	margin-bottom: 2px;
	text-align: center;
}

/* -----------------------------------
// Inactive Images Widget
// -----------------------------------*/

#inactiveImagesWidget {
	width: 130px;

}

/* -----------------------------------
// Edit Info Widget
// -----------------------------------*/

#editInfoWidget {
	width: 300px;
}

/* -----------------------------------
// Choose Contact Image Widget
// -----------------------------------*/

#chooseContactImageList {
	width: 500px;
	height: 130px;
	overflow: auto;
}

/* -----------------------------------
// Menus
// -----------------------------------*/

.menu {
	font-size: .75em;
	background-color: #aaa;
	margin-right: 1px;
	display: inline;
	padding: 4px;
}





