/* OTHER STYLE, e.g. sidebar style, nav menu etc */



body {
	background: #232323;
}


#masterCon {
	background: #f0f0f0;
	box-shadow: 0px 0px 9px #000000;
	-moz-box-shadow: 0px 0px 9px #000000;
	-webkit-box-shadow: 0px 0px 9px #000000;
}





/* COMMON STYLE, MAJOR CONTAINERS */

#banner {
	border-top: 1px solid #342817;
	border-bottom: 2px solid #342817;
}

#columns {
	background: url(/features/bbcms_templates/mourning-jewelry/images/winged-angel-bg.jpg) no-repeat 100% 100%;
	padding-bottom: 57px;
}



#design_wrapper {
	clear: both;
	background: url(/features/bbcms_templates/mourning-jewelry/images/gilded-bg.jpg) repeat-x 0 100%;
}

.column1,
.main_col,
.sidebar
{

}


.error_msg {
	font-weight: bold;
	color: #663311;
}




/* COLUMN 1 */

.column1 h1 {
	font-size: 150%;
	margin: 0 0 1em 0;	
}
.column1 h2 {
	font-size: 125%;
}









/* --- NAVIGATION --- */

nav {
	font-family: Helvetica, Arial, sans-serif;
}


.top_nav {
	background: #aaaaaa;
	display: table;
	text-align: center;
}

.top_nav li {
	display: table-cell;
	list-style-type: none;
	padding: 8px; margin: 0;
}

.top_nav a,
.top_nav a:link,
.top_nav a:active,
.top_nav a:hover,
.top_nav a:visited {
	margin: 0;
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
}

.top_nav a:hover {
	background: black;
	color: white;
}

.top_nav li.current_section a,
.top_nav li.current_section a:link,
.top_nav li.current_section a:active,
.top_nav li.current_section a:hover,
.top_nav li.current_section a:visited {
	color: black;
	background: white;
	text-decoration: none;
}







/* COLUMN LOCAL NAVIGATION */

.current_section {
	font-size: 140%;
	font-family: "Day Roman", Georgia, serif;
   color:  #9d3939; /* #586c46; */
   font-weight: normal;
   letter-spacing: -.03em;
   display: block;
   margin: .5em 0 0 1em;
}


.section_nav {
	margin: 0; padding: 0;
}

.section_nav li {
	margin: 0;
	list-style-type: none;
}


.section_nav a,
.section_nav a:link,
.section_nav a:active,
.section_nav a:visited,
.section_nav a:hover {
	display: block;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.section_nav li.current_page a:link,
.section_nav li.current_page a:visited {
	color: #f4f4f4;
	background: rgb(39,57,98);
}

.section_nav a:hover {
	outline: 1px solid rgb(39,57,98);
}


/* SECOND TIER */
.section_nav ul li a,
.section_nav ul li a:link,
.section_nav ul li a:active,
.section_nav ul li a:visited,
.section_nav ul li a:hover {
	display: block;
	margin: 0;
	padding: 1px 4px 1px 4px;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}


.section_nav ul li:hover {
	outline: none;
}








/* --- main Column --- */

#mainCol {

}



.column1 {
	background: url(/features/bbcms_templates/mourning-jewelry/images/col1-bg.jpg) no-repeat 100% 0;
}



.separator {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	margin-bottom: 28px;
}



/* --- basic forms --- */

form {
	
}


form label {
	clear: both;
	float: left;
	width: 25%;
	text-align: right;
	padding: .25em 0em .25em 0em;
	margin: .5em 1em 1.5em .5em;
	vertical-align: middle;
}

form input,
form select {
	float: left;
	width: 50%;
	padding: .25em 0em .25em 0em;
	margin: .5em 0em 1.5em .5em;
	vertical-align: middle;
}

form select {width: auto;}

form input[type='submit'] {
	clear: both; float: none;
	width: auto;
	display: inline;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
}

form .submit_row {
	clear: both; float: none;
	text-align: center;
}

form .submit_row input,
form .submit_row select {
	clear: both; float: none;
	width: auto;
	display: inline;
}


/* NuView Quick Viewer */

.nv_quick_item {
	display: table;
	vertical-align: top;
	font-size: 80%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 95%;
	margin-bottom: 1em;
}

.nv_quick_item .thumbnail {
	width: 50px;
	display: table-cell; vertical-align: top;
	padding-right: 6px; 
}

.nv_quick_item .text {
	display: table-cell; vertical-align: top; 
}

.nv_quick_item .title {
	font-size: 120%;
}

.nv_quick_item .pub_title { font-style: italic;}

.nv_quick_item .nv_quick_exhibit {
}

.nv_quick_item .nv_quick_exhibit a:link {
	font-style: italic;
}





/* --- footer --- */

#footer {
	color: #aaaaaa;
	background: #484848;
	font-size: 11px;
}

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color: white; text-decoration: none;
}

#footer a:link img {border: none;}

.footer_col {
}

.footer_col + .footer_col {
		border-left: 1px solid #666666;

}




 
 /***** SOME TRICKY FIXES ****/
 
.clearfix {clear: both}
