/*************** global styles ********/
* {
	padding:0px;
	margin:0px;
}
html {
	overflow: -moz-scrollbars-vertical;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
/* ol, ul {
	list-style: none;
} */
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #1c323d;
}
a:link:hover, a:visited:hover {
	text-decoration: underline;
}
input[type=text], select, textarea {
	font-size: 1.2em;
}
input[type=radio], input[type=checkbox] {
	background: transparent !important;
	border: 0 !important;
	min-width: 12px;
	min-height: 12px;
}
input#searchbutton, input#signup, input#action, input#loginaction, #schoform a.schofield, #eventlogin a.schofield { /* would just be input[type=submit] if not for IE... */
	background: #354d77;
	color: #fff;
	border: 0;
	font-weight: bold;
	padding: 0 0 2px 0;
	/*border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px;
	border-top-right-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px;*/
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	cursor: pointer;
}
address {
	font-size: 0.7em;
	background-color: #f4f5f5;
	padding: 1em;
	margin: 1em auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left { 		float:left; }
.right { 	float:right; }
.width5 {	width:5%; }
.width10 {	width:10%; }
.width15 {	width:15%; }
.width20 {	width:20%; }
.width25 {	width:25%; }
.width35 {	width:35%; }
.width40 {	width:40%; }
.width45 {	width:45%; }
.width50 {	width:50%; }
.width55 {	width:55%; }
.width60 {	width:60%; }
.width70 {	width:70%; }
.width100 {	width:100%; }



/* start styling */
body {
	/*font-family: Georgia, Times, Times New Roman, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e8e8e8 url('/media/img/bg-body.jpg') repeat-y top center;
	color: #000;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100px;
}

#publisher {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 12px;
	letter-spacing: -0.6px;
	text-decoration: none;
	/*margin-top: 2px;*/
	margin-top: -4px;
}
/*#publisher img {
	float: left;
	margin: -2px 2px 0 0;
}*/

/*************** header ***************/
#header {
	width: 980px;
	clear: both;
}

#topstrip {
	width: 980px;
	height: 25px;
	padding-top: 7px;
}
#topstrip #publisher {
	float: left;
}
#topstrip #login {
	font-size: 0.7em;
	display: inline;
	float: right;
}

#bannerstrip {
	width: 980px;
	margin-bottom: 10px;
}
#bannerstrip #banner {
	width: 728px;
	height: 90px;
	float: left;
	margin-bottom: 14px;
}

#quicklinks {
	width: 193px;
	height: 64px;
	padding: 13px 21px;
	float: right;
	background-color: #e1e4eb;
}
#quicklinks h4 {
	font-size: 0.75em;
	margin-bottom: 10px;
}
#quicklinks ul {
	list-style: none;
}
#quicklinks li {
	display: block;
	float: left;
	width: 90px;
	margin-bottom: 8px;
	font-size: 0.7em;
}
#quicklinks ul li:before {
	content: "\203A \0020";
}

#titlestrip {
	clear: both;
	width: 980px;
	border-top: 7px solid #354d77;
	padding-top: 14px;
}
#titlestrip h1 {
	float: left;
}
#titlestrip h2 {
	font-size: 0.8em;
	font-weight: normal;
	float: left;
	clear: left;
	padding-left: 102px;
	margin-top: -10px;
	width: 650px;
}


/*************** search box ***************/
#contentsearch {
	width: 300px;
	height: 107px;
	float: right;
	background: #e1e4eb url('/media/img/bg-box-pointer.png') no-repeat top left;
}
#contentsearch h4 {
	font-size: 0.75em;
	color: #fff;
	margin: 5px 0 0 13px;
	padding-top: 1px;
}
#quicksearch {
	padding: 35px 0 0 13px;
}
#quicksearch input#searchtext {
	border: 1px solid #354D77;
	width: 200px;
	height: 20px;
	float: left;
	margin: 0;
	padding: 4px 3px 0;
	color: #000;
	font-size: 0.8em;
}
#quicksearch input#searchbutton {
	display: inline;
	float: left;
	width: 70px;
	height: 26px;

	border-top-left-radius: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0;
}




/*************** topnav bar ***************/
#topnav {
	clear: both;
	width: 980px;
	height: 39px;
	background-color: #334c76;
	border-top: 14px solid #fff;
	border-bottom: 14px solid #fff;
}
#topnav ul {
	list-style: none;
	margin-top: 10px;
	font-size: 0.8em;
}
#topnav li {
	display: inline;
	margin-left: 16px;
}
#topnav a {
	color: #fff;
	font-weight: bold;
}


/*************** left column ***************/
#leftcol {
	width: 145px;
	float: left;
	padding: 6px 15px 0 0;
	border-right: 1px dotted #b5b9b6;
	clear: left;
}
.navlist {
	margin-bottom: 24px;
}
.navlist h4 {
	font-size: 0.75em;
	padding-bottom: 4px;
	border-bottom: 1px dotted #465148;
	margin-bottom: 12px;
}
.navlist ul {
	list-style: none;
	margin-top: 8px;
}
.navlist li {
	margin-top: 8px;
	font-size: 0.7em;
}
.navlist li.selected a {
	font-weight: bold;
}
#rss {
	margin-top: -8px;
	border-top: 1px dotted #465148;
	padding-top: 12px;
}
#rss a {
	font-size: 0.7em;
	padding: 4px 0 4px 30px;
	height: 22px;
	background: url('/media/img/icon-rss.png') 0 0 no-repeat;
}


/*************** right column ***************/
#rightcol {
	float: left;
	margin-left: 15px;
	width: 270px;
}
#issuelinks {
	clear: right;
	/*width: 300px;*/
	height: 190px;
	margin-bottom: 5px;
}
#issuelinks img {
	float: left;
	margin-right: 16px;
}

#issuelinks #issueImage {

}

#issuelinks h5 {
	font-size: 0.75em;
	padding-top: 4px;
}
#issuelinks ul {
	list-style: none;
	margin:0px;
	padding:0px;
	margin-bottom:6px;
}
#issuelinks li {
	margin:0px;
	padding:0px;
	font-size: 11px;
	line-height:11px;
	margin:4px 0px;
}
#issuelinks ul li:before {
	content: "\203A \0020";
}

.rightblock {
	float: left;
	/*width: 300px;*/
	margin-bottom: 15px;
}
.rightblock img.logo {
	padding: 10px;
	margin: 0 auto 5px auto;
	border: 1px dotted #e1e4eb;
	max-width: 280px;
	display: block;
}
.rightblock h4 {
	font-size: 0.75em;
	padding-bottom: 4px;
	border-bottom: 1px dotted #465148;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.rightblock .freetext {
	font-size: 0.7em;
}
.rightblock p {
	font-size: 1em;
	margin-bottom: 4px;
}
.rightblock a[href^=mailto] {
	color: #3267cf;
}
.rightblock ul {
	list-style: none;
	margin: 0.5em;
	padding-left: 0.5em;
	text-indent: -1em;
}
.rightblock ul li:before {
	content: "\203A \0020";
}
.rightblock ul li {
	margin-bottom: 0.6em;
	font-size: 0.7em;
	text-indent: -0.8em;
}

.rightblock ul li a{
	font-weight: bold;
}

.rightblock .freetext ul li {
	font-size: 1em;
}
.rightblock ul li.viewall {
	margin-top: 1.6em;
}
.rightblock ul li small {
	color: #333;
	font-size: 0.9em;
}



/*************** email signup ***************/
#newsletter {
	/*width: 300px;*/
	/*height: 194px; */
	float: right;
	background: #e1e4eb url('/media/img/bg-box-pointer.png') no-repeat top left;
}
#newsletter h4 {
	font-size: 0.8em;
	color: #fff;
	margin: 5px 0 0 13px;
}
#newsletter p {
	font-size: 0.7em;
	color: #000;
	padding: 24px 6px 11px 8px;
}
#frmnewsletter {
	padding: 0px 0 0 16px;
}
#frmnewsletter label {
	color: #000101;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 6px;
}
#frmnewsletter input#emailr {
	border: 1px solid #7a8a6e;
	width: 200px;
	height: 20px;
	float: left;
	display: inline;
	margin-left: 10px;
	padding: 4px 3px 0;
	font-size: 0.8em;
}
#frmnewsletter input#signup {
	float: right;
	/*padding: 15px 18px 0 0;*/
	margin: 15px 18px 0 0;
	width: 81px;
	height: 28px;
}



/*************** footer ***************/
#footer {
	font-size: 0.7em;
	width: 960px;
	height: 14px;
	border-top: 30px solid #fff;
	border-bottom: 30px solid #fff;
	padding: 7px 10px;
	clear: both;
	background-color: #e1e4eb;
}
#footer #copyright {
	float: left;
	display: inline;
}
#footer #selesti {
	float: right;
	display: inline;
}




/*************** main column ***************/
#main {
	width: 473px;
	float: left;
	margin-left: 15px;
	padding-right: 15px;
	border-right: 1px dotted #b5b9b6;
	position: relative;
}
#main.stretch {
	width: 773px;
	padding-right: 0;
	border-right: 0;
}
#oldie #main {
	width: 450px;
}
#main h1 {
	font-size: 0.9em;
	padding: 4px 0 3px;
	border-bottom: 1px dotted #465148;
	clear: both;
	color: #000;
	margin-bottom: 12px;
}


#main #crumbtrail {
	color: #3267cf;
	font-size: 0.7em;
	padding-bottom: 4px;
	/* border-bottom: 1px dotted #465148; */
	margin-bottom: 4px;
}
#main #crumbtrail a {
	color: #3267cf;
}

#main .utilities {
	height: 12px;
	font-size: 0.7em;
	padding: 8px 0 12px;
	margin-bottom: 8px;
	border-top: 1px dotted #465148;
	border-bottom: 1px dotted #465148;
}
#main a.forward {
	padding-left: 16px;
	background: url('/media/img/bg-a-forward.png') 0 3px no-repeat;
	float: left;
	display: inline;
}
#main a.print {
	padding-left: 16px;
	background: url('/media/img/bg-a-print.png') 0 3px no-repeat;
	margin-left: 14px;
	float: left;
	display: inline;
}

#main .content-block h1 {
	/*font-size: 1.125em;*/
	font-size: 0.9em;
	padding: 0 0 2px 0;
	border-bottom: 0;
	margin-bottom: 4px;
	clear: both;
}
#main .content-block  h2.meta {
	font-size: 0.7em;
	margin-bottom: 8px;
	font-weight: normal;
}
#main .content-block  h3 {
	font-size: 0.9em;
}
/*#main .content-block img {
}*/
#main .content-block img.media {
	border: 1px solid #999;
	margin: 0 12px 12px 0;
	float: left;
}

#main .content-block p.standfirst {
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 0.8em;
}

#main .content-block h2.points {
	border-bottom: 1px dotted #465148;
	font-size: 0.8em;
	margin: 26px 0 8px;
	padding-bottom: 2px;
	color: #000;
}
#main .content-block div.points {
	font-style: italic;
	font-size: 0.75em;
	padding: 0.6em 1em;
	margin: 0.2em auto 0.6em;
	background-color: #e1e4eb;
	clear: left;
}
#main .content-block div.points ul {
	font-size: 0.9em;
	padding-bottom: 0; margin: 0 0 0 1.2em;
}
blockquote {
	font-style: italic;
	font-size: 1em;
	padding: 0.6em 1em 0.2em;
	margin: 0.2em auto 0.6em;
	background-color: #e1e4eb;
	clear: left;
}

#main #history table {
	font-size: 0.7em;
	margin: 1em 0;
}
#main #history table td {
	padding: 0.6em 0.4em;
}




#main p {
	font-size: 0.7em;
	margin-bottom: 0.8em;
}


#main .pagination {
	float: right;
	display: inline;
	text-align: right;
}
#main .pagination a {
	color: #3267cf;
}
#main .pagination .selected {
	font-weight: bold;
}
#main div.pagination {
	width: 100%;
	padding: 4px 0 8px;
	margin: 8px 0 12px;
}

#main #commentaries {
	margin-top: 28px;
}
#main #commentaries h1 {
	color: #000;
	margin-bottom: 8px;
}
#main #commentaries h2 {
	font-size: 1em;
}

#main .comment, #main .comment-alt {
	font-size: 0.75em;
	clear: both;
	padding: 8px 10px;
	margin: 0 0 8px;
	background: #e1e4eb;
}
#main .comment-alt {
	background-color: #f4f5f5;
}
#main .comment-portrait {
	width: 72px;
	float: left;
}
#main .comment-copy {
	width: 371px;
	float: right;
	display: inline;
}
#main.stretch .comment-copy {
	width: 89%;
}
#main .comment-copy p {
	font-size: 0.9em;
}

#main .content-block ul, #main .content-block ol {
	margin: 0 0 1em 2.5em;
	font-size: 0.7em;
}


/*************** css tabs ******************/
ul#tabnav {
	text-align: left;
	margin: 1em 0 1em 0;
	font-size: 0.7em;
	border-bottom: 1px solid #666;
	list-style-type: none;
	padding: 3px 10px 5px 5px;
}

ul#tabnav li {
	display: inline;
}
ul#tabnav li.selected {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

#oldie ul#tabnav li.selected {
	border-bottom: 0px;
background-color: transparent;
}
ul#tabnav li.selected a {
	border: 1px solid #666;
	border-bottom: 0px;
	background-color: #fff;
	color: #3267cf;
	position: relative;
	font-weight: bold;
	top: 1px;
	padding-top: 6px;
}
ul#tabnav li a {
	padding: 5px 6px;
	border: 1px solid #999;
	background-color: #e1e4eb;
	color: #333;
	margin-right: 5px;
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover {
	background: #fff;
}



/*************** section styling ***********/

#main.index h1, #main.feeds h1 {
	font-size: 0.9em;
	border-bottom: 1px dotted #465148;
	color: #000;
	margin-bottom: 12px;
	margin-top: 20px;
	padding-bottom: 3px;
}
#main.index h1.first {
	margin-top: 4px;
}
#main.index h2 {
	font-size: 0.8em;
	margin: 0 0 0.2em 0;
}
#main.index h3 {
	font-size: 0.8em;
}
#main.index img {
	margin: 4px 10px 6px 0;
}
#main.index p {
	margin-bottom: 8px;
}
#main.index a.more {
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
#main.index span.separator {
	width: 100%;
	display: block;
	margin: 0 0 10px;
	border-bottom: 1px dotted #b5b9b6;
}

#main.static a {
	color: #3267cf;
}
#main.static h3 {
	margin-top: 1.2em;
	font-size: 0.75em;
}


#main.shop p {
	font-size: 1em;
}

/*************** resource centre ***********/
#resources h1 {
	font-size: 0.9em;
	border-bottom: 1px dotted #465148;
	color: #000;
	margin: 4px 0 12px 0;
	padding: 0 0 3px;
}
#resources h2 {
	font-size: 0.8em;
	padding-bottom: 4px;
	border-bottom: 1px dotted #465148;
	margin: 20px 0 8px;
}
#resources.index h2 {
	margin-top: 30px;
}
#resources h2 img.media {
	float: right;
	margin: 26px 0 0 12px;
}
#resources ol {
	list-style: decimal;
	margin: 0 0 0 2em;
	font-size: 0.7em;
}
#oldie #resources ol {
	margin-left: 25px;
}
#resources ol li {
	font-size: 1em;
	font-weight: bold;
	margin-left:10px;
}
#resources ol li * {
	font-weight: normal;
}
#resources li a {
	color: #3267cf;
}
#resources ol li.viewall:before {
	content: "\203A \0020";
}
#resources ol li.viewall {
	list-style: none;
	margin: 1em 0 2em -0.6em;
	font-size: 1em;
	text-indent: -0.8em;
	padding-left: 0;
}
#resources ol li.viewall a {
	color: #000;
}

#resources p {
	margin: 8px 0 2em;
	font-size: 1em;
}
#resources .intro {
	font-size: 0.7em;
}
#resources .intro img.media {
	float: left;
	margin: 0 8px 8px 0;
}
/*#resources br {
	margin-bottom: 0.8em;
}*/

#resources ol.headline {
	list-style: none;
	margin: 0.5em;
	padding-left: 0.5em;
	text-indent: -1em;
}
#resources ol.headline li:before {
	content: "\203A \0020";
}
#resources ol.headline li {
	margin-bottom: 0.2em;
	font-size: 1em;
	text-indent: -0.8em;
}
#resources ol.headline li.viewall {
	margin-top: 1.6em;
	text-indent: -0.2em;
}


#resources ol.content-block {
	list-style: none;
	margin: 10px 0 0 0;
}
#resources ol.content-block li:first-child {
	border-top: 0;
}
#resources ol.content-block li {
	border-top: 1px dotted #b5b9b6;
	padding-top: 12px;

}
#resources ol.content-block a.title {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}
#resources a.issue {
	color: #3267cf;
	font-size: 0.9em;
}

/*************** events ********************/
#events h1, #events h3, #events h4 {
	color: #000;
}
#events h2 {
	font-size: 0.9em;
}
#events h3 {
	font-size: 0.75em;
	margin: 1em 0 0.4em;
}
#events h3.location {
	margin: 0.5em 0 2em;
}
#events h4 {
	margin: 0.6em 0 0 0.4em;
	font-size: 0.75em;
	color: #333;
}
#events ul {
	list-style: none;
}
#events ul.results li {
	clear: both;
	border: 1px solid #eee;
	padding: 0.2em;
	margin: 0.5em 0 0.9em;
}
#events ul.results li div.title {
	background-color: #eee;
	padding: 0.2em 0.4em;
	font-size: 0.7em;
}
#events ul.results li div.title a {
	color: #3267cf;
	font-weight: bold;
	font-size: 1.2em;
}
#events ul.results li img.logo {
	float: left;
	margin: 0.5em 12px 6px 6px;
}
#events ul.results li small {
	display: block;
	font-size: 0.7em;
	background-color: #fff;
	padding: 0.4em;
	margin-top: 0.5em;
}

#aboutevent {
	font-size: 0.7em;
}
#aboutevent > * {
	font-size: 1em !important
}
#aboutevent br, #aboutevent p {
	margin-bottom: 0.8em !important;
}
#aboutevent ul, #aboutevent ol {
	margin: -0.4em 0 0.8em 0.2em !important;
	list-style: disc inside;
}


#events .programme {
	font-size: 0.75em;
	font-weight: normal;
	padding-top: 0.4em;
	margin-top: 0.4em;
	border-top: 1px dotted #b5b9b6;
}
#events .programme:first-child {
	padding-top: 0; margin-top: 0; border-top: 0;
}
#events .programme b {
	font-size: 1em;
}
#events .programme a.speaker {
	font-size: 1.2em;
	color: #3267cf;
	display: block;
	clear: both;
	margin: 0.5em 0 0.2em;
}
#events .programme p {
	font-size: 1em;
	margin: 0.5em 0 0 0;
}

#events div.speaker {
	clear: both;
	background-color: #fff;
	padding: 0.2em 0.3em 0.1em;
	margin: 0.5em 0 0.2em;
	border-bottom: 1px dotted #ddd;
}
#events div.speaker h3 {
	margin: 0 0 0.1em;
}
#events div.speaker h4 {
	background-color: #fff;
	margin: 0.5em 0.1em 0;
	padding: 0;
}
#events div.speaker p {
	margin: 0 0.1em 0.4em;
}
#events div.speaker ul {
	font-weight: normal;
	font-size: 0.7em;
	list-style: none;
	background-color: #fff;
	margin: 0 0.1em 0.7em;
	padding-left: 1.6em;
	text-indent: -1.6em;
}
#events div.speaker ul li:before {
	content: "\203A \0020";
}
#events div.speaker ul li {
	margin-bottom: 0.2em;
}


#events.agenda h4 {
	background-color: #ddd;
	color: #000;
	padding: 0.5em 1em;
	margin: 0.6em 0 0;
}

table.slots {
	border-collapse: separate;
	width: 100%;
	font-size: 0.9em;
}
table.slots.sessions {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #999;
}
table.slots.sessions:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }

table.slots tr {
	border-top: 10px solid #fff;
}
table.slots td.time {
	width: 120px;
	background-color: #eee;
	font-weight: bold;
	font-size: 0.75em;
	text-align: center;
	vertical-align: top;
	border-right: 10px solid #fff;
	padding: 0.8em 0.2em;
	border-bottom: 10px solid #fff;
}
table.slots td.details {
	background-color: #eee;
	padding: 0.6em 0.4em 0.4em;
	font-weight: bold;
	border-bottom: 10px solid #fff;
}
td.details ul {
	font-weight: normal;
	list-style: none;
	margin: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
td.details ul li:before {
	content: "\00BB \0020";
}
td.details ul li {
	margin-bottom: 0.2em;
}

tbody tr:nth-child(odd) { background-color: #f4f4f4; }



form fieldset {
	font-size: 0.8em;
	margin-top: 0.4em;
	padding: 0.4em;
	border-color: #ccc;
}
form.booking fieldset legend {
	background-color: #ccc;
	padding: 0.2em 0.4em;
}

form.booking table {
	font-size: 1em;
}
form.booking table thead td {
	font-weight: bold;
}
form.booking table tbody tr {
	vertical-align: top;
}
form.booking table tr td {
	padding: 0 0.2em 0.4em 0.2em;
}
form.booking table tr td input[type=radio] {
	margin-top: 0.2em;
}

#schoform.booking fieldset.small {
	font-size: 0.8em;
}
#schoform.booking fieldset.small label {
	padding-top: 0.1em;
	font-size: 1em;
}
#schoform.booking fieldset.small input {
	padding-top: 0;
	height: 1em;
}
#schoform.booking fieldset.small input[type=text] {
	height: 1.4em;
}
#schoform.booking fieldset.small tr.multiGroup input {
	vertical-align: top;
}
#schoform.booking fieldset.small tr.multiGroup td label {
	padding-top: 0.1em;
	vertical-align: top;
}
#schoform.booking fieldset.small td label span {
	display: block;
	float: left;
	padding-right: 0.6em;
}

#schoform.booking fieldset.small tr td {
	padding: 0 0.2em;
	vertical-align: top;
}



#events.venue img.map {
	float: left;
	margin: 0 12px 12px 0;
	border: 1px solid #b5b9b6;
	padding: 0.1em;
}

#events.venue div.description {
	font-size: 0.75em;
}



#events #sponsors {
	margin-top: 1em;
}
#events #sponsors h1:first-child { margin-top: 0; }
#events #sponsors h1 {
	margin-top: 0.5em;
}
#events #sponsors img {
	margin-right: 1em;
}
#events #sponsors ul {
	width: 100%;
}
#events #sponsors li {
	width: 33%;
	display: inline;
	float: left;
	margin-bottom: 0.2em;
	font-size: 0.8em;
	vertical-align: middle;
	text-align: center;
	width: 150px;
	height: 90px;
}


.schedule {
	margin-bottom: 2em;
}



/*************** association / companies ***********/

#filter {
	margin: 0 0 1em 0;
}
#filter a {
	color: #3267cf;
	font-size: 0.9em;
}
#filter .selected {
	font-weight: bold;
}

#companies h1 {
	margin: 0;
	border-bottom: 0;
}
#companies h2 {
	font-size: 0.9em;
	margin: 0.5em 0 0 0;
	padding-bottom: 0.1em;
	border-bottom: 1px dotted #465148;
}
#companies h3 {
	font-size: 0.75em;
	margin: 0.4em 0 0;
	padding-bottom: 0.4em;
}
#companies h3 a {
	color: #3267cf;
}

#companies .content-block ul {
	list-style: none;
	margin-left: 1.2em;
	text-indent: -0.8em;
}
#companies .content-block ul li:before {
	content: "\203A \0020";
}


/*************** archives ****************/
#archives h1 {
	font-size: 0.9em;
	border-bottom: 1px dotted #465148;
	color: #000;
	margin-bottom: 12px;
}
#archives div.pagination {
	border: 0;
	margin: 0;
	padding: 0;
}
#archives div.pagination span {
	float: left;
}
#archives .content-block {
	margin: 10px 0 0 0;
	border-top: 1px dotted #b5b9b6;
	padding-top: 12px;
	font-size: 0.7em;
}
#archives img.media {
	float: left;
	margin: 0 12px 8px 0;
}
#archives h2 {
	font-size: 1em;
	padding-bottom: 0;
	border-bottom: 0;
	margin: 0 0 2px;
}
#main #archives ul {
	list-style: none;
	margin-top: 1em;
	text-indent: 0em;
	font-size: 1em;
}
#archives ul li:before {
	content: "\203A \0020";
}
#archives .content-block a {
	color: #3267cf;
}


#main.feeds h1 {
	margin-top: 0;
}
#main.feeds #archives ul {
	font-size: 0.7em;
	margin-left: 1em;
}
#main.feeds #archives li {
	margin-bottom: 0.4em;
}


/*************** elearning *******************/
#elearning h2 {
	font-size: 0.8em;
	padding-bottom: 4px;
	border-bottom: 1px dotted #465148;
	margin: 0 0 8px;
	color: #000;
}

#main #elearning .content-block ul {
	list-style: none;
	margin: 0 0 2em 0em;
}
#elearning li {
	font-size: 1.2em;
	font-weight: bold;
}
#elearning li a {
	color: #000;
	font-size: 0.8em;
}
#elearning li p {
	font-size: 0.8em;
	font-weight: normal;
	text-indent: 1em;
}
#elearning ul li:before {
	content: "\203A \0020";
}




/*************** forms ... *******************/

#schoform fieldset, #eventlogin fieldset {
	background-color: #f4f4f4;
	border: 0px solid #3267cf;
	padding: 0; margin: 0 0 1em 0;
}
#schoform fieldset legend { display: none; } /* not using legend as I can't get easily get the template CSS x-browser */
#schoform fieldset h3, #eventlogin fieldset h3 {
	margin: 0;
	background-color: #ddd;
	font-size: 1em;
	padding: 0.5em 1em;
}
#schoform div, #eventlogin div {
	padding: 0.5em 1em;
	font-size: 0.75em;
}

#schoform .error {
	background-color: #d00;
	color: #fff;
	font-weight: bold;
}
#schoform .error span {
	padding-bottom: 0.4em;
	display: block;
}
#schoform fieldset.small table.slots td.error {
	padding: 0.4em 0.4em;
}

a.showhide img { float: right; margin:7px 6px 0 0; }
#schoform div#section_profile, #schoform div#section_prices, #schoform div#section_session, #eventlogin div#section_login {
	padding: 0; font-size: 1em;
}
.hidden { display: none; }
.unhidden { display: block; }


#schoform label, #eventlogin label {
	/*width: 24%;*/
	font-size: 1.1em;
	display: block;
	float: left;
	padding-top: 0.6em;
}
#schoform .opt label {
	font-weight: normal;
}
#schoform .req label {
	font-weight: bold;
}
#schoform .req label:before {
	content: '*';
}
#schoform input, #eventlogin input {
	width: 100%;
}
#schoform input#action, #schoform button, #eventlogin input#loginaction, #eventlogin button {
	padding: 0.3em 0.5em 0.4em;
}
#schoform.login label { width: 24%; }

#schoform.login input#action { width: 100%; }


div.error, div.success {
	border: 1px solid #f00;
	background-color: #fcc;
	padding: 1em;
	font-size: 0.8em;
	margin-bottom: 1em;
	font-weight: bold;
}
div.error ul {
	font-weight: normal;
	margin: 0.5em 0 0 0.5em;
	list-style: disc inside;
}
div.success {
	border: 1px solid #0f0;
	background-color: #cfc;
}



#schoform table, #eventlogin table {
	font-size: 0.8em;
	border-spacing: 4px;
	border-collapse: separate;
}

#oldie #schoform table {

}

#schoform table tfoot {
	background-color: #ccc;
}
#schoform table tfoot td {
	padding: 0.5em;
}
#schoform table tr, #eventlogin table tr {
	padding: 0.5em 0;
}
#schoform table td, #eventlogin table td {
	padding: 0.4em 0.5em;
	vertical-align: top;
}
/*#schoform table td.name {
	width: 42%;
}
#schoform table td.name label, #schoform table td.qty input {
	width: 100%;
}*/
#schoform table td.qty input {
	width: 100%;
	float: right;
}
#schoform table td.p1 {
	width: 5%;
}
#schoform table td.qty {
	width: 15%;
}
#schoform table td.p2 {
	width: 9%;
	text-align: right;
}
#schoform table td.buttons {
	width: 29%;
}
#schoform table td.buttons a {
	float: right;
}

#schoform.profile table {
	margin-top: 0.4em;
}

#schoform table input, #schoform table select, #schoform table textarea, #eventlogin table input {
	width: 97%;
	border: 1px solid #676767;
	height: 1.6em;
	padding: 0.3em 0.2em 0.1em;
}

#oldie #schoform table input {
	width: 90%;
}

#oldie #schoform table tr td {
	padding: 5px 10px;
}

/*#schoform #password {
	height: 1.5em;
	padding: 0.2em 0.2em 0;
}*/
#schoform table select {
	width: 100%;
	height: 2.2em;
}
#schoform table textarea {
	width: 96.5%;
	height: 6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#schoform.basket h3 {
	padding-left: 0.35em;
}
#schoform.basket h3, #schoform.basket table {
	background: #fff;
}
#schoform.basket table {
	font-size: 0.85em;
	border-spacing: 0;
	border-collapse: collapse
}
#schoform.basket table thead th {
	font-size: 1.1em;
	padding: 0 0.4em;
}
#schoform.basket table tbody tr {
	background: #f4f4f4;
}
#schoform.basket table tbody tr {
	border-top: 2px solid transparent;
}
#schoform.basket table tbody tr.item {
	border-top: 8px solid #fff;
}
#schoform.basket table tbody tr.item td {
	padding: 0.2em 0.5em 0.1em;
}
#schoform.basket table tbody td {
	padding: 0.2em 0.5em 0.4em;
	vertical-align: middle;
}
#schoform.basket table tbody td.buttons a {
	padding-right: 5px;
	margin-right: 0;
}
#schoform.basket table tbody td label {
	float: none;
	display: inline;
	font-size: 1em;
}
#schoform.basket table tbody td input {
	width: 75%;
	padding: 2px 0.2em 2px;
	height: 1.2em;
	margin-top: -0.4em;
}
#schoform.basket table tfoot tr {
	background: #fff;
	border-top: 8px solid #fff;
	font-size: 1.1em;
}
#schoform.basket table tfoot th {
	padding: 0.4em 0.4em;
}




div.pagination {
	border: 0;
	margin: 0;
	padding: 0;
}
div.pagination span {
	float: left;
}
#main ol.results {
	list-style: decimal inside;
	font-size: 0.7em;
	clear: both;
}
#main ol.results li {
	display: block;
	text-indent: -1.3em;
	margin-left:20px;
	margin-bottom:10px;
}
#main ol.results li:before {
	content: counter(item) ". ";
	counter-increment: item;
	display: inline;
}
#main ol.results li p {
	font-size: 0.85em;
	text-indent: 0em;
	margin-left: 0.1em;
}

span.highlight {
	background-color: #ff0;
	color: #000;
	font-weight: bold;
}
span.highlight2 {
	background-color: #dd0;
	color: #000;
	font-weight: bold;
}

form#subsearch {
	font-size: 0.6em;
	margin: -0.5em 0 1em;
	padding: 0.1em;
	background: #ccc;
	height: 2.4em;
}
form#subsearch div.order{
	padding: 0 1em 0 0.4em;
	background: transparent;
	width: 52%;
	margin-top: 0.2em;
}
form#subsearch div.sub {
	width: 45%;
	float: right;
	margin-top: 0.2em;
}
form#subsearch div a {
	text-decoration: none;
	padding: 0.4em;
	position: relative;
}
form#subsearch div a:hover {
	background: #ddd;
}
form#subsearch div a img {
	vertical-align: bottom;
}
form#subsearch div.sub input {
	width: 8em;
	margin-left: 0.8em;
}
form#subsearch div.sub input#subsubmit {
	background: #354d77;
	color: #fff;
	border: 0;
	font-weight: bold;
	font-size: 1em;
	width: 10em;
	padding: 0.2em 0.4em 0.2em;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	cursor: pointer;
}


div.searchad {
	background-color: #e5eff6;
	color: #000;
	padding: 1em 1em 0.4em;
	margin-bottom: 0.5em;
	/*border-bottom: 1px dotted #465148;*/
	font-size: 0.9em;
}
div.searchad h4 {
	font-size: 0.8em;
}
div.searchad a {
	color: #000;
}





.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 4px 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
	text-decoration:none;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* REGULAR */
button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

button.schofield {
	background: #354d77;
	color: #fff;
	border: 0;
	font-weight: bold;
	padding: 0 4px 2px 4px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	cursor: pointer;
}
#schoform a.schofield, #printme a.schofield, #eventlogin a.schofield {
	float: left;
	font-size: 1.05em;
	letter-spacing: -0.01em;
	text-align: center;
	display: block;
	width: 25%;
	background: #354d77;
	color: #fff;
	border: 0;
	font-weight: bold;
	padding: 6px 4px 8px 4px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	cursor: pointer;
}
#schoform a.schofield:hover, #printme a.schofield, #eventlogin a.schofield {
	text-decoration: none;
}
#printme a.schofield {
	float: right;
	font-size: 0.8em;
	width: 20%;
	padding: 4px 4px 6px;
}



.invoice h2 {
	font-size: 0.8em;
}
.invoice h2 span {
	display: block;
	/*float: left;*/
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 0.5em;
}


.invoice address {
	margin: 0.1em 0;
	font-size: 0.7em;
}

.invoice table.basket {
	margin: 1em 0;
	font-size: 0.75em;
	border: 1px solid #ccc;
}
.invoice table.basket thead, .invoice table.basket tfoot {
	font-weight: bold;
	background-color: #eee;
}
.invoice table.basket .paid {
	color: #090;
}
.invoice table.basket .notpaid {
	color: #f00;
}
.invoice table.basket td {
	padding: 0.6em 0.4em;
}
.invoice table.basket thead, .invoice table.basket tbody tr {
	border-bottom: 1px dotted #ddd;
}
.invoice table.basket tbody td {
	padding: 0.2em 0.4em;
	font-size: 0.85em;
}
.invoice #schofield_payment ul {
	font-size: 0.8em;
	list-style: none;
	margin-left: 1em;
}
.invoice #schofield_payment ul li {
	margin-bottom: 1em;
}
.invoice #schofield_payment ul ul {
	list-style-type: disc;
	margin: 0.5em 4em;
}
.invoice #schofield_payment ul ul li {
	margin-bottom: 0.1em;
}

.invoice #schofield_addresses {
	margin: 1em 0;
}

#oldie small {
	margin: 0;
	padding: 0;
	position: relative;
	left: -8px;
}

#twitter {
	clear: both;
	height: 32px;
	background-image: url(http://www.woundsinternational.com/images/twitter.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 40px;
	font-size: 0.85em;
}