@charset "UTF-8";
/* CSS Document */

/* ----- MAIN ----- */
body {
	color: #333;
	font-family: ;
	font-size: 12px;
	font-family: Tahoma, Symbol, "MS Sans Serif", Verdana, sans-serif;
	background-color: #A3A8B3;
	margin-top: -3px;
}
#content a, #contentcolumn a {
	color: #302425;
	text-decoration: none;
	border-top: 1px solid #F1F7F5;
	border-right: 1px solid #F1F7F5;
	border-bottom: 1px solid #302425;
	border-left: 1px solid #F1F7F5;
	padding-right: 1px;
	padding-left: 1px;
}
#content a:hover, #contentcolumn a:hover {
	text-decoration: none;
	border: 1px solid #854F42;
	color: #000;
	background-color: #CFD6DA;
}
#header img, #header img a {
	border: 0px;
}
#middle img {
	border: 0;
}
#leftcolumn img {
	border: 2px solid #42444A;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #6A666C;
}
.footer a {
	color: #302425;
	border-top: 1px solid #A3A8B3;
	border-right: 1px solid #A3A8B3;
	border-bottom: 1px solid #302425;
	border-left: 1px solid #A3A8B3;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
.footer a:hover {
	border-top: 1px solid #302425;
	border-right: 1px solid #302425;
	border-left: 1px solid #302425;
}
.darkdarkgray a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #A3A8B3;
}
.darkdarkgray a:hover {
	border: 1px solid #666666;
}

/* ----- MOVABLE TYPE TEMPLATE STYLES ----- */
.mtentrytitle {
	font-size: 13px;
	font-weight: bold;	
}
#mtentrybody {
	margin-top: -10px;
	text-align: justify;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 30px;
}
#mtblogentrybody {
	text-align: justify;
}
.produpdates, .produpdates a {
	font-size: 10px;
	color: #854F42;
	text-transform: uppercase;
}

/* ----- LAYOUT ----- */
#wrapper {
	margin: auto;
	width: 900px;
	height: 900px;
	overflow: visible;
}
#header {
	background-image: url(http://larry-crane.com/images/bk_header.jpg);
	height: 277px;
}
#lclogo {
	padding-top: 90px;
	padding-left: 493px;
}
#navbar {
	padding-top: 40px;
	padding-left: 5px;
}
#middle {
	background-image: url(http://larry-crane.com/images/bk_content.jpg);
	background-repeat: repeat;
	min-height: 450px; 
}
#leftcolumn {
	float: left;
	width: 300px;
	padding: 10px 20px 0 20px;
}	
#bottom {
	background-image: url(http://larry-crane.com/images/bk_bottom.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
#footer {
	text-align: right;
	padding-right: 25px;
}
#content {
	padding: 10px 25px 0px 25px;
}
#contentcolumn {
	padding: 10px 25px 0px 25px;
	width: 550px;
	margin-left: 310px;
}

/* ----- NAVIGATION ----- */
#navbar a {
	border: none;
}
#navbar a:hover img {
	visibility: hidden;
}

/* both IE/win and mac */
#navbar a {display:inline-block;}
/* \*/
html #navbar a {display:block;}
/* end hiding from IE/mac */

#nav {
	padding: 0;
	height: 26px;
	margin: 1px 0 0 0;
	list-style: none;
}
#nav li {
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	float: left;
}

#naveditor {width:127px;}
#navproducer {width:179px;}
#navmusician {width:100px;}
#navspeaker {width:172px;}
#navarchivist {width:86px;}
#navcontact {width:49px;}

.naveditor { background: url(http://www.larry-crane.com/images/nav_editor_over.jpg) bottom left no-repeat; }
.navproducer { background: url(http://www.larry-crane.com/images/nav_producer_over.jpg) bottom left no-repeat; }
.navmusician { background:  url(http://www.larry-crane.com/images/nav_musician_over.jpg) bottom left no-repeat; }
.navspeaker { background: url(http://www.larry-crane.com/images/nav_speaker_over.jpg) bottom left no-repeat; }
.navarchivist { background: url(http://www.larry-crane.com/images/nav_archivist_over.jpg) bottom left no-repeat; }
.navcontact { background: url(http://www.larry-crane.com/images/nav_contact_over.jpg) bottom left no-repeat; }

#nav li {
	display: block;
	float: left;
}
#nav a:hover img {
	visibility: hidden;
}
#nav a {
	display: block;
}
#nav a/**/ {
	height: 26px; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #nav a {
	cursor: hand;
}
* html #nav li a:hover {
	height: 1%;
}

/* ----- MAIL FORM ----- */
#mailform {
	clear: both;
	padding: 5px;
}
#name {
	width: 355px;
}
#first, #last {
	float: left;
	width: 130px;
	height: 3.5em;
	margin-right: 10px;
}
#firstname {
	float: left;
	margin-right: 10px;
}
#lastname, {
	float: right;
}
#email { margin-top: 15px; }
#message { 
	margin-top: 10px;
	width: 355px;
	height: 90px;
}
.formfield {
	background-color: #A6A4A8;
	border: 1px solid #000;
	color: #302425;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}