@charset "UTF-8";

body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 0.80em;
}

#sidepic {
	position:absolute;
	z-index:0;
	top: 0;
	left: 0;
	float:left;
	width: 348px;
	height: 100%;
	background-image:url(images/gareth_side_pic.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}

body > #sidepic {
    position: fixed;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #f15a24;
}
a:active {
	text-decoration: none;
	color: #f15a24;
}
	
#content {
	margin:0 0 0 348px;

	float:left;
	background-image:url(images/body_background.gif);
	background-repeat:no-repeat;
	
	width: 715px;
	height:auto;
	}
	
#nav {
	float:right;
	width: 450px;
	margin: 0 70px;
	}

#nav ul {
	list-style-type: none;
	padding: 8px 10px;
	margin: 2px 0;
}

#nav li {
	font-size:1.20em;
	font-weight: normal;
	display:block;
	padding: 0 20px;
	float: right;
	margin: 5px 0;
	border-right:1px solid #000000;
	}

#rosette {
	position:absolute;
	z-index:2;
	margin: 17px auto auto -154px;

	
	}

#maincontent {
	margin: 150px 0 0 0;
	
	}

h1 {font-size: 1.70em;
	text-align:center;
	}

#maincontent p {
	margin: 20px 100px 0 40px;
	}
				
#bgrepeat {
	margin: 0 0 0 1063px;

	background-image:url(images/pattern_bg_repeat.gif);
	background-repeat:repeat-x;
	width:auto;
	height: 100%;
	} 

#bgrepeat p {
 	clear:both;
	}
	
#footer {
	display:none;
	float: right;
	margin: 10px 80px 10px auto;
	font-size: 0.70em;
	
	}
		
.rightalign {
	text-align: right;
	margin: auto 70px auto 100px;
	}
	
.greentext {font-size: 1.30em;
	color: #95bd0e;

	}
	
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.calendar {
	margin: 20px 100px 0 40px;
	}
	 
.pink {
	background-color: #ffe1d1;
	}
	
.current {
	color: #f15a24;
	}
	
.date {
	width: 140px;
	padding:  6px 10px;
	vertical-align:top;
	}

.time {
	width: 0px;
	padding: 6px 10px;
	vertical-align:top;
	}
	
.venue {
	width: 300px;
	padding: 6px 10px;
	vertical-align:top;
	}
	
.location {
	width: 120px;
	padding: 6px 10px;
	vertical-align:top;
	}
	
.emailform {	
	margin: 20px 100px 0 40px;
	}
	
.popup {
		color: #95bd0e;
		position:fixed;
		top: 5px;
		right: 15px;
		}
		
a.popup:link {
	color: #95bd0e;
	}
	
a.popup:visited {
	color: #95bd0e;
	}
			
a.popup:hover {
	color: #f15a24;
	}
			
a.popup:active {
	color: #f15a24;
	}
