body {
	background-color: #cbd6cb;
	color: #333;
	font: 12px etica, tahoma, arial, sans-serif;
}

h1 {
	background: none;
	color: #333;
}

h2 {
	background: none;
	color: #333;
	font-size: 1.2em;
	font: 12px etica, tahoma, arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: normal;	
}

.content_chapter_group {
	display: none;
	margin-top: 0px;
	max-height: 600px;
	overflow-y: auto;
	width: 208px;
}

.content_chapter_group:nth-of-type(1) {
	display: block
}

.works.view_page .column2 a {
	text-decoration: underline;
}

.post_content a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #333;
}

#container {
	clear: both;
	width: 930px;
	margin: 0 auto;
	padding: 0;
}

#content {
	background: none;
	padding: 160px 0 0 0;
}

#header {
	overflow: hidden;
	padding: 20px 5px;
	position: fixed;
	z-index: 50;
	top: 40px;
	background-color: #cbd6cb;
}

#counter {
	position: absolute;
	bottom: 13px;
	left: 225px;
	z-index: 1000;
	font-weight: 600;
	color: #696858;
}

#search {
	position: absolute;
	bottom: 23px;
	right: -15px;
	/*width: 400px;*/
	z-index: 100;
}

#search input[type=text] {
	background: none;
	border: none;
	font-size: 1.1em;
	//float: left;
	width: 150px;
	color: #333;
}

#search .btnSubmit {
	//float: right;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	vertical-align: -13px;
}

#brand {
	float: left;
}

#menu {
	float: right;
	width: 710px;
	height: 120px;
	background: url('../img/header/bg_menu.gif');
	position: relative;
}

#menu ul {
	padding:0;
    margin:0;
   	list-style: none;
   	overflow: hidde;
   	float: right;
}

#menu  ul ul {
	overflow: hidde;
	position: absolute;
	top: 39px;
	right: 0;
	width: 710px;
	text-align: right;
}

#menu ul li {
	display: inline;
	float: left;
	padding: 0 15px;
	margin: 8px 0 0 0;
	line-height: 31px;
}

#menu ul li a {
	font-weight: bold;
}

#menu ul ul li a {
	font-weight: normal;
}

#menu ul li.selected {
	border-bottom: 3px solid #333;
}

.itemMenuOver {
	border-bottom: 3px solid #999;
}

#menu ul ul li {
	display: inline;
	float: left;
}

.sub_container {
	float: right;
}

#footer {
	overflow: hidden;
	text-align: left;
	margin: 0px 0 10px 0;
	padding: 0;
	border-top: 3px solid #fff;
}

#logos_footer {
	float: left;
	width: 700px;
}

#logos_footer .label {
	margin-right: 10px;
}

#logos_footer .implementation {
	float: left;
	margin-top: 19px;
}

#logos_footer .partners {
	float: left;
	margin-top: 5px;
	margin-left: 83px;
}

#logos_footer .implementation img {
	vertical-align: -10px;
}

#logos_footer .partners img {
	vertical-align: -26px;
}

.logo_jacob_bandolin {
	margin-left: 10px;
}

.logo_cg  {
	margin-left: 10px;
}

.logo_cg img {
	width: 80px
}

.logo_icc {
	margin-left: 15px;
	top: -5px;
position: relative;
}


.logo_icc img {
	width: 79px
}


#social_footer {
	padding: 0;
	margin: 24px 0 0 0;
	text-align: right;
	float: right;
	width: 200px;
}

.social_item {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

.fb_share {
	margin-top: 1px;
}

.social_sites {
	margin-top: 2px;
}

#ims_bar_container {
	width: 100%;
	background-color: #3a3730;
}

#ims_bar {
	width: 1040px;
	margin: 0 auto;
}

#ims_bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#ims_bar ul li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
}
#ims_bar ul ul {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 14px;
	left: -40px;
}

/* CREDITS */
.credits h2 {
	font-size: 1.4em;
	margin: 0 0 15px 0;
}

/* CONTACT */
.contact h2 {
	font-size: 1.4em;
	margin: 0 0 15px 0;
}

.contact input[type=text], .contact textarea {
	background: none;
	border: 1px solid #fff;
	width: 900px;
}

/* TABLES */
.recordings th {
	border:0;
	border-bottom:none;
	text-align: left;
	padding:4px 4px 4px 2px;
	background-color: #fff;
	color: #6a6958;
}

.works th {
	border-bottom: 1px solid #fff;
}

.works th a {
	font-weight: 600;
}

th {
	border: none;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}

table tr:nth-child(even) {
	background: none;
}

.recordings table tr.main_line td {
	border-top:1px solid #fff;
	padding: 6px 0 7px 6px;
}

.recordings table tr.pc_line td {
	border-top:1px solid #e5e5e5;
	padding: 6px 0 7px 6px;
}

table tr td {
	border: none;
}

.recordings table tr.main_line:hover, .works table tr.bg:hover, .works table tr.bg:hover a {
	background-color: #6a6958;
	color: #fff;
}

.recordings table tr.pc_line:hover {
	background-color: none;
}

/** PAGING **/
.paging {
	background: none;
	clear:none;
	margin: 0;
}

.paging a {
	color: #fff;
}

.paging.texts a {
	color: #686758;
}

.paging > span {
	display: inline-block;
	border: none;
	border-left: 0;
}

.paging .prev {
	border-left: none;
}

.paging .current {
	background: none;
	color: #6a6958;
	font-weight: bold;
}

.paging.texts .current {
	color: #d3d2cd;
	
}

.paging > span:hover {
	background: none;
}

.recordings .paging, .texts .paging, .contributions .paging, .images .paging, .events .paging {
	float: right;
}

.recordings .paging_counter, .contributions .paging_counter, .images .paging_counter, .events .paging_counter {
	float: left;
	padding: 4px 0;
	color: #fff;
}

.texts .paging_counter {
	float: left;
	padding: 4px 0;
	color: #686758;
}

/** COLUMNS **/

.columns {
	float: left;
}

.column1 {
	width: 210px;
	margin: 0 10px 0 0;
}

.column2{
	width: 366px;
	margin: 0 10px 0 0;
}

#home .column2{
	width: 480px;
	margin-right: 0;
}

.column2_large {
	width: 710px;
	margin: 0 0 0 0;
}

.column3 {
	width: 330px;
}

#home .column3 {
	width: 230px;
	background-color: #e1e9e1;
	text-align: right;
	margin-bottom: 20px;
}

/** POSTS **/

.post_content, .list_post_content {
	background-color: #fff;
	padding: 7px 11px 11px 11px;
}

.post_content p, .list_post_content p {
	color: #53504b;
	line-height: 20px;
	font-size: 1.1em;
	margin-right: 50px;
}

.post_content h3, .list_post_content h3, .list_text_content h3 {
	color: #999;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	padding: 0;
}
.social_buttons { margin-bottom: 35px; width: 350px; overflow: auto; }
.social_buttons .facebook { margin-right: 25px;}
.social_buttons .facebook, .social_buttons .gplus, .social_buttons .twitter {
	float: left;
}

.list_post_content h3 {
	margin: 0 0 20px 0;
}

.list_post_content h4 {
	color: #6a6959;
	font-size: 1em;
	margin: 0;
}

.list_post_content h5 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

.post_content h2, .list_post_content h2, .list_text_content h2 {
	font-size: 1.3em;
	margin: 0 0 3px 0;
	padding: 0;
}

#recent_posts, #list_post_tags, #recent_items {
	margin: 0 0 20px 0;
}

#list_post_tags p {
	margin: 0 0 5px 8px;
	font-size: 1em;
}

#post_tags p {
	margin: 0;
	padding: 9px 0 0 0;
	border-top: 1px solid;
	border-color: #f0e8ca;
	font-size: 0.9em;
}

#post_tags a {
	text-decoration: none;
}

#recent_posts h2, #recent_items h2 {
	font-weight: normal;
	font-size: 1em;
	color: #6a6959;
	margin: 5px 0 0 8px;
}

#recent_posts h3, #recent_items h3 {
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	margin: 0 0 0 8px;
}

#recent_items h3 {
	margin-bottom: 10px;
}

#recent_posts h4, #recent_items h4 {
	margin: 0 0 0 8px;
}

#recent_posts h4 img, #recent_items h4 img {
	margin: 0 3px 0 0;
	width: 6px;
}

#recent_posts p, #recent_items p {
	color: #999;
	font-style: italic;
	font-size: 0.9em;
	margin: 0 0 10px 8px;
}

#posts_index .column2 {
	width: 466px;
}

#posts_index .column3 {
	width: 234px;
}

#post_images img {
	max-width: 234px;
}

.post_comments h2, .post_form_comment h2 {
	font-weight: 700;
	margin: 30px 0 20px 0;
	font-size: 1em;
}

.post_comment_node {
	border-bottom: 2px solid #fff;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.post_comment_node p {
	margin: 5px 0;
}

.submit_comments {

}

#post input[type=text], #post textarea {
	background: none;
	border: 1px solid #fff;
	width: 450px;
}

/** HOME **/
h1.intertitle {
	font-size: 0.95em;
	padding: 9px 8px 7px 8px;
	font-weight: 300;
	color: #cbd5cb;
	background-color: #6a6958;
	text-align: 
}

.intertitle {
	font-weight: 800;
}

#hl_radio {
	padding: 0 20px 20px;
}

#hl_radio .intertitle {
	border-top: 3px solid #c4d0c4;
	border-bottom: 1px solid #c4d0c4;
	padding: 10px 0;
	margin-bottom: 10px;
}

h1.intertitle a {
	color: #cbd5cb;
}

#hl_works, #hl_recordings, #hl_contributions, #hl_images, #hl_timeline, #hl_bio {
	position: relative;	
}

.icon_radio {
	float: left;
}

#home {
	font-family: 'Roboto', sans-serif;
}

#home .area_title {
	font-weight: 500;
	color: #423f38;
	margin: 0 0 0px 0px;
	padding: 7px 0;
	font-size: 1.66em;
	border-bottom: 3px solid #fff;
}

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

.hl_bottom {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #fff;
	color: #423f38;
	padding-top: 10px;
}

#home .hl_bio .area_title, #home .hl_timeline .area_title {
	font-size: 2.16em;
	border: none;
}

#home .hl_bio .area_title a, #home .hl_timeline .area_title a {
	color: #423f38;
	font-weight: 500;
}

.hl_bio {
	float: right;
	text-align: right;
}

.hl_bio .sup {
	font-size: 0.9em;
	text-align: right;
}

.hl_timeline {
	float: left;
}

.hl_timeline .sup {
	font-size: 1.33em;
}
#hl_music_week {
	padding: 20px 20px 5px 30px;
}

#hl_music_week_content {
}

#hl_music_week_content h2 {
	padding: 0;
	margin: 3px 0 5px;
	font-size: 2.08em;
	line-height: 1.2em;
}

.music_week_info {
	color: #63605c;
	font-size: 1.16em;
	line-height: 1.3em;
	margin: 5px 0 5px 0;
}

#hl_music_week_content ul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style-position: inside;
}

#hl_music_week_content ul li {
	margin: 0 0 10px 0;
}

#hl_music_week_content ul li a {
	font-weight: 800;
}

#hl_blog {
	background-color: #fff;
}

#hl_blog_content {
	padding: 20px;
}

#hl_blog_content .post_date {
	color: #7b7976;
	font-weight: 800;
	margin: 0 0 2px 0;
}

#hl_blog_content .post_node.hl_first .post_date {
	font-size: 1.33em;
	margin-bottom: 0;
}

#hl_blog_content .post_title {
	font-weight: 400;
	font-size: 1.7em;
	color: #33302b;
}

#hl_blog_content .post_node.hl_first .post_title {
	font-size: 2.91em;
	margin-left: -3px;
}

#hl_blog_content .post_node.hl_first .post_title a {
	font-weight: 300;
	line-height: 1.2em;
}

#hl_blog_content .post_author {
	color: #33302b;
	font-weight: 300;
	font-size: 1.33em;
	margin: 5px 0px 12px;
}

#hl_blog_content .post_node.hl_first .border_bottom {
	height: 3px;
	width: 200px;
	background-color: #c4d0c4;
}

#hl_blog_content .post_node.hl_first {
	margin-top: 0;
}

#hl_blog_content .post_node.hl_first img.post_thumbnail {
	width: 135px;
	height: 135px;
	border: 2px solid #c4d0c4;
	border-radius: 70px;
	float: right;
}

#hl_blog_content .post_node {
	/**margin: 0 0 16px 0;**/
	margin: 25px 0 0 0;
}

#labels_radio {
	text-align: right;
	padding: 8px 0;
	border-top: 1px solid #c4d0c4;
	border-bottom: 3px solid #c4d0c4;
	margin-top: 10px;
}

#labels_radio p {
	color: #fff;
	margin: 0 0 0px 0;
	font-size: 0.9em;
	line-height: 13px;
}

.radio_above {
	height: 75px;
}

.jp-audio li.btn_next {
	margin: 6px 0 0 5px;
}

#labels_radio p.radio_track_title {
	color: #33302b;
	font-size: 1.33em;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 17px;
}

#labels_radio p.radio_track_interpret {
	color: #33302b;
	font-size: 1.16em;
	margin-bottom: 4px
}

#labels_radio p.radio_track_date {
	color: #666666;
	font-size: 1.16em;
	font-weight: 800;
}

#labels_radio p.radio_track_interpret, #labels_radio p.radio_track_date {
	color: #999;
	font-size: 0.8em;
}

/** ENVENTs **/
.events .cell_date h1 {
	font-size: 1.5em;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.events .cell_date h2 {
	font-size: 1.2em;
	font-weight: normal;
}

.events h1 {
	font-size: 1.5em;
}
.events .cell_info {
	text-align: right;
	padding: 10px 0 10px 30px;
	width: 200px;
}

/** TIMELINE **/

.facts table.general, .events table.general {
	border-bottom: 2px solid #fff;
}

.facts table, .events table {
	margin: 0;
}

.facts .cell_img {
	text-align: right;
	padding: 10px 0;
}

.facts .cell_date_y {
	font-size: 3.5em;
	font-weight: 600;
	color: #6a6959;
	margin: 0;
	padding: 0;
}

.facts .cell_date_dm {
	text-align: center;
	font-weight: 600;
	padding: 10px 0;
}

.facts .cell_content, .events .cell_content {
	padding: 7px 0 10px;
	line-height: 20px;
	font-size: 1.1em;
}

.facts .cell_work_content, .facts .cell_work_player {
	padding: 10px 0;
}

.facts .cell_work_content a {
	font-weight: 600;
}

.facts table tr td.line, .events table tr td.line {
	border-top:2px solid #fff;
}

.facts table tr td.thin_line {
	border-top:1px solid #fff;
}

.facts table tr td {
	border-bottom: none;
}

.tl_image {
	position: relative;
	margin: 0 0 10px 0;
}

.tl_image p {
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 1px 0px 3px 6px;
	margin: 0 5px 5px 0;
	text-align: left;
	color: #666;
	width: 318px;
}

.back_top_btn {
	font-size: 11px;
	margin: -5px 0 10px 0;
}

.back_top_btn a {
	color: #696859;
}

.arrow_top {
	margin: 5px 0 0 2px;
}

/** WORKS **/

.works.view_page, .recordings.view_page, .contributions.index_page {
	border-top: 3px solid #fff;
}

#wk_left_side {
	float: left;
}

#wk_right_side {
	float: right;
	overflow: hidden;
}

#wk_title {
	width: 580px;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0 0 0 5px;
	line-height: 40px;
	height: 35px;
}

#wk_desc p {
	line-height: 20px;
	font-size: 1.1em;
}

.works .column1 {
	padding: 0px 5px 5px 0;
	width: 200px;
}

.works .column1.view_page {
	padding: 5px 0 0 5px;
}

.works .column1 h1 {
	margin: 15px 0 0 10px;
	font-weight: 600;
}

.works .column1 p {
	width: 150px;
	margin: 0 0 0 10px;
}

.works .view_page.column1 {
	border-top: 3px solid #fff;
}

.works .column2 {
	border-top: 3px solid #fff;
	padding: 5px;
	width: 356px;
}

.works .column3 {
}

.works h2 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 0.8em;
	color: #3a3731;
}

.works h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	color: #3a3731;
}

#wk_download h2, #wk_suggested h2, #wk_recordings h2, #wk_videos h2 {
	font-weight: normal;
	padding: 0 0 0 5px;
	line-height: 45px;
	height: 35px;
	font-size: 0.9em;
	border-bottom: 3px solid #fff;
}

.wk_sidebar_content {
	padding: 5px;
}

#wk_videos .wk_sidebar_content {
	margin: 7px 0 0 0;
}

.pdf_icon {
	margin: 0 7px 0 0 ;
	vertical-align: -6px;
}

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

#filter_works {
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	padding: 4px 0 5px 10px;
	line-height: 31px;
}

#filter_genre {
	margin: 13px 0 10px;
}

#filter_works ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

#filter_genre ul li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
}

#filter_works ul, #filter_genre ul {
	margin: 0 0 1px 0;
	padding: 0;
}

#filter_alpha a {
	font-weight: 700;
	font-size: 1.3em;
	color: #666;
}

#search_works form div {
	margin: 0;
	padding: 0;
}

#search_works input[type=text] {
	border: 3px solid #fff;
	background: none;
	height: 42px;
	margin: -3px 0 0 0;
	padding: 0 0 0 5px;
	color: #6a6959;
}


/** RECORDINGS **/


#simple_search {

	width: 670px;
	padding: 5px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative

}

#simple_search .input.text {
	display: table;
	float: left;
	margin-bottom: 0.2em;
	position: relative
}

.recordings #simple_search input[type=text] {

	width: 600px;
	float: left;

}

#simple_search form .submit {

	display: table;
	position: absolute;
	right: 0;
	top: -4px;

}

#simple_search form .submit input[type=image] {

	width: 90%;

}

#as_title {
	font-size: 1.2em;
	font-weight: 600;
	padding: 0 0 0 5px;
	line-height: 40px;
	height: 35px;
	float: left;
	margin-right: 30px;
	margin-top: 7px;
}

#as_close {
	float: right;
	//line-height: 40px;
	//height: 35px;
	background-color: #333;
	color: #ccc;
	padding: 3px 3px 3px 6px;
	margin: 15px 0 0;
	border-radius: 5px;
}

#as_close img {
	margin: 0 5px 0 4px;
	vertical-align: -1px;
}

#as_content {
	width: 100%
}

.asindex {
	clear: both;
}

.recordings .column1, .contributions .column1 {
	border-top: 3px solid #fff;
}

.recordings .column1 p, .contributions .column1 p {
	margin: 10px 0 0 5px;
	padding: 0;
}

.recordings .column2_large, .contributions .column2_large {
	border-top: 3px solid #fff;
	padding: 5px;
	margin: 0;
	width: 700px;
}

.recordings input[type=text] {
	background: none;
	border: 1px solid #fff;
	width: 685px;
	padding: 4px 5px;
	font-size: 1.1em;
	color: #333;
}

.recordings div.short_field input[type=text] {
	width: 330px;
}

.short_field, .short_field.left_field {
	clear: none;
	float: left;
	width: 335px;
}

.short_field  {
	width: 330px;
}

.short_field.left_field {
	width: 341px;
}

.recordings form {
	width: 100%;
}

/** CONTRIBUTIONS **/

#advanced_search {
	overflow: hidden;
}
.contributions input[type=text] {
	background: none;
	border: 1px solid #fff;
	width: 100%;
	padding: 4px 5px;
	font-size: 1.1em;
	color: #333;
}

.contributions textarea {
	background: none;
	border: 1px solid #fff;
	width: 100%;
	padding: 4px 5px;
	font-size: 1.1em;
	color: #333;
}

.contribution_node {
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	clear: both;
	overflow: auto;
}

.contribution_column {
	width: 325px;
	float: left;
}

.contribution_column.column_left {
	margin-right: 50px;
}

.contributions .column1 {
	padding: 0 0 0 0;
}

.contributions #recent_items {
	margin: 10px 0 0;
}

#contributions_container {
	margin: 10px 0 0;
}

#contributions_container h1 {
	font-size: 1.2em;
	margin: 0;
}

#contributions_container h2 {
	font-size: 1em;
	margin: 0 0 10px 0;
}

p.contribution_substitle {
	margin: 10px 0 0;
}

#contributions_container .comments_link {
	font-weight: 800;
	cursor: pointer;
	margin-top: 15px;
	display: table;
	margin-bottom: 5px;
}

#contributions_container h2.tag_name {
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #fff;
}

.comments_wrap {
	width: 700px;
	padding-top: 10px;
	float: left;
	display: none
}

#ContributionCommentAddContributionCommentForm .submit_comments { margin-top: 0}


/** TEXT **/

.list_text_content {
	overflow: hidden;
	background-color: #fff;
	padding: 7px 11px 1px 11px;
}

.text_pdf_icon {
	float: right;
}

.text_node {
	border-bottom: 1px solid #e5e5e5;
	border-color: #cbd5cb;
	margin: 0 0 12px 0;
}

.list_text_content h1, .list_text_content h1 a {
	font-weight: 700;
	color: #333;
}

.text_categories p {
	font-size: 0.9em;
	color: #686758;
}

.text_categories a {
	text-decoration: none;
}

/** IMAGES **/
.btn_disabled {
	opacity: 0.2;
}

#image_container {
	position: absolute;
	z-index: 1500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/general/bg_black.png');
}

#image_container h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

#image_container p {
	color: #999;
}

#image_infos {
	position: absolute;
	display: table;
	left: 70px;
	width: 220px;
	margin: 0;
}

.image_btn_left {
	position: absolute;
	left: 5px;
}

.image_btn_right{
	position: absolute;
	right: 5px;
}

#image_content {
	
}

#image_content img {
	width: auto;
}

.images h1 {
	font-weight: bold;
}

#pagination_box {
	clear: both;
	padding: 10px 0 0 0;
}

.image_node {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 5px 5px 0;
}

.image_node.last_node {
	margin: 0 0 5px 0;
}

#btn_fechar {
	font-weight: bold;
	color: #fff;
}

#images_categories {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;	
	margin: 0 0 20px 0;
}

#images_categories a {
	color: #55554e;
}

#images_categories ul  {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

#images_categories li {
	display: inline;
	padding: 0;
	margin: 0 15px 10px 0;
	line-height: 20px;
}

/** RADIO **/


/** RECORDS **/

.records .title_area {
	border-bottom: 3px solid #fff;
	padding: 0px 5px 10px;
	margin: 0 0 10px 0;
	height: 15px;
}

.records h1 {
	font-weight: bold;
}

.records a {
	color: #333;
}

.record_node {
	overflow: auto;
	clear: both;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.record_cover {
	float: left;
	width: 365px;
}

.record_cover img {
	margin-bottom: 10px;
	width: 335px;
}
.record_info {
	float: left;
	width: 330px;
}
.form_disabled input[type=text] {
	border-color: #ccc; 
}
#RecordingsIndexForm h2 { padding-left: .4em; font-size:1.2em; font-weight: 700; padding-top: 10px }

#WorkIndexForm .submit { 
	width: 36px;
	height: 36px;
	border: none;
	position: relative;
	top: -42px;
	left: 151px; 
}

.chapter_index #ChaptersAllChaptersForm .input.text {
	width: 210px
}

.chapter_index .text input#search_field {

	padding-right: 36px;
	width: 78%;
}

.chapter_index form {
	height: 60px
}

.chapter_index form div {
	padding: 0;
}

.chapter_index #select_groups {
	width: 100%;
	height: 20px;
	margin-top: 5px;
	font-size: 0.9em;
}

.chapter_index input[type=text] {
	border: 3px solid #FFF;
	background: none;
	height: 42px;
	margin: -3px 0 0 0;
	padding: 0 0 0 5px;
	color: #6A6959;
}

.chapter_index input[type=submit] {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width: 98%;
	
}
.chapter_index .submit {
	width: 36px;
	height: 36px;
	border: none;
	position: relative;
	top: -54px;
	left: 170px;
	margin: 0;
	padding: 0;
}

.chapter_index .submit input.btnSubmitWork {

	border:none;
	
}

.chapter_index .post_content h2 {
	margin-bottom: 15px
}

/** WORK **/

#WorkIndexForm .text input#search_field {

	padding-right: 36px;
	width: 78%;
}

#WorkIndexForm .submit input.btnSubmitWork {

	border:none;
}

/** SEARCHES **/
.year_node {
	margin-bottom: 3px;
}

.year_node a {
	font-weight: bold;
}

.nofound_link a { font-weight: 700}
