/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/

.select2-container {
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;

}

.select2-container,
.select2-drop,
.select2-search,
.select2-container .select2-search input{
  /* 
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    
    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box;    /* firefox */
  -ms-box-sizing: border-box;     /* ie */
  -webkit-box-sizing: border-box; /* webkit */
  -khtml-box-sizing: border-box;  /* konqueror */
  box-sizing: border-box;         /* css3 */
}

.select2-container .select2-choice {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(select2.png) right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border:0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-container .select2-drop {
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 999;
    width:100%;
    margin-top:-1px;

  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.select2-container .select2-choice div {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    border-left: 1px solid #aaa;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
}

.select2-container .select2-choice div b {
    background: url('select2.png') no-repeat 0 1px;
    display: block;
    width: 100%;
    height: 100%;
}

.select2-container .select2-search {
  display: inline-block;
    white-space: nowrap;
    z-index: 1010;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.select2-container .select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.select2-container .select2-search input {
    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
    width:100%;
    margin:0;
    height:auto !important;
    min-height: 26px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;  
}

.select2-container .select2-search input.select2-active {
    background: #fff url('spinner.gif') no-repeat 100%;
    background: url('spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}


.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
    outline: none;
}

.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

/* results */
.select2-container .select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-container .select2-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  display: list-item;
}

.select2-container .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-container .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-container .select2-results .select2-highlighted em {
  background: transparent;
}
.select2-container .select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for already selected choices in the results dropdown
.select2-container .select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-container .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-container .select2-results .select2-disabled {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('spinner.gif') no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}


/* multiselect */

.select2-container-multi .select2-choices {
    background-color: #fff;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
      background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      border: 1px solid #aaa;
      margin: 0;
      padding: 0;
      cursor: text;
      overflow: hidden;
      height: auto !important;
      height: 1%;
      position: relative;
}

.select2-container-multi .select2-drop {
    margin-top:0;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
    outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}


.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(select2.png) right top no-repeat;
  outline: none;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}


.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}


.select2-container-multi .select2-results {
  margin: -1px 0 0;
  padding: 0;
}

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-image: none;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 3px 5px 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
/* end multiselect */
/*



*/


/* generics */

/* force a vertical scrollbar to avoid page-shifting */

html {
	overflow-y: scroll;
}

body, textarea, input, button {
	font-family: "open sans", "helvetica neue", arial, sans-serif; /* "Lato", */
	font-size: 9.5pt;
	color: #000;
	margin: 0px;
	top:0px;
}

a {
	color:#008080;
	cursor: pointer;
}

ol.stories.list li.story div.details span.link a:visited {
	color: #999;

}

/* copied from wordpress Blog site, just for the header */

#HEADER_1 {
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;

}

#DIV_2 {
    
    max-width: 1000px;
    margin: 50px 0;
}

#DIV_2:after {
    clear: both;
    color: rgb(68, 68, 68);
    display: table;
    text-rendering: optimizeLegibility;
    width: 1px;
    perspective-origin: 0.5px 0px;
    transform-origin: 0.5px 0px;
    content: '';
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 16px/26px 'EB Garamond';
    outline: rgb(68, 68, 68) none 0px;
}/*#DIV_2:after*/

#DIV_3 {
    color: rgb(68, 68, 68);
    text-rendering: optimizeLegibility;
    width: 1000px;
    perspective-origin: 500px 0px;
    transform-origin: 500px 0px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 16px/26px 'EB Garamond';
    outline: rgb(68, 68, 68) none 0px;
}/*#DIV_3*/

#A_4 {
    color: rgb(207, 77, 53);
    display: none;
    float: left;
    position: relative;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    z-index: 5000;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(207, 77, 53);
    font: normal normal normal normal 32px/26px 'EB Garamond';
    outline: rgb(207, 77, 53) none 0px;
}/*#A_4*/



#DIV_6 {
    
      float: left;
}/*#DIV_6*/

#H1_7 {
    color: rgb(35, 35, 35);
    display: inline-block;
    overflow-wrap: break-word;
    text-align: left;
    word-wrap: break-word;

}/*#H1_7*/


#NAV_11 {
    color: rgb(68, 68, 68);
    float: right;
    text-rendering: optimizeLegibility;
    width: 409.171875px;
    font: normal normal normal normal 16px/26px 'EB Garamond';
    margin-top:24px;
}/*#NAV_11*/

#UL_12 {
    color: rgb(68, 68, 68);
    text-align: center;
    text-rendering: optimizeLegibility;
    width: 409.171875px;
    font: normal normal normal normal 0px/26px 'EB Garamond';
}/*#UL_12*/

#LI_13 {
    color: rgb(68, 68, 68);
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 69.5625px;
    font: normal normal normal normal 16px/26px 'EB Garamond';
}/*#LI_13*/

#A_14 {
    color: rgb(74, 74, 74);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 69.5625px;
    font: normal normal normal normal 16px/20px 'Roboto Condensed';
    /*padding: 65px 15px;*/
}/*#A_14*/

#LI_15 {
    color: rgb(68, 68, 68);
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 57.53125px;
    font: normal normal normal normal 16px/26px 'EB Garamond';
}/*#LI_15*/

#A_16 {
    color: rgb(207, 77, 53);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 57.53125px;
    font: normal normal normal normal 16px/20px 'Roboto Condensed';
    /*padding: 65px 15px;*/
}/*#A_16*/

#LI_17 {
    color: rgb(68, 68, 68);
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 61.203125px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 16px/26px 'EB Garamond';
}/*#LI_17*/

#A_18 {
    color: rgb(74, 74, 74);
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    width: 61.203125px;
    font: normal normal normal normal 16px/20px 'Roboto Condensed';
    /*padding: 65px 15px;*/
}/*#A_18*/

#LI_19 {
    color: rgb(68, 68, 68);
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
/*    width: 81.90625px; */
    font: normal normal normal normal 16px/26px 'EB Garamond';
}/*#LI_19*/

#A_20 {
    color: rgb(74, 74, 74);
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    width: 81.90625px;
    font: normal normal normal normal 16px/20px 'Roboto Condensed';
    /*padding: 65px 15px;*/
}/*#A_20*/

#LI_21 {
    color: rgb(68, 68, 68);
    display: inline-block;
    position: relative;
    text-align: center;
    text-rendering: optimizeLegibility;
    vertical-align: top;
    width: 88.96875px;
    font: normal normal normal normal 16px/26px 'EB Garamond';
}/*#LI_21*/

#A_22 {
    color: rgb(74, 74, 74);
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    width: 88.96875px;
    font: normal normal normal normal 16px/20px 'Roboto Condensed';
    /*padding: 65px 15px;*/
}/*#A_22*/

#LI_23 {
    color: rgb(68, 68, 68);
    display: inline-block;
    position: relative;
    text-align: center;
    text-rendering: optimizeLegibility;
    vertical-align: top;
    width: 50px;
    font: normal normal normal normal 16px/26px 'EB Garamond';
}/*#LI_23*/

#A_24 {
    color: rgb(74, 74, 74);
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    width: 50px;
    font: normal normal normal normal 16px/20px 'Roboto Condensed';
    /*padding: 65px 15px;*/
}/*#A_24*/

#I_25 {
    color: rgb(74, 74, 74);
    display: inline-block;
    height: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 14.859375px;
    font: normal normal normal normal 16px/16px FontAwesome;
}/*#I_25*/

#I_25:before {
    color: rgb(74, 74, 74);
    text-align: center;
    text-transform: uppercase;
    font: normal normal normal normal 16px/16px FontAwesome;
}/*#I_25:before*/

#UL_26 {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
    color: rgb(68, 68, 68);
    height: 58px;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    text-rendering: optimizeLegibility;
    top: 150px;
    visibility: hidden;
    width: 295px;
    z-index: 99999;
    align-self: stretch;
    perspective-origin: 147.5px 29px;
    transform: matrix(0, 0, 0, 0, 0, 0);
    transform-origin: 147.5px 29px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border-top: 2px solid rgb(207, 77, 53);
    border-right: 0px none rgb(68, 68, 68);
    border-bottom: 0px none rgb(68, 68, 68);
    border-left: 0px none rgb(68, 68, 68);
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 16px/26px 'EB Garamond';
    list-style: none outside none;
    margin: 0px;
    outline: rgb(68, 68, 68) none 0px;
    padding: 10px;
    transition: all 0.15s ease-in-out 0s;
}/*#UL_26*/

#LI_27 {
    color: rgb(68, 68, 68);
    display: block;
    float: left;
    height: 36px;
    position: relative;
    text-align: center;
    text-rendering: optimizeLegibility;
    vertical-align: top;
    visibility: hidden;
    width: 275px;
    perspective-origin: 137.5px 18px;
    transform-origin: 137.5px 18px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 16px/26px 'EB Garamond';
    list-style: none outside none;
    outline: rgb(68, 68, 68) none 0px;
}/*#LI_27*/

#FORM_28 {
    color: rgb(68, 68, 68);
    height: 36px;
    text-align: center;
    text-rendering: optimizeLegibility;
    visibility: hidden;
    width: 275px;
    perspective-origin: 137.5px 18px;
    transform-origin: 137.5px 18px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 16px/26px 'EB Garamond';
    list-style: none outside none;
    margin: 0px;
    outline: rgb(68, 68, 68) none 0px;
}/*#FORM_28*/

#INPUT_29 {
    color: rgb(102, 102, 102);
    height: 36px;
    visibility: hidden;
    width: 275px;
    perspective-origin: 137.5px 18px;
    transform-origin: 137.5px 18px;
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(102, 102, 102);
    border-radius: 4px 4px 4px 4px;
    font: normal normal normal normal 14px/normal '.HelveticaNeueDeskInterface-Regular';
    list-style: none outside none;
    outline: rgb(102, 102, 102) none 0px;
    padding: 0px 20px 0px 10px;
}/*#INPUT_29*/


/* end copy */


.logoHome {
    float: left;
    width: 260px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.top-banner-ad {
    padding-top: 10px;
}
#topBar {
    width: 100%;
    background: #2D363D;
    margin-bottom: 10px;
}

#topBar #links {
    margin: 0 auto;
    max-width: 1000px;
    color: #fff;
}
#links {
    padding: 5px 20px;
    text-align: right;
}
#links a {
    height: 35px;
    margin-left: 20px;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    color: #ccc;
}

#links a:hover {
    color: red;
}
.main{
	width:70%;
	float:left;
	overflow:hidden;
}
.ad-margin{
	width:30%;
	float:right;
}
h1 {
	margin: 0px;
	margin-bottom: 0.75em;
	padding: 0px;
	font-size: 14pt;
	font-weight: bold;
}

div.clear {
	clear: both;
}

div.s {
	height: 1px;
}

a.tag {
	background-color: #fffcd7;
	border: 1px solid #d5d458;
	border-radius: 10px;
	color: #555;
	font-size: 7.5pt;
	margin-left: 0.25em;
	padding: 0px 0.5em 1px 0.5em;
	text-decoration: none;
	vertical-align: text-top;
}

a.tag_is_media {
	background-color: #ddebf9;
	border-color: #b2ccf0;
}

a.tag_announce, a.tag_ask, a.tag_show, a.tag_interview {
	background-color: #f9ddde;
	border-color: #f0b2b8;
}

a.tag_meta {
	background-color: #eee;
	border-color: #c8c8c8;
}

span.hat {
	border-bottom: 6px solid #bbb;
	border-radius: 4px;
	padding: 1px 8px;
	vertical-align: super;
}
span.hat span.crown {
	background-color: #ddd;
	border: 1px solid #eee;
	border-bottom: 0;
	border-radius: 5px 5px 0px 0px;
	font-size: 7.5pt;
	padding: 3px 5px 2px 5px;
	text-decoration: none;
	vertical-align: text-top;
}

span.hat span.crown, span.hat a {
	color: #777;
	text-decoration: none;
}

span.fakea {
	cursor: pointer;
	text-decoration: underline;
	color: gray;
}

span.na {
	color: gray;
	font-style: italic;
}

div.shorten_first_p p:first-child {
	margin-top: 0.5em;
}

pre {
	overflow-x: auto;
}


/* default form styling */

input,
button,
select,
textarea {
	color: #555;
	background-color: white;
	line-height: 1.2em;
	padding: 3px 5px;
}
textarea {
	line-height: 1.35em;
	resize: vertical;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea {
	border: 1px solid #ccc;
}
input[type="checkbox"] {
	margin-top: 0.5em;
}
select {
	border: 1px solid #ccc;
}
input:focus,
textarea:focus {
	border-color: #888;
	color: #303030;
	background-color: white;
	outline: 0;
}
textarea:disabled {
	background-color: #f0f0f0;
}


input[type="submit"]:focus,
button:focus {
	border-color: #888;
	outline: 1px solid #888;
}

/* these must be separate */
::-webkit-input-placeholder {
	color: #aaa;
	font-style: italic;
}
:-moz-placeholder {
	color: #aaa;
	font-style: italic;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
div.select2-choices {
	display: inline-block;
	padding: 2px 10px 2px 10px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	cursor: pointer;
}
button:first-child,
input[type="button"]:first-child,
input[type="reset"]:first-child,
input[type="submit"]:first-child {
	margin-left: 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
}

select {
	margin-top: 3px;
	min-width: 100px;
}
select:focus {
	border-color: rgba(160,160,160,.8);
	color: #303030;
	outline: 0;
}
select::-moz-focus-inner {
	border: 0;
	outline: 0;
}

div.field_with_errors {
	display: inline;
}

div.field_with_errors input[type="text"],
div.field_with_errors input[type="email"],
div.field_with_errors input[type="password"] {
	border: 1px solid red;
}
div.field_with_errors input:focus {
	border-color: rgba(255,0,0,.8);
}

input:disabled, button:disabled {
	background-color: #e9e9e9;
	color: gray;
}


/* outliners */

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
	min-width: 800px;
	max-width: 1000px;
}
div#inside {
	background: #fff;
	/*margin-left: 0.25em;*/
	/*margin-right: 0.25em;*/
}


/* header */

#beta-bar{
	background: #b40093;
	color: #fff;
	padding: 2px 4px;
}

#header {
	font-weight: bold;
  padding: 0px 0px;
  /*margin-top: 1em;*/
  margin-bottom: 0.5em;
  line-height: 30px;
  border-bottom: 5px solid #008080;
  background: #FFF;
}

#headerleft {
	float: left;
}

#l_holder {
	background: #008080 url(data:image/png;base64,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/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAy5JREFUeAEAHgPh/AH///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAHsAAABCAAAA/gAAAOIAAADbAAAArAAAAAQAAADBAAAAAAD///8A////AP///wD///82////2P///+f///9d////AP///wD///8A////AP///8z///8S////AAD///8A////AP///xX////Z/////P///1r///8A////AP///wD///9s////2P////3////m////iQD///8A////AP///47/////////xf///wD///8A////AP///wD///8A////kf////X////A////AAIAAAAAAAAAAAAAAEMAAAAAAAAA1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAEkAAADWAAAAVQD///8A////AP////L/////////mf///wD///8A////AP///wD///8A////AP///wD///8A////hQIAAAAAAAAAAAAAAPwAAAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgIAAAAAAAAAAAAAANwAAAAAAAAAOQAAAFYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAGwIAAAAAAAAAAAAAALkAAAAAAAAAAwAAAIoAAABNAAAAAAAAAAAAAAAAAAAAAAAAABcAAACkAAAAwgH///8AAAAAAAAAABEAAAC6AAAANAAAAAAAAAD3AAAAtgAAAM0AAAAGAAAAFgAAAE4AAAD3AAAAPAD///8A////AP///wD///8t////yf///////////////////////////////////9f///84////AAD///8A////AP///wD///8A////Ev///4P////K////7v////D////R////j////xX///8A////AAEAAP//pjwxP9lquR0AAAAASUVORK5CYII=) no-repeat;
	background-position: center;
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	padding: 1px;
	margin-left: 4px;
	margin-right: 11px;
	/*border: 1px solid #fff;*/
}

#header h1 {
	font-size: 11pt;
	margin: 0px;
	margin-left: 22px;
	margin-right: 1em;
	padding: 0px;
	display: inline;
}
#header h1 a {
	color: #333;
	text-decoration: none;
}

#headertitle {
	padding-right: 0.75em;
}
#headertitle a {
	color: #fff;
	  background-color: #008080;
  padding: 0 10px;
	text-decoration: none;
}

.headerlinks a {
	/*color: #fff;*/
	  padding: 5px 7px;
	text-decoration: none;
	/*padding-right: 0.75em;*/
}

#headerright {
	float: right;
	text-align: right;
}

#headerright .headerlinks a {
	padding-right: 0;
	padding-left: 0.75em;
}

#header a.cur_url {
	color: #fff;
	  background-color: #008080;
  /*padding: 0 10px;*/
	text-decoration: none;

}

#header a.new_messages {
	color: #ac130d;
}

div#leader {
	padding: 4px 0px;
}

/* footer */

div#footer {
	background: #373941;
	font-weight: bold;
	margin-top: 1.5em;
}
div#footer a {
	color: #999;
	text-decoration: none;
	padding-left: 0.75em;
}
div.snippet{
	font-size: 12px;
	margin-left: 25px;
  text-overflow: ellipsis;
  /*width: 95%;*/
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0;
}


/* other specifics */
div#gravatar {
	border: 2px solid #fff;
	border-radius: 100% 100%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
	float: right;
	height: 100px;
	width: 100px;
}
div#gravatar img {
	border-radius: 50px;
	height: 100px;
	width: 100px;
}

/* stories */

ol.stories,
ol.comments,
ol.search_results {
	padding: 0;
	list-style: none;
	margin: 0;
}

ol.comments {
	margin-left: 20px;
	margin-bottom: 0em;
	padding-left: 6px;
	line-height: 1.35em;
	border-left: 1px dotted #ccc;
}
ol.comments1 {
	margin-left: 0;
	padding-left: 0;
}
ol.comments.comments1 {
	border-left-color: transparent;
}

ol.comments.collapsed ol,
ol.comments.collapsed li {
	display: none;
}

ol.search_results {
	margin-left: 20px;
	margin-bottom: 0em;
	padding-left: 6px;
}

ol.search_results li.story {
	padding-bottom: 0.75em;
}

div.voters {
	float: left;
	margin-top: 0px;
	width: 40px;
}

div.voters div.score {

	font-size: 10px;

  font-size: 10px;
  background-color: #EDEDED;
  color: #6E6E6E;
  padding: 2px;
  border-radius: 2px;
  margin: 10px auto;
  width: 15px;
	text-align: center;
}

li.story div.voters div.score {
	font-size: 10px;
	/*margin-top: 2px;*/
}

div.voters .upvoter,
div.voters .downvoter {
	border-color: transparent transparent #bbb transparent;
	border-style: solid;
	border-width: 5px;
	text-decoration: none;
	width: 0px;
	height: 0;
	margin-bottom: 0px;
	margin-left: 14px;
	padding: 0;
	display: block;
}

div.voters .upvoter:hover,
.upvoted div.voters .upvoter {
	border-bottom-color: #ac130d;
}

div.voters .upvoter {
	border-bottom-width: 5px;
}

div.voters .downvoter {
	border-color: #bbb transparent transparent transparent;
	border-width: 5px;
	margin-top: 4px;
	margin-left: 15px;
	margin-bottom: -5px;
	border-top-width: 5px;
}
div.voters .downvoter:hover,
.downvoted div.voters .downvoter {
	border-top-color: gray;
}

div.voters .downvoter.downvoter_stub {
	border-color: transparent;
}

li.story {
	clear: both;
	width:97%;
	/*border-bottom: 1px solid #ddd;*/
}
ol.stories li.story div.story_liner {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.comment {
	clear: both;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.comment a {
	color: #666;
}

ol.stories li:first-child div.story_liner {
	padding-top: 0.5em;
}
li div.details {
	padding-top: 0.1em;
}

.negative {
	color: black !important;
}
.negative_1 {
	opacity: 0.7;
}
.negative_3 {
	opacity: 0.5;
}
.negative_5 {
	opacity: 0.2;
}

.comment.highlighted {
	background-color: #ffffef;
	border-radius: 20px;
}

li .link {
	font-weight: bold;
	vertical-align: middle;
}

li .link a {
	font-size: 16px;
    font-family:  'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
	text-decoration: none;
}

li.story a.tag {
	vertical-align: middle;
}

li .tags {
	margin-right: 0.25em;
}

li .domain {
	color: #888;
	font-style: italic;
	font-size: 8.5pt;
	text-decoration: none;
	vertical-align: middle;
}

.categories-box a{font-size:14px}
.categories-box ul{list-style:none;margin-left:0;margin-top:6px;padding:0px;}

.categories-box ul li a{display:block;background:#E2EDFA;padding:6px 10px;margin-bottom:3px;color:#092f42;text-decoration:none;-moz-transition:background-color .4s;-o-transition:background-color .4s;-webkit-transition:background-color .4s;-ms-transition:background-color .4s;transition:background-color .4s}

.categories-box ul li a:hover{background:#092f42;padding:6px 10px;margin-bottom:3px;color:#fff;text-decoration:none}

#question{
	background-color: #cf4d35;
  font-weight: 700;
  margin-left: 3px;
  margin-right: 0;
  padding: 6px 10px;
  text-align: center;
  display: block;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: background-color .4s;
  -o-transition: background-color .4s;
  -webkit-transition: background-color .4s;
  -ms-transition: background-color .4s;
  transition: background-color .4s;
  text-decoration: none;
}

.questions-count {
  color: #104763;
  font-weight: 700;
  font-size: 110%;
  margin-top: 3px;
  margin-right: 5px;line-height: 20px;
  padding: 0 0 5px;
}
.digits {
  font-size: 24px;
}
.merge {
	background: url(data:image/png;base64,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) no-repeat;
	width: 11px;
	height: 14px;
	padding-right: 2px;
	display: inline-block;
	vertical-align: middle;
}

li .byline {
	color: #888;
	font-size: 8pt;
}
li .byline > img.avatar {
	margin-bottom: -5px;
}
li .byline img.avatar {
	border-radius: 8px;
	height: 16px;
	margin-bottom: 2px;
	margin-right: 2px;
	vertical-align: middle;
	width: 16px;
}
li.story .byline {
	margin-left:25px;
	margin-top:5px;
}
li.story span.byline {
	margin-left: 0.5em;
}
li .byline a {
	color: #888;
	text-decoration: none;
}
span.new_user, a.new_user,
li .byline a.new_user {
	color: green;
}
span.inactive_user, a.inactive_user,
li .byline a.inactive_user {
	color: gray;
	text-decoration: line-through;
}

li.story.hidden {
	opacity: 0.25;
}
ol.show_hidden li.story.hidden {
	opacity: 1.0 !important;
}

li.story.expired {
	opacity: 0.6;
}
li.story.expired a {
	color: gray !important;
}

li div.details,
div.story_content {
	margin-left: 40px;
	margin-right: 40px;
}

div.story_content {
	margin-bottom: 1em;
}

div.morelink {
	float: left;
}

div.morelink,
div.page_link_buttons {
	margin-top: 1.5em;
	margin-left: 40px;
}
div.morelink a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
div.page_link_buttons {
	font-weight: bold;
	margin-top: 2em;
}
div.page_link_buttons a,
div.page_link_buttons span {
	border: 1px solid #d0d0d0;
	background-color: #f3f3f3;
	color: #666;
	padding: 0.25em 0.5em;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0.5em;
}
div.page_link_buttons a.cur,
div.page_link_buttons span {
	background-color: transparent;
	border-color: transparent;
	margin-left: 0.25em;
	padding-right: 0.25em;
}


div.story_text {
	margin-bottom: 1.5em;
	max-width: 700px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;

}
div.story_text p {
	margin: 0.75em 0;
	line-height: 1.4em;
}
div.story_text img {
	max-width: 100%;
}

div#collapsed_story_text {
	display: none;
}
a#story_text_expander {
	display: block;
}

div.comment_text {
	max-width: 700px;
}

div.comment_text blockquote,
div.markdown_help blockquote,
div.story_text blockquote {
	font-style: italic;
	margin: 0.25em 0 0 0.5em;
	padding: 0 0 0 1em;
	border-left: 2px solid gray;
}
div#collapsed_story_text div.story_text blockquote {
	font-style: normal;
}
div.comment_text pre,
div.markdown_help pre {
	margin-left: 1em;
}
div.comment_text ol {
	margin: 0;
	padding: 0 1.5em;
}
div.comment_text ol li {
	padding: 0 !important;
	margin: 0 !important;
}

div.comment_text p {
	margin: 0.5em 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
}
div.comment_text p:first-child {
	margin-top: 0.3em;
}

div.comment_text code {
	line-height: 1.2em;
		white-space: normal;

}

div.comment_actions a {
	color: #888;
	font-weight: bold;
	font-size: 8.5pt;
	text-decoration: none;
}

a.pagelink {
	border: 1px solid #ddd;
	background-color: #fbfbfb;
	padding: 4px 8px;
}
a.pagelink.curpage {
	border: 1px solid gray;
	background-color: white;
	font-weight: bold;
}


#downvote_why {
	position: absolute;
	width: 100px;
	border: 1px solid #ccc;
	border-bottom: 0;
	z-index: 2;
}
#downvote_why a {
	background-color: white;
	color: #555;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 3px;
	font-size: 9pt;
}
#downvote_why a:hover {
	background-color: #eee;
}
#downvote_why a.cancelreason {
	background-color: #eee;
	font-size: 8pt;
}

#downvote_why_shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}


div.markdown_help {
	background-color: #f4f4f4;
	border: 1px solid #e0e0e0;
	padding: 0 1em;
	margin-top: 0.5em;
}

div.markdown_help_label {
	float: right;
	font-size: 9pt;
	line-height: 2em;
	color: #aaa;
	text-decoration: underline;
	cursor: pointer;
}

.comment .preview {
	padding-left: 25px;
}

div#story_preview {
	margin-top: 2em;
	margin-left: 3.5em;
}

div#story_box input#story_url {
	width: 508px;
}
div#story_box button#story_fetch_title {
	padding-top: 1px;
	padding-bottom: 1px;
}
div#story_box input#story_title,
div#story_box input#story_moderation_reason,
div#story_box input#story_merge_story_short_id {
	width: 600px;
}
div#story_box #story_tags_a {
	width: 624px;
}
div#story_box textarea {
	width: 600px;
}
div#story_box div.markdown_help_toggler {
	margin-left: 7em;
	width: 610px;
}

div.comment_form_container form {
	margin-left: 40px;
	max-width: 600px;
}

ul.root {
	list-style-type: none;
	margin: 0;
	padding: 0 2px;
}
ul.user_tree, ul.user_tree ul {
	list-style-type: none;
	/* vline */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKAQMAAABPHKYJAAAAA1BMVEWIiIhYZW6zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggGExMZBky19AAAAAtJREFUCNdjYMAEAAAUAAHlhrBKAAAAAElFTkSuQmCC) repeat-y;
	margin: 0;
	padding: 0;
}
ul.root ul, ul.user_tree ul {
	margin-left: 10px;
}
ul.user_tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 1.5em;
	/* node */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YIBhQIJYVaFGwAAAARSURBVAjXY2hgQIf/GTDFGgDSkwqATqpCHAAAAABJRU5ErkJggg==) no-repeat;
}
ul.user_tree li:last-child {
	/* lastnode */
	background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YIBhQIIhs+gc8AAAAQSURBVAjXY2hgQIf/GbAAAKCTBYBUjWvCAAAAAElFTkSuQmCC) no-repeat;
}

ul.user_tree li, ul.root li {
	color: #888;
}

/* data tables */

table.data caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}
table.data .capright {
	float: right;
}

table.data th {
	background-color: #eaeaea;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	text-align: left;
}
table.data th img {
	vertical-align: middle;
	margin-bottom: 5px;
}

table.data th.r, table.data td.r {
	text-align: right;
	padding-right: 3px;
}

table.data th,
table.data td {
	padding: 0.25em 0.5em;
}

table.data tr.bold td {
	font-weight: bold;
}

table.thread td {
	padding: 0px 0px 0px 3px;
	margin-bottom: 0px;
	line-height: 17px;
	/* text-vertical-align: middle; */
	overflow: hidden;
}
table.thread td img {
	vertical-align: middle;
}

table.data tr.row0 td,
table.data.zebra tr:nth-child(even) td {
	background-color: #f8f8f8;
	border-bottom: 1px solid #eaeaea;
}
table.data tr.row1 td,
table.data.zebra tr:nth-child(odd) td {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eaeaea;
}
table.data tr.nobottom td {
	border-bottom: 0px;
	padding-bottom: 0px;
}

table.data tr.void td, table.data tr.void td a {
	text-decoration: line-through;
	color: gray !important;
}

table.data td p:first-child {
	margin-top: 0;
}
table.data td p:last-child {
	margin-bottom: 0;
}


/* boxes */
.box {
	border: 0;
	margin: 0 40px;
	padding: 0;
}
.box_submitter {
	border: 1px solid #cacaca;
	border-top: 0px;
	background-color: #eaeaea;
	padding: 1em;
}
.box_submitter input {
	width: 10em;
}

.box .legend {
	background-color: white;
	margin-bottom: 1em;
	padding: 0;
	font-weight: bold;
	font-size: 11pt;
}
.box .sublegend {
	font-size: 9.5pt;
	font-weight: normal;
	font-style: italic;
	color: gray;
}
.box .legend.right {
	float: right;
}

.box .boxtitle {
	background-color: #f0f0f0;
	border-bottom: 1px solid #cacaca;
	display: block;
	font-weight: bold;
	margin: -3px -7px 4px -7px;
	padding: 3px 5px 3px 5px;
}

.box label,
.box .label_holder {
	display: block;
	float: left;
	margin-bottom: 4px;
}

.box label.required {
	font-weight: bold;
}
.box img {
	vertical-align: middle;
}
.box label,
.box span,
.box select,
.box br {
	line-height: 2em;
}
.box br {
	clear: left;
}
.box .boxline {
	clear: both;
	margin-bottom: 0.5em;
}
.box p {
	margin-top: 1em;
}

.box textarea {
	margin-bottom: 4px;
	width: 75%;
}

.box label,
.box .label_holder {
	width: 7em;
	line-height: 2em;
	vertical-align: middle;
}
.box div.d {
	margin-left: 7em;
}

.box input.normal,
.box label.normal {
	display: inline;
	float: none;
	vertical-align: middle;
}

.box span.d label,
.box td label,
.box .legend label,
.box div.d label {
	display: inline;
	float: none;
	vertical-align: baseline;
}

.box span.d a.tag {
	vertical-align: middle;
}

.box .label_holder label,
.box .label_holder input {
	line-height: 2.5em;
	vertical-align: middle;
}

.hint {
	color: gray;
	font-style: italic;
	margin-left: 1em;
}

.hintblock {
	color: gray;
	font-style: italic;
	margin-left: 7em;
}

.box.wide label,
.box.wide .label_holder {
	width: 12em;
}
.box.wide .hintblock {
	margin-left: 12em;
}
.box.wide div.d {
	margin-left: 12em;
}


/* for flash_notices() and flash_errors() */

div.flash-error,
div.flash-notice,
div.flash-success,
div.errorExplanation {
	position: relative;
	padding: 7px 15px;
	margin-bottom: 18px;
	color: white;
	background-color: #eedc94;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #fceec1, #eedc94);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #eedc94 #eedc94 #e4c652;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
div.flash-error a,
div.flash-notice a,
div.flash-success a,
div.errorExplanation a {
	font-weight: bold;
	color: #404040;
}
div.flash-error p a,
div.flash-notice p a,
div.flash-success p a,
div.errorExplanation a {
	color: #ffffff;
}
div.flash-error p,
div.flash-notice p,
div.flash-success p,
div.errorExplanation p {
	margin-bottom: 0;
}
div.flash-error div,
div.flash-notice div,
div.flash-success div,
div.errorExplanation div {
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 28px;
}
div.flash-error,
div.errorExplanation {
	background-color: #c43c35;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #c43c35 #c43c35 #882a25;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
div.flash-success {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #62c462, #57a957);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
div.flash-notice {
	background-color: #339bb9;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

div.flash-error h2,
div.flash-notice h2,
div.flash-success h2,
div.errorExplanation h2 {
	font-size: 1.25em;
	margin: 0;
}

div#flasher {
    position: fixed;
    top: -40px;
	right: 0px;
	left: 325px;
	text-align: center;
	z-index: 15;
	height: 1px;
}
div#flasher div.flash-error,
div#flasher div.flash-notice,
div#flasher div.flash-success {
	line-height: 1.5em;
	display: inline-block;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
div#flasher span#flashcontent {
}


/* for error_messages_for() */
div.fieldWithErrors {
	display: inline;
}


/* select2 deuglification */

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid rgba(160,160,160,.8);
}
.select2-container .select2-results .select2-highlighted {
	background: darkred;
	color: #fff;
}

.select2-container-multi .select2-choices {
	border-color: #ccc;
	background-image: none;
	padding-top: 2px;
}

.select2-container-multi.select2-container-active .select2-choices {
    box-shadow        : none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	box-shadow        : none;
}

.select2-dropdown-open .select2-choice {
	border: 1px solid #aaa;
	border-bottom-color: transparent;
	box-shadow        : none;
}

.select2-container .select2-results li em {
	background: none;
	color: #aaa;
	font-style: italic;
	padding-left: 0.5em;
}


/* pushover */
.pushover_button {
	box-sizing: border-box;
	background-color: #eee;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAJQCeAPHNVUx7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wEPAh02ee0QVwAAACZpVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVAgb24gYSBNYWOV5F9bAAABqElEQVQ4y62TvUtbURjGf+fek2vQpMF2ED9QkfpR6VLaDoIEF0UKWQRBQ+yQP6GDU0Xw4y/obOgg6dDSJVS61MlBcXFQB6M1BsF+IES9NnrzcRy8xpvrBwH7bOflfc553+d5jsCF9tiRDwgBEaDXLi8B80AiGQ2Yzn7hIo8Cce5HOBkNfLo6aA7ydAVkgLjdez3BrS8rRbBJEmyU+AyBVVDE1i1SJ6psEmHvfOLktj0SjL/2snKQx8wpNg+LBJt0RjoN+j6bqOvN/ZotWAldtYK5gWpmV84YbPUw2ePlb7bI73+Kep+OLFONkGarXcK7l16+7+V57BW8qJMs7Ob5k4VQm4fVXzlyquyGiHRYBcC+WWQxnSP63AAgtn7O0FNJ9xOd0W+nbkF7pbsytXxOQw30N0t2MgX6Wzy8qtMJL5zy81jdsETaIXnjLL7trkLqGl+2svxI5/mwZt1l6ZJmJ6yEGqkYbveQOioQ2yiz7TbMa0DCWRnuMPBXaXzcsJx23YWEZmc7fJkqxdgzg8xZka/bFhVE2hSuKL+nMswko4GJ//KZxEO/8wVmfpjJTWeCTQAAAABJRU5ErkJggg==) 2px 2px no-repeat, linear-gradient(#FFF, #DEDEDE);
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font: 11px/18px "Helvetica Neue",Arial,sans-serif;
	font-weight: bold;
	cursor: pointer;
	height: 22px;
	padding-left: 20px;
	padding-right: 5px;
	overflow: hidden;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	text-decoration: none;
	vertical-align: middle;
}
@media only screen and (max-width: 480px) {
	html {
		-webkit-text-size-adjust: none;
	}

	body {
		margin: 0;
		padding: 0;
	}

	div#header,
	div#leader {
		margin: 0;
		padding: 8px 5px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}
	div#leader {
		padding: 8px;
	}

	div#wrapper {
		padding: 0;
		padding-bottom: 2em;
		margin: 0;
		min-width: 100%;
		max-width: 100%;
		overflow:hidden;
	}
	#NAV_11{
    margin-top:0px;

	}
	#UL_12{
		/*margin-top: 35px;*/
		/*text-align:right;*/
	}
	#DIV_2 {
    
    max-width: 1000px;
    margin: 20px 0;
}

	div#headerleft {
		display: inline;
		float: none;
	}
	div#headerright {
		display: inline;
		float: none;
		text-align: left;
		margin-top: 0.25em;
		clear: both;
	}

	.headerlinks a,
	#headerright .headerlinks a {
		padding-right: 5px;
		padding-left: 5px;
	}
	.main{
		width:auto;float:none;
	}

	div#inside {
		margin: 0;
	}

	div.ad-margin{
		width:auto;
		float:none;
	}
	div.snippet{
		display:none;
	}
	.box {
		margin: 0 8px;
	}

	div.legend {
		margin-top: 0.5em;
	}

	ol.comments {
		margin-left: 10px;
	}
	ol.comments1 {
		margin-left: 0;
		padding-left: 0;
	}

	div.voters {
		margin-left: 0.25em;
		margin-top: 0px;
		width: 31px;
	}
	div.voters a.upvoter {
		margin-top: -5px;
	}

	div.comment_form_container form {
		margin-left: 35px;
	}

	div.voters a.upvoter,
	div.voters a.downvoter {
		margin-left: 6px;
		border-width: 9px;
	}

	ol.stories.list {
		margin-top: 0;
	}

	ol.stories.list li.story {
		border-bottom: 1px solid #e0e0e0;
		display: table;
		width: 100%;
	}
	ol.stories.list li.story div.story_liner {
		background-color: #fbfbfb;
		display: table-cell;
		padding-top: 0.5em;
		padding-bottom: 0.75em;
		width: 100%;
	}
	ol.stories.list li.story div.mobile_comments {
		background-color: #e8e8e8;
		display: table-cell !important;
		font-size: 11pt;
		min-width: 40px;
		text-align: center;
		vertical-align: middle;
	}
	ol.stories.list li.story div.mobile_comments a:before {
		border-style: solid;
		border-width: 0px 6px 3px 0px;
		border-color: #ccc;
		border-bottom-right-radius: 13px;
		bottom: -10px;
		content: "";
		display: block;
		height: 6px;
		left: 4px;
		position: absolute;
		width: 5px;
		z-index: 10;
	}
	ol.stories.list li.story div.mobile_comments a:after {
		border-bottom-right-radius: 10px;
		border-color: #ccc;
		border-style: solid;
		border-width: 0px 3px 3px 0px;
		bottom: -10px;
		content: "";
		display: block;
		height: 6px;
		left: 5px;
		position: absolute;
		width: 10px;
		z-index: 10;
	}
	ol.stories.list li.story div.mobile_comments a {
		background-color: #ccc;
		border: 1px solid #ccc;
		border-radius: 5px;
		color: #333;
		display: block;
		font-size: 9pt;
		margin: 0 0.5em;
		padding: 2px;
		position: relative;
		text-align: center;
		text-decoration: none;
	}
	ol.stories.list li.story div.mobile_comments a:active,
	ol.stories.list li.story div.mobile_comments a:focus {
		outline: 0;
	}
	ol.stories.list li.story div.mobile_comments.zero a {
		color: gray;
	}
	ol.stories.list li.story div.mobile_comments.zero a {
		background-color: #d8d8d8;
		color: #999;
	}
	ol.stories.list li.story div.mobile_comments.zero a,
	ol.stories.list li.story div.mobile_comments.zero a:before,
	ol.stories.list li.story div.mobile_comments.zero a:after {
		border-color: #d8d8d8;
	}
	ol.stories.list li.story span.comments_label {
		display: none;
	}


	li div.details,
	div.story_content {
		margin-left: 36px;
		margin-right: 20px;
	}
	div.morelink {
		margin-left: 36px;
	}
	li.story div.byline {
		font-size: 10pt;
	}

	div.box label,
	div.boxline label {
		display: block;
		width: 100% !important;
	}
	div.box div.d,
	div.box.wide div.d {
		margin-left: 0;
	}

	div.boxline textarea,
	div.boxline input[type="text"],
	div.comment textarea {
		max-width: 90%;
	}

	div.markdown_help_label {
		display: none;
	}
	div.markdown_help_label_mobile {
		display: inline !important;
		margin-right: 2em;
	}

	div#story_box input,
	div#story_box button,
	div#story_box textarea,
	div#story_box #story_tags_a,
	div.markdown_help_toggler {
		margin: 0 !important;
		width: 100% !important;
	}

	div#story_box #story_tags_a {
		min-width: 305px !important;
	}

	div#gravatar {
		float: none;
	}

	div#user_about {
		margin-left: 0;
	}
}
