/*
Theme Name:     Twenty Eleven Child
Description:    Child theme for the Twenty Eleven theme 
Template:       twentyeleven
Version:        0.1.0
*/

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse;	border-spacing: 0;}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Layout */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	}

@media screen and (max-width: 450px) {
body {
	font-size: 1.1em;
	.topsearch { float:right; margin: 0px 0px 0px 0px;
 }
	}
}
	
a {
	color: #0000cc;
	text-decoration: none;
}

a:hover {
	color: #00007f;
	text-decoration: underline;
}

a:visited {
	color: #0000cc;
	text-decoration: none;
}

.single .entry-header {
	max-width: 758px
}

h1 {
	margin: 10px 0 15px 0;
	color: #000000;
	font-size: 2em;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	line-height:130%;
	}
	
@media screen and (max-width: 750px) {
    h1 {
	font-size: 1.3em;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	line-height:120%;
    }
}
	
.bold	{
	font-weight: bold;
}

#page {
	max-width: 1098px;
	margin: 0 auto;
	background: #fff;
  line-height: 150%;
}

hgroup,
.skip-link,
.assistive-text {
	display: none;
}

#searchform {
	float: right;
	margin: 0;
	position: relative;
	z-index: 50;
}

.topsearch { float:right;
margin: 20px 0px 0px 0px;
 }

#searchformtop {
	margin: 20px 0px 0px 0px;
}

#searchformtop input {
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	width: 200px;
}

.searchsubmittop {
width: 50px;
}


.error404 #primary #searchform{
	float: left;
	margin: 10px 0 0;
	position: relative;
	z-index: 50;
}

#searchform input {
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	width: 230px;
	margin-right: 10px;
}

.login {
  float: right;
  font-size: 0.8em;
  padding: 5px;
  position: relative;
  width: 220px;
}

.login > li {
  display: inline;
}

#search-2 {
	margin: 0 0 50px 0;
}


#secondary #searchform {
    float: left;
    margin: 10px 0px 0px 0px;
    position: relative;
    width: 214px;
    z-index: 50;
}
#secondary #searchform input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 6px 6px 6px 6px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 23px;
  margin-top: 3px;
  padding: 4px;
  width: 220px;
}

#secondary form#searchform input#searchsubmit {
    background: url("/images/go-button.gif") no-repeat scroll left top transparent;
    display: block;
    float: right;
    font-size: 0;
    height: 26px;
    line-height: 0;
    margin: -49px -45px 0 -0;
    overflow: hidden;
    text-indent: -9999px;
    width: 26px;
}

form#searchform input#searchsubmit {
	background: url("/images/go-button.gif") no-repeat scroll left top transparent;
	display: block;
	float: right;
	font-size: 0;
	height: 26px;
	line-height: 0;
	margin: 0 5px 0 -37px;
	overflow: hidden;
	text-indent: -9999px;
	width: 26px;
}

.logoNav {
  float: left;
  margin: 20px 0 0 10px;
  position: initial;
  width: 200px;
  z-index: 20;
}


.adsenseHeader {
  float: left;
  margin: -20px 0 0;
  width: 100%;
}

#branding .login {
  float: right;
  font-size: 0.9em;
  margin: 0 0 -6px;
  position: relative;
  width: auto;
  z-index: 200;
	display: none;
}

#branding .login li {
    display: inline;
}

#branding .login a, #branding .login a:visited {
    color: #666666;
    margin: 0 2px;
}


#main {
	padding: 13px 0 0 8px;
}



.single-incsub_wiki #primary {
  margin: 15px 23px 23px 0;
}

#secondary {
width:300px;
}



@media (min-width: 1100px) {
#main {
    position: relative;
}

#content {
	margin-right: 310px;
}

#secondary {
position: absolute;
width: 300px;
top: 0;
right: 0;
margin-top:10px;
}
}



.single-incsub_wiki #secondary {
  margin: 15px 0 0;
}

.page-template-non-debate-php #secondary {
	margin-top: 32px;
}

.clearAll {
	clear: both;
}

/* The Debates */
.debatePictures {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}
.debatePictures img{
border: 1px solid #ccc;
max-width:200px;
height:auto;
}

.debateTitleExcerpt {

}
.debateList .entry-title {
    font-size: 1.1em;
    line-height: 150%;
    margin: 12px 0 0;
}

.debateIntroHome {

}

.excertpgray{color:#5d5d5d;}

.hometitle a {
font-size:20px;
	color:#000;
	font-weight:600;
	display: block;
	margin:0px 0px 15px 0px;
}

.edit-link {
	display: none;
}

#content {

}

.listOdd {
	background: #dcdcdc;
}

.debateListOdd{
margin-bottom:60px;
margin-top:15px;

}
.debateListEven {

	min-height: 190px;
}

.toTop {
    background-color: #666666;
    float: right;
    font-size: 0.8em;
    margin: -20px 0 16px;
    padding: 2px;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 100;
}
.toTopBorderTop {
    border-top: 1px solid #999999;
    margin: 24px 0 0 8px;
    min-height: 20px;
}
.toTop a, .toTop a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.toTop a:hover {
    color: #666;
}


.debateTitle {
    background-color: #E4E4E4;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-size: 1.2em;
    padding: 8px;
}

.debateIntro {
    color: #333333;
    margin: 8px 0px 24px;
}


.debateIntro p {
    margin: inherit;
    color: #333333;
		margin-bottom: 1em;			
}
p {
    line-height: 150%;
    margin-bottom: 15px;
}

.debateIntro br {
  margin-bottom: 1em;
}

.pointArgument br {
  margin: 0 0 0.5em 0;
}


.debateTitleInPage {
    background-color: #ececec;
font-weight:bold;
    margin-bottom: 10px;
	margin-top: 20px;
    padding: 5px 2px;
	font-size:1.1em;
    width: 100%;
}

@media only screen and (min-width: 768px) {
.debateTitleInPage {
    padding: 5px 10px;
}
}

.pointWrapper {
		float: left;
		margin: 0 0 24px 0;
		width: 100%;
		display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
		overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.pointWrapperAddDebate {
		float: left;
		margin: 0;
		padding-left: 10px;
}

.yesNoHeaders {
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
    padding: 0 8px;
		margin: 23px 0 -12px;
}



.yesColour, .yesColour a, .yesColour a:visited {
    color: #37b715;
}
.noColour, .noColour a, .noColour a:visited {
    color: #ec090e;
}

.with_frm_style .yesPoints .frm_top_container label.frm_primary_label, .with_frm_style .frm_hidden_container label.frm_primary_label, .with_frm_style .frm_pos_top {
    color: inherit;
		font-weight: bold;
		padding: 10px 0 0;
}

.with_frm_style .yesPoints {
    color: #991717;
}
.with_frm_style .yesPoints .noPoints {
    color: #1F627D;
}

.with_frm_style .noPoints {
    color: #1F627D;
}

.page-template-add-debate-php .form-field.pointHeadline {
    background-color: #EAEAEA;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    font-size: 1.1em;
    font-style: italic;
    margin: 0;
    padding: 4px 8px 8px;
    max-width: 816px;
}

.with_frm_style .noPoints .frm_top_container label.frm_primary_label, .with_frm_style .frm_hidden_container label.frm_primary_label, .with_frm_style .frm_pos_top {
    color: #1F627D;
		font-weight: bold;
		padding: 10px 0 0;
}

.with_frm_style .noPoints .noColour label.frm_primary_label {
    color: #991717;
}

.with_frm_style fieldset.noPoints {
  margin-bottom: 0;
  max-width: 840px;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px dashed #ccc;
}


h2 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.3em;
    line-height: 150%;
}

h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
    line-height: 130%;
}

h4 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
    line-height: 130%;
}

h5 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
    line-height: 130%;
}

.catpage {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
    line-height: 200%;
	margin-left: 30px;
}

#yieldDebate {
    float: left;
    line-height: 150%;
    max-width: 758px;
}

.pointArgument,
.pointRebuttal {
    margin-top: 8px;
		overflow:	hidden;
}

.pointArgument {
		margin: 16px 0 0 0px;
		background-color: #eefdea;
		padding:10px 2px;
}
.pointRebuttal {
		margin: 16px 0 0 0px;
		background-color: #fdecec;
		padding:10px 2px;
}

.pointArgument2 {
		margin: 16px 0 0 0px;
		background-color: #fdecec;
		padding:10px 2px;
}
.pointRebuttal2 {
		margin: 16px 0 0 0px;
		background-color: #eefdea;
		padding:10px 2px;
}


@media only screen and (min-width: 768px) {
.pointArgument {
		margin: 16px 0 0 0px;
		background-color: #eefdea;
		padding:10px;
}
.pointRebuttal {
		margin: 16px 0 0 0px;
		background-color: #fdecec;
		padding:10px;
}

.pointArgument2 {
		margin: 16px 0 0 0px;
		background-color: #fdecec;
		padding:10px;
}
.pointRebuttal2 {
		margin: 16px 0 0 0px;
		background-color: #eefdea;
		padding:10px;
}
}

.leftp {
    width: 100%;
    margin: 4px 0 0 0px;
	box-sizing: border-box;
}

.rightp {
    width: 100%;
    margin: 20px 0 0 0px;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
.leftp {
    width: 48%;
    margin: 4px 7px 0 0px;
	box-sizing: border-box;
	-webkit-order: 1;
    order: 1;
}

.rightp {
    width: 48%;
    margin: 4px 0 0 0px;
	box-sizing: border-box;
	-webkit-order: 2;
    order: 2;
}

#footer { max-width:700px; }

}

.because {
    margin: 4px 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
	width:100%;
	display:block;
}

.because.yesBecause {
    margin: 4px 0 0 0;
	box-sizing: border-box;
	background-color: #eefdea;
	width: 100%;
	padding: 10px 2px;
}

.because.noBecause {
    margin: 4px 0 0 0;
	box-sizing: border-box;
	background-color: #fdecec;
	width: 100%;
	padding: 10px 2px;
}

@media only screen and (min-width: 768px) {
.because.yesBecause {
    margin: 4px 0 0 0;
	box-sizing: border-box;
	background-color: #eefdea;
	width: 49%;
	padding: 10px 10px;
	-webkit-order: 1;
    order: 1;
}

.because.noBecause {
    margin: 4px 0 0 0;
	box-sizing: border-box;
	background-color: #fdecec;
	width: 49%;
	padding: 10px 10px;
	-webkit-order: 2;
    order: 2;
}
}





.because.yesBecause2 {
    margin: 4px 0 0 0;
	box-sizing: border-box;
	background-color: #eefdea;
	width: 100%;
	padding: 10px 2px;
}

.because.noBecause2 {
    margin: 4px 0 0 0;
	box-sizing: border-box;
	background-color: #fdecec;
	width: 100%;
	padding: 10px 2px;
}

@media only screen and (min-width: 768px) {
.because.yesBecause2 {
    margin: 4px 0 0 0;
	box-sizing: border-box;
	background-color: #eefdea;
	width: 49%;
	padding: 10px 10px;
	-webkit-order: 1;
    order: 1;
}

.because.noBecause2 {
    margin: 4px 0 0 0;
	box-sizing: border-box;
	background-color: #fdecec;
	width: 49%;
	padding: 10px 10px;
	-webkit-order: 2;
    order: 2;
}
}


.because a, .because a:visited {
    color: #000000;
    text-decoration: none;
}


.allPointsWrapper {
    float: left;
    width: 100%;
}
.lightGreenBG {
    background-color: #D7EAE6;
    padding: 0;
}

.darkHorizontalLineBottom {
    border-top: 1px solid #333333;
}

.pointTitlesWrapper {
    margin: 16px 0;
}
.horizontalLines {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    padding: 4px 0;
}
.horizontalLineBottom {
    border-bottom: 1px solid #999999;
}
.darkHorizontalLineTop {
    border-top: 1px solid #333333;
}
.addNewPointTop {
    font-style: italic;
    margin: 16px 0 16px 8px;
}
.pointTitlesHeader {
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
    padding: 0 0 0px 8px;
}
.pointsWrapperOdd, .pointsWrapperEven {
    margin: 0 0 0 -30px;
    padding: 4px 0 4px 30px;
}
.pointsWrapperOdd {
    background: none repeat scroll 0 0 #f3f3f3;
}
.pointsWrapperEven {
    background: none repeat scroll 0 0 #fff;
}

.pointTitles li {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    list-style: decimal outside none;
    margin: 8px 0 0 24px;
}

.height24px{
    height: 24px;
}

.oddPointList, .evenPointList {
    margin: -8px -24px;
    padding: 0;
}
.oddPointList a, .evenPointList a {
    padding: 0 0 0 0;
    text-decoration: none;
}
.oddPointList a:visited, .evenPointList a:visited {
	color: #666;
}
.oddPointList a:hover, .evenPointList a:hover {
	color: #33cc99;
}

.zebraOdd{

}
.zebraEven {
	background-color: #DCDCDC;
	border-bottom: 1px dotted #DCDCDC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/*
#nav-above,
.home .entry-meta,
.archive .entry-meta,
.home .comments-link,
.archive .comments-link,
.home .ratingblock,
.archive .ratingblock,
#nav-single,
.edit-link   {
	display: nones;
}
*/

/* Navigation */
#menu-main-nav {
  float: right;
  font-size: 1.1em;
  margin: 0px 0 16px;
  position: relative;
  z-index: 50;
}

#menu-main-nav li {
    display: inline;
}

#header a, #header a:visited {
    text-decoration: none;
}
#menu-main-nav a, .mainNav a:visited {
    color: #333333;
    margin: 0 8px;
}

#menu-main-nav li {background:url("/images/separator15.gif") right center no-repeat; padding-right:8px;} 
#menu-main-nav li .page {margin:0em 0.5em;} 
#menu-main-nav li:first-child .page {margin-left:0;} 
#menu-main-nav li:last-child {background:none; padding-right:0;} 
#menu-main-nav li:last-child .page {margin-right:0;} 

.headerBottom {
	border-bottom: 1px solid #999;
	margin: 0 8px;
}


/* Non-debate pages */
.tabsPageTitle {
    background: none repeat scroll 0 0 #33CC99;
    color: #FFFFFF;
    float: left;
    font-size: 1.3em;
    padding: 2px 124px 4px 32px;
}

.asteriskPageTitle {
    float: left;
    font-size: 2em;
    font-weight: normal;
    margin: 6px 12px -30px -26px;
}

.highlightColourReverse {
    color: #FFFFFF;
}

.generalPageMainCol {
    float: left;
    line-height: 150%;
    margin: 0 24px 0 0;
    max-width: 758px;
}
.page-template-no-sidebar-php .generalPageMainCol {
    max-width: 850px;
}

.page-template-add-debate-php .generalPageMainCol {
    max-width: 888px;
}

.generalPageContent {
    margin: 32px 12px 16px;
    padding: 16px;
}

.page-id-2823 .generalPageContent {
    margin: 32px 12px 16px;
    padding: 0px;
}

.whiteBG {
    background-color: #FFFFFF;
}

ol {
    list-style: decimal outside none;
    margin-bottom: 1em;		
}

.generalPageContent li {
    line-height: 150%;
    margin: 10px 0 0 20px;
}


/* Sidebar */
#secondary h3 {
    background-color: #F6F6F6;
    border-bottom: 1px dashed #959595;
    border-top: 1px solid #959595;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 0 4px 8px;
		margin: 57px 0 5px;
}


#secondary aside h3.widget-title {
  display: block;
  margin: 27px 0 0 !important;
}

.home #secondary aside:first-child h3.widget-title {
  margin: 0 !important;
}

#secondary #cse-search-box input.searchBox,
#secondary #cse-search-box input.submit {
  border: 1px solid #ccc !important;
  margin: 8px 0 0;
  width: 99%;
  padding: 6px 0 !important;
}


#secondary #cse-search-box input.submit {
	cursor: hand;
	cursor: pointer;
  padding: 3px 0 !important;
  width: 100%;
}

#cse-search-box input.submit:hover {
	background: #ccc;
}

#search #cse-search-box input.searchBox,
#search #cse-search-box input.submit  {
  border: 1px solid #ccc !important;
  margin: 8px 0 0;
  padding: 6px 0 !important;
	width: 300px	
}

#search #cse-search-box input.submit  {
	cursor: hand;
	cursor: pointer;
  padding: 3px 0 !important;
	display: block;
	width: 302px	
}

.archive #secondary h3,
.search #secondary h3 {
		margin: 27px 0 0;
}


#yarpp_widget-2,
#ctc-3 .ctc {
    background-color: #E3E3E3;
}
#yarpp_widget-2 ol
{
    margin: 0 0 8px 8px;
		padding-bottom: 8px;
}
#yarpp_widget-2 li {
    margin: 8px 0 8px;
		list-style: none;
}
#yarpp_widget a, #yarpp_widget a:visited {
    text-decoration: none;
}
.yarpp_widget a {
    display: block;
    padding: 8px 8px 8px 0;
}

.fb-like {
	margin: 8px 0 8px 50px;
}

#ctc-3 .ctc {
	padding: 8px;
}

/* Page specific */

.page-id-2850 h3 {
	margin-top: -1em;
}

.wodcImageRight {
    float: right;
    margin-left: 15px;
}

.wodcCol1 {
    float: left;
    margin-right: 80px;
    max-width: 345px;
}
.wodcCol2 {
    float: left;
    width: 260px;
}



/* Login/Register */
#theme-my-login {
	float: left;
	max-width: 350px;
	margin-bottom: 1px;
}

.themeMyLogin {
	float: left;
	max-width: 364px
}

#janrainEngageEmbed {
	float: left;	
	max-width: 400px;
}

#theme-my-login #loginform input#user_login,
#theme-my-login #loginform input#user_pass,
#theme-my-login #registerform input#user_login,
#theme-my-login #registerform input#user_email,
#theme-my-login #lostpasswordform input#user_login {
	max-width: 339px;
	height: 23px;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #ccc;
}



#theme-my-login .submit input{
	background: #666;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
#theme-my-login .submit input:hover{
	color: #33CC99;
}

#theme-my-login li {
    background: url("/images/separator15.gif") no-repeat scroll right center transparent;
    display: inline;
    line-height: 150%;
    margin: 10px 10px 0 0;
    padding: 0 15px 0 0;
}

#theme-my-login li:last-child {background:none; padding-right:0;} 


/* Footer */

#footer {
	clear: both;
	margin: 23px 8px 10px;
}

.footerNav {
    float: left;
    margin-left: 0px;
    padding: 2px 0;
}

.footerNav li {
    display: inline;
    padding: 0 4px 0 0;
}

.footerNav a, .footerNav a:visited, .navBottomRight a, .navBottomRight a:visited {
    color: #666666;
    padding: 0 4px;
    text-decoration: none;
}

.navBottomRight {
    float: right;
    margin-right: 0px;
    padding: 2px 0;
}

.home .navBottomRight {
    padding: 4px 0;
}


/* Wiki */
#wp-wikicontent-wrap {display: none;}

#wiki-taxonomies {margin: 20px 0;}

input#wiki_title {
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	max-width: 748px;
}

.incsub_wiki_meta_box input,
.incsub_wiki_meta_box textarea {
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	max-width: 585px;
	margin-left: 15px;
}

.incsub_wiki_meta_box label input {
	width: 20px;
}

.incsub_wiki_meta_box textarea {
	height: 123px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.incsub_wiki_meta_box .alignleft{
	margin-left: 151px;
}
.incsub_wiki_clear input {
	margin: 0 0 0 165px;
}

.incsub_wiki_meta_box .clear {
	margin: 20px 0;;
}

.incsub_wiki_meta_box th,
#wiki-tags-label {
	color: #333333;
    font-size: 13px;
    font-weight: normal;
    padding: 0 9px 0 0;
    vertical-align: top;
}

.incsub_wiki_meta_box tr.ct_No_Point_1_text_fa01 {
	background: red;
}

.discussion .debateIntro,
.edit .debateIntro,
.history .debateIntro,
.discussion .allPointHeadlinesWrapper,
.edit .allPointHeadlinesWrapper,
.history .allPointHeadlinesWrapper,
.discussion .allPointsWrapper,
.edit .allPointsWrapper,
.history .allPointsWrapper,
.history .form-table,
.discussion .pointWrapper,
.edit .pointWrapper,
.history .pointWrapper {
	display: none;
}

.incsub_wiki_tabs li.current {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 3px 5px 0;
}
.incsub_wiki_tabs li {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 3px 5px 0;
		background: none repeat scroll 0 0 #blue;
}
.incsub_wiki_tabs li:hover {
	background: #ccc;
}

#wiki-page-wrapper {

}


.discussion #disqus_thread {
	margin-top: 10px;
}

#post-revisions thead tr {
    background: none repeat scroll 0 0 #CCCCCC;
}
#post-revisions thead th {
    padding: 8px 8px 3px 4px;
    text-align: left;
    border: 1px solid #666666;
}


#post-revisions tbody td {
	min-width: 50px;
	padding: 4px 0 4px 4px;
}
#post-revisions tbody tr{
    background: none repeat scroll 0 0 #e4e4e4;
}
#post-revisions tbody tr.alternate{
    background: none repeat scroll 0 0 #fff;
}

#wiki-page-wrapper .long-header,
#wiki-page-wrapper h3 {
	margin: 10px 0 0;
}

#wiki-page-wrapper .form-table th,
#wiki-tags-label {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #999999;
    padding: 2px 0 0 4px;
    text-align: left;
    width: 142px;
}

.form-table th {
	border-radius: 4px;
}

.incsub_wiki_revisions input.button-secondary{
	border: 1px solid #666666;
}

/* Hiding the ability for non-admins to set editing roles or click Advanced */
.incsub_wiki_meta_box .incsub_wiki_label_roles,
.incsub_wiki_meta_box b,
#wiki-category-td select,
.incsub_wiki_tabs li.incsub_wiki_link_advanced_edit{
	display: none;
}

.incsub_wiki_bottom {
  margin: 0 0 0 4px;
}

span.incsub_wiki-category {
  display: inline-block;
  margin: 0 0 0 8px;
}

.incsub_wiki-category a:after {
	content: "|";
  padding: 0 10px;	
}

.sidebarIntro {
	border: 1px dashed #ccc;
	padding: 5px 5px 0 5px;
	font-size: 0.9em;
	color: #666;
	margin: 12px 0;
}

.sidebarIntro p {
	margin-bottom: 1em;
}

.sidebarIntro a {
	color: #991717;
}


.sidebarButton {
  background: none repeat scroll 0 0 #d7eae6;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
  color: #000;
  display: inline-block;
  font-family: monospace;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 6px 6px 12px;
  text-decoration: none;
  width: 169px;
}

.sidebarButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.sidebarButton:active {
	position:relative;
	top:1px;
}
.sidebarButton p {
	margin-bottom: 10px;}
	
#text-3 .textwidget a {
	padding: 8px 0 0 8px;
	display: block;
}
	
/* This imageless css button was generated by CSSButtonGenerator.com */

.commentlist {
  list-style: outside none none;
}

.comment-author .avatar {
  display: none;
}

.comment-author.vcard {
  font-weight: bold;
  margin: 29px 0 0;
  text-align: left;
}

#commentform label {
  float: left;
  width: 100px;
}

#commentform input {
  border: 1px solid #ccc;
  padding: 7px;
}

#commentform textarea {
  border: 1px solid #ccc;
  padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
}

.with_frm_style fieldset {
  margin-bottom: 0;
  width: 100% !important;
}

#secondary #searchform {
  display: block;
}

@charset "utf-8";
/* CSS Document */

.with_frm_style input[type="text"], 
.with_frm_style input[type="password"], 
.with_frm_style input[type="email"], 
.with_frm_style input[type="number"], 
.with_frm_style input[type="url"], 
.with_frm_style select, 
.with_frm_style textarea, 
.frm_form_fields_style, 
.frm_form_fields_active_style, 
.frm_form_fields_error_style {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
}

.with_frm_style textarea {
	height: 175px;
}

.with_frm_style label.frm_primary_label {
    color: #444444;
    display: block;
    font-family: inherit;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 2px;
    padding: 0;
    text-align: left;
    width: auto;
}

.with_frm_style .frm_checkbox {
    display: block;
    float: left;
    margin: 0 20px 20px 0px;
}

#frm_field_87_container {
	margin-bottom: 15px;
}

.with_frm_style fieldset .pointTextarea {
	float: left;
	padding: 0 10px 0 0;
}

.with_frm_style fieldset .pointTextarea.rebuttal {
	padding-left: 18px;
}

.with_frm_style fieldset {
  max-width: 840px;
	margin-bottom: 0px;
}

.with_frm_style fieldset .yesArgument.pointTextarea  textarea {
	max-width: 383px;
}
.with_frm_style .frm_form_field {
    clear: none;
}	

.with_frm_style .form-field {
    margin: 0 10px 20px;
}
.with_frm_style .form-field.frm_top_container  {
    margin: 0 10px 20px 0;
}
.with_frm_style .form-field.frm_top_container.pointHeadline  {
    margin: 20px 10px 0px 0;
}


.with_frm_style .form-field.addPointConditional {
	margin: 0px 20px 20px 0;
}

.pointHeadline input {
	max-width: 400px;
}


/* Contact Form */
.page-template-non-debate-php .with_frm_style .contactTextfield {
    max-width: 550px;
}
.page-template-non-debate-php .with_frm_style .contactTextarea {
    max-width: 550px;
		height: 300px;
}

.with_frm_style input[type="text"], 
.with_frm_style input[type="password"], 
.with_frm_style input[type="email"], 
.with_frm_style input[type="number"], 
.with_frm_style input[type="url"], 
.with_frm_style input[type="tel"], 
.with_frm_style select, 
.with_frm_style textarea, 
.frm_form_fields_style, 
.frm_form_fields_active_style, 
.frm_form_fields_error_style {
    max-width: 785px;
}

#frm_field_83_container input,
.with_frm_style .introduction textarea {
    max-width: 834px;
}
.with_frm_style .introduction textarea {
    height: 100px;
}
.with_frm_style .pointHeadline input[type="text"] {
    max-width: 803px;
}
.pointHeadline input   {
    max-width: 805px;
}

/* Activity Stream */
#wp-activity-2 #activity {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 150px;
    list-style: none outside none;
    margin: 10px;
    overflow: auto;
    padding: 7px;
    width: 150px;
}

.pointTextarea textarea {
	padding-top: 10px;
}

/* Theme my login */

#theme-my-login .login form label {
    display: block;
}

#searchform .login form label {
    display: none;
}


/* Rating */
.ratingblock, .thumblock {
	display: none;
}

.comments-link {
	display: none;
}

.wp-paginate {
    clear: both;
    display: block;
    margin: 23px 0 0;
    padding: 7px 0;
}

.navigation {
  clear: both;
  display: block;
  margin: 10px 0 0 5px;
}

article:last {
	margin-bottom: 500px;}
	
.headerRow2.clearfix {
  float: right;
  margin: -91px 0 0;
  max-width: 650px;
}

.adLinkUnit {
	display: none;
}

.single-incsub_wiki .adLinkUnit {
	display: block;
}



.single-incsub_wiki .responsiveAd {
  margin: 15px 0;
}

.single-incsub_wiki .inDebateAd {
  margin: 15px 0 30px;
}

.nav-collapse {
  position: absolute;
  width: 24%;
  top: 2em;
  left: 0;
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.nav-collapse a {
  box-sizing: border-box;
  display: inline;
  font-weight: normal;
  padding: 0;
  transition: background 0.3s ease 0s;
  width: 100%;
}

#foo {
  float: right;
  margin: 13px 0 0;
  position: relative !important;
  max-width: 558px;
}

#text-6 {
	display: none;
}

.single-incsub_wiki #text-6 {
	display: block;
  margin: 20px auto;
  width: 100%;
}

.srax {
	margin: 27px 0 0;
}

.nav-collapse.menu-main-nav-container.nav-collapse-0.opened {
  max-height: 100px !important;
}

.nav-collapse a:hover { background: rgba(255,255,255, .1) }
.nav-collapse .active a { color: #fff; background: rgba(0,0,0, .3) }
.nav-collapse li:first-child a { border-top: 0 }
.nav-collapse li:last-child a { border-bottom: 0 }
.nav-toggle { display: none }

.googleSearch {
	display: none;
}

















@media screen and (device-aspect-ratio: 40/71) { /* iPHONE 5 */
	#content,
	#primary {
		margin: 0 !important;
	}
	
}
	
@media (max-width: 767px) {
	
	body {
		background: #fff;
	}
	
	#main {
		padding: 8px 0 23px 0;
	}
	
	#page {
		width: 99%;
		margin: 0;
		padding: 0;
	}
	
	#content,
	#primary {
		width: 100%;
		margin: 0 0 0 5px;
	}
	 
	
	.headerRow2.clearfix {
		float: right;
		margin: 20px 0;
		width: 98%;
	}
	
	#foo {
		float: left;
		margin: 0;
		position: relative;
		width: 100%;
	}
	
	.headerRow2,
	.responsiveAd.contentBottom {
		display: none;
	}
	

	#foo {
		width: 100%;
	}
	.login {
		display: none;
	}
	

	.logoNav {
		height: auto;
		margin: 10px 0 0 10px;
	}
	
	
	.logoNav img {
		height: auto;
		max-width: 100%;
	}
	
	#branding .login {
		display: none;
	}
	
	.headerBottom {
		display: none;
	}
	
	.adsenseHeader {
		margin: -20px 0;
		width: 300px;
	}
	
	.utcw-tag {
		display: inline-block;
		margin: 4px 5px;
	}
	
	
	.responsiveAd.linkAddBottom {
		display: none;
	}
	
	.navigation {
		margin: 10px 0 25px;
	}
	
	#menu-main-nav a, .mainNav a:visited {
		background: none repeat scroll 0 0 #f0f0f0;
		border-bottom: 1px dotted #ccc;
		color: #333333;
		display: inline-block;
		padding: 10px 8px;
		font-size: 0.9em;
		text-align: left;
	}
	
	.js .nav-collapse-0.opened {
		max-height: 330px !important;
	}
	
	#menu-main-nav {
		margin: 7px 0 16px 0;
	}
	
	.debateIntro {
		color: #333333;
		font-size: 1.1em;
		margin: 8px 2px 24px;
	}
	
	.noPoint .yesNoHeaders {
		margin: 23px 0 0 0;
	}
	
	.incsub_wiki_tabs {
		display: none;
	}
	


	
	.because a, .because a:visited {
		color: #666;
		text-decoration: none;
		display: none;
	}
	

	
	.generalPageMainCol {
		width: 98%;
	}
	
	.with_frm_style fieldset {
		margin-bottom: 0;
		width: 100% !important;
	}
	
	.wp-paginate a {
		padding: 4px 6px !important;
	}
	
	.single-incsub_wiki .srax {
		display: none;
	}

.googleSearch {
  display: block;
  margin: 0 0 0 8px;
}

.googleSearch .searchfield {
  border: 1px solid #ccc !important;
  float: left;
  padding: 6px 0 7px !important;
  width: 249px;
}

.googleSearch .submit {
	background: #ccc;
  float: left;
  font-size: 1.2em;
  margin: 2px 0 0 3px !important;
  padding: 4px 0 !important;
  width: 40px !important;
}

		
}

@media (min-width: 480px) AND (max-width: 767px) AND (orientation: landscape) {
	
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
  .nav-collapse a:hover { background: transparent }
  .nav-collapse .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: visible;
    width: 70px;
    height: 0;
    float: right;
    display: block;
    margin: 0;
  }
	.nav-toggle::before {
		color: #444;
		content: "≡";
		font-family: "responsivenav";
		font-size: 50px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		left: 15px;
		line-height: 65px;
		position: absolute;
		text-align: center;
		text-indent: 0;
		text-transform: none;
		top: 26px;
		width: 100%;
	}
  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
  }

}

@media (min-width: 768px) AND (max-width: 1024px) AND (orientation: portrait) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
  .nav-collapse a:hover { background: transparent }
  .nav-collapse .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: visible;
    width: 70px;
    height: 0;
    float: right;
    display: block;
    margin: 0;
  }
	.nav-toggle::before {
		color: #444;
		content: "≡";
		font-family: "responsivenav";
		font-size: 50px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		left: 15px;
		line-height: 65px;
		position: absolute;
		text-align: center;
		text-indent: 0;
		text-transform: none;
		top: 26px;
		width: 100%;
	}
  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
  }
	
	
}


@media (min-width: 1024px) {


}


@media screen and (max-width: 40em) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
  .nav-collapse a:hover { background: transparent }
  .nav-collapse .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: visible;
    width: 70px;
    height: 0;
    float: right;
    display: block;
    margin: 0;
  }
	.nav-toggle::before {
		color: #444;
		content: "≡";
		font-family: "responsivenav";
		font-size: 50px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		left: 15px;
		line-height: 65px;
		position: absolute;
		text-align: center;
		text-indent: 0;
		text-transform: none;
		top: 26px;
		width: 100%;
	}
  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
  }
  .main {
    -webkit-overflow-scrolling: auto;
    box-shadow: none;
    padding: 0 2em 2em;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .main::-webkit-scrollbar { background-color: transparent }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body {
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}

@media screen and (min-width: 76em) {
	.nav-collapse {
		float: right;
		margin: 0 -3px;
		width: 18em;
	}
		.main { width: auto; left: 18em }
}

.crp_related h3 {
background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	clear: both;
	color: #333333;
	font-size: 18px;
	font-weight: bold !important;
	margin: 30px 0 10px;
	padding: 10px;
	line-height: 25px;
}

.crp_related ul { margin-top:10px; }

.crp_related li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	list-style: none outside none;
	margin-bottom: 10px;
}

@media screen and (min-width: 450px) {
.crp_related li {
background: url("https://debatewise.org/tick.gif") no-repeat scroll left 1px transparent;
	padding-left: 25px;
	list-style: none outside none;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 750px) {
  .padder {
  margin: 0 0 0 5px;
    }
}

.emotitle {font-size:1.2em}

.searchformtop2 {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchformtop2 input {

}
.searchformtop2 .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchformtop2 .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.brocat{ margin-top:10px; }

.tptn_posts_daily li {background: url("https://debatewise.org/tick.gif") no-repeat scroll left 1px transparent;
	padding-left: 27px;
	list-style: none outside none;
	margin-bottom: 10px;}
	
hr.greyhr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

.commentswidth { max-width:95%; }


/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi { clear:both; line-height:250%;}
.wp-pagenavi a, .wp-pagenavi a:link { padding: 6px 8px !important; margin: 5px !important; text-decoration: none !important; border:1px solid #227373 !important; color: #323232 !important; font-weight: normal !important; }
.wp-pagenavi span.pages { padding: 6px 8px !important; margin: 5px !important ; border: none !important; color: #227373 !important; background: none !important; }
.wp-pagenavi span.current { padding: 6px 8px !important; margin: 5px; font-weight: bold; border:1px solid #227373 !important; color:#e7e7e7 !important; background-color: #215353; }
.wp-pagenavi .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { padding: 6px 8px !important; margin: 5px; font-weight: bold; border:1px solid #227373 !important; color:#323232 !important; }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.wp-pagenavi a:hover { color: #e7e7e7 !important; background-color: #215353; }