/* 

@TEXT_COLOR: #000;
@LINK_COLOR: #d00; #c00; 
@HOVER_COLOR: #c00; 
@LINK_GRAY_COLOR: #737575;
@TITLE_SIZE: 3.8em;
*/
/* #009; */
/* ; #ff3900 #009; */
html,
body {
  font-family: "nudista-web", helvetica, sans-serif;
}
.inline_link {
  color: #5293ff;
  text-decoration: none;
}
/* color:#6582ad; (grijsblauw) */
a.inline_link {
  color: #5293ff;
}
/* 546e9f */
a:hover.inline_link {
  color: #a3a5a5;
  cursor: pointer;
  cursor: hand;
}
a.inline_link_selected {
  color: #a3a5a5;
}
.article_intro {
  font-style: italic;
}
.home_link,
a.home_link {
  text-decoration: none;
  font-family: "nudista-web", helvetica, sans-serif;
  color: black;
  font-weight: bold;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 1px;
}
a:hover.home_link {
  color: gray;
}
.home_link_sub,
a.home_link_sub {
  text-decoration: none;
  font-family: "nudista-web", helvetica, sans-serif;
  color: black;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
}
a:hover.home_link_sub {
  color: gray;
}
.mainmenu_link,
a.mainmenu_link,
a.mainmenu_link_selected {
  text-decoration: none;
  font-family: "nudista-web", helvetica, sans-serif;
  color: #a3a5a5;
  font-size: 12px;
  padding-left: 5px;
  text-transform: uppercase;
}
a:hover.mainmenu_link {
  color: #ffffff;
}
a.mainmenu_link_selected {
  color: #ffffff;
  font-weight: bold;
}
.submenu_link,
a.submenu_link,
a.submenu_link_selected {
  text-decoration: none;
  font-family: "nudista-web", helvetica, sans-serif;
  color: #a3a5a5;
  font-size: 12px;
  padding-left: 0px;
}
a:hover.submenu_link {
  color: #5293ff;
}
a.submenu_link_selected {
  color: #5293ff;
  font-weight: normal;
}
.article_list_link,
a.article_list_link,
a.article_list_link_selected {
  text-decoration: none;
  font-family: "nudista-web", helvetica, sans-serif;
  color: black;
  font-size: 13px;
  padding-left: 0px;
  font-weight: bold;
}
a:hover.article_list_link {
  color: #5293ff;
}
a.article_list_link_selected {
  color: #5293ff;
}
hr {
  border: 0px solid gray;
  border-top: 1px solid gray;
  margin: 5px;
}
.media_title {
  font-family: "nudista-web", helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.media_info {
  font-family: "nudista-web", helvetica, sans-serif;
  font-size: 11px;
}
a.year_link,
a.year_link_selected,
a.year_link_clicked {
  text-decoration: none;
  font-family: "nudista-web", helvetica, sans-serif;
  color: gray;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-right: 5px;
}
a:hover.year_link,
a:hover.year_link_selected {
  color: black;
}
a.year_link_selected {
  color: black;
  font-weight: bold;
}
a.year_link_clicked {
  color: #5293ff;
  font-weight: bold;
}
a.city_link,
a.city_link_selected,
a.city_link_clicked {
  text-decoration: none;
  font-family: "nudista-web", helvetica, sans-serif;
  color: gray;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-right: 5px;
  text-transform: uppercase;
}
a:hover.city_link {
  color: black;
  font-weight: normal;
}
a.city_link_selected {
  color: black;
  font-weight: bold;
}
a.city_link_clicked {
  color: #5293ff;
  font-weight: bold;
}
a.home_enter_link {
  text-decoration: none;
  font-family: "nudista-web", helvetica, sans-serif;
  color: #dd3900;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
}
a:hover.home_enter_link {
  color: black;
}
a.edititem_link {
  color: orange;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-style: normal;
  border: 1px solid orange;
  padding: 1px 3px;
}
a:hover.edititem_link {
  color: white;
  background-color: orange;
}
a.edititem_link {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
/* ---------------------------------------------- */
/*
BUG: blue glow around body-tag
FIX: deze hielp (outline: none):  toevoegen aan style.css  http://stackoverflow.com/questions/12606437/for-a-jquery-ui-button-how-can-i-remove-the-blue-glow-on-focus
*/
.ui-focus,
.ui-page:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none ;
  outline: none;
}
/* BUG: links onder staat heel groot in beeld: <h1>loading</h1> 
   FIX: zet een paar ui- classes op display:none; */
/* 
.ui-loader, 
.ui-corner-all, 
.ui-body-a, 
.ui-icon,   
*/
.ui-loader-default,
.ui-icon-loading {
  display: none;
}
/* <h1>loading</h1>  */
/* h1{color:white;} */
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}
