/**
 * General Formatting
 **/
img {
	border-style: none;
}

a:link,a:active {
	color: #004080;
}

a:visited {
	color: #800040;
}

p,td,th,body {
	font-family: tahoma, arial, helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, sans-serif;
	color: red;
}

body {
	padding-top: 0px;
	font-size: .9em;
}

.clear {
	width: 1em;
	height: 1em;
	clear: left;
	margin: 0;
	padding: 0;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.centre {
	text-align: center;
}


.imageBox {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 2px;
	margin: 5px;
}

.imageBox p {
	margin: 0;
	text-align: center;
}

#guests .guest {
	clear: both;
	margin-top: 1em;
	margin-bottom: 3em;
}

/**
 * Hide for Spam protection
 */
span.hide {
	display: none;
}

.highlight {
	
}

/* Page Structure */
#pageContainer {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	margin-right: 1em;
}

#top {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#bottom {
	position: absolute;
	top: 180px;
	right: 0;
	left: 0;
	width: 100%;
}

/* Header */
#banner {
	background-image: url("/2009/images/conflux6.png");
	background-repeat: no-repeat;
	background-position: -1px 0;
	position: absolute;
	padding: 0;
	height: 250px;
	right: 0;
	left: 0;
	width: 100%;
}

#bannerad {
	clear: both;
	margin-top: 3em;
	border-top: dashed #cccccc 1px;
	width: 568px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div#bannerad p {
	font-size: 0.8em;
	color: #cccccc;
	margin: 0;
	padding: 0px;
}

#banner h1 {
	text-align: right;
	font-size: 2em;
	color: #ff9900;
	margin-bottom: 0;
	margin-top: 10px;
}

#banner h2 {
	text-align: right;
	font-size: 1.6em;
	color: #339966;
	margin: 0;
}

#banner p {
	color: #008080;
	font-size: 1.3em;
	text-align: right;
	margin: 0;
}

#banner hr {
	width: 30em;
	background-image: url("/2008/images/bluediv.png");
	height: 6px;
	border: none;
	display: none;
}

.imageBox p {
	font-style: italic;
	font-size: 0.8em;
	font-family: Serif;
}

/* Content */
#content {
	position: relative;
	height: 1%;
	/* Fix for IE 7 Scroll bug - hopefully wont break other stuff */
}

.body {
	position: absolute;
	left: 12em;
	right: 0;
	top: 0;
	padding-left: 1em;
}

.archive .body {
	background-image: url("/images/archive.png");
	background-repeat: repeat;
}

.body hr {
	margin-top: 3em;
	margin-bottom: 2em;
	height: 6px;
	border: none;
	width: 50%;
	clear: both;
	background-image: url("/2008/images/reddiv.png");
}

/* CSS 3 feature - but it doesn't matter if it doesn't work */
.body hr       ~hr {
	background-image: url("/2008/images/orangediv.png");
}

.body hr       ~hr      ~hr {
	background-image: url("/2008/images/greendiv.png");
}

.body hr       ~hr      ~hr     ~hr {
	background-image: url("/2008/images/bluediv.png");
}

.body hr       ~hr      ~hr     ~hr    ~hr {
	background-image: url("/2008/images/reddiv.png");
}

.body hr       ~hr      ~hr     ~hr    ~hr   ~hr {
	background-image: url("/2008/images/orangediv.png");
}

.body h2 {
	color: #ff9900;
	font-size: 2em;
	margin-top: 0;
	padding-bottom: 2px;
	display: inline;
	clear: left;
	background-image: url("/2008/images/greendiv.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}

.body h3 {
	color: #339966;
	font-size: 1.4em;
	margin-bottom: 0.1em;
}

.body h3 a:link,.body h3 a:visited {
	color: #339966;
	text-decoration: none;
}

.body h3 a:hover {
	color: #ff9900;
}

.body h3+p {
	margin-top: 0.1em;
}

.body table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008080;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #008080;
	border-spacing: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
}

.body td,.body th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #008080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008080;
	padding: 5px;
	vertical-align: top;
}

.body th {
	background-color: #e4efda;
	text-align: left;
	font-size: 0.9em;
}

.body th.highlight,.body td.highlight {
	background-color: #ffffbe;
}

.body dt {
	font-weight: bold;
}

.body dd {
	margin-left: 0;
	margin-bottom: 1em;
}

/* Navigation and Sidebar */
#nav {
	position: absolute;
	width: 11em;
	left: 1em;
	top: 20px;
	border-right-style: dashed;
	border-right-color: #ff0000;
	border-right-width: 2px;
}

.block ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0.5em;
}

.block li {
	list-style: none;
}

#sidebar,.body .block {
	float: right;
	width: 10em;
	border-left-style: dashed;
	border-left-color: #ff0000;
	border-left-width: 2px;
	padding-left: 0.5em;
	margin-left: 0.5em;
}

#sidebar {
	margin-top: 2.5em;;
}

#sidebar .block {
	border: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

.block h2 {
	color: #ff0000;
	font-size: 1.2em;
	font-weight: normal;
	display: inline;
	background-image: url("/2008/images/bluediv.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 4px;
}

.block a,.block a:visited {
	color: #008080;
	text-decoration: none;
}

.block a:hover {
	color: #ff9900;
}

.adblock h2 {
	color: #aaaaaa;
	font-size: 0.9em;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
	font-weight: normal;
}

/* Footer */
#footer {
	display: none;
}

#members ol {
	padding-left: 2em;
}

#members ol li {
	float: left;
	width: 30%;
	margin-right: 1em;
	list-style-position: outside;
}

#members li.guest {
	color: red;
}

#searchform input#s {
	width: 10em;
}

#podPress_footer {
	display: none !important;
}

#sidebar .block select {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#sidebar #searchform {
	margin-bottom: 0.5em;
}

#blog .navigation div.alignleft {
	float: left;
}

#blog .navigation div.alignright {
	float: right;
}

#blog .navigation {
	width: 100%;
	margin-bottom: 2em;
	margin-top: 2px;
}

#blog .navigation a:link,#blog .navigation a:visited {
	color: #008080;
	text-decoration: none;
}

#blog .navigation a:hover {
	color: #ff9900;
}

#blog .postmetadata {
	font-style: italic;
}

#blog .postmetadata a {
	color: #008080;
	text-decoration: none;
}

#blog .postmetadata a:hover {
	color: #ff9900;
}

#blog .alt {
	max-width: 40em;
}

#sidebar #news dt {
	color: #ff9900;
}

#sidebar #news dd.recent a:link {
	color: red;
	font-weight: bold;
}

/* Programme Page */
ul#key {
	margin: 0;
	padding: 0;
	width: 33em;
}

ul#key li {
	margin: 0;
	list-style: none;
	padding: 0.5ex;
	display: inline-block;
	width: 15em;
}

ul#key li p {
	font-weight: bold;
	margin: 0;
}

.prog_workshops {
	background-color: orange;
}

.prog_kk {
	background-color: #eeaaff;
}

.prog_social {
	background-color: #6688ff;
}

.prog_events {
	background-color: pink;
}

.prog_guest {
	background-color: yellow;
}

.prog_film {
	background-color: lightgreen;
}

.prog_ahwa {
	background-image: url("/2008/images/ahwa-small.png");
	background-repeat: no-repeat;
	background-color: black;
	color: #cccccc;
}

li.prog_ahwa {
	background-image: none;
}

.prog_ahwa .logo {
	float: left;
	width: 50px;
	height: 65px;
	padding: 0;
	margin-right: 5px;
}

.prog_launches {
	background-color: #ccffff;
}

.prog_talk {
	background-color: #ccccff;
}

.navbox dd {
	margin-bottom: 0.2em;
}