/* z/events.css - not to be confused with the one in root, which is to be deleted. */

div.event {
	white-space: normal;
	text-align: justify;
	margin: 0px;
/* this must never be	position:relative; 
else the event space invisibly overlaps r-hand section and forms a force field in front of the links! 
however, we do do it for box events...*/
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66a;
	padding:0 1em 1em .2em;
	clear:left;
}

div.box_event{
 position:relative;
 margin: 0 360px .5em 1em;
 padding-top: 1em;
}

div#popular_tag_search, div#anyall_tag_search  {
	background:#ffffee;
	padding:.4em;
}
span.share-a span.shareMe {
  margin-left:1em;
}

img.pod {
	width:12px;
	margin-right:3px;
}
div.box_event_img {
 margin-right:20px;

 	position:relative; 
  /*float:left;*/ 

	margin-top:50px;
}
div.box_event_text {


	left:360px; 
	 top:10px;

	position:absolute;

  /*float:left;*/

}

div.box_event_text.dbl_col {
  position:relative;
  left:0;
}


div.event h4 {
	display:inline;
}

div.section {
	background:#EEF;
}
div.sub_sub_section {
/*	border:3px solid yellow;
	border-bottom:4px solid pink;
	*/
}

div#old_flagged {
	padding:.5em 1em;
}


p.more_link {
/* see more $column ads */
padding-left:1em;

}
h2#xtra {
	margin-top:1em;
}
span#space {
	font-stretch:3px;
}

form#place_event h4 {
font-size: 2em;
color: grey;
margin-top: 1em;
margin-bottom: .2em;
font-weight:normal;

}

.flip_deselected {
	/* for jquery stuff where one of two sections is to be visible 
	-- bloke can prob do this with js styles anyway! */
	/*display:none; */ 
	border:1 px solid blue;
}

/* events.php search form */
.desktop div#top_form {
	position:relative;
	height:300px;
	
}
form#eventfinder {
	position:relative;
}
div#tag_search_setters {
	height:114px;
}
div#tag_search_setters div {
  display:inline;
  position:relative;
  float:left;
  margin-left:20px;
}
.desktop form#eventfinder  {
	height:150px;
}

div#anyall_tag_search, div#popular_tag_search {
	background:#ffd;
}

div#on_from {
	clear:left;
}
div#on_from {
	width:600px;
	position:relative;
	
}
ul#tag_ids.chosen_tags {
	padding-left:0;
}
ul#tag_ids li {
	margin-left:.5em;
}

div#tag_search_setters div#popular_tag_search {
	margin-left:0;
}


div#user_buttons {
  position: absolute;
	right:    3px;
	bottom:   30px;
}


div#rightbox {
 width:340px; 
  float:right;

}

div#related-tags a{
	z-index:1000;
	position:absolute;

}

div#rightbox img{
  	z-index:1000;
}

div#wrapper.events div {
}



div#top {
	display:block;
	margin-bottom:2em;
}

div#rightbox, div#the_main_events {
	display:inline;
}
div#wrapper.events {

}

div#the_main_events{
 margin-top:1em;

}

div#the_main_events>{
   z-index:4;
}

.linkBlue{
	color: blue;
	cursor: pointer;

}

div#the_main_events div.section{
 display:block;
/* border:1px solid red;
 border-bottom:3px solid yellow;
 */
 margin-top:0;
 
}

div#the_main_events div.sub_section{
 display:block;
/* border:3px solid green;
 border-bottom:10px solid orange;
*/
 margin-top:0;
 
}


div#the_main_events h3, div#the_main_events h3 a:link, div#the_main_events h3 a:hover, div#the_main_events h3 a:visited {
  color: #FFF;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0.6em .3em;
}
div#the_main_events h3{
	background-image: url(/events_includes/gradient.gif);
	background-repeat: no-repeat;
	background-color: #66a;
}


div#the_main_events h3.max {
	font-size: 1.7em;
	background-image:none;
	background: #006;
	display: block;
	font-size: 2em;
	font-weight: bold;
	color: white;
	padding: 0.4em 0em;
	margin: 0;
	text-indent: .8em;

-webkit-margin-before: 15px;
-webkit-margin-after: 0em; 
}

/*
div#sidestuff>div {
	-webkit-box-shadow: 5px 5px 10px 3px rgba(000, 000, 000, 0.3);
-moz-box-shadow: 5px 5px 10px 3px rgba(000, 000, 000, 0.3);
box-shadow: 5px 5px 10px 3px rgba(000, 000, 000, 0.3);
}
*/

div#the_main_events {
	-webkit-box-shadow: 5px 1px 10px 3px rgba(000, 000, 000, 0.3);
-moz-box-shadow: 5px 1px 10px 3px rgba(000, 000, 000, 0.3);
box-shadow: 5px 1px 10px 3px rgba(000, 000, 000, 0.3);
}

div#sidestuff {
	-webkit-box-shadow: -5px 3px 16px rgba(000, 000, 000, 0.3);
	-moz-box-shadow: -5px 3px 16px rgba(000, 000, 000, 0.3);
	box-shadow:  -5px 3px 16px rgba(000, 000, 000, 0.3);
}
div#the_main_events h3.med {
	font-style:italic;
	font-size:1.5em;
}
div#the_main_events h3.min {
	font-size:1.3em;
	text-align:left;
}


div.blue {
	background: #eef;
}
div.red {
	background: #fdd;
}
div.yellow {
	background: #ffd;
}
div.orange {
	background: #FAE2B6;
}
div.mauve {
	background: #EFDCF5;
}
div.green {
	background: #EBFFF8;
}

div.sub_sub_section {
	/*border:10px solid blue; */
}

div#line {
	background:#e2eeff;
	padding:.5em;
}

div#rightbox {
margin-left:1em;
background:#eef;
line-height:1.2em;
}

p.minievent {
/* after search */
	margin: 0.2em 1em .2em 1em;

}

/* STUFF AT FORM AT TOP OF EVENTS.PHP PAGE */


div#top_form, div#top_form h1{   /* ie needs the whole thing, but chrome needs h1 to override. hence both */
 	text-align:left;
}
span#user_buttons{
	float:right;
	position:relative;
	height:50px;
	top:-2em;
	
}

div#top_form p.floater {
	margin-top:0;
	float:right;
}
div#top_form p.floater table {
 	font-size:.95em;
}
p.review span {
	font-size:2em;
}
p.review {
	color:grey;
	font-style:italic;
}
input#go {
	position:absolute;
	left:16em;
	top:-20px;
}
div#message {
	margin-bottom:2em;
}
div#tag_cloud {
	background:#fff;
	border:3px solid grey;
	padding:1em;
}

form#eventfinder div {
	margin-top:0;
	position:relative;
}
div.event p{
	margin:0 0 0 20px;
	font-size:0.99em;
}
div.event p.venue, div.event p.times {
 font-size:0.9em;
}
p.times b {
	font-weight:bold;
}
div.event p.booking_data {
	font-size:.8em;
}

div.event h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:.5em 0 .2em 20px;
}

p.tags a, p.tags a:hover, p.tags a:visited, .sitetags a, .sitetags a:hover, .sitetags a:visited, #quicklinks a, #quicklinks a:hover, #quicklinks a:visited {
	text-decoration:none;
	color:#5F84E4;
	font-weight:bold;
}
.sitetags {
	font-size:.9em;
}
p.tags a:hover, #quicklinks a:hover{
	text-decoration: none;
	color: black;
	background-color: white;
	border-bottom: 1px solid green;
}
 #quicklinks a:hover {
/*  font-size:1.1em;  */
 }
 
 div#quicklinks a {
  padding-right: 0.5em;
 }
 
 div#quicklinks {
  margin-bottom: 0.5em;
 }



div.event span.org {
	font-weight:normal;
}
span.stop_press {
	color:red;
}
div.event p.booking_data, div.event p.dates {
	font-weight:bold;
	margin-left:40px;
}
div.event p.dates {
 font-size:.9em;
}

div.event p {
	padding-left:.7em;
}




span.fulltimes {
	display:block;
	background:#FFFFF2;
	padding:1.7em;                                                                                                                                               
	margin:1em 440px 1em 0em;
	font-weight:normal;
}
span.fulltimes ul {
	list-style-type:none;
}

span.fulltimes b {
  font-weight:bold;
}



.toggle{
	font-weight: normal;
	font-size: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2em;
	/*background-color: #66A; */
}

/* tabs - Joshua Kaufman's CSS Tabs is licensed under Creative Commons Attribution 3.0 http://creativecommons.org/licenses/by/3.0/  */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 2em 0; /* set margins as desired */
	border-bottom: 2px solid #e2eeff; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
}

form#place_event li.selected {
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

form#place_event li.selected a { 
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #006; 
background-color: #e2eeff; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
ul#tabnav {
	border-bottom: 1px solid #006; 
}
/* end css tabs */
	

.a-day, .a3-cinema {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	/*height:27px; */
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background-image: url(events_includes/gradient.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 2px 0px;
	padding-bottom: 0.1em;
	background-color: #66a; 
	/*background-color:#066; */
	padding: 0.6em .3em;
}

.a3-cinema {
	text-align:left;
	padding-left:.5em;
}


.toggle{
	font-weight: normal;
	font-size: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2em;
	/*background-color: #66A; */
}

.a-day a:link, .a-day a:hover, .a-day a:visited, .a3-cinema a:link, .a3-cinema a:visited {
	color:white;
}


.a2-cinema {

}

.b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0px;
	padding: 6px 6px 3px 6px;
}
.b b{
	padding-left: 12px;
}
.b a{
	color: #009;
	cursor: default;
	text-decoration: none;
}
.b a:hover{
	color: #ff3300;
	cursor: hand;
}
.c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-left: 40px;
	white-space: normal;
	text-align: justify;
	margin: 0px;
	padding-right: 4px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66a;
	padding-bottom: 8px;
}
.d {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	top: 0px;
	color: #669;
	background-color: #ccf;
}
.d input{
	color: #000;
}
.e {
	font-size: 14px;
	text-align: center;
	color: #669;
}
.e3 {
	font-size: 10px;
	line-height: 12px;
}
.e2 {
	font-size: 16px;
}
.e1 {
	font-weight: bold;
	font-size: 16px;
}
.e9 {
	font-size: 10px;
	line-height: 12px;
}
.l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	top: 0px;
	background-image: url(gradient2.gif);
	background-repeat: repeat-x;
}

.t {
	font-weight: bold;
	color: #000000;
}
.a2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background-image: url(gradient.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 3px;
	background-color: #66a;
	padding-top: 2px;
}
.a3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: center;
	font-weight: bold;
	background-image: url(gradient3.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 2px;
	padding-top: 1px;
	background-color: #ccccff;
}



.a3-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: center;
	background-image: url(gradient3.jpg);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-top: 1px;
	background-color: #CCCCFF;
	margin: 0px;
	padding-left: 85px;
}
.ads {
	float: right;
/*	width: 350px; 340px(the width of the boxads)+25px(for left border)+5px(error)*/ 
	padding: 0px 25px 25px 25px;
	margin: 0px 0px 0px -2px;
	color: #000000;
	background-image: url(../z/bkgdw.gif); /* M changed this to a blank white gif to get rid of parchment - when more time, remove altogether! */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.ads div#google_ads {
	margin-top:20px;
}
.ads div#line{
	width:340px;
}

.h {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 30px;
	white-space: normal;
	text-align: justify;
	margin: 0px;
	padding-right: 4px;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66a;
	padding-bottom: 8px;
}
.g {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 6px 2px 0px 4px;
	height: 0px;
}
.f {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 4px 8px 30px;
	white-space: normal;
	text-align: justify;
	margin: 0px;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66a;
}


.b2 {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
}
.b3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0px;
	padding: 6px 2px 0px 4px;
	font-weight: normal;
}

div.next_query{
	margin: 0 40% 0 40%;
}

div#tag_search_setters div.flipper {
  min-height:102px;
  background-color:#CACAB7;
}

div.clearfix {
  clear:both;
}
