/*CSS by: Carlos Montalvo
To-Do-List CSS
*/

#wrapper_container{
	width:65%;
	height:auto;
	margin:5em auto;
	border:.2em solid #4297d7;
	padding:.5em 1em .5em .5em;
	border-radius:.5em;
}
#wrapper_container h2{
	text-transform:uppercase;
	text-shadow:.1em .01em rgba(0,0,0, .5);
	text-align:center;
	color:#e17009;
}
#projects{
	width:100%;
	height:auto;
	margin:0em auto;
}
.selection{
	padding-left:.5em;
	margin:0 .5em;
}
ol li{
	cursor:pointer;
	border:.02em dotted rgba(0,0,0, .65);
	padding:.5em;
	margin-bottom:.2em;
}
ol li:hover{
	background:rgba(113, 190, 248, .3);
}

#addProject{
	margin:0em 0em .2em 0em;
}
#addTask{
	margin:0em 0em .2em 0em;
}
.ui-icon-close{
	
	cursor:pointer;
}
