@charset "utf-8";

/* Although none of their coding has been used, the layout of this website
was inspired by the work of the architects of www.scotland.gov.uk. Brilliant! */

body  {
	font-size:80%;
	font-family:verdana,arial,helvetica,sans-serif;
	background:#ECEBF6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../layout/gradient.png);
	background-repeat: repeat-x;
}
.visit2010 #container {
	width: 980px;  /* avoid a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
} 

.visit2010 #header {
	height: 135px;/* change this to suit image size decided on*/
	color:#FFF;
}
.visit2010 #header h1 {
		display: inline-block;
}
.visit2010 #header img{
	float:right;
	padding:0 1em;
}
.visit2010 #header {
	padding-top: -15px;
}
.visit2010 #whiteBackground {
	background-color:#FFF;
}
.visit2010 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFF;
}
.visit2010 #sidebar1 h4 {
	padding:2px ;
	margin:0 0 2em 0 ;
	background:rgb(225,225,225);
	color:#36C;
	font-weight:bold;
	font-size:120%;
}
.visit2010 #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
} 
.visit2010 #mainContent h1 {
	margin:0.5em 0 0.4em 0; 
	padding:0 0 2px 0; 
	border-bottom:solid 7px gold; 
	color:rgb(100,100,100); 
	font-weight:bold; 
	font-size:180%;
}
.visit2010 #mainContent h2 {
	margin:1.0em 0 1.0em 0;
	padding:2px 0 2px 10px;
	background:rgb(225,225,225);
	color:#36C;
	font-weight:bold;
	font-size:160%;
}

.visit2010 .boxRight{
	float:right;
	width: 270px;
	margin:0 0 1em 1em;
	padding: 0 10px;
	border: thin solid #CCC;
}
.visit2010 .boxRightEvents{
	float:right;
	width: 270px;
	margin:10px 0 5px 1em;
	padding: 0 10px 5px 5px;
	border: thin solid #CCC;
}
.visit2010 .box2across{
	width: 300px;
	float:left;
	margin: 0 0 1em 1em;
	padding: 0 10px;
	height: 215px;
	overflow: hidden;
	border: thin solid #CCC;
}
.visit2010 .box1across {
	width: 650px;
	float:left;
	margin: 0 0 1em 1em;
	padding: 0 10px 5px 10px;
	overflow: hidden;
	border: thin solid #CCC;
}
.visit2010 .box2across h4, .visit2010 .box1across h4 {
	margin: 5px 0 0 0; 
	padding:0; 
	border-bottom:solid 3px gold; 
	color:rgb(100,100,100); 
	font-size:14px;
	background-color:#FFF;
}
.visit2010 .box2across p, .visit2010 .box1across p {
	font-size: 11px;
	margin: 5px 0 0 0;
}
.visit2010 #footer {
	padding: 0 10px 0 20px;
	background:rgb(225,225,225);
} 
.visit2010 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.visit2010 #crumbTrail {
	width:100%;
	background-color:#fff;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: darkorange;
}
.visit2010 #crumbTrail p{
	padding:0.4em 0 0 1.6em;
}
.visit2010 #crumbTrail a{
	text-decoration:none;
}
.visit2010 #crumbTrail a:hover{
	text-decoration:underline;
}

#searchBox {
	background-color:fff;
	float:right;
	height:2.8em;
	padding:.4em 1em 0 1em;
	width: 400px;
	text-align:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
.visit2010 div.rightArtists {float:right; margin:3px 0 7px 10px; padding:1px; width: 220px;}
.visit2010 div.rightAccomm {float:right; margin:3px 0 7px 10px; padding:1px; width: 300px;}
.visit2010 img.left {float:left; margin:3px 10px 7px 0; padding:1px; border:1px solid rgb(150,150,150);}
.visit2010 img.center {float:none; display:block; margin:0 auto; padding:1px; border:1px solid rgb(150,150,150);}
.visit2010 img.right {float:right; margin:3px 0 7px 10px; padding:1px; border:1px solid rgb(150,150,150);}
.visit2010 img.left_noborder {float:left; margin:3px 10px 7px 0; padding:1px; }
.visit2010 img.center_noborder {float:none; display:block; margin:0 auto; padding:1px; }
.visit2010 img.right_noborder {float:right; margin:3px 0 7px 10px; padding:1px; }
.visit2010 a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
.visit2010 a:visited {color:rgb(70,122,167);}
.visit2010 a:hover {color:rgb(42,90,138); text-decoration:underline;}
.visit2010 a img {border:solid 1px rgb(150,150,150);}
.visit2010 a:hover img {border:solid 1px rgb(220,220,220);}
p.centred {text-align:center;}
.eventlist {font-weight:bold;}
#cse-search-results {padding-left: 20px;}
