/*----- Body ------*/

* { margin: 0; padding: 0; }

body {
	background: #E0D9CC;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}

body.tribeca {
	background: #3a0600;
	}

p {
	margin-bottom: 10px;
	}

a {
	color: #336393;
	}

a:hover {
	text-decoration: none;
	}



/*----- Container ------*/

#container {
	width: 764px;
	margin: 10px auto;
	text-align: left;
	}
	



/*----- Header ------*/

#header {
	position: relative;
	height: 118px;
	margin-bottom: 10px;
	}

#header h1 a,
#header h2,
#header #splash {
	position: absolute;
	top: 0;
	height: 118px;
	text-indent: -3000px;
	margin: 0;
	}

#header hr {
	display: none;
	}

#header h1 a {
	left: 0;
	width: 182px;
	background: url(images/soho_header_logo.gif) no-repeat;
	}

body.tribeca #header h1 a {
	background: url(images/tribeca_header_logo.gif) no-repeat;
	}

#header h2 {
	left: 192px;
	width: 182px;
	background: url(images/soho_header_photogallery.gif) no-repeat;
	}

body.tribeca #header h2 {
	background: url(images/tribeca_header_photogallery.gif) no-repeat;
	}

#header #splash {
	left: 384px;
	width: 380px;
	background: url(images/soho_header_splash.jpg) no-repeat;
	}

body.tribeca #header #splash {
	background: url(images/tribeca_header_splash.jpg) no-repeat;
	}



/*----- Middle ------*/

#middle {
	background: url(images/soho_middle_background.gif) repeat-y;
	}

body.tribeca #middle {
	background: url(images/tribeca_middle_background.gif) repeat-y;
	}



/*----- LeftNav -----*/

#leftnav {
	float: left;
	width: 182px;
	}

#leftnav ul {
	list-style-type: none;
	margin: 20px 10px;
	}

#leftnav li {
	margin-bottom: 7px;
	}

#leftnav a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

#leftnav a:hover,
#leftnav a.thisone {
	color: #656158;
	}

body.tribeca #leftnav a:hover,
body.tribeca #leftnav a.thisone {
	color: #666;
	}

#leftnav .adminlinks,
#leftnav .adminlinks a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #656158;
	}

body.tribeca #leftnav .adminlinks,
body.tribeca #leftnav .adminlinks a {
	color: #666;
	}


#leftnav .adminlinks a:hover {
	color: #fff;
	}



/*----- Content -----*/

#content {
	margin-left: 192px;
	padding: 10px;
	}

#content h3 {
	margin: 0px;
	padding: 0 0 6px 0;
	font-size: 13px;
	border-bottom: 3px #E0D9CC double;
	}
	
#content div
{
	margin: 0px;
	padding: 6px 0 4px 0;
}
	

body.tribeca #content h3 {
	border-bottom: 3px #650c00 double;
	}
	
#content #adminnav {
	margin-bottom: 10px;
	}

.photosection {
	float: left;
	margin: 0 13px 20px 0;
	color: #938E83;
	width: 171px;
	}

body.tribeca .photosection {
	color: #3a0600;
	}

.clip {
	height: 118px;
	overflow: hidden;
	background: #F0ECE6;
	margin-bottom: 5px;
	border: 3px #BBB5A9 solid;
	}

body.tribeca .clip {
	border: 3px #bbb solid;
	}
	

.clip img {
	min-width: 165px;
	min-height: 118px;
	}

.photosection h4 {
	margin-top: 0;
	margin-bottom: 3px;
	}

.photosection h4 span {
	float: right;
	}

.photosection p {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px #BBB5A9 solid;
	}

body.tribeca .photosection p {
	border-top: 1px #bbb solid;
	}

.clearboth { 
	clear: both;
	}

#editthumbnail {
	float: right;
	border: 3px #BBB5A9 solid;
	width: 200px;
	margin: 0 0 10px 10px;
	}

body.tribeca #editthumbnail {
	border: 3px #bbb solid;
	}

.form td {
	padding: 6px 6px 6px 0;
	}

.form td.label {
	font-weight: bold;
	color: #BBB5A9;
	}

body.tribeca .form td.label {
	color: #999;
	}


/*----- Footer -----*/

#footer {
	position: relative;
	margin: 10px 0;
	}

#footer #info {
	position: absolute;
	top: 0;
	left: 0;
	width: 571px;
	height: 36px;
	background: #BBB5A9;
	text-align: center;
	color: #fff;
	}

body.tribeca #footer #info {
	background: #650c00;
	}

#footer #info p {
	padding-top: 12px;
	line-height: 14px;
	font-size: 10px;
	}

#footer #info a {
	color: #fff;
	text-decoration: none;
	}

#footer #info a:hover {
	text-decoration: underline;
	}

#footer #logo a {
	position: absolute;
	top: 0;
	left: 581px;
	background: url(images/soho_footer_logo.gif) no-repeat;
	width: 183px;
	height: 36px;
	text-indent: -3000px;
	}

body.tribeca #footer #logo a {
	background: url(images/tribeca_footer_logo.gif) no-repeat;
	}
