/*****************************************************************************************

Scenepeek CSS

*****************************************************************************************/

/* CSS:General */

/* Keep veritcal scroll bar visible */
html { 
  overflow-y: scroll !important; 
}

/* Generic Body Style */
body {
  background-color: #fff;
  color:#000;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  /*font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;*/
  font-size:   12px;
  line-height: 16px;
  margin: 0;
}

/* Content Div */
.container_div { }

/* Centering Div */
.base_div {
  position: relative;
  /*margin: auto;
  width: 900px;
  padding-right:10px;*/
}

/* Link styles, links and fake links */
.fake_link, a { 
  text-decoration: none;
}
.fake_link:hover, a:hover { 
  text-decoration: underline; 
}
.fake_link, a:link, a:visited, a:hover  { 
  color: #4078bd; 
}
.fake_link { 
  cursor:pointer; 
}

.div_link {
  cursor:pointer;
  padding:2px;
}

.div_hover_link { padding:2px; }
.div_hover_link:hover {
  cursor:pointer;
  padding:2px;
  background-color: #ffe7b9;
}
.div_hover_link_selected {
  cursor:pointer;
  padding:2px;
  color:white;
  background-color: #ff8a49;
}

/* Preset Colors */
a.link_orange, .color_orange { color: #ff7927; }
a.link_green, .color_green { color: #00cc00; }
a.link_grey, .color_grey { color: grey; }
a.link_dark_grey, .color_dark_grey { color: #3c3c3c; }
a.link_light_grey , .color_light_grey { color: #888888; }
a.link_black, .color_black { color: black; }
a.link_white, .color_white { color: #fff; }
a.link_red, .color_red { color: #ff0000; }

/* Alignment */
.left { float: left; }

.right { float: right; }

.spacer { 
  clear: both; 
  height: 0px; 
  line-height: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.span_spacer {
  margin-left:2px;
  margin-right:2px;
}

/* Sizes */
.sz_big {
  font-size:17px;
}

.front_headline {
	font-size: 18px;
	line-height: 18px;
}

.content_title {
	font-size:   20px;
	line-height: 24px;
}

.content_subtitle {
	font-size:   16px;
	line-height: 20px;
	/*margin-bottom: 5px;*/
}

.content_large {
	font-size: 14px;
	line-height: 16px;
}

.content_medium {
	font-size:	12px;
	line-height: 16px;
}

.content_small { 
	font-size: 10px;
	line-height: 12px;
}


/* CSS:Header */
.header {
  background-color:#ff7927;
  height:35px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.header a {
  text-decoration: none;
}

.subheader {
  background-color:#eeeeee;
  height:40px;
}

.header_location {
  font-size:16px;
  color:#000;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.header_block { position:relative; }
.header_block:hover { background-color:#d15d15; }
.header_block .header_menu, .header_block .header_menu_right { display: none; }
.header_block:hover .header_menu, .header_block:hover .header_menu_right { display: block; }

.header_menu {
  z-index:10;
  border:1px solid #d15d15;
  background-color:#fff;
  font-size:11px;
  position:absolute;
  width:200px;
  padding-top:5px;
  padding-bottom:5px;
}

.header_menu_right {
  z-index:10;
  border:1px solid #d15d15;
  background-color:#fff;
  font-size:11px;
  position:absolute;
  right:0px;
  width:200px;
  padding-top:5px;
  padding-bottom:5px;
}

.header_menu_link {
  display:block;
  padding:7px 35px 7px 15px;
  color:#ff7927;
  background-color:#fff;
}
a.header_menu_link {
  color:#ff7927;
  background-color:#fff;
}

.header_menu_link:hover {
  color:#fff;
  background-color:#d15d15;
}

.header_link {
  font-size:12.5px;
  color:#fff;
  line-height:34px;
  padding:8px 10px 8px;
}

.header_menu_sep {
  margin:5px 5px;
  height:0px;
  border-bottom:1px solid #eee;
}

/* CSS:Footer */
.footer {
	height:60px;
	font-size:11px;
	font-weight:bold;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.footer_link {
  float:left;
  margin-left: 15px;
}

/* CSS:Calendar */
.vc_title {
  font-size:14px;
  line-height:14px;
  font-weight:bold;
  font-family:tahoma;
}

/* CSS:Sidebar */
.sidebar {
  border-right:1px solid #ddd;
  padding-right:10px;
  padding-bottom:40px;
}

/* CSS:Options */
.sidebar_option {
  font-size:12px;
  line-height:16px;
}

.sidebar_new {
  font-size:8px;
  color:red;
}

/* CSS:Pagination */
.paging {
  font-family:'Trebuchet MS', Helvetica, sans-serif;
  font-size:12px;
  height:16px;
  line-height:16px;
}

.paging_disable {
  color:#aaa;
}

a.paging_link {
  color:#000;
  padding:1px 2px 1px;
}

a.paging_link:hover {
  text-decoration: none;
  background-color:#ff7927;
  color:white;
}

.paging_selected {
  font-weight:bold;
  margin:0px 2px 0px;
  border-bottom:2px solid #ff7927;
}

/* CSS:TextList */
.textlist_text {
  font-weight:bold;
}

.textlist_link {
  font-weight:normal;
}

/* CSS:Calendar View */
.cal_title {
  font-size:16px;
  font-weight:bold;
  margin-bottom:3px;
}

.cal_mapicon {
  width:20px;
  padding-top:3px;
}

.cal_venue_name {
  font-size:11px;
  font-weight:bold;
}

.cal_venue_warn {
  font-size:11px;
  font-style:italic;
  font-weight:normal
}

/* CSS:Index */
.index_section {
  margin-bottom:20px;
}

.index_section_title {
  font-size:18px;
  line-height:26px;
  border-bottom:1px solid #ddd;
  margin-bottom:10px;
}

.index_title {
  font-size:16px;
}
