/**
 * CSS for your public-facing functionality
 */
 .cwsh_hall_hidden {display:none !important;}
 
 /* messages */
 .cwsh_successmsg, .cwsh_failmsg, .cwsh_warnmsg {
	padding:15px;
	padding-bottom:15px !important;
	margin:15px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:110%;
}
.cwsh_successmsg {
	background-color:green;
}
.cwsh_failmsg {
	background-color:red;
}
.cwsh_warnmsg {
	background-color:none;
	border:1px solid orange;
	color:red;
}
.cwsh_one_third {
	width: 32%;
	float: left;
	margin-right: 1%;
	margin-bottom:16px;
}
.cwsh_two_thirds {
	width: 65%;
	float: left;
	margin-right: 1%;
	margin-bottom:16px;
}
.cwsh_image_div {
	max-height: 250px;
	text-align: center;
}
.cwsh_image_div img {
	width: 150px;
	padding:2px;
	border:1px solid #000;
}

p.cwsh_name {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
p.cwsh_name  input[type="submit"] {
	background:none;
	border:none;
	padding:0;
	cursor: pointer;
	font-weight: bold;
	color:blue;
}
p.cwsh_name  input[type="submit"]:hover {
	opacity: .75;
	color:#ccc;
}
p.cwsh_category {
	padding-top: 0 !important;
	padding-bottom:0 !important;
	margin-top: 0 !important;
	margin-bottom:0 !important;
}
/* tabs */
.cwsh_tabs {
	background:#eee;
	color:black;
	font-size: 14px;
	line-height: 1.4;
	clear: both;
    height: 42px;
    background: #f8f8f8;
    padding: 10px 10px 0 10px;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #eaeaea;
}
.cwsh_tabs li {
	display: inline-block;
	position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	border: 1px solid #FFF;
	border-bottom: 0;
    border-left-width: 0;
	border-radius:5px;
	padding: 4px 0 0 0;
    margin: 0;
    line-height: 37px;  
}
.cwsh_tabs li:first-child {
    border-left-width: 1px;
}
.cwsh_tabs a {
	display:block;
	background: #EEE;
	padding:0 10px;
	color:#8e8e8e;
}
.cwsh_tabs a:hover {
	color:#000;
}
.cwsh_tabs a.current {
	background:#FFF;
	color:#000;
}
.cwsh_select {
	margin:0;
	padding:0;
}
.cwsh_select select {
	font-size: 14px;
}
/* details page */
.inductee_detail {
	margin-top:32px;
	margin-bottom: 32px;
	padding:16px 16px 16px 0;
	border-top: 1px solid #CCC;
}
.cwsh_detail_image_div {
	text-align: center;
}
.cwsh_detail_image_div img {
	border:1px solid #CCC;
	padding:5px;
}
.cwsh_inductee .cwsh_two_thirds h3, .cwsh_inductee .cwsh_two_thirds h4 {
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
	.cwsh_one_third, .cwsh_two_thirds {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
}
