/* @override 
	http://gofestivalguide.gogogloglo.uat.gsba.co.uk/templates/css/styles.css
	http://gofestivalguide.gogogloglo.uat.gsba.co.uk/css/styles.css
*/

/*
Colours: 
Grey (faded) Green:#E9EDE9
Light Green:#6BBD55
Dark Green: #25572C
*/

html, body {
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: arial, helvetica, 'helvetica neue', tahoma, sans-serif;
	color: #464646;
}

* {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

/* @group General Styles */

img {
	border: 0;
}

ul {
	list-style-position: outside;
	list-style: none;
}

li {
	list-style: none;
}

del {
	color: #ff0000;
}

sup {
	font-size: 0.83em;
}

a {
	color: #00ADF1;
}

a:active {
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #0081B2;
}

#search .text {
	padding: 0.4em 2px 0.3em 2px;
	border-width: 0  1px 1px 1px;
	border-style: solid;
	border-color: #c6c6c6;
	background: #fff url(images/site/inputtext-top.gif) repeat-x;
}

input.text {
	padding: 0.3em 2px 0.2em 2px;
	border: 2px solid #ccc;
	width: 200px;
}

textarea {
	border: 2px solid #ccc;
	width: 200px;
	height: 10.0em;
	overflow: auto;
}

form .section {
	clear: both;
	padding: 0.42em 0;
}


p {
	margin: 0.77em 0;
}

#content p, #content li {
	line-height: 1.33em;
}

h1, h2{

}

h1, h2, h3 {
	color: #00ADF1;	
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	
}

h1 {
	font-size: 2.66em;
	margin: 0em 0 0.72em 0px;
}

h2 {
	font-size: 2.08em;
	margin: 0.77em 0;
}

h2.first, h3.first {
	margin-top: 0;
}

h3 {
	font-size: 1.23em;
	margin: 0.63em 0;
}

h4 {
	font-size: 1.16em;
	margin: 0.72em 0;
}

blockquote {
	color: #999;
	font-size: 1.33em;
	font-family: Georgia, Times, “Times New Roman”, serif;
	line-height: 1.56em;
	margin: 0.72em 0;
}

blockquote cite {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.75em;
	display: block;
}

#e_page ul li {
	list-style: disc;
}

#e_page ol li {
	list-style: decimal;
	margin-left: 30px;
}

#e_page li {
	margin: 0.42em 0 0.42em 15px;
}

.replace {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999em;
}

.col{
	float: left;
}

a.replace {
	cursor: pointer;
}

.replace a:hover, .replace:hover {
	background-position: right top;
}

.btn {
	background-color: #fff;
	border: 0;
	font-weight: bold;
	background: #00ADF1;
	color: #fff;
}

.btn:hover {
	background-position: right top;
	background-color: #00ADF1;
	cursor: pointer;
}

.meta {
	margin: 0;
	color: #999;
}

.block {
	float: left;
	width: 100%;
}

small {
	font-size: 0.83em;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0.83em 0;
}

th {
	text-align: left;
	background: #e6e6e6;
}

th,td {
	padding: 0.42em 5px;
	border: 1px solid #ccc;
}

#content ol, #content ul {
	margin: 1.66em 0;
}

#content li {
	margin: 0.42em 0 0.42em 25px;
	line-height: ;
}

#content ul li {
	list-style: disc;
}

#content ol li {
	list-style: decimal;
}

.nobold {
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

.textpage ul, .textpage ol {
	margin: 1.0em 0;
}

.textpage li {
	margin: 0.2em 0 0 30px;
}

.textpage ul li {
	list-style: disc;
}

.textpage ol li {
	list-style: decimal;
}

address {
	font-style: normal;
	line-height: 1.66em;
	margin: 1.66em 0;
}

.largertext {
	font-size: 1.16em;
}

.largertext2 {
	font-size: 1.32em;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

label.required {
	color: #ff0000;
}

.text.required {
	border-color: #ff0000;
}

form .errors {
	background: #ffeeee;
	border: 1px solid #ff0000;
	padding: 0.83em 10px;
	line-height: 1.66em;
	color: #333;
}

label {
	font-weight: bold;
	margin: 0.21em 0;
}

select {
	display: block;
	width: 100%;
	margin: 0.42em 0 0 0;
}

fieldset {
	border: 2px solid #ccc;
	padding: 0.8em 10px;
	margin: 1.66em 0;
}

form .group {
	float: left;
	width: 100%;
	clear: both;
	padding: 0.55em 0;
}

legend {
	font-size: 1.16em;
	padding: 0 5px;
	font-weight: bold;
}

legend small {
	font-size: 0.76em;
	color: #999;
	font-weight: normal;
}

/* @end */

/* @group MainBlocks */

#body {
	background: #fff url(../images/site/bg-grad.png) repeat-x bottom;
	width: 100%;
}

#master {
	width: 990px;
	margin: 0 auto;
	font-size: 1.2em;
	
}

#master2 {
	float: left;
	width: 100%;
	position: relative;
	margin: 1.66em 0;
	background: url(../images/site/rr-bg-s.gif) left top repeat-y;
}

#master3 {
	float: left;
	width: 100%;
	background: url(../images/site/rr-bg-t.gif) left top no-repeat;
}

#master4 {
	float: left;
	width: 100%;
	background: url(../images/site/rr-bg-b.gif) left bottom no-repeat;
}

#master5 {
	float: left;
	padding: 80px 20px 1.66em 20px;
}

#master.minimal{
	width: auto;
}

#master.minimal #master2{
	padding: 0;
	width: auto;
	float: none;
	margin: 0;
}

#master.minimal #colMain{
	width: auto;
}

#master.minimal #content{
	margin: 0;
}

#header{
	border-bottom: 5px solid #6BBD55;
}

.sectionMain{
	float: left;
	width: 100%;
}

#colsContent {
	margin: 1.54em 0 0 0;
}

#content {
	margin: 0.83em 0 0 0 ;
}

#colMain{
	width: 600px;
	margin: 0 25px 0 0;
}

#content.sidebar{
	float: right;
	width: 800px;
	margin: 0;
}

#contentSidebar{
	float: right;
	width: 280px;
}

#sidebar{
	width: 160px;
	float: left;
	border-top: 1px solid #ccc;
}


#footer{
	clear: both;
	margin: 1.66em 0;
	float: left;
	width: 100%;
}


/* @end */

.logo{
	margin: 0;
}

.logo a{
	background-image: url(../images/text/the-go-festival-guide-2010.gif);
	width: 600px;
	height: 125px;
}

.subtitle a{
	background-image: url(../images/text/free-subtitle.gif);
	width: 600px;
	height: 48px;
	margin: 0 auto;
}

#content .months li{
	list-style: none;
	margin: 0 0 0.83em 0;
}

#content .months{
	margin: 0 20px 0 0;
}

#content .months p{
	font-weight: bold;
	background: url(../images/icons/arrow-up01.gif) 0 4px  no-repeat;
	padding: 0 0 0 15px;
}

#content .months ul{
	margin-top: 0;
}

.months li a{
	width: 180px;
	height: 58px;
}

.months .may a{
	background-image: url(../images/buttons/may.gif);
}
.months .june a{
	background-image: url(../images/buttons/june.gif);
}
.months .july a{
	background-image: url(../images/buttons/july.gif);
}
.months .august a{
	background-image: url(../images/buttons/august.gif);
}
.months .september a{
	background-image: url(../images/buttons/september.gif);
}

.col.sceneOne{
	width: 400px;
	background: url(../images/site/rr-01-t.gif) no-repeat;
}
.sceneOne2{
	background: url(../images/site/rr-01-b.gif) left bottom no-repeat;
	float: left;
	width: 100%;
}
.sceneOne3{
	padding: 1.66em 10px 0.83em 10px;
	float: left;
}

.sceneOne h1{
	margin: 0.83em 0 0 5px;
	color: #333;
	font-size: 1.66em;
	}

.sceneOne .image{
	margin: 0 0 0 10px;
	float: right;
}

.sceneOne .image{
	width: 210px;
}

.sceneOne .desc{
	float: left;
	width: 160px;
}

.sceneOne .btn{
	width: 177px;
	height: 48px;
	left: px;
	position: relative;
}

.sceneOne .download{
	background-image: url(../images/buttons/download-guide.gif);
}

.sceneOne .viewOnline{
	background-image: url(../images/buttons/view-guide-online.gif);
}

#content .sceneOne ul{
	margin: 1.16em 0;
}

#content .sceneOne li{
	color: #F5951D;
	margin-left: 20px;
	padding-left: 0px;
}

.sceneOne li span{
	color: #333;
}

/* @group Advertising */

#advertising.col{
	float: right;
	margin: 50px 0 0 0;
}

#advertising .banner01{
	position: absolute;
	top: 1.66em;
	right: 20px;
}

#advertising .mpu{
	margin: 0 0 20px 0;
}

#advertising .skyscraper{
	float: left;
	margin: 0 10px 0 0;
}

#advertising .sml{
	margin: 0 0 0.83em 0;
}

/* @end */

/* @group Contact Form */

#contactForm{
	width: 300px;
	float: left;
	margin: 0 20px 0 0 ;
}

#contactForm fieldset{
	margin-top: 0;
}

#contactForm label{
	float: left;
	width: 130px;
	margin: 0 10px 0 0;
}

#contactForm .text, #contactForm textarea{
	width: 260px;
	margin: 0.44em 0;
	padding: 0.36em 2px;
}

#contactForm .send{
	background-image: url(../images/buttons/send.gif);
	width: 150px;
	height: 50px;
}

/* @end */



/* @group Footer */

/* @group Greybox Modal Window */

#GB_overlay {
  background-image: url(../images/site/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/site/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: hidden !important;
  width: 800px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

/* @end */




#footer ul li{
	float: left;
	margin: 0 11px 0 0;
	font-weight: bold;
}

/* @end */

.button{
	float:left;
	width:178px;
}





