body {
	font-family: Cambria, serif;
	font-size: 18px;
	color: #5d6b74;
	background-image: url('/php/bgimage.php');
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #f58d3d;
	font-weight: 300;
	font-family: "museo-sans", Cambria, serif;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#1369a2;
}

.blueText a:hover {
	text-decoration: none;
	color: #f58d3d;
}

h1, h2, h3, h4 {
	font-family: "museo-sans", arial, sans-serif;
}


h1 {
	font-weight: 900;
	font-size: 42px;
	line-height: 42px;
	
}

h1 a {
	font-weight: 900;
	font-size: 42px;
	line-height: 42px;
}


h2 {
	font-weight: 900;
	font-size: 28px;
	color: #1369a2;	
}

h2 a {
	font-weight: 900;
	font-size: 28px;
/*color: #1369a2 !important
*/
}

.left h2 { /* left section header style */
font-weight: 300;
}

h2.whiteOut {
font-weight: 300;
}

h3 {
	font-weight: 300;
	font-size: 19px;
	color: #f58d3d;
	padding-top: 20px;
}

.moreLink {
	font-size: 28px;
	padding-top: 0;
}

h3 a {
	color: #f58d3d;
	font-weight: 300;
	font-family: "museo-sans", Cambria, serif;
}


hr {
	color: #f58d3d;
	background: #f58d3d;
	height: 1px;
	border: 0;
	margin-bottom: 5px;
}

#dropdownFilter {
	color: white;
	font-weight: 600;
	font-family: "museo-sans", Cambria, serif;
	background: #f58d3d;
	border-radius: 10px;
	padding: 7px;
	padding-right: 50px;
	box-shadow: #333 0 0 3px;
	margin-left: 545px;
	margin-top: -7px;
	width: 120px;
}

#dropdownFilter select {
	background-color: #f58d3d;
	width: 165px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
}

#buttonStyle {
	color: white;
	font-weight: 600;
	font-family: "museo-sans", Cambria, serif;
	background: #f58d3d;
	border-radius: 10px;
	padding: 7px;
	padding-right: 50px;
	box-shadow: #333 0 0 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
}

#buttonStyle a {
	color: white;
}

#buttonStyle a:hover {
	color: #1369a2;
} 

input[type=submit] {
color: white;
font-weight: 300;
font-family: "museo-sans", Cambria, serif;
background: #f58d3d;
padding: 6px 10px;
cursor: pointer;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
min-width: 270px;
font-size: 20px;
text-align: left;
text-transform: uppercase;
}

.inputSubmit  {
	color: #666;
	font-weight: 300;
	font-family: "museo-sans", Cambria, serif;
	background: #fff;
	padding: 5px 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-width: 180px;
	font-size: 18px;
}

.indent {
	margin-left: 75px;
	text-indent: -75px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.updateTag {
	color: #1369a2;	
}

.subHeader {
	font-family: "museo-sans", Cambria, serif;
	color: #1369a2;	
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 10px;
}

.morecommentStrip {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}

.dateStrip {
	padding-top: 10px;
}

.dateTag {
	font-weight: 300;
}

.uppercase {
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.rightContact {
	float: right;
}


p {
	line-height: 23px;
	padding-bottom: 10px;
}

img {
	border: 0 none;
}

.arrowImg {
	vertical-align: -8px;
	padding-right: 3px;
}

.arrowImgDebate {
	padding-right: 3px;
}

.whiteOut {
	color: white;
}

.orangeText {
	color: #f58d3d;
	font-weight: 300;
	font-family: "museo-sans", Arial, sans-serif;
}

.orangeTextLarger {
        font-size: 1.2em;
	color: #f58d3d;
	font-weight: 700;
	font-family: "museo-sans", Arial, sans-serif;
}

.podcastDiv {
	border: 3px solid #f58d3d;
	border-radius: 10px;
	cursor: pointer;
}

.podcastText {
	color: #f58d3d;
	font-weight: 300;
	font-family: "museo-sans", Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 0;
	padding-left: 2px;
}

.podcast {
	display: none;
}

.blueText {
	color: #1369a2;
}

.dropShadow {
	text-shadow: 0 0 10px black;
}

.boxShadow {
	box-shadow: 0 0 5px black;
}

.vdarkgrey {
	background-color: #333;
}

.darkgrey {
	background-color: #5d6b74;
}

.lightgrey {
	background-color: #93a3a4;
}

.lightgreyText {
/*	color: #93a3a4; */
}

.orange {
/*	background-color: #ff8b30; */
	background-color: #f58d3d;
}

.lightorange {
	background-color: #ffc597;
}

.blue {
	background-color: #1369a2;
}

.white {
	background-color: #fff;
}

.bolditem {
	font-size: 20px;
}

.lightitem {
	font-size: 20px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 100px 0 100px;
	opacity: .9;
	box-shadow: #333 0px 0px 100px;
	-webkit-box-shadow: #333 0px 9px 100px;
}

#header {
	margin-bottom: 20px;
}

#topnavbar {
	margin-top: 5px;
	background-color: #f58d3d;
	border: 5px solid #f58d3d;
	border-radius: 10px;
}


.menuItem {
	float: left;
	font-family: "museo-sans", Cambria, serif;
	padding: 0 1px 0 1px;
	list-style: none;
}

#subAboutMenu { 
	display: none;
	position: absolute;
	background-color: white;
	color: ##1369a2;
	z-index: 100;
	margin-top: 7px;
	box-shadow: grey 0px 0px 5px;
	width: 150px;
	padding-left: 6px;
	padding-bottom: 9px;
}

#menu li:hover > ul {display:block;}

.submenuItem {
	position: relative;
	font-family: "museo-sans", Cambria, serif;
	padding: 5px 1px 5px 1px;
	list-style: none;
}


.lowered {
	vertical-align: -2px;
}

#searchBox {
	height: 24px;
	width: 150px;
	color: #666;
	font-family: "museo-sans", Cambria, serif;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #666;
	background-color: #fff;
	padding-left: 5px;
	position: relative;
}

#topnavbar a {
	color: white;
	padding-left: 9px;
	padding-top: 5px;
	padding-bottom: 11px;
	padding-right: 4px;
	font-weight: 500;
}

#topnavbar a:hover {
	color: #1369a2;
	background-color: white;
	padding-left: 9px;
	padding-right: 4px;
}

#subAboutMenu a {
	color: #1369a2;
}

#subAboutMenu a:hover {
	color: #f58d3d;
	padding-left: 9px;
}

body#homePage a#homePageNav,
body#commentPage a#commentPageNav,
body#updatesPage a#updatesPageNav,
body#ioionfilmPage a#ioionfilmPageNav,
body#eventsPage a#eventsPageNav,
body#forumsPage a#forumsPageNav,
body#joinPage a#joinPageNav,
body#aboutusPage a#aboutusPageNav
 {
	color: #1369a2;
	background-color: white;
	padding-left: 4px;
	padding-right: 4px;
}

#carouselDiv {
	padding-bottom: 20px;
	position: relative;
}

#carousel {
	width: 960px;       
	height: 300px;      
	overflow: hidden;
}

#carousel h1 {
	color: white !important;
}

#carousel .cImage {
	display: block;
	float: left;
	width: 780px;
	height: 300px;
}

#carousel .carouselImageOverlay {
	position: relative;
}

#carousel .dateTag {
	padding-top: 10px;
	padding-bottom: 0;
}

#carousel .carouselImageTagLeft {
	position: absolute;
	top: 15px;
	left: 30px;
}

#carousel .carouselImageTagRight {
	position: absolute;
	top: 10px;
	left: 550px;
	text-shadow: 0 0 10px black;
	width: 230px;
}

#carousel .carouselImageTagRight p {
	color: white !important;
	position: relative;
	top: 0px;
	padding-left: 5px;
	font-weight: 900;
	font-size: 28px;
	text-transform: lowercase;
}

#carousel .carouselCommentTagRight p {
	color: white !important;
	position: relative;
	top: 0px;
	padding-left: 5px;
	font-weight: 900;
	font-size: 28px;
	text-transform: lowercase;
}

#carousel .carouselImageDebateText {
	position: absolute;
	width: 750px;
	height: 100%;
	top: 150px;
	left: 30px;
}

#carousel .carouselImageDebateTextComment {
	width: 750px;
	left: 30px;
	padding-top: 30px;
}

#carousel .carouselForumImage img {
	position: absolute;
	top: 55px;
	left: 30px;
	max-height: 80px;
	width: auto;
	box-shadow: black 0px 0px 10px;
}

#carousel .carouselImageDebateTextForum {
	position: absolute;
	width: 700px;
	top: 150px;
	left: 30px;
        padding: 3px;
        background: rgba(0, 0, 0, .3);

}

#carousel .carouselItem {
	display: block;
	float: left;
	width: 780px;
	height: 300px;
	color: #fff;
}

#carousel .carouselComment {
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
}

#carousel .carouselItem a {
	color: white;
	font-family: "museo-sans", Cambria, serif;
}

#carousel .carouselItem a:link, a:visited {
	text-decoration: none;
}

#carousel .carouselItem a:hover {
	text-decoration: none;
	color: #fff;
}

.eventSubtitle {
	margin-bottom: 20px;
}

.eventContent a {
	color: #f58d3d;
	font-family: "museo-sans", Cambria, serif;
}

.eventContent a:link, a:visited {
	text-decoration: none;
}

.eventContent a:hover {
	text-decoration: none;
	color: #1369a2;
}

.eventLeftImage {
	align: left;
	padding-right: 10px;
}

.eventBlock {
	margin-top: 20px;
}

#prevBtn, #nextBtn{
  position:absolute;
  top:25%;
  margin:0px;
  width:80px;
  height:180px;  
  font-size:800%;
  font-weight:bolder;
  text-align:center;
  opacity: 0.4;
  text-shadow: 0 0 10px black;
  color:#FFF;
/*  background:rgba(230,230,230,0.3);
  outline:4px solid rgba(200,200,200,0.5);
 */ 
}

#prevBtn:before{content:"<";}

#prevBtn{

}

#prevBtn:hover, #nextBtn:hover {
	opacity: 0.6;
}

#nextBtn:before {content:">";}

#nextBtn {
	right: 5px;
}

#content {

}

#projects {
	margin-bottom: 20px;
}

#projects .orangeBox {
	margin-bottom: 20px;
}

#forums {
	margin-bottom: 20px;
}

#forums .orangeBox {
	margin-bottom: 20px;
}

#forums .forumLogo {
	float: left;
	width: 100px;
	margin-right: 20px;
}

#forums .salonLogo {
	padding-top: 5px;
	padding-bottom: 10px;
}

#forums .forumDetail {
	width: 500px;
	float: left;
}

#forums .salonDetail {
	width: 800px;
	float: left;
}

.projectTitle {
	font-family: "museo-sans", Cambria, serif;
	font-weight: 900;
	font-size: 21px;
	line-height: 22px;
}

.projectStrapline {
	font-family: "museo-sans", Cambria, serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 22px;
}

.leftBox {
	width: 600px;
	float: left;
	padding-top: 20px;
}

.footerText {
	width: 580px;
	float: left;
}

.footerSocialIcons {
	margin-left: 20px;
	margin-top: -40px;
	float: left;
}

.footerSocialIcons img {
	margin-right: 10px;
	display: inline;
	vertical-align: middle;
	padding-bottom: 5px;
}

.footerSocialIcons p {
	padding-bottom: 0;
}

.footerSocialIcons a {
	color: white;
}

.footerSocialIcons a:hover {
	color: #f58d3d;
}

.updateFlash {
	margin-bottom: 10px;
}

.updateFlash a:hover {
	text-decoration: none;
	color: #f58d3d;
}

.forumDetail p {
/*	padding-bottom: 10px !important;
*/}

.leftBox p {
/*	padding-bottom: 10px !important;
*/}

.w300 {
	width: 300px;
}

.w280 {
	width: 280px;
}

.centerProject {
	padding-left: 77px;
	padding-right: 77px;
}

#projects {
	margin-bottom: 20px;
}

#updates {
	margin-bottom: 20px;
}

#updates .updateItem {
	padding-top: 10px;
}

#updatesArchive {
	margin-bottom: 20px;
}

#updatesArchive a {
	color: white;
}

#updatesArchive a:hover {
	color: #1369a2;
} 

#events {
	margin-bottom: 20px;
}

#searchResults {
	margin-bottom: 20px;
}


#whatsUp {

}

.event {

}

.eventContent {
	margin-top: 10px;
}

.eventPicture {
	float: left;
	width: 400px;
}

.eventPicture img {
	border-radius: 10px 0 0 10px;
	max-height: 154px;
}

.imageOverlay {
	position: absolute;
	top: 0px;
	left: 440px;
}

.imageOverlay img {
	border-radius: 0 10px 0 0;
}

.eventText {
	float: left;
	width: 540px;
	height: 154px;
	position: relative;
	border-radius: 0 10px 10px 0;
}

.eventDetail {
	position: relative;
	padding: 10px 30px 10px 10px;
	width: 370px;
}

#bookingInfo p {
	padding-top: 10px;
}

.eventMetadata {

}

.eventMetadataItem {
	margin-bottom: 10px;
}

.ticketBox {
	border: 1px solid #ffc597;
	border-radius: 10px;
	padding: 10px;
	background-color: lightyellow;
}

.ticketBox form {
	margin-bottom: 10px;
}

.eventRHSFurtherInfo {
	padding: 5px 10px 10px 10px;
	color: white;
	background-color: #1369a2;
}

.eventRHSFurtherInfo h2 {
	color: #f58d3d;
}

.eventRHSFurtherInfo a:hover {
	text-decoration: none;
	color: white;
}

#comment {
	margin-bottom: 20px;
}

#content .leftCol {
	width: 640px;
	float: left;
}

#comment p {
	padding-bottom: 5px;
}

#comment .leftComment {
	float: left;
	width: 310px;
	padding-right: 10px;
}

.commentItem {
	margin-bottom: 10px;
}

#theTeam .leftComment {
	float: left;
	width: 310px;
	padding-right: 10px;
}

.commentContact {
	position: relative;
	top: -30px;
}

.commentQuote {
	position: relative;
	top: -50px;
}

.commentSharing {
	margin-bottom: 20px;	
}

.puffName {
	position: relative;
	top: 45px;
	left: 5px;
}

.puffQuote {
	position: relative;
	top: -40px;
}

#latestComment {
	margin-top: 20px;
}

#relatedContent {
	width: 300px;
}

.relatedContentItem {
	margin-top: 10px;
	margin-bottom: 10px;
}

#debateThemes {
	margin-bottom: 20px;
}

.playArrow {
	position: absolute;
	top: 50px;
	left: 100px;
	opacity: 0.5;
}

.playArrowCarousel {
	position: absolute;
	top: -55px;
	left: 300px;
	opacity: 0.5;
}

#join {
	margin-bottom: 20px;
}

#about {
	margin-bottom: 20px;
}

#achievements {
	margin-bottom: 20px;
	margin-top: 20px;
}

#achievements h2 {
	width: 580px;
}

#history {
	margin-bottom: 20px;
}

#history .orangeBox {
	margin-bottom: 20px;
}

#history .historyBox {
	width: 220px;
	margin-right: 15px;
	float: left;
	font-size: 28px;
	font-weight: 300;
}

#theTeam {
	margin-bottom: 20px;
}

#theProjects {
	margin-bottom: 20px;
}

#theTeam .orangeBox {
	margin-bottom: 20px;
}

#page {
	margin-bottom: 20px;
}

#page p {
	padding-bottom: 10px !important;
}

.orangeBox {
	border: 5px solid #f58d3d;
	border-radius: 10px;
	padding: 10px;
	margin-left: -5px;
	margin-right: -5px;
}

.orangeBox ul {
	list-style: square;
        margin: 0 0 15px 25px;
}

.orangeBox li {
        margin: 0 0 10px 0;
}


.blueBox {
	border-radius: 10px;
	padding: 5px 10px 10px 10px;
	color: white;
	width: 280px;
}

.blueBox p {
	padding-top: 5px;
	color: #fff;
}

.blueBox a:hover {
	text-decoration: none;
	color:#fff;
}

.eventDetail a:hover {color:#fff;}

.solidOrangeBox {
	border: 5px solid #f58d3d;
	background-color: #f58d3d;
	border-radius: 10px;
	padding: 10px;
	margin-left: -5px;
	margin-right: -5px;
}

.solidOrangeBox a {
	color: #fff;
	font-weight: 300;
	font-family: "museo-sans", Cambria, serif;
}

.column {
	width: 60px;
	margin: 0 10px 0 10px;
	float: left;
	min-height: 40px;
}

.personBox {
	width: 300px;
	float: left;
}

.debateBox {
	position: relative;
	width: 300px;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

.forMorons {
	font-style: italic;
	font-size: 14px;
	position: absolute;
	top: -7px;
	left: 23px;
}

.marginLeft20 {
	margin-left: 20px;
}

#footer {
	padding-left: 15px;
	margin-top: 20px;
}

#footer p {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	font-family: "museo-sans", Arial, sans-serif;
	padding-bottom: 0px;
}

#socialIconsWrapper {
	height: 30px;
	overflow: hidden;
	width: 140px;
}

#socialIconsWrapper a {
	background: url(/images/production/social-icons.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	margin-right: 5px;
	text-indent: -9999em;
	width: 30px;
}

a#twitterIcon {
	background-position: 0 -30px;
}

a#googleIcon {
	background-position: 0 -90px;
}

a#rssIcon {
	background-position: 0 -180px;
}

.spacer {
	height: 10px;
}

.subTitle {
font-weight: 300;
line-height: 32px;
padding-top: 10px;
}

.subTitle p {
	line-height: 32px;
}

.archiveList {

}

.archiveList li {
	display: inline;
}

li.archiveMonth:nth-last-child(n+2)::after {
	content: ", ";
}


.lightHeading {
font-weight: 300;
}

.author {
	text-transform: uppercase;
}

.slicknav_menu {
display: none;
}

.footerSocialIcons {
margin-top: 10px;
}

.carouselAuthor {
	margin-top: 46px;
	padding-left: 70px;
	
}

hr.dottedline {
  border:none;
  border-top:1px dotted #f00;
  color:#999;
  background-color: #fff;
  height:1px;
  width:100%;
}

.floatedimage {
   float:right;
   margin: 0 0 10px 10px;
}