/* Design styles  */

* {
	margin: 0;
	padding: 0;
}

a img, fieldset, table { border: none; }
table { border-collapse: collapse; }

html { background: #000; }
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px */
	line-height: 1.4;
	color: #FFFFFF;
	background: #000 url(/design/img/bg-body-left.gif) 0 0 repeat-y;
}
td, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
input, select, textarea {
	background: #000000;
	color: #FFFFFF
}
p {
	margin-bottom: 1em;
}
p.bigger {
	font-size: 1.1em;
}

a:link, a:visited { color: #FFFFFF; text-decoration: underline; }
a:active, a:hover { color: #eba124; text-decoration: underline; }

.invert:link, .invert:visited { color: #FFFFFF; text-decoration: underline; }
.invert:active, .invert:hover { color: #eba124; text-decoration: underline; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 0 1em;
	letter-spacing: -0.07em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #eba124;
	margin: 0 0 0.7em 0;
}

.floatL { float: left; margin-right: 15px; margin-top: 3px; border: 1px solid #665621; padding: 1px; }
.floatR { float: right; margin-left: 15px; border: 1px solid #665621; padding: 1px; }
.imgBorder { border: 0px solid #665621; padding: 1px; }

.h100 { height: 100%; }

/* cms styles */
.title { font-weight: normal; color: #eba122; }
.title a, .title a:link, .title a:visited { color: #FFFFFF; text-decoration: underline; }
.title a:active, .title a:hover { color: #eba122; text-decoration: underline; }

.more { font-weight: normal; color: #eba122; }
.more a, .more a:link, .more a:visited { color: #eba122; text-decoration: underline; }
.more a:active, .more a:hover { text-decoration: underline; }

.empty { text-align: center; margin-top: 50px; margin-bottom: 50px; }

.message { color: #009900; }
.errors { color: #990000; }

.navigator { padding: 8px 270px 20px 20px; font-size: 1.1em; }
.navigator a { color: #eba122; text-decoration: none; }
.navigator a:link, .navigator a:visited { color: #ffffff; text-decoration: underline; }
.navigator a:active, .navigator a:hover { color: #eba124; text-decoration: underline; }

.hilight { background-color: #000000; color: #FFFFFF; /*font-weight: bold;*/ }
.searchResult dt { font-weight: bold; }
.searchResult dd { margin-left: 0px; }
.searchResult dd ul { margin-bottom: 5px; margin-top: 5px; }

/* this class should be placed on a div or break element and should be the final element
before the close of a container that should fully contain a float */
.clearfloat {
	clear: both; display: block;
	height: 1px; margin-bottom: -1px;
	font-size: 1px; line-height: 1px;
}
/* end cms styles */

/************ head ************/

#header {
	background: url(/design/img/bg-body-top.gif) 0 0 repeat-x;
	margin: 0 2px;
}

#head-index {
	width: 960px;
	height: 296px;
	background: url(/design/img/bg-head-index.jpg) 0 0 no-repeat;
	position: relative;
	margin: 0 auto;
}
#head-index #logo {
	position: absolute;
	top: 16px; left: 698px;
}
#head-index #rice {
	position: absolute;
	top: 135px; right: -13px;
}

#head {
	width: 960px;
	height: 196px;
	background: url(/design/img/bg-head-inner.jpg) 0 0 no-repeat;
	position: relative;
	margin: 0 auto;
}
#head #logo {
	position: absolute;
	top: 11px; left: 18px;
}
#head #rice {
	position: absolute;
	top: 37px; right: -13px;
}

/************ end head ************/

/************ top menu ************/

#top-menu { height: 7em; text-align: center; }
#top-menu ul { list-style-type: none; padding-top: 3.2em; }
#top-menu li {
	display: inline;
	padding-left: 22px;
	padding-top: 2px;
	background: url(/design/img/mark-black.gif) 2px 0 no-repeat;
}
#top-menu li.first { padding-left: 0; background: none; }
#top-menu a {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#top-menu a:link, #top-menu a:visited {
	color: #fff;
	text-decoration: none;
}
#top-menu a:active, #top-menu a:hover {
	color: #eba124;
}
#top-menu .current:link, #top-menu .current:visited, #top-menu .current:active, #top-menu .current:hover {
	color: #eba124;
}

/************ end top menu ************/


.h1 {
	background: #8c352a url(/design/img/bg-title.jpg) repeat-x;
	height: 33px;
	margin-bottom: 20px;
}
.h1 div { background: url(/design/img/bg-title-div.jpg) 100% 0 no-repeat; }
.h1 h1 {
	background: url(/design/img/bg-title-h1.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 6px 10px 6px 40px;
}
.h1-o h2 {
	background: url(/design/img/mark-orange.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0px 10px 6px 25px;
}

.world { margin-bottom: 25px; }

.pad10 { padding: 10px; font-size: 1.1em; }
.pad10 h2 { font-size: 1em; }

.pad10bright { background: #ffffbb url(/design/img/bright-left.gif) 0 0 repeat-y; color: #000; }
.pad10bright .pad10 { padding: 15px 20px 5px; background: url(/design/img/bright-right.gif) 100% 0 repeat-y; }
.pad10bright .item { margin-bottom: 1em; }

.pad10bright .title { color: #893127; }
.pad10bright .title a:link, .pad10bright .title a:visited { color: #893127; text-decoration: underline; }
.pad10bright .title a:active, .pad10bright .title a:hover { text-decoration: underline; }

.pad10bright .more { color: #893127; }
.pad10bright .more a:link, .pad10bright a:visited { color: #893127; text-decoration: underline; }
.pad10bright .more a:active, .pad10bright .more a:hover { text-decoration: underline; }

.item { overflow: hidden; }
.item a:link, .item a:visited { text-decoration: underline; }
.item a:active, .item a:hover { text-decoration: underline; }

.date { color: #eba122; white-space: nowrap; padding-right: 20px; }

.dots-v-index { background: url(/design/img/dots-v.gif) 360px 0 repeat-y; padding-bottom: 10px; }
.dots-v-inner { background: url(/design/img/dots-v.gif) 730px 0 repeat-y; padding-bottom: 10px; }
.dots-v-video { background: url(/design/img/dots-v.gif) 50% 0 repeat-y; padding-bottom: 10px; }
.dots-h { background: url(/design/img/dots-h.gif) 0 50% repeat-x; padding: 1.2em 0;}

.lyrics-titles {
	float: left;
	width: 35.5%;
	font-size: 1.1em;
	padding: 0 25px 10px 0;
	margin-bottom: -10px;
	background: url(/design/img/dots-v.gif) 100% 0 repeat-y;
}
.lyrics-text {
	width: 57%;
	float: left;
	padding: 0 0 10px 25px;
	margin-left: -1px;
	margin-bottom: -10px;
	background: url(/design/img/dots-v.gif) 0 0 repeat-y;
}

.font-bigger { font-size: 1.1em; }

#contacts { font-size: 1.1em; }
#contacts label { display: block; }

.input { border: 1px solid #675525; width: 100%; }
.submit { border: 0; font-weight: bold; padding: 0; margin-top: 10px; }

/************ news archive ************/

.years-list {
	font-size: 1.1em;
	color: #eba122;
	margin-bottom: 1em;
}
.years-list a:link, .years-list a:visited { color: #eba122;  text-decoration: underline;}
.archive {
	width: 130px;
	margin: 0 auto;
	font-size: 1.1em;
}
.archive dl { font-size: 1em; }
.archive dd {
	float: left;
	width: 50%;
}
.archive dd a { display: block; }
.archive a:link, .archive a:visited { text-decoration: underline; }
.archive a:active, .archive a:hover { text-decoration: underline; }

dl { font-size: 1.1em; }
dt { color: #eba122; }
dd { margin-bottom: 1em; }

/************ end news archive ************/

/************ bottom menu ************/

#bottom-menu { height: 7em; }

#bottom-menu ul { list-style-type: none; padding-top: 3.2em; }
#bottom-menu li {
	display: inline;
	padding-left: 12px;
	margin-left: 10px;
	border-left: 1px solid #fff;
}
#bottom-menu li.first { padding-left: 0; margin-left: 0; border: 0; }
#bottom-menu a {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#bottom-menu a:link, #bottom-menu a:visited {
	color: #fff;
	text-decoration: none;
}
#bottom-menu a:active, #bottom-menu a:hover {
	color: #eba124;
}
#bottom-menu .current:link, #bottom-menu .current:visited, #bottom-menu .current:active, #bottom-menu .current:hover {
	color: #eba124;
}

/************ end bottom menu ************/

#b-buttons {
	padding: 0 20px;
	height: 54px;
}
#b-buttons .floatL { margin: 0; border: 0; padding: 0; }
/*#b-buttons .imgBorder { border: 0; padding: 0; }*/
#b-buttons .floatR { margin: 0; border: 0; padding: 0; }

#footer p {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	color: #bababa;
}
#footer p a:link, #footer p a:visited {
	color: #bababa;
	text-decoration: none;
}
#footer p a:active, #footer p a:hover {
	text-decoration: underline;
}

.songs {
	list-style-type: none;
	margin-bottom: 1em;
}
.floatR2 {
	float: right;
	margin-left: 15px;
}

/* Adds */

.photo_table {
	margin:0px 0px 0px 0px; 
	float:left;
	width: 217px;
	height: 288px;
	border: none;
}

.photo {border: #CCCCCC 2px solid;}
.photo:hover {border: #eba124 2px solid;}

a.link_back h1, a.link_back:link, a.link_back:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.1em;
}
a.link_back h1:hover, a.link_back:hover, a.link_back:active {
	text-decoration: underline;
	color: #eba122;
}


.back_link a, .back_link a:link, .back_link a:visited {
        color: #FFA438;
        text-decoration: underline;
}
.back_link a:active, .back_link a:hover {
        color: #FFA438;
        text-decoration: underline;
}


form.prev {
  float: left;
  margin-left: 25px;
}


form.next {
  float: right;
  margin-right: 25px;
  font-style: bold;
}

form.next input, form.prev input {
 border: none;
 background-color: #000000;
 color: #FFFFFF;
 font-size: 0.95em;
 font-style: bold;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: underline;
}

form.next input:hover, form.prev input:hover {
 text-decoration: underline;
 font-family: Arial, Helvetica, sans-serif;
 color: #eba122;
 text-decoration: underline;
}

span.inactive_next, span.inactive_prev {
 color: #000000;
 font-size: 120%;
 text-decoration: none;
}
span.inactive_next {
  float: right;	
  margin-right: 25px;
}

span.inactive_prev {
  float: left;
  margin-left: 25px;
}
.non_uppercase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #eba122;
	margin: 0 0 0.7em 0;}
	
.last_crumb { text-decoration: none; color: #eba122;}
	
.comment {color: #eba124; }

.bigger {
	font-size: 1.1em;
}
.other_l a, .other_l a:link, .other_l a:visited { color: #fcb248; text-decoration: underline; }
.other_l a:active, .other_l a:hover { color: #eba124; text-decoration: underline; }

.dots-h { clear: both; }

.buttons
{
	width: 100%;
}
.buttons .button
{
	float: left;
	padding-bottom: 20px;
}
.button + .button
{
	padding-left: 33px;
}

