@charset "UTF-8";
/*
A Six Apart theme adapted for Movable Type default templates and Lilia Vox
Designers: Ian Moore and Jennie Hills 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/

/* This is the default styling for the whole site */

body  {
    font: normal 1em Georgia, "Times New Roman", Times, serif;
	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: #333;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* The structure of the site */

#container {
	width: 924px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	float: none;
	margin-right: auto;
	margin-left: auto;
} 

#container-inner {
    width: 924px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}
#header {
	background: #000000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: 0px;
	height: 11px
} 

#beta {
	float: left; /* since this element is floated, a width must be given */
	width: 305px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	padding-left: 0px;
	height: 532px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#gamma {
	float: right; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 190px;
	height: 532px;
}
#gamma-inner {
	padding: 0px 0px 0px 0px;
}

#alpha {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 429px;
	height: 532px;
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
	width: 399px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
} 

#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: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}
#sidesidebar {
	float: right;
	clear: left;
}

/* Left Sidebar ------------------------------------------------------- */

.menu {
	float: right;
	height: 532px;
	width: 210px;
}
.menuinner {
	height: 395px;
}

/* For formating the email address and phone number */

.contactdetails {
	margin-top: 0px;
	height: 65px;
}

.contactdetails p {
	font-size: .9em;
	color: #4EA912;
}

.contactdetails a { font-size: .9em; }
.contactdetails a:link { color: #4EA912; }
.contactdetails a:hover { text-decoration: underline; color: #4EA912; }
.contactdetails a:visited { color: #4EA912; }
.contactdetails a:active { color: #4EA912; }

.clouddot {
	height: 20px;
	width: 109px;
	float: right;
	margin-top: 0px;
}
.speechleft {
	height: 72px;
	width: 115px;
	float: right;
	margin-top: 0px;
}
.fflogo {
	float: left;
	width: 75px;
	padding-right: 20px;
}


/* Text styles -------------------------------------------------- */

p {
    	color: #C8252B;	
        margin-top: 0px;
	margin-bottom: 4px;
        font: normal 1em Georgia, "Times New Roman", Times, serif;
}

li {
        color: #333333;	
        margin-top: 0px;
        margin-top: 0px;
        margin-left: 0px;
	margin-bottom: 4px;
        font: normal 0.9em Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #C8252B;
	text-decoration: none; 
}
a:visited {
	color: #C8252B;
	text-decoration: none;
}
a:active {
	color: #C8252B;	
	text-decoration: none;
}
a:hover {
	color: #C8252B;	
	text-decoration: underline;
}


/* Right Sidebar -------------------------------------------------------*/
 
.flickrbox {
	margin-top: 30px;
	padding-left: 25px;
}

.recententries {
	padding-left: 22px;
	padding-top: 0;
       	color: #E27704;
}


.archivelink {
	padding-left: 22px;
	padding-top: 0;
      	color: #C8252B;	
	margin-top: 0px;
 	font-weight: bold;
	font-size: .9em;
   	padding-bottom: 5px;
}

.archivelink a:hover { text-decoration: underline; }
.archivelink a:hover { color: #C8252B; }
.archivelink a:link { color: #C8252B; }
.archivelink a:visited { color: #C8252B; }
.archivelink a:active { color: #C8252B; }



/* This sets up the prefs for the posts on the right */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#gamma .widget a {
    color: #E27704;
} 

.widget-header {
    	padding: 0px 0px 0px 0px;
    	font-weight: bold; 
    	font-family: Georgia, "Times New Roman", Times, serif;  
/*    	background-color: none; */ 
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: .9em;
} 

.widget-content {
    position: relative;
    margin: 0px 0px 0px 0px;
	font-size: .9em;
    padding: 0 0px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list-item {
 	font-style: italic;
/*    	font-size: 0.9em; */
   	border-bottom: 1px solid #E27704;
   	padding-bottom: 5px;
/*    	padding-top: 0px; */	
	margin-bottom: 0px; 
}

/* Middle section ------------------------------------------------------ */

.introimage {
	background-image: url(speechintro1.gif);
	background-repeat: no-repeat;
	height: 452px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.speechintropage {
	background-repeat: no-repeat;
	height: 532px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


.immtheatrecentre {
	background-image: url(images/gasmaskbrandnew.gif);
	background-repeat: no-repeat;
	height: 452px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.backgroundimage1 {
	background-image: url(images/background_balloon.gif);
	background-repeat: no-repeat;
	height: 452px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.backgroundimage2 {
	background-image: url(images/background_dragon.gif);
	background-repeat: no-repeat;
	height: 452px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.backgroundimage3 {
	background-image: url(images/background_map.gif);
	background-repeat: no-repeat;
	height: 452px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.backgroundimage4 {
	background-image: url(images/background_planners.gif);
	background-repeat: no-repeat;
	height: 452px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.backgroundimage5 {
	background-image: url(images/background_boxes.gif);
	background-repeat: no-repeat;
	height: 452px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.backgroundimage6 {
	background-image: url(images/background_wall.gif);
	background-repeat: no-repeat;
	height: 452px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.facilitorintro {
	background-image: url(images/facwebpage1.gif);
	background-repeat: no-repeat;
	height: 462px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.facilitorsjoin {
	background-image: url(images/yellowcloudblank.gif);
	background-repeat: no-repeat;
	height: 462px;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 0px;
	padding-right: 0px;
}


.middlecopy {
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 240px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 354px;
}

.topmiddlecopy {
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 354px;
	height: 40px;
}

.facmiddlecopy {
	padding-left: 35px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 240px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 344px;
        height: 210px;
	overflow: auto;
	margin-left: 5px;
}

.facmenu {
	padding-left: 35px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 354px;
        height: 420px;
	overflow: auto;
	margin-left: 5px;
}

/* this has been divided up so the bottom section will scroll without the title - only if necessary */
.midmidcopy {
        height: 170px;
	overflow: auto;
	margin-left: 5px;
}

/* this sets allows you to set a smaller gap between each paragraph */
.midmidmidcopy {
	margin-bottom: 4px;
}

/* this is for the smaller copy after the intro paragraph */
.greystyle {
color: #333333;
font-size: .9em;
}


/* Facilitator intro page -------------------------------------------- */

.facquotetop {
	background-repeat: no-repeat;
	height: 265px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.facquotebottom  {
	background-image: url(images/gasmaskbottom2.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 354px;
        height: 267px;
}
