/**************************************************

	Style		Blue
	Version	1.0
	Author	Servous <servous@gmail.com>
	Created	2005-03-12
	Edited	2005-03-29

**************************************************/

/* ########## BODY ########## 

div {border: solid red 1px;}
div div {border: solid blue 1px;}
div div div {border: solid yellow 1px;}
div div div div {border: solid green 1px;}
div div div div div {border: solid orange 1px;}
div div div div div div {border: solid purple 1px;} */

body {
	font-family: trebuchet ms, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #cfcaaf;
	margin-top: 10px;
}

#sblog_root {
	background-image: url('default/bgslice.jpg');
	background-position: center center;
	background-repeat: repeat-y;
	width: 780px;
	margin: auto;
}

#sblog_head {
	background-image: url('default/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	height: 286px;
}

#sblog_head2 {
	background-image: url('default/diaryheader.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	height: 286px;
}

#sblog_body {
	margin: 0px;
	padding: 15px 20px 0px 25px;
	overflow: hidden;
	float: left;
	clear: both;
	background: url(default/contentbg.jpg) bottom right no-repeat;

	/* IE 5 PC */
	padding: 15px 20px 0px 25px;
	width: 735px;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	padding: 15px 10px 0px 18px;
	width: 752px;
}
	
html>body #sblog_body {
	/* NON IE PC */
	padding: 15px 20px 0px 31px;
	width: 729px;
}

#sblog_foot {
	background-image: url('default/footer.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 105px;
	clear: both;
}

#sblog_foot a {
	margin-left: 13px;
	display: block;
	color: #000;
	width: 60px;
	height:15px;
	font-size: 10px;
}

#sblog_foot a:hover {
	color: #fff;
}

#sblog_copy {
	color: #000;
	float: left;
	clear: both;
	width: 730px;
	height: 13px;
	padding-top: 15px;

	/* IE 5 PC */
	width: 730px;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	width: 750px;
}
	
html>body #sblog_copy {
	/* NON IE PC */
	width: 730px;
}

#sblog_page_title {
	text-align: center;
	display: none;
}

#sblog_page_title a {
	font-size: 2.4em;
	font-weight: bold;
	color: #369;
}

#sblog_page_title a:hover {
	text-decoration: none;
}

#sblog_page_description {
	text-align: center;
	display: none;
}

#sblog_page_description  h2 {
	font-weight: normal;
	color: #999;
}

.sblog_main {
	margin: 15px 0px 0px 205px;
	width: 455px;
}

/* ########## LINKS ########### */

a {
	color: #798e86;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #869a4a;
	text-decoration: underline;
}

a.sblog_post_options_link_comments, a.sblog_post_options_link_perma, a.sblog_post_options_link_trackback, a.sblog_post_options_link_delete, a.sblog_post_options_link_edit, a.sblog_comment_options_link {
	padding-right: 4px;
}

a.sblog_post_options_link_perma {
	background-image: url('Blue/ico_permalink.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

a.sblog_post_options_link_perma:hover {
	background-image: url('Blue/ico_permalink_h.png');
	background-position: center left;
	background-repeat: no-repeat;
}

a.sblog_post_options_link_comments {
	background-image: url('Blue/ico_comments.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

a.sblog_post_options_link_comments:hover {
	background-image: url('Blue/ico_comments_h.png');
	background-position: center left;
	background-repeat: no-repeat;
}

a.sblog_post_options_link_trackback {
	background-image: url('Blue/ico_trackback.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

a.sblog_post_options_link_trackback:hover {
	background-image: url('Blue/ico_trackback_h.png');
	background-position: center left;
	background-repeat: no-repeat;
}

a.sblog_post_options_link_delete {
	background-image: url('Blue/ico_delete.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

a.sblog_post_options_link_delete:hover {
	background-image: url('Blue/ico_delete_h.png');
	background-position: center left;
	background-repeat: no-repeat;
}

a.sblog_post_options_link_edit {
	background-image: url('Blue/ico_edit.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

a.sblog_post_options_link_edit:hover {
	background-image: url('Blue/ico_edit_h.png');
	background-position: center left;
	background-repeat: no-repeat;
}

a.help {
	cursor: help;
	font-weight: bold;
	color: #090;
}

.sblog_block_text a.sblog_admin_posts {
	background-image: url('Blue/ico_edit.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_posts:hover {
	background-image: url('Blue/ico_edit_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_images {
	background-image: url('Blue/ico_images.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_images:hover {
	background-image: url('Blue/ico_images_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_categories {
	background-image: url('Blue/ico_categories.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_categories:hover {
	background-image: url('Blue/ico_categories_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_links {
	background-image: url('Blue/ico_permalink.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_links:hover {
	background-image: url('Blue/ico_permalink_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_censoring {
	background-image: url('Blue/ico_comments.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_censoring:hover {
	background-image: url('Blue/ico_comments_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_blocks {
	background-image: url('Blue/ico_blocks.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_blocks:hover {
	background-image: url('Blue/ico_blocks_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_static {
	background-image: url('Blue/ico_static.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_static:hover {
	background-image: url('Blue/ico_static_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_settings {
	background-image: url('Blue/ico_settings.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_settings:hover {
	background-image: url('Blue/ico_settings_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_menu {
	background-image: url('Blue/ico_menu.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_menu:hover {
	background-image: url('Blue/ico_menu_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_logout {
	background-image: url('Blue/ico_logout.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.sblog_block_text a.sblog_admin_logout:hover {
	background-image: url('Blue/ico_logout_h.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#sblog_copy a {
	color: #999;
	text-decoration: underline;
}

#sblog_copy a:hover {
	color: #000;
}

a.sblog_external {
	background-image: url('Blue/external.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0px 14px 0px 0px;
}

/* ########## MENU ########## */

#sblog_menu {
	overflow: hidden;
	background-position: bottom center;
	background-repeat: repeat-x;
}

#sblog_menu ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: auto;
	margin-right: auto;
	width: 630px;
}

#sblog_menu li {
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url('Blue/menu_bg_right.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#sblog_menu .sblog_menu_current {
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url('Blue/menu_bg_right_h.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#sblog_menu a {
	display: block;
	color: #69C;
	background-image: url('Blue/menu_bg_left.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px #999 solid;
}

#sblog_menu .sblog_menu_current a {
	display: block;
	color: #000;
	background-image: url('Blue/menu_bg_left_h.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 10px 6px 10px;
	border-bottom-width: 0px;
}

/* ########## POST ########## */

.sblog_post {
	padding: 0px 0px 10px 0px;
}

.sblog_post_topic {
	padding: 0px 0px 15px 4px;
	line-height: 1.0px;
}

.sblog_post_topic h1 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.sblog_post_text {
	background-repeat: repeat-x;
	padding: 4px;
	font-size: 12px;
	color: #000;
	line-height: 1.0;
}

.sblog_post_options {
	margin: 10px 0px 20px 0px;
}

.sblog_post_edit {
	padding: 4px 0px 0px 0px;
	color: #798e86;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

/* ########## COMMENTS ########## */

.sblog_comment {
	margin: 0px 0px 10px 0px;
}

.sblog_comment_topic {
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #369;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px 1px 0px;
}

.sblog_comment_text {
	color: #000;
	padding: 4px;
}

.sblog_comment_options {
	margin: 10px 0px 20px 0px;
}

.sblog_comment_edit {
	color: #798e86;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
}

/*.sblog_comment_edit a, .sblog_comment_edit img {
	display:none;
}

/* ########## BLOCK ########## */

.sblog_block_body {
	float: left;
	width: 140px;
}

.sblog_block {

	/* IE 5 PC */
	margin: 0px 0px 10px 10px;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	margin: 0px 0px 10px 12px;
}
	
html>body .sblog_block {
	/* NON IE PC */
	margin: 0px 0px 10px 7px;
}

.sblog_block_topic {
/*	border-bottom: 1px #69C solid;
	width: 136px;*/
	padding: 4px 0px 0px 0px;
}

.sblog_block_topic h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.sblog_block_text {
	padding: 4px;
	background-position: top center;
	background-repeat: repeat-x;
	padding: 4px 0px 10px 4px;
}

/* ########## PAGES ########## */

.sblog_pages {
	background-position: top center;
	background-repeat: repeat-x;
	border-top: 1px #CCC solid;
	padding: 4px;
}

.sblog_pages_prev {
	float: left;
	width: 140px;
	text-align: left;
}

.sblog_pages_current {
	width: 50px;
	text-align: center;
	margin: auto;
}

.sblog_pages_next {
	float: right;
	width: 140px;
	text-align: right;
}

/* ########## LIST ########## */

ul {
	list-style-image: url('default/diarybullet.jpg');
	padding: 0 0 0 20px;
	margin: 0px;
}

/* ########## CALENDAR ########## */

table.sblog_cal {
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px 0px 10px 0px;
	color: #CCC;
}

td.sblog_cal_header {
	text-align: center;
}

td.sblog_cal {
	text-align: center;
	color: #369;
}

td.sblog_cal_empty {
}

td.sblog_cal_day {
	text-align: center;
	font-size: 1em;
	height: 20px;
}

td.sblog_cal_today {
	color: #000;
	background-color: #FFF;
	background-image: url('Blue/cal_today.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
}

td.sblog_cal_active {
	background-color: #FFF;
	background-image: url('Blue/cal_active.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1em;
}

/* ########## FORMS ########## */

form {
	margin: 0px;
}

/* special case to keep ie's original fieldset */
*>fieldset {
	border: 1px #CCC solid;
}

legend {
	color: #369;
	font-weight: bold;
}

label.sblog_label_col {
	width: 200px;
	float: left;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input.sblog_input {
	margin: 2px;
	border: 1px #CCC solid;
	padding: 2px;
}

input.sblog_search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	width: 130px;
	border: 1px #CCC solid;
}

textarea.sblog_text {
	width: 420px;
	height: 400px;
	border: 1px #CCC solid;
}

textarea.sblog_comment {
	width: 300px;
	height: 100px;
	border: 1px #CCC solid;
	margin: 2px;
	padding: 2px;
}

.sblog_button {
	color: #369;
	font-weight: bold;
}

.sblog_var {
	float: left;
	width: 120px;
	padding: 4px;
}

.sblog_val {
	margin: 0px 0px 2px 120px;
	padding: 4px;
}

/* ########## IMAGES ########## */

img {
	border-width: 0px;
	margin: 0px;
}

.sblog_image {
	border: 1px #CCC solid;
	margin: 0px 0px 10px 0px;
	padding: 4px;
	width: 440px;
	overflow: hidden;
}

.sblog_image_info {
	margin: 0px 0px 0px 130px;
}

.sblog_image_tn {
	float: left;
}

/* ########## MISC ########## */

span.hilite {
	background-color: #FCC;
}

.sblog_category {
	color: #69C;
	font-size: 11px;
}

.sblog_quote {
	border: 1px #CCC dashed;
	padding: 4px;
}

.sblog_line {
	border-bottom: 1px #CCC dotted;
}

.sblog_code {
	border-style: solid;
	border-width: 1px;
	border-color: #CCC #FFF #FFF #CCC;
	padding: 10px;
	color: #000;
}

h1, h2 {
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}

span.sblog_censor {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #F00;
}

#style {
	display: none;
}

#navbar {
	width: 162px;
	float: left;
	clear: left;
	padding: 0 0 0 0;
	margin-bottom: 20px;

	/* IE 5 PC */

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	width: 166px;
}
	
html>body #navbar {
	/* NON IE PC */
	width: 149px;
}

#navbar a {
	display: block;
	text-indent: -5000px;
	float: left;
	clear: left;
	width: 140px;
	height: 26px;

	/* IE 5 PC */
	margin: 0 0 0 10px;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	margin: 0 0 0 4px;
}
	
html>body #navbar a {
	/* NON IE PC */
	margin: 0 0 0 0;
}

#navbar p, #ikm p, #ope p {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

#distress {
	width: 9px;
	height: 222px;
	background: #b7ad75;
	float: right;
	clear: right;
	margin: 0px;
	background: url(default/distressline.jpg) no-repeat;
}

#bhome {
	background: url(default/bhome00.jpg) no-repeat;
}
#bhome:hover {
	background: url(default/bhome01.jpg) no-repeat;
}
#bhome2 {
	background: url(default/bhome10.jpg) no-repeat;
}
#bhome2:hover {
	background: url(default/bhome11.jpg) no-repeat;
}

#bmusic {
	background: url(default/bmusic00.jpg) no-repeat;
}
#bmusic:hover {
	background: url(default/bmusic01.jpg) no-repeat;
}
#bmusic2 {
	background: url(default/bmusic10.jpg) no-repeat;
}
#bmusic2:hover {
	background: url(default/bmusic11.jpg) no-repeat;
}

#bbio {
	background: url(default/bbio00.jpg) no-repeat;
}
#bbio:hover {
	background: url(default/bbio01.jpg) no-repeat;
}
#bbio2 {
	background: url(default/bbio10.jpg) no-repeat;
}
#bbio2:hover {
	background: url(default/bbio11.jpg) no-repeat;
}

#bshows {
	background: url(default/bshows00.jpg) no-repeat;
}
#bshows:hover {
	background: url(default/bshows01.jpg) no-repeat;
}
#bshows2 {
	background: url(default/bshows10.jpg) no-repeat;
}
#bshows2:hover {
	background: url(default/bshows11.jpg) no-repeat;
}

#bworkshops {
	background: url(default/bworkshops00.jpg) no-repeat;
}
#bworkshops:hover {
	background: url(default/bworkshops01.jpg) no-repeat;
}
#bworkshops2 {
	background: url(default/bworkshops10.jpg) no-repeat;
}
#bworkshops2:hover {
	background: url(default/bworkshops11.jpg) no-repeat;
}

#bdiary {
	background: url(default/bdiary00.jpg) no-repeat;
}
#bdiary:hover {
	background: url(default/bdiary01.jpg) no-repeat;
}
#bdiary2 {
	background: url(default/bdiary10.jpg) no-repeat;
}
#bdiary2:hover {
	background: url(default/bdiary11.jpg) no-repeat;
}

#bpress {
	background: url(default/bpress00.jpg) no-repeat;
}
#bpress:hover {
	background: url(default/bpress01.jpg) no-repeat;
}
#bpress2 {
	background: url(default/bpress10.jpg) no-repeat;
}
#bpress2:hover {
	background: url(default/bpress11.jpg) no-repeat;
}

#bcontact {
	background: url(default/bcontact00.jpg) no-repeat;
}
#bcontact:hover {
	background: url(default/bcontact01.jpg) no-repeat;
}
#bcontact2 {
	background: url(default/bcontact10.jpg) no-repeat;
}
#bcontact2:hover {
	background: url(default/bcontact11.jpg) no-repeat;
}

#musalbum {
	background: url(../../images/blgh00.jpg) no-repeat;
}
#musalbum:hover {
	background: url(../../images/blgh01.jpg) no-repeat;
}
#musalbum2 {
	background: url(../../images/blgh10.jpg) no-repeat;
}
#musalbum2:hover {
	background: url(../../images/blgh11.jpg) no-repeat;
}

#muslyrics {
	background: url(../../images/blisten00.jpg) no-repeat;
}
#muslyrics:hover {
	background: url(../../images/blisten01.jpg) no-repeat;
}
#muslyrics2 {
	background: url(../../images/blisten10.jpg) no-repeat;
}
#muslyrics2:hover {
	background: url(../../images/blisten11.jpg) no-repeat;
}

#musmaking {
	background: url(../../images/bmaking00.jpg) no-repeat;
}
#musmaking:hover {
	background: url(../../images/bmaking01.jpg) no-repeat;
}
#musmaking2 {
	background: url(../../images/bmaking10.jpg) no-repeat;
}
#musmaking2:hover {
	background: url(../../images/bmaking11.jpg) no-repeat;
}

#workupcoming {
	background: url(default/bupcoming00.jpg) no-repeat;
}
#workupcoming:hover {
	background: url(default/bupcoming01.jpg) no-repeat;
}
#workupcoming2 {
	background: url(default/bupcoming10.jpg) no-repeat;
}
#workupcoming2:hover {
	background: url(default/bupcoming11.jpg) no-repeat;
}

#workbooking {
	background: url(default/bbookings00.jpg) no-repeat;
}
#workbooking:hover {
	background: url(default/bbookings01.jpg) no-repeat;
}
#workbooking2 {
	background: url(default/bbookings10.jpg) no-repeat;
}
#workbooking2:hover {
	background: url(default/bbookings11.jpg) no-repeat;
}

#workwrite {
	background: url(default/baboutwork00.jpg) no-repeat;
}
#workwrite:hover {
	background: url(default/baboutwork01.jpg) no-repeat;
}
#workwrite2 {
	background: url(default/baboutwork10.jpg) no-repeat;
}
#workwrite2:hover {
	background: url(default/baboutwork11.jpg) no-repeat;
}


#ikm {
	float: left;
	height: 12px;
	margin: 0px;
}

#ope {
	float: right;
	margin: 0px;
	height: 12px;
}

#navbody {
	float: left;
	clear: left;
}

#mainarea {
	margin: 0 0 0 164px;
	width: 565px;

	/* IE 5 PC */
	margin: 0 0 0 164px;
	width: 565px;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	margin: 0 0 0 175px;
	width: 555px;
}
	
html>body #mainarea {
	/* NON IE PC */
	margin: 0 0 0 164px;
	width: 565px;
}

#mainarea a {
	color: #000;
	text-decoration: underline;
}

#mainarea a:visited {
	color: #555;
}

#sblog_copy a {
	color: #4b2f19;
	text-decoration: none;
}

#sblog_copy a:hover {
	text-decoration: underline;
	color: #4b2f19;
}

#hommainarea {
	margin: 0 0 0 182px;
	width: 505px;
}

#hommainarea a {
	color: #000;
	text-decoration: underline;
}

#pageheader {
	margin-top: 26px;
	width: 250px;
	float: left;
}

#pageheader2 {
	margin-top: 8px;
	width: 250px;
	float: left;
}

#pageheader3 {
	margin-top: 8px;
	width: 500px;
	float: left;
}

#headerwords {
	text-decoration: underline;
	font-size: 13px;
	padding-top: 5px;
}

#headerwords2 {
	font-size: 13px;
	padding-top: 5px;
}

.homepar {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	width: 250px;
	color: #000;
	float: left;
	font-family: trebuchet ms, trebuchet, verdana, arial, sans-serif;
	line-height: 1.0;
	font-style: italic;
}

.descpar {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	width: 250px;
	color: #000;
	float: left;
	font-family: trebuchet ms, trebuchet, verdana, arial, sans-serif;
	line-height: 1.0;
	margin: 5px 0 0 10px;
	font-style: italic;
}

.descpar p {
	font-size: 12px;
}

#biopar {
	margin: 30px 0 0 10px;
}

#contpar {
	margin: 0 0 0 10px;
	font-style: normal;
}

#contpar p {
	font-size: 12px;
	margin: 7px 0 7px 0;
	padding: 0px;
}

#makpar {
	margin: 5px 0 0 10px;
}

#writpar {
	margin: 10px 0 0 10px;
}

#homint {
	padding: 0px;
	margin: 0 0 10px 0;
}

.homcontent .descpar {
	font-style: italic;
}

.homcontent .descpar p {
	margin: 3px 0 5px 0;
}

.homcontent {
	float: left;
	clear: left;
	width: 420px;
}

.mincont {
	float: left;
	clear: left;
	width: 163px;
	margin-bottom: 20px;
}

.minl {
	float: left;
	clear: left;
}

.minr {
	float: right;
	clear: right;
	font-size: 13px;
	padding-top: 21px;
	height: 29px;

	/* IE 5 PC */
	padding-top: 21px;
	height: 29px;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	padding-top: 21px;
	height: 29px;
}
	
html>body .minr {
	/* NON IE PC */
	padding-top: 9px;
	height: 41px;
}

#quoteth {
	font-size: 10px;
	font-style: normal;
	text-indent: 25px;
	margin: 5px 0 0 0;
	padding: 0px;
	display: block;
}

.sideimg {
	float: right;
	width: 155px;
	height: 190px;
	margin: 10px 35px 0 0;
}

#contactimg {
	margin: 0 40px 0 0;
	width: 175px;
	height: 175px;
}

#albio {
	margin: 10px 85px 20px 0;

	/* IE 5 PC */
	margin: 10px 85px 20px 0;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	margin: 10px 45px 20px 0;
}
	
html>body #albio {
	/* NON IE PC */
	margin: 10px 85px 20px 0;
}

#showimg {
	margin: 0 85px 0 0;

	/* IE 5 PC */
	margin: 0 85px 0 0;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	margin: 0 25px 0 0;
}
	
html>body #showimg {
	/* NON IE PC */
	margin: 0 95px 0 0;
}

#upimg {
	margin: 0 85px 0 0;

	/* IE 5 PC */
	margin: 0 85px 0 0;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	margin: 0 25px 0 0;
}
	
html>body #upimg {
	/* NON IE PC */
	margin: 0 99px 18px 0;
}

#postarea {
	padding: 0px;
	float: right;
}

#textarea {
	float: right;
	padding-top: 15px;
}

#albumPage #textarea {
	width: 540px;
}

#upcotextarea {
	float: right;
	padding: 15px 10px 0 0;
}

#conttextarea {
	float: left;
}

#paragraphs {
	float: left;
	line-height: 1.0;
	width: 500px;
}

#showpar {
	width: 270px;
	float: left;
	line-height: 1.2;
	margin-left: 15px;
}

#showpar p {
	margin: 5px 0 10px 0;
	padding: 0px;
}

#writabpar {
	width: 520px;
	float: left;
	line-height: 1.2;
	margin-left: 15px;
	padding-right: 10px;
}

#writabpar p {
	margin: 5px 0 10px 0;
	padding: 0px;
	padding-right: 90px;
}

#presspar {
	width: 508px;
	float: left;
	line-height: 1.2;
	margin-left: 3px;
	padding-right: 20px;
}

#presspar p {
	margin: 5px 0 10px 0;
	padding: 0px;
}

#constparagraph {
	float: left;
	line-height: 1.0;
	width: 500px;
}

#constparagraph img {
	margin: 30px 0 0 0;
}

#upcoimg {
	width: 443px;
	padding-top: 30px;
}

#musnav {
	width: 500px;
	float: right;
	padding: 0px;

	/* IE 5 PC */
	width: 500px;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	width: 520px;
}
	
html>body #musnav {
	/* NON IE PC */
	width: 535px;
}

#musnav a {
	text-indent: -5000px;
	margin: 0 0 0 0px;
	float: left;
	width: 155px;
	height: 35px;
}

#worknav {
	width: 565px;
	float: right;
	padding: 0px;

	/* IE 5 PC */
	width: 565px;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	width: 555px;
}
	
html>body #worknav {
	/* NON IE PC */
	width: 565px;
}

#worknav a {
	text-indent: -5000px;
	display: block;
	margin: 0px;
	float: left;
	width: 180px;
	height: 35px;
}

#quoteheadercon {
	width: 250px;
	float: left;
}

#quoteheaderpress {
	width: 500px;
	float: left;
}

#upcoheadercon {
	width: 420px;
	float: left;
}

#albumimg {
	height: 165px;
	margin: 10px 100px 0 0;

	/* IE 5 PC */
	margin: 10px 100px 0 0;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	margin: 10px 30px 10px 0;
}
	
html>body #albumimg {
	/* NON IE PC */
	margin: 10px 100px 0 0;
}

#writeimg {
	height: 165px;
	width: 200px;
	margin: 10px 10px 0 0;

	/* IE 5 PC */
	margin: 10px 10px 0 0;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	margin: 10px 10px 10px 0;
}
	
html>body #writeimg {
	/* NON IE PC */
	margin: 10px 50px 10px 0;
}

#albumdesc {
	width: 265px;
}

.albumdesc p {
	text-align: center;
	margin: 3px;
}

.albumdesc .p1 {
	font-size: 14px;
}

.albumdesc .p2 {
	font-size: 13px;
	margin-bottom: 15px;
}

#albnot {
	width: 265px;
	float: left;
	clear: both;
}

#albnot p {
	font-size: 9px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#albumside {
	width: 230px;
	margin: 0px;
	padding: 30px 0 0 0;
}

#albumside p {
	padding: 0px;
	margin: 0 0 1px 0;
}

#albumside .p1 {
	font-size: 13px;
}

#albumside div {
	width: 220px;
	margin-top: 15px;
}

#cart {
	width: 175px;
	margin-left: 43px;

	/* IE 5 PC */
	margin-left: 22px;

	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 PC */
	margin-left: 22px;
}
	
html>body #cart {
	/* NON IE PC */
	margin-left: 43px;
}

#cartl {
	padding-top: 2px;
}

.cartr {
	float: right;
	padding-top: 3px;
}


.linkhead p {
	margin: 0px;
	padding: 0 0 0 0;
}

.linkhead p strong {
	font-size: 13px;
	text-decoration: underline;
}

#tracklisting {
	margin-top: 15px;
	font-weight: bold;
	font-style: normal;
}

.norlink {
	height: 13px;
	padding: 5px 0 0 0;
	margin: 0px;
}

.muslink {
	height: 18px;
	padding: 0 0 0 0;
	margin: 0px;
}

.muslink img {
	margin-left: 3px;
}

#placeimg {
	margin: 70px 0 0 0;
}

#lyricside {
	width: 270px;
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.0;
	float: right;
	margin: 10px 0 0 0;
}

.songtitle {
	font-size: 13px;
	text-decoration: underline;
}

.songnote {
	font-size: 10px;
	margin-top: 10px;
}

.medplay {
	width: 165px;
	height: 41px;
	padding: 24px 0 0 20px;
	margin-bottom: 15px;
	background: url(../../images/musicbg.jpg) no-repeat;
}

#paragraphs a {
	text-decoration: underline;
	color: #4b2f19;
}
#paragraphs a:visited {
	text-decoration: underline;
	color: #4b2f19;
}
#paragraphs a:hover {
	text-decoration: underline;
	color: #869a4a;
}

#contpar p a {
	text-decoration: underline;
	color: #4b2f19;
}
#contpar p a:visited {
	text-decoration: underline;
	color: #4b2f19;
}
#contpar p a:hover {
	text-decoration: underline;
	color: #869a4a;
}

#albnot p a:hover {
	text-decoration: underline;
	color: #869a4a;
}
#albmoreinfo a:hover {
	text-decoration: underline;
	color: #869a4a;
}

#toplink a {
	font-size: 10px;
	text-decoration: none;
	color: #4b2f19;
}
#toplink a:visited {
	text-decoration: none;
	color: #4b2f19;
}
#toplink a:hover {
	text-decoration: underline;
	color: #4b2f19;
}

#linkcon p a {
	color: #4e4e4e;
}
#linkcon p a:visited {
	color: #4e4e4e;
}
#linkcon p a:hover {
	color: #869a4a;
}

#formfields {
	width: 320px;
	float: left;
	clear: left;
}

#formheaders {
	width: 90px;
	float: left;
	clear: left;
}

#forminputs {
	width: 220px;
	float: right;
	clear: right;
}

#forminputs p {
	padding: 0px;
	margin: 0px;
}

#formheaders p {
	padding: 0px;
	margin: 5px 0 0 0;
	height: 15px;
}

#albquot {
	margin-left: 0px;
}

#infopar {
	font-size: 10px;
}

#paypalpurch {
	font-style: normal;
}

.linknote p {
	font-style: normal;
}