@import url(blocks.css);

/******************** Body ********************/
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 960px;
	background-color: #000000;  /*960505*/
	background-image: url(../images/background.gif);
	background-position: center top;
	background-repeat: repeat;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#787878;
}


a {
	text-decoration: none;
	color: #CD2618;
}

a:hover {
	color: #960505;
}

img {
	border: none;
}

h1 {
	height: 55px;
	padding: 30px 0 0 0px;
    margin-left:40px;
    margin-top:15px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 36px;
	color: #322942;
}

 hr {
 clear:both;
 }


h1 span {
	display: none;
}

h2 {
	clear: both;
	padding: 4px 0 1em 34px;
	background-image: url(../images/h2_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #CD2618;
}

h2 a, h2 a:hover {
	text-decoration: none;
	color: #CD2618;
}

h2.after {
	margin-top: 1.5em;
}

h3 {
	clear: both;
	font-size: 15px;
	color: #322942;
}

h3.after {
	padding-top: 1.5em;
}

h3 a, h3 a:hover {
	color: #322942;
	text-decoration: none;
}

h4 {
	font-size: 18px;
	color: #6699FF;/*#9B9313*/
	font-weight: normal;
}

p {
	margin: .5em 0 1em 0;
}

li {
	margin-left: 1em;
}

hr {
	margin: 0px 0;
	height: 1px;
	background-color: #7F7F7F;
	border: none;
	clear: both;
}

textarea {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

blockquote {
	padding: 0 10%;
}

.column_1, .column_2 {
	float: left;
	width: 250px;
}

.column_1 {
	clear: left;
	padding-right: 10px;
}

.column_2 {
	clear: right;
	padding-left: 10px;
}

.divider {
	clear: both;
	width: 520px;
	height: 42px;
	margin-bottom: 1px;
	background-image: url(../images/divider.gif);
	background-position:center;
	background-repeat:no-repeat;
}


.unpublished, .unpublished_box {
	background-color: #FFFF00;
}

.unpublished_box {
	margin: 10px;
	padding: 10px;
	border: 2px solid #322942;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 10px;
	color: #322942;
}

.error_box {
	margin: 10px;
	padding: 10px;
	border: 2px solid #CD2618;
	-moz-border-radius: 10px;
}

.error_box .title {
	text-align: left;
	color: #CD2618;
	font-size: 16px;
	font-weight: bold;
}

.notice_box {
	margin: 10px;
	padding: 10px;
	border: 2px solid #9B9313;
	font-size: 12px;
	-moz-border-radius: 10px;
}

.notice_box .title {
	text-align: left;
	color: #9B9313;
	font-size: 16px;
	font-weight: bold;
}

.notice_box .confirm {
	width: 100%;
	margin-top: 1em;
	font-size: 16px;
}

.notice_box .confirm .option_1 {
	text-align: left;
}

.notice_box .confirm .option_2 {
	text-align: right;
}

.fan_club_box {
	margin: 0 10px;
	padding: 10px 10px 10px 100px;
	border: 2px solid #322942;
	background-position: 10px;
	background-repeat: no-repeat;
	font-size: 12px;
	-moz-border-radius: 10px;
}

.fan_club_box .title {
	text-align: left;
	color: #322942;
	font-size: 16px;
	font-weight: bold;
}

.caution_box {
	height: 60px;
	padding: 25px 10px 0 95px;
	padding-bottom: 0;
	background-image: url(../images/caution.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

a.next, a.previous {
	display: block;
	height: 25px;
	background-repeat: no-repeat;
	line-height: 23px;
	font-size: 16px;
	color: #7F7F7F;
}

a.next {
	float: right;
	padding-right: 43px;
	background-image: url(../images/next_background_0.gif);
	background-position: right top;
}

a.previous {
	float: left;
	padding-left: 43px;
	background-image: url(../images/previous_background_0.gif);
	background-position: left top;
}

a.next:hover {
	background-image: url(../images/next_background_1.gif);
	color: #322942;
}

a.previous:hover {
	background-image: url(../images/previous_background_1.gif);
	color: #322942;
}

.form_list li {
	list-style-type: none;
	margin: .5em auto;
}

.required {
	font-size: 12px;
	color: #CD2618;
}

.row_2 {
	background-color: #E3E3E3;
}

.photo_up td {
	padding: 2px;
}

.photo_up .label {
	text-align: right;
}

.photo_up .last td {
	padding-bottom: 20px;
}

.photo_up .number {
	padding: 0 10px;
	font-size: 36px;
}

.photo_viewer {
	margin-bottom: 12px;
	text-align: center;
}

.photo_viewer table {
	margin: auto;
	margin-bottom: 12px;
}

.photo_viewer .thumbnails td {
	width: 100px;
	padding-bottom: 12px;
	vertical-align: middle;
	text-align: center;
}

.photo_viewer .photo {
	border: 2px solid #322942;
}

.photo_viewer .description {
	margin-top: 10px;
	text-align: center;
}

.photo_viewer .next, .photo_viewer .previous {
	line-height: 24px;
	font-size: 14px;
}

.photo_viewer .credit {
	margin-top: 2px;
	font-size: 10px;
	color: #9B9313;
}

.photo_viewer .enlarge {
	margin-bottom: 5px;
	text-align: left;
	font-size: 10px;
}

.comments .row_1, .comments .row_2 {
	padding: 0 10px;
}

.comments .number {
	float: left;
	padding: 4px 7px 0 0;
	font-size: 24px;
}

.comments .user {
	padding: 10px 0 12px 0;
}

.comments h4 {
	padding: 12px 0 10px 0;
	text-align: right;
}

.comments .delete {
	float: left;
	margin-top: 16px;
	font-size: 10px;
}

.bb_code {
	margin-bottom: 1em;
}

.submit {
	margin: 0 auto;
}

.mce {
	width: 420px;
}

.flvplayer {
	margin: 0 0 1em 20px;
}

#idler {
	border: none;
	margin: 5px;
	width: 10px;
	height: 10px;
}

/******************** Header ********************/
#header {
	margin: auto;
	background-image: url(container_shadow_top.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
	
#header a {
	display: block;
	width: 750px;
	height: 100px;
	margin: 0 auto;
	background-image: url(../images/header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 80px;
	color: #DFDFDF;
	text-decoration: none;
}

#header a span {
	display: none;
}

/******************** Container ********************/
#container_shadow {
	width: 976px;
	margin: auto;
	padding-bottom: 30px;
}

#container_shadow_left {
	background-image: url(container_shadow_left.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#container_shadow_right {
	background-image: url(container_shadow_right.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

#container_shadow_left_top {
	background-image: url(container_shadow_left_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#container_shadow_right_top {
	background-image: url(container_shadow_right_top.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#container_shadow_left_bottom {
	background-image: url(container_shadow_left_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#container_shadow_right_bottom {
	background-image: url(container_shadow_right_bottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#container_shadow_bottom {
	padding: 0 8px 8px 8px;
	background-image: url(container_shadow_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#container {
	background-color: #FFFFFF;
}

/******************** Navigation ********************/
#navigation_background {
	background-color: #5893c5;
	background-image: url(../images/navigation_background.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#navigation_background_left {
	background-image: url(../images/navigation_background_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#navigation_background_right {
	background-image: url(../images/navigation_background_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#navigation {
	width: 930px;
	height: 55px;
	margin: 0 auto;
	font-size: 20px;
	color: #FFFFFF;
}

#navigation li {
	display: block; float: left; list-style-type: none;
}

#navigation span {
	display: none;
    font-size: 25px;

}
#navigation span.spanlast {
	display: none;
    font-size: 25px;

}

#navigation a {       margin-top:10px;
text-align:center;
	display: block;
	height: 40px;
	text-decoration: none;
	color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
}

#navigation li.first {
	margin-left: 0;
}

#navigation li.last {
	padding-right: 0;
	background-image: none;

}

#navigation a:hover {
	color: #322942;
    font-style: italic;
    font-weight:bold;
}

#navigation .news {
	width: 67px;
	background-image: url(../images/navigation_news_0.gif);
}

#navigation .tour {
	width: 62px;
	background-image: url(../images/navigation_tour_0.gif);
}

#navigation .fanclub {
	width: 101px;
	background-image: url(../images/navigation_fanclub_0.gif);
}

#navigation .media {
	width: 80px;
	background-image: url(../images/navigation_media_0.gif);
}

#navigation .bio {
	width: 50px;
	background-image: url(../images/navigation_bio_0.gif);
}

#navigation .store {
	width: 65px;
	background-image: url(../images/navigation_store_0.gif);
}

#navigation .guestbook {
	width: 135px;/*120px;*/
	background-image: url(../images/navigation_guestbook_0.gif);
}

#navigation .journal {
	width: 94px;
	background-image: url(../images/navigation_journal_0.gif);
}

#navigation .contact {
	width: 91px;
	background-image: url(../images/navigation_contact_0.gif);
}
#navigation .bookings {
	width: 110px;
	background-image: url(../images/navigation_booking_0.gif);
}


#navigation .news:hover {
background-image: url(../images/navigation_news_1.gif);  }

#navigation .tour:hover {
	background-image: url(../images/navigation_tour_1.gif);
}

#navigation .fanclub:hover {
	background-image: url(../images/navigation_fanclub_1.gif);
}

#navigation .media:hover {
	background-image: url(../images/navigation_media_1.gif);
}

#navigation .bio:hover {
	background-image: url(../images/navigation_bio_1.gif);
}

#navigation .store:hover {
	background-image: url(../images/navigation_store_1.gif);
}

#navigation .guestbook:hover {
	background-image: url(../images/navigation_guestbook_1.gif);
}

#navigation .journal:hover {
	background-image: url(../images/navigation_journal_1.gif);
}

#navigation .contact:hover {
    background-image: url(../images/navigation_contact_1.gif);
}
#navigation .bookings:hover {
	background-image: url(../images/navigation_booking_1.gif);
}

/******************** Subcontainer ********************/
#subcontainer_background_top {
	background-image: url(../images/subcontainer_background_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	clear: both;

}

#subcontainer_background_bottom {
	background-image: url(../images/subcontainer_background_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#subcontainer_background_left {
	background-image: url(../images/subcontainer_background_left.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#subcontainer_background_right {
	background-image: url(../images/subcontainer_background_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#subcontainer_background_left_top {
	background-image: url(../images/subcontainer_background_left_top.gif);
	background-position: left top;
	background-repeat: no-repeat;

}

#subcontainer_background_left_bottom {
	background-image: url(../images/subcontainer_background_left_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#subcontainer_background_right_top {
	background-image: url(../images/subcontainer_background_right_top.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#subcontainer_background_right_bottom {
	background-image: url(../images/subcontainer_background_right_bottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/******************** Left Column ********************/
#left {
	width: 220px;
	float: left;
	margin-bottom: 115px;
}

/******************** Middle Column ********************/
#middle {
	width: 550px;
	float: left;
	min-width: 550px;
	min-height: 150px;
	margin-bottom: 50px;
	background-image: url(../images/middle_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#middle .content {
	padding: 0 15px 0 15px;
}
#middle .contentSGB {
	padding: 0 15px 0 15px;
    border:1px solid green;
}
/******************** Right Column ********************/
#right {
	width: 169px;
	float: right;
	margin: 30px auto 180px auto;
	padding: 0 10px;
	border-left: 1px solid #DFDFDF;
}
#rightAjax {
	width: 169px;
	float: right;
	margin: 30px auto 180px auto;
	padding: 0 10px;
	border-left: 1px solid #DFDFDF;
}
/******************** Footer ********************/
#footer {
	clear: both;
	background-color: #9D8A84;
	background-image: url(../images/footer_background.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#footer_background_left {
	background-image: url(../images/footer_background_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#footer_background_right {
	height: 30px;
	background-image: url(../images/footer_background_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#footer .copyright {
	width: 200px;
	margin: auto;
	display: block;
	padding-top: 7px;
	clear: none;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

#footer .feeds {
	float: right;
	clear: none;
	padding: 7px 8px 0 0;
	font-size: 12px;
}

#footer .feeds a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .feeds a:hover, #footer .feeds a:active {
	color: #322942;
}

#footer .feeds img {
	vertical-align: text-bottom;
}


