body{
	background-color:#FFF;
	height:100%;
}

.sidebar-toggle-box {
    float: left;
    margin-top: 20px;
    padding-right: 15px;
}
.sidebar-toggle-box .icon-reorder {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}

/* winners */

#menu_winners {
	width: 193px;
    background: none repeat scroll 0 0 #32210e;
	border-left: 3px solid #251708;
    height: 100%;
    left: 250px;
    position: fixed;
    z-index: 1000;
	padding-top: 80px;
	color: #ffffff;
}
.winner_menu_header {
	font-size: 20px;
}
.menu_winner_year_list {
	margin-top:50px;
}
.menu_winner_ul_list {
	list-style: none;
	margin-left:0px !important;
}
.menu_winner_ul_list li {
	border-top: 1px solid #251708;
	background: url("../images/nav_white_arrow.png") no-repeat right center;
}
.menu_winner_ul_list li:last-child {
	border-bottom: 1px solid #251708;
}
.menu_winner_ul_list li:hover {
	background-color: #412c14;
}
.menu_winner_ul_list li.active {
	background-color: #412c14;
}
.menu_winner_ul_list a {
    display: block;
    text-decoration: none;
	font-size:14px;
	font-weight:normal;
	color: #ffffff !important;
	padding-top:12px;
	padding-bottom:12px;
	padding-right: 40px;
	padding-left: 20px;	
}

/*nominations page */

#nomi_category {
    background: none repeat scroll 0 0 #fff;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
    height: 100%;
    z-index: 1000;
	padding-top: 80px;
}

.center {
	text-align:center;
}

.left_header {
	font-size: 20px;
}

.nomi_category_list {
	margin-top:60px;
}

.nomi_ul_list {
	list-style: none;
	margin-left:0px !important;
	padding:0px;
}

.nomi_ul_list li {
	border-top: 1px solid #ebebeb;
	background: url("../images/nav_arrow.png") no-repeat right center;
}
.nomi_ul_list li:last-child {
	border-bottom: 1px solid #ebebeb;
}
.nomi_ul_list li:hover {
	background-color: #f4f4f4;
}
.nomi_ul_list li.active {
	background-color: #f4f4f4;
}

.nomi_ul_list a {
    display: block;
    text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #333333 !important;
	padding-top:12px;
	padding-bottom:12px;
	padding-right: 40px;
	padding-left: 20px;	
	font-family:'Open Sans';
}

#nomination_list {
	padding-top: 65px;
}
#nomi_list_header1 {
	font-size:15px; /*candara 18*/
	font-weight: bold;
}
#nomi_list_header2 {
	/*californian fb*/
	font-size:35px;  /*45*/
	font-weight: normal;
}

#nomi_list_category {
	font-size:22px;  
	font-weight: bold;
	padding-top:40px;
}

.divider {
	border-top: 5px solid #996600;	
	margin-top: 10px;
	margin-left:-8px;
	margin-bottom: 10px;
	width: 450px;
}

.nomi_list_num {
	font-size:45px;
	float:left;
	color: #b6b6b6;
}
.nomi_list_name {
	float:left;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 25px;
	color: #996600;
}
.nomi_list_album {
	font-weight:normal;
	font-style:italic;
	color: #333333;
}
.nomi_entry {
	float:left;
	border-bottom: 1px solid #e6e6e6;
	width:450px;
	margin-left:-8px;
	padding-bottom: 10px;
	padding-top:10px;
	clear:left;
}


@media(min-width:992px) {
	#nomi_judges {
		width: 100%;
		background: #fff url("../images/rightbar_bg.png") repeat-y top left;
		height: 100%;
		padding:70px 50px 0px 50px;
	}
}


.rightbar_header {
	font-size:35px;
	font-weight: bold;
}

.judge_entry {
	padding-top: 20px;
}
.judge_image {
	float:left;
	position:relative;
}
.judge_name {
	float:left;
	margin-left: 10px;
	color: #996600;
	font-size: 18px;
}
.judge_title {
	width: 200px;
	color: #333333;
	font-size: 15px;
	font-style: italic;	
}
.circle_mask {
	  width:91px;
	  height:91px;
	  position:absolute;
	  top:0;
	  left:0;
	  background: url("../images/circle_clip.png") 0 0 no-repeat;
}
.boldsubtitle{
	font-weight:bold;
	font-family:'Open Sans';
	font-size: 16px;
}
.goldtitle{
	font-size:40px;
	font-family:'Lora';
	color:#9b6500;
}
.blacktitle{
	font-size:36px;
	font-family:'Open Sans';	
	padding-bottom:10px;
	border-bottom:5px solid #976700;
}
.goldname{
	color: #9b6500;
	font-size:20px;
	margin:10px 0px;
}
.judgepos{
	color:#333;
	font-style:italic;
	font-size:13px;
	line-height:15px;
}
.judgebox{
	border: 1px solid #d3d3d3;
	padding: 20px;
	margin-bottom:20px;
}
.mobilefooter{
	background-color:#32210e;
	color:#fff;
	padding:10px 0px;
}
.dateday{
	font-family:'Open Sans';
	color:#646464;
	font-style:italic;
	font-size:24px;
	line-height:24px;
}
.datemonth{
	font-family:'Open Sans';
	color:#646464;
	font-style:italic;
	line-height:12px;
}
.newstitle{
	font-family:'Open Sans';
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
}
.browntile{
	background-color:#615441;
	color:#fff;
	font-family:'Lora';
	padding:10px !important;
	margin:20px 0px;
	font-size:16px;
}
.nominationnum{
	font-family:'Lora';
	font-size:42px;
	color:#b8b8b8;
	font-style:italic;
}
.nominationalbum{
	font-family:'Open Sans';
	font-size:14px;
	font-style:italic;
}
@media(min-width:992px){
	.newswrap{
		padding:0px 30px; 
		margin:30px 0px;
	}
}
@media(max-width:991px){
	.newswrap{
		padding:0px 5px;
		margin:30px 0px;
	}
	.shortfooter{
		display:none !important;
	}
}

.orangearrow{
	position:absolute; 
	vertical-align:central; 
	top:17px;
	left:40px;
	display:none;
}

a.box_link{
	color: #333333 !important;
}
a.box_link:hover{
text-decoration:none !important;
}

.social.fb{
	background:url(../images/icon_fb.png) no-repeat center center;
}
.social.tw{
	background:url(../images/icon_twitter.png) no-repeat center center;
}
.social.ig{
	background:url(../images/icon_insta.png) no-repeat center center;
}


@media(max-width:1500px){
.winner_content {
	padding-left:0px !important;
	padding-right: 0px !important;
}
}

@media(max-width:1700px){
.right_bar_adjust {
	padding-left:10px !important;
	padding-right: 10px !important;
}
.right_bar_adjust_2 {
	padding-left:30px !important;
	padding-right: 10px !important;
}
}
#winner_gallery_div .blacktitle {
	line-height: 37px;
}

@media(max-width:1500px){
	#winners_div hr {
		margin-top:8px !important;
		margin-bottom:8px !important;
	}
	#nomination_names hr {
		margin-top:8px !important;
		margin-bottom:8px !important;
	}
}
@media(max-width:1500px){
	.history_adjust {
		padding-right:0px !important;
	}
	.history_category {
		font-size: 22px !important;
	}
	.historybox {
		height: 210px !important;
	}
}