/* CSS Document */

.placeholder{
  height:115px;
  width:100px;
  border: 1px red solid;
}

.block {
  background: #006;
  display: block;
  font-weight: bold;
  color: white;
  padding: 0.4em 0em;
  margin: 0;
}

.orange {
  background: #c50;
}

.hide {
  display: none;
}

.soft-error {
  color:red;
  font-weight: bold;
}

.loading-square {
  background: url('/dimages/icons/ajax-loader-blue.gif') no-repeat center center;  
}

#upload-wrapper {
  border: 1px dashed black;
  border-radius: 10px;
  padding-bottom: 5px;
}

#upload-wrapper .soft-error {
 
}

#upload-wrapper #soft-error-wrapper {
  padding-left: 5px;
}

#media-upload-container {
  padding-bottom: 15px;
  overflow: hidden;
  
  
  min-height: 125px;  
}

#media-upload-container ul {
  padding-left: 0px;
}

#media-upload-container li {
  list-style-type: none;
  
}

#media-upload-container .photos-left-container {
  position: absolute;
  top: 20px;
  left: 5px;
}

#media-upload-container_media-select {
  margin-left: 125px;
}

#media-upload-container_media-select img {
  border-radius: 5px;
}


#media-upload-container .media-container {
  min-height: 100px;
  width: 100px;
  float: left;
  margin-right: 10px;
  position: relative;
  text-align: center;    
}   

.media-container .remove {
  position: absolute;
  top: 2px;
  right: 2px;
  background: url('/dimages/icons/close-icon.png') no-repeat center center;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

#media-upload-container label {
  font-weight: bold;
}

#media-upload-container label.set-as-primary {
  display: none;
  position: absolute;
  top: 115px;
  left: 5px;  
}

#media-upload-container input.set-as-primary {
  display: none;
  margin-top: 10px;  
}

.verdana {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	left: auto;
	top: auto;
}

.announcement {
 font-size: .95em;
font-weight: bold;
color: #006;
background: rgb(247, 247, 167);
padding: 1em;
border-top: 5px solid orange;
border-left: 5px solid rgb(250, 220, 166); 

}

.announcement b {
 color:red;
 font-size:1em;
}

.noContactDetails {
    font-size: .95em;
    font-weight: bold;
    color: white;
    background: red;
    padding: 1em;
}

p.devnote {
	/* temporary style for notes to each other */
	background:#FFD;
	font-size:.8em;
	font-style:italic;	
}
.pay_td { /* ad pay table */
	background:#e2eeff;
}

div#foot {
	bottom:0px;
	/* z-index:50000;  */
	margin-bottom:0;
	width:100%;
	clear:both;
	height:150px;
	left:0;
}
#feature_list .date {
	color:#78797D;
	font-size:.8em;
}

body {
	font-size:.8em;
}

.centre {
  text-align:center;
  margin:auto;
}


div#bottom_content {
 /* border: 2px solid #066; */
  clear:both;
  text-align:center;
  margin-top:40px;
}

div#fixedwrap{
	margin: 0 auto;
	width: 1000px; 
	position:relative;
}
div#wrapper{
/*	margin:0 7%; */
	position:relative;
}

#pageheading div.sitetags  {
  text-align:right;

}
#pageheading div.sitetags a {
    color:#5F646E;
}




div#innerwrap {
	margin: 0 auto;
	position: relative;
/*	border:2px solid black; */
/*	z-index:1; */
	overflow:hidden;
	text-align:left;  /*	guess which browser this is for */
}

div#thincol>div#our-a {
	display:block;
	clear:both;
	background:#e2eeff;
}

div.clearer {
	clear:both; 
/*	margin:50px; */
	background:#fff;
	position:relative;
	display:block;
	border: 2px solid yellow;
	visibility:hidden;
}
div#thincol {
	width:340px;
	height: auto;
	margin: 0;
	position:relative;
	padding:0 0 1em 0;
	margin-top:5px;
/*	border:2px solid red; */
}

div#widecol {
	margin: 0;
	position:relative;

}

div#content, div#thincol>div, div#multisearch, div#extra {
	background-color: white;
}  
div#thincol>div {
	padding:0.5em;	
}

div#thincol>div#our-a, div#thincol>div#revtasters {
	padding:0;
}
div#thincol>div#revtasters {
	background:#FFD;
}
div#multisearch h3 {
color:#6D6DB5;
}
div#thincol>div#our-a p, div#multisearch, div#tagcloud {
	padding:0.6em 1em;
}
div#thincol>div#our-a p.paidbx {
/* overwrite padding when it's box ads */
	padding:1em 0;
}

div#thin_col.left {
	float:left;
}
div#widecol.wide_right {
 /* margin: 0 20px 0 380px; */
 float:right;
  position:relative;
}

div#widecol.wide_right>div {
 top:0px;
}

div#extra, div#content {
	position:relative;
	padding:1em;
	margin-top:5px;
} 

div#extra.left, div#content.left {
 	margin: 0 360px 20px 0;
}


div#content {
	position: relative;
  /*border: 1px solid grey;*/
}

.left {
	float:left;
	margin:0 10px 0 0;
}

.right {
	float:right;
	margin:0;
}

div#fixedwrap div#widecol {
	width:645px; 
}

div#fixedwrap div#widecol.all {
	width:98%;
	margin:1em;
}

#fixedwrap div#innerwrap>div {
/*	display:inline; */ 
}

/*div#wrapper div#widecol.left, div#content.left { */
div#wrapper div#widecol.left {
	margin-right:380px;
	float:none;
/*	top:2px; */
	/*background:white; */
}

.caption {
	font-size:.9em;
	font-weight:bold;
	font-style:italic;
	color: white;
}
#thincol .caption {
        color:white;
}

span.func_snippet {  /*should never get as far as screen but just in case */ 
	display:none;
}
.cke_show_borders span.func_snippet {  /*for admin system */
	display:inherit;
/*	background-image:url('/di_admin/images/tasty_snippet.png');
	background-repeat:no-repeat;                                 */
	border:2px solid green;
	height:50px; 
	
}


div#pageheading{
	padding: 1em;
	margin-top: 2em;
	margin-bottom:20px;
	position: relative;
}



/* for side panel of tags on adboard and list of chosen tags for events */
ul.chosen_tags {
 list-style-type:none;
}
ul.chosen_tags li {
	display:inline;
}
#side-tag, ul.chosen_tags li {
	text-align:left;
	font-size: 90%;
	background-color: #ffffee;
	border:1px solid black;
	padding:3px 0px 3px 5px; 

}
#side-tag a {
	text-decoration:none;
	color:black;
	padding: 3px 3px 1px 1px;
}
#side-tag div div{
	padding-bottom:1em;
}
#side-tag div#selected-tags div a, ul.chosen_tags li {
	background-color:#ffffdd;	
	border:1px solid #c50;
}
#side-tag div#selected-tags div a.remove_tag {
	background-color:transparent;	
	border:none;
}
#side-tag div#related-tags div a{ 
	background-color:#e0eeff;	
	border:1px solid #B0BBFF;
}  
/* end of tag styles */
/* start of styles for listing venues and features etc */

div#results h2, .blue_heading {
	
	background: #006;
	display: block;
	font-size: 2em;
	font-weight: bold;
	color: white;
	padding: 0.4em 0em;
	margin: 0;
	text-indent: .8em;
		
}
#google-map .blue_heading {
	font-size:.7em;
	margin-top:1em;
	margin-bottom:1em;
}
#google-map .blue_heading span.right {
	margin-right:1em;
}
.blue_heading a, .blue_heading a:visited {
  color: white !important;
  text-decoration:none;
}
.blue_heading a:hover {
	color:#e2eeff !important;
}
#results .blurb {
 color:#78797D;
 font-weight:120%;
}
#results span.tel {
 font-size:.8em;
 font-weight:150;
}


p.more {
	padding:.3em;
	background:#e2eeff;
	font-size:1.3em;
}
p.more b{
	font-weight:bold;
}

/* list results styles eg for features, ListablePage etc */


ul#feature_list img.mini_pic, ul.feature_list img.mini_pic {
	float:left;
	margin-right:1em;
}
ul#feature_list, ul.feature_list {
	list-style-type:none;
	text-align:left;

}
ul#feature_list li, ul.feature_list li {
	border-top: 2px solid #e2eeff;
	padding-top:.4em;
	padding-bottom:.4em;
}

div.paginate {
  font-size:.9em;
  border:1px solid #006;
  padding:1.5em; 
  position:relative;
  display:block;
  margin-bottom:2em;
  float:none;
}

div.paginate ul li.we-are-here {
  font-weight:bold;
  font-size:2em;
  background: #e2eeff;
  padding:.2em;
  line-height:20px;
  position:relative;
  
}
div.paginate ul li.we-are-here a, div.paginate ul li.we-are-here a:visited {
  color:black;
}
div.paginate ul {
  list-style-type:none;
  margin-bottom:2em;
  overflow: auto;
}
div.paginate ul li {
  line-height:30px;
  float:left;
  margin: 0px 10px 10px 10px; 
  vertical-align: top;
}

div.paginate span {
  float:none;
  clear: both;
}

/* flagging ads and events */

.flag-button{
	width:19px;
	height:10px;
	position:relative;
	top:0;
	border:0;
	overflow:hidden;
}
.flag-img-hidden{
	position:absolute;
	visibility:hidden;
	cursor:hand;
}
.flag-img{
	cursor:hand;
}
.badge_user {
	font-size: .7em;
	color: #FF0099;
}
.badge_anon {
	font-size: .7em;
	color: #707070;
}
.badge_reviewer {
	font-size: .8em;
	color: #FF0099;
	font-weight: bold;
}
.badge_staff {
	font-size: .9em;
	color: #FF0000;
	text-decoration:underline;
	font-weight: bold;
}
.blue {
	background:#e2eeff;
}

table.display_table td {
	padding:1em;
}
table.display_table {
	text-align:left;
	vertical-align:top;
	border:1px solid grey;
	margin:auto;
	margin-top:1em; 
}

/* Sharing Modal Box Styles */

    .shareMe{
      cursor:pointer;
      display:none;
    }
    .sharingBoxText{
      float:left;
      clear:left;
      font-size:0.9em;
      padding-top:0.5em;
      font-family:Verdana, Arial, Helvetica, sans-serif;
    }
    .sharingBoxAdText{
      font-size:0.8em;
      font-style:italic;
      padding-top: 0em;
      padding-bottom:0.6em;
    }
    .sharingBoxButtons{
      float:left;
      clear:left;
    }
    
/* End of Sharing Modal Box Styles */    

/* Global Sharing Styles */

div#sharing_header{
	display: none;
}

/* javascript or no javascript */

.no-js .js {
	display:none;
}

.js .no-js {
	display:none;
}

.float-left {
  float:left;
}

.clear-left {
  clear:left;
}

.width-100-pc {
  width: 100%;
}


div#header_container_outer {
/*background-image: url('/dimages/univ_trans.jpg');   */
background-size:auto 150px;
background-repeat:repeat-x;
}

/* Old Page (html pages read into new PageObject page output goodness) handling */

.old_page div#wrapper{
  /* margin: 0; */
}

.old_page body {
  font-size: 1em;
}
