html {
	height: 100%;
}
body {
	background-color: #fff;
	color: #6f6f6f;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	font-size: 80%;
	height: 100%;
	line-height: 1.4em;
	border-top: solid 5px #000;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}


a {
	color: #2374a6;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #20a1f1;
}
a:visited,
a:active {
	color: #579dc8;
}

h1 {
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	font-size: 1.6em;
	color: #000;
	margin-bottom: 20px;
}

h2 {
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	color: #000;
	margin-bottom: 5px;
	font-size: 1em;
	text-transform: uppercase;
}


h3 {
	position: relative;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	font-size: 2.2em;
	color: #000;
	font-weight: normal;
	margin-bottom: 1.4em;
	letter-spacing: -0.03em;
}
h3 span {
	position: absolute;
	bottom: -2.2em;
	left: 10px;
	color: #fff;
	padding: 1px 0;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #000;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	font-size: 0.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0;
}


p, ul {
	margin-bottom: 20px;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}
#header {
	padding: 24px 0 16px 0;
}

#logo {
	background: transparent url(/static/images/logo.png) center center no-repeat;
	display: block;
	width: 178px;
	height: 76px;

}
#logo a {
	display: block;
	width: 178px;
	height: 76px;
	text-indent: -9999px;
}

#status_box {
	float: right;
}
#status_box #not_member {
	text-align: right;
	margin-top: 13px;
	font-size: 0.9em;
}
#status_box .text_input {
	width: 130px;
}
#status_box form {
	padding-top: 20px;
}

#status_box #sign_out .button {
	float: right;
	font-size: 1em;
	margin-left: 20px;
}
#status_box #sign_out {
	padding-top: 20px;
	font-size: 0.9em;
	width: 250px;
}

#nav {
	clear: both;
	margin-top: 20px;
	border-top: solid 5px #000;
	border-bottom: solid 2px #000;
	overflow: hidden;
	width: 100%;
}

#nav ul {
	list-style-type: none;
	display: block;
}
#nav ul li {
	float: left;
	padding: 0;
}

#nav ul li a {
	display: block;
	padding: 8px 15px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
}
#nav ul li a:hover {
	color: #2374a6;
	background-color: #ebebeb;
}



#content {
	padding: 10px 0px 0;
	overflow: hidden;
	zoom: 1;
}

#content ul {
	list-style-position: inside;
}


.quick_message {
	margin: 20px 0;
	border: solid 1px #c5c5c5;
	background-color: #f6f6f6;
	padding: 15px 15px 0 15px;
}


#footer {
	clear: both;
	padding: 15px;
	margin-top: 40px;
	background: #000 url(/static/images/bg_footer.png) bottom left repeat-x;
	overflow: hidden;
	zoom: 1;
}
#footer #jimmyla {
	float: right;
	width: 133px;
	height: 76px;
	background: transparent url(/static/images/bg_jimmy.png) center center no-repeat;
}
#footer #jimmyla a {
	display: block;
	width: 133px;
	height: 76px;
	font-size: 0.1em;
	text-indent: -9999px;
	text-decoration: none;
}

#footer #footer_meat {
	margin-right: 150px;
}

#footer #copyright {
	border-bottom: solid 1px #6f6f6f;
	text-align: right;
	font-size: 0.8em;
	padding-top: 2px;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
}

#footer #footer_links {
	float: left;
}
#footer #footer_links h6 {
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #2374a6;
	font-size: 0.9em;
	padding-bottom: 6px;
}
#footer #footer_links .links {
	float: left;
	width: 110px;
	display: block;
}
#footer #footer_links #jimmyla_links.links {
	width: 260px;
}
#footer #footer_links #songscraps_links.links {
	width: 150px;
}
#footer #footer_links .links li {
	display: block;
	width: 110px;
	float: left;
	font-size: 0.8em;
}
#footer #footer_links #songscraps_links.links li {
	width: 150px;
}
#footer #footer_links .links li a {
	color: #dadada;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
}
#footer #footer_links .links li a:hover {
	color: #fff;
}





table {
	border-collapse: inherit;
	border: solid 1px #d8d8d8;
	width: 100%;
}

table th {
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	font-size: 1.1em;
}
table th span {
	display: block;
	margin: 1px 0;
	padding: 10px 5px;
}
table th.title span {
	margin-left: 1px;
}
table th.title span strong {
	padding-left: 22px;
	background: transparent url(/static/images/icons/folder_open.png) left center no-repeat;
}
table th.del span {
	margin-right: 1px;
}
table tr.even,
table th {
	background-color: #f5f5f5;
}

table td {
	padding: 10px;
	font-size: 0.9em;
	vertical-align: baseline;
	color: #767676;
}
table .edit,
table .del {
	width: 16px;
}
table .edit a,
table .del a {
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
/*	font-size: 0.1em;

	width: 16px;*/
}
table .edit a {
	background: transparent url(/static/images/icons/notebook_pencil.png) center center no-repeat;
}
table .del a {
	background: transparent url(/static/images/icons/minus_circle.png) center center no-repeat;
}


.actionlinks {
	float: right;
}


#folderView {
	list-style: none;
}
#folderView li {
	margin-bottom: 10px;
}
#folderView li a {
	display: block;
	height: 50px;
	padding: 33px 0 0 77px;
	background: transparent url(/static/images/icons_large/folder_grey.png) left center no-repeat;
	font-size: 1.2em;
	color: #757575;
}
#folderView li a:hover {
	color: #0073bc;
	background-image: url(/static/images/icons_large/folder_blue.png);
}



#scrapList {
	list-style: none;
}

#scrapList li {
	border-top: solid 2px #000;
	background-color: #f2f2f2;
	background-position: 15px 15px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding: 15px;
}
#scrapList li.lyric {
	background-image: url(/static/images/icons_large/lyric.png);
}
#scrapList li.quote {
	background-image: url(/static/images/icons_large/quote.png);
}
#scrapList li.idea {
	background-image: url(/static/images/icons_large/idea.png);
}

#scrapList li .stats {
	float: right;
	width: 200px;
	padding-left: 15px;
	min-height: 200px;
}

#scrapList li .stats h4 {
	border-bottom: solid 1px #c2c2c2;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#scrapList li .stats .controls {
	width: 40px;
	float: right;
}
#scrapList li .stats .controls a {
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	float: left;
}
#scrapList li .stats .controls .edit {
	background: transparent url(/static/images/icons/notebook_pencil.png) center center no-repeat;
	margin-right: 8px;
}
#scrapList li .stats .controls .del {
	background: transparent url(/static/images/icons/minus_circle.png) center center no-repeat;
}
#scrapList li .stats .statList {
	list-style: none;
	font-size: 0.9em;
}
#scrapList li .stats .statList li {
	margin-top: 6px;
	line-height: 1.3em;
	color: #747474;
	border-top: none;
	margin-bottom: 0;
	background-color: transparent;
	padding: 0;
}


#scrapList li .scrap {
	width: 680px;
	min-height: 170px;
	padding: 30px 0 0 20px;
}
#scrapList li.hasnotes .scrap {
	min-height: 120px;
}
#scrapList li.quote .scrap .title {
	font-style: italic;
}


#scrapList li .notes {
	width: 700px;
	min-height: 40px;
	padding-top: 15px;
	font-size: 0.9em;
	color: #747474;
}


.pagination {
	padding: 15px 0 25px 0;
	float: right;
}
.pagination strong,
.pagination span {
	margin-left: 5px;
	font-size: 0.9em;
}

.pagination strong {
	padding: 4px;
	font-weight: normal;
	background-color: #f2f2f2;
	border: solid 1px #d5d5d5;
}

.pagination span a {
	border: solid 1px #d5d5d5;
	padding: 4px;
	text-align: center;
}
.pagination span a:hover {
	background-color: #f2f2f2;
}


.popAlias strong {
	display: block;
	font-size: 1.4em;
	color: #0073bc;
	padding: 10px;
}

.regen {
	font-size: 0.9em;
}



/* Form Stuff */
input {
	background: #fff url(/static/images/bg_input.png) top left repeat-x;
	border: solid 1px #c8c8c8;
	height: 15px;
	padding: 7px;
	font-size: 0.9em;
	color: #898989;
	margin-right: 5px;
}

.xenoform label {
	display: block;
	padding-top: 20px;
}
.xenoform label.required:before {
	content: "*";
	color: #ff0000;
	font-size: 1.2em;
}
.xenoform label sub {
	display: block;
	font-size: 0.8em;
}
.xenoform fieldset input {
	width: 400px;
	margin-top: 5px;
}
.xenoform fieldset select {
	margin-top: 5px;
}

.xenoform fieldset {
	margin-bottom: 25px;
}

.xenoform .submit {
}

.validation-advice {
	color: #FF0000;
	padding-left: 35px;
	background: transparent url(/static/images/ico-error.gif) center left no-repeat;
	margin: 8px 0 5px 0;
}

.xenoform textarea {
	background: #fff url(/static/images/bg_input.png) top left repeat-x;
	border: solid 1px #c8c8c8;
	padding: 10px;
	font-family: inherit;
	margin-top: 10px;
	font-size: 0.9em;
}

button,
.button,
.button:visited,
input.button {
	padding: 8px 12px;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	color: #fff;
	background-color: #000;
	background-image: none;
	text-transform: uppercase;
	border: solid 0 #000;
	font-size: 0.9em;
	height: auto;
	margin-right: 0;
}
input.button {
	padding: 7px 10px 6px 10px;
}

button:hover,
.button:hover,
.button:visited:hover {
	background-color: #2374a6;
	cursor: pointer;
	color: #fff;
}


.promo {
	background: #fff url(/static/images/bg_promo.png) bottom left repeat-x;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	border: solid 1px #dadada;
	color: #6e6e6e;
}

.promo h6 {
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #2374a6;
	margin-bottom: 10px;
}



/* Banner Stuff */
.banner {
	background-color: #FFFFC2;
	display: none;
	height: 16px;
	padding: 15px;
	margin: 15px;
}
#mini-wrapper .banner {
	margin: 0 0 15px 0;
}

.banner p {
	height: 16px;
	padding: 0 0 2px 25px;
}

.banner.info p { background: transparent url(/static/images/banner_info.png) left center no-repeat; }
.banner.warning p { background: transparent url(/static/images/banner_warning.png) left center no-repeat; }
.banner.error p { background: transparent url(/static/images/banner_error.png) left center no-repeat; }
.banner.ok p { background: transparent url(/static/images/banner_ok.png) left center no-repeat; }
