

.main {
	float: left;
	width: 620px;	
}



.spiral-topic {
position: absolute;
top: 7px;
right: 3px;
}


/* MAIN BOXES */
.action-box {
	position: relative;
	clear: both;
	float: left;
	width: 600px;
	margin: 20px 20px 0 20px;
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 4px;

}

.action-box-header {
	height: 32px; 
	text-align: center;
	padding-top: 10px;
	background: -webkit-linear-gradient(#47a12c, #3c8d23); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#47a12c, #3c8d23); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#47a12c, #3c8d23); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#47a12c, #3c8d23); /* Standard syntax */
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	color: white;
	font-size: 22px;
}


.action-box-content {
	margin: 5px 5px 5px 5px;
	height: auto;
	padding: 10px 10px 20px 10px;
}



/*  SIDEBAR */

.side {
	float: right;
	width: 300px;	
}

.sidebar-box {
	float: left;
	width: 290px;
	height: 290px;
	margin-top: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
	margin-left: 20px;
}

.sidebar-box-content {
	background-color: #EEFBDE; 
	margin-left: 20px;
	margin-top: 20px;
	width: 250px;
	height: 230px;
	border: 1px solid black;

}


.sidebar-request {
float: left;
width: 290px;
margin: 0px 0 0 30px;
padding-bottom: 0px;
}

.sidebar-header {
width: 290px;
height: 20px;
margin-left: 0px;
text-align: center;
margin-bottom: 10px;
}


.sidebar-content {
width: 270px;
text-align: center; 
margin-left: 0px;
border-top: none;
padding: 5px 10px 0px 0px;
font-size: 11px;
}


#request-intro {
	width: 250px;
	height: auto;
	border: 1px dashed black;
	background-color: #80b158;	
	margin: 0px 15px 0 30px;
	padding: 30px 10px 30px 10px;
	text-align: center;
	font-size: 18px;
	color: white;
}

#request-intro p {
	margin: 10px 5px 0 5px; 
	font-size: 16px;
}

.add-form {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 10px;
}


.card-left {
float:left;
min-height: 40px;
padding: 0px 5px 5px 0px;
overflow: hidden;
font-size: 10px;
}

.card-right {
float: left;
width: 300px;
margin-top: 10px;
margin-left: 30px;
text-align: center;
font-size: 14px;
}



#support {
float: left; 
width: auto; 
border: 1px solid #ec703b; 
text-align: center;
font-size: 20px;
padding: 15px 20px 15px 20px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
color: white;
background: -moz-linear-gradient(#ff9263, #ec703b);
background: -webkit-linear-gradient(#ff9263, #ec703b);
background: -o-linear-gradient(#ff9263, #ec703b);
 }

#support:hover {
    box-shadow: 0px 0px 1px #777;
background: -moz-linear-gradient(#ec703b, #ec703b);
background: -webkit-linear-gradient(#ec703b, #ec703b);
background: -o-linear-gradient(#ec703b, #ec703b);
}



#supported {
float: left; 
width: auto; 
border: 1px solid #009000; 
text-align: center;
font-size: 20px;
margin-top: 10px;
margin-left: 80px;
padding: 15px 20px 15px 20px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
color: white;
background: -moz-linear-gradient(#81AA8C, #009000);
background: -webkit-linear-gradient(#81AA8C, #009000);
background: -o-linear-gradient(#81AA8C, #009000);
 }

#supported:hover {
    box-shadow: 0px 0px 1px #777;
background: -moz-linear-gradient(#009000, #009000);
background: -webkit-linear-gradient(#009000, #009000);
background: -o-linear-gradient(#009000, #009000);
}




#challenge-success {
	float: left;
	width: 60px;
	text-align: center;
	border: 1px solid black;
	margin-right: 20px;
	padding: 20px 0px 20px 0px;
	color: white;
	font-size: 16px;
	background-color: #ec703b;
}
	
#challenge-success:hover {
	background-color: #ff9263;
}

#challenge-history-yes {
	float: left;
	width: 34px;
	text-align: center;
	font-style: italic;
	border: 1px solid black;
	margin-right: 10px;
	padding: 2px 0px 2px 0px;
	color: white;
	background-color: #3c8d23;
	font-size:12px;
}

#challenge-history-no {
	float: left;
	width: 34px;
	text-align: center;
	font-style: italic;	
	border: 1px solid black;
	margin-right: 10px;
	padding: 2px 0px 2px 0px;
	color: red;
	background-color: #d5d5d5;
	font-size:12px;
}

#challenge-history-empty {
	float: left;
	width: 34px;
	text-align: center;
	font-style: italic;	
	border: 1px solid black;
	margin-right: 10px;
	padding: 2px 0px 2px 0px;
	color: white;
	background-color: gray;
	font-size:12px;
}

#challenge-history-future {
	float: left;
	width: 34px;
	text-align: center;
	font-style: italic;	
	border: 1px solid #CBCBCB;
	margin-right: 10px;
	padding: 2px 0px 2px 0px;
	color: #CBCBCB;
	background-color: white;
	font-size:12px;
}


#challenge-history p1{
	color: white;
}

#challenge-history p2{
	color: white;
}


.progress-box {
float: left; 
width: 220px; 
height: 80px;
padding-top: 10px; 
background-color: white; 
}

.progress-box p1{
font-size: 24px;
}

#creator-box {
	float: left; 
	width: 240px; 
	margin-left: 30px; 
	padding: 15px 15px 15px 15px;
	border: 1px solid black;
}

.challenge-header {
	float: left;
	width: auto;
	text-align: center; 
	font-size: 24px; 
	margin: 0 10px 0 0;
	font-family: 'Josefin Sans', sans-serif;
}




/* RESOURCES */
.help {
	float: left;
	width: 247px;
	height: auto;
	border: 1px dashed black;
	margin: 5px 0 20px 0px;
	padding: 10px 15px 15px 15px;
	background-color: #80b158;
	color: white;
	font-size: 14px;
}

.help-text {
	width: 550px; 
	margin: 0 5px 0px 5px; 
	padding: 10px 10px 10px 10px; 
	color: gray; 
	background-color: white; 
	border: 1px solid gray; 
	font-size: 14px;
}


.message-box-tall {
	float: left; 
	width: 250px; 
	height: 140px;
	text-align: left; 
	background-color: white; 
	margin: 0 15px 15px 5px; 
	padding: 10px 10px 5px 10px;
}

.message-box-short {
	float: left; 
	width: 250px; 
	height: 100px;
	text-align: left; 
	background-color: white; 
	margin: 0 15px 5px 5px; 
	padding: 10px 10px 5px 10px;
}





#creator-box2 {
	float: left; 
	width: 250px; 
	margin-left: 30px; 
	border: 1px solid black;
	padding: 15px 15px 15px 15px;
}	



#challenge-creator-text {
	float: left; 
	width: auto; 
	margin: 8px 0 0 10px; 
	text-align: left; 
	font-size: 12px;
}



/* ADD RESOUCE */
.modalDialog11 {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog11:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog11 > div {
	width: 800px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}



/* ADD RESOUCE */
.modalDialog12 {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog12:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog12 > div {
	width: 800px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}


/* ADD MEDITATION */
.modalDialog11a {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog11a:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog11a > div {
	width: 700px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}
