
* { margin: 0; padding: 0; }


body {
	font: 14px/1.5 Courier, monospace;
	font-weight: 200;
	}


#page-wrap {
	width: 800px;
	margin: 0 auto;
	}

textarea {
	border: 0;
	font: 12px Courier, Mono;
	overflow: hidden;
	resize: none;
	}

table {
	border-collapse: collapse;
	}

table td, table th {
	border: 1px solid black;
	padding: 5px;
	}

a {
	color:#57cdba;
}

li a {
	color: #333;
	text-decoration: none;
	font-weight: semi-bold;
}

#header {
	height: 40px;
	width: 100%;
	margin: 20px 0;
	background: #fff;
	text-align: center;
	color: #333;
	font-family: Adobe-Garamond-Pro, serif;
	font-weight: 100;
	font-size: 35px;
	text-decoration: uppercase;
	letter-spacing: 10px;
	padding: 40px 0px;
	border-bottom: thin solid;
    /*border-top: medium solid;*/
	}

.creative {
	font-weight: 400;
}
.teeny {
	color: #AECC7C;
}

#address {
	width: 220px;
	height: 150px;
	float: left;
	}

#customer {
	overflow: hidden;
	}

#list-container {
	width: 250px;
	float: left;
}

#logo {
	text-align: right;
	float: right;
	position: relative;
	margin-top: 32px;
	border: 1px solid #fff;
	width: 300px;
	height: 100%;
	overflow: hidden;
	}

#image {
	width: 100%;
	/*height: 100%;*/
	margin-top: 20px;

}

#logo:hover, #logo.edit {
	border: 1px solid #000;
	max-height: 150px;
	}

#logoctr {
	display: none;
	}

#logo:hover #logoctr, #logo.edit #logoctr {
	display: block;
	text-align: right;
	line-height: 25px;
	background: #eee;
	padding: 0 5px;
	}

#logohelp {
	text-align: left;
	display: none;
	font-style: italic;
	padding: 10px 5px;
	}

#logohelp input {
	margin-bottom: 5px;
	}

.edit #logohelp {
	display: block;
	}

.edit #save-logo, .edit #cancel-logo {
	display: inline;
	}

.edit #image, #save-logo, #cancel-logo, .edit #change-logo, .edit #delete-logo {
	display: none;
	}

#customer-title {
	width: 360px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 80px;
	}

#meta {
	margin-top: 1px;
	width: 300px;
	float: right;
	}

#meta td {
	text-align: right;
	}

#meta td.meta-head {
	text-align: left;
	background: #eee;
	}

#meta td textarea {
	width: 100%;
	height: 20px;
	text-align: right;
	}

#items {
	clear: both;
	width: 100%;
	margin: 30px 0 0 0;
	border: 1px solid black;
	}

#items th {
	background: #eee;
	}

#items textarea {
	width: 80px;
	height: 80px;
	}

#items tr.item-row td {
	border: 0;
	vertical-align: top;
	}

#items td.description {
	width: 300px;
	}

#items td.item-name {
	width: 175px;
	}

#items td.description textarea, #items td.item-name textarea {
	width: 100%;
	}

#items td.total-line {
	border-right: 0;
	text-align: right;
	}

#items td.total-value {
	border-left: 0;
	padding: 10px;
	}

#items td.total-value textarea {
	height: 20px;
	background: none;
	}

#items td.balance {
	background: #eee;
	}

#items td.blank {
	border: 0;
	}


#terms { text-align: center;
	margin: 20px 0 0 0;
	}

#terms h5 {
	text-transform: uppercase;
	font: 13px arvo, Serif;
	letter-spacing: 10px;
	border-bottom: 1px solid black;
	padding: 0 0 8px 0; margin: 0 0 8px 0;
	}

#terms textarea {
	width: 100%;
	text-align: center;
	}

textarea:hover, textarea:focus, #items td.total-value textarea:hover, #items td.total-value textarea:focus, .delete:hover {
	background-color:#d2f1ec;
	}

.delete-wpr {
	position: relative;
	}

.delete {
	display: block;
	color: #000;
	text-decoration: none;
	position: absolute;
	background: #EEEEEE;
	font-weight: bold;
	padding: 0px 3px;
	border: 1px solid;
	top: -6px;
	left: -22px;
	font-family: Verdana;
	font-size: 12px;
	}
