body {
	margin: 0;
}

a {
	text-decoration: none;
	color: #333333;
}

*:focus {
	outline: none;
}

ul {
	list-style-type: none;
	margin: 0;
	line-height: 300%;
	padding: 0px;
}

#projectitle {
	padding-top: 20px;
	padding-left: 40px;
	font-family: "Open Sans";
	font-size: 24px;
}

#header {
	height: 90px;
	width: 100%;
	position: relative;	
}

#nav {
	font-family: "Open Sans";
	font-size: 11px;
	width: 200px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left:-100px;

}

.navitem {
	width: 100px;
	height: 27px;
	position: relative;
	float: left;
	text-align: center;
}

.navitemactive {
	border-bottom: 3px solid #36AF00;
}

#artboard { 
	height: 100%;
	width: 100%;
	background-image: url("dots.svg"); 
	background-repeat: repeat; 
	border-top: 1px solid #EEEEEE;
	position: relative;
} 

#qarlsaura {
	display: none;
	height: auto;
	width: 600px;
	left: 50%;
	margin-top: 100px;
	position:absolute;
	margin-left: -300px;
	z-index: 1;
}

#qarlsfeather {
	font-family: "Open Sans";
	font-size: 11px;
	color: #AAAAAA;
	padding-bottom: 10px;
}



#qarl { 
		background-color: rgba(255, 255, 255, .9);
		box-shadow: 0px 0px 40px rgba(0, 0, 0, .05);
	}

#qarlstophat {
	display: none;
	padding: 20px 20px;
    font-family:"Open Sans";
    font-weight: 300;
    font-size: 25px;
    color: #333;
	}

#qarlsshirt {
	display:none;
	padding: 20px 20px 20px 20px;
	max-height: 200px;
	font-family:"Open Sans";
	font-weight: 400;
    font-size: 14px;
    color: #333;
    overflow: scroll;
 }
 
 ::-webkit-scrollbar { 
	display: none; 
	}

#graphspace {
	display: block;
	width: 600px;
	margin: 0 auto;
}

#outline {
	display: none;
	background-color: white;
	border: 1px solid #DDD;
	width: 800px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left:-400px;
	top: 30px;
}

#page {
	margin: 100px;
}

#content{
	font-family:"Open Sans";
	font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    color: #333;
}

#contentAdder:hover {
	margin-top: 30px;
	border: 1px dashed #36AF00;
	padding: 15px;
	text-align: center;
	font-family:"Open Sans";
	font-weight: 400;
    font-size: 12px;
    color: #36AF00;
    cursor: pointer;
}

#contentAdder {
	margin-top: 30px;
	border: 1px dashed #BBB;
	padding: 15px;
	text-align: center;
	font-family:"Open Sans";
	font-weight: 400;
    font-size: 12px;
    color: #666;
}

.goal {
	margin-top: 10px;
}

#relationshipTray {
	position: absolute;
	width: 250px;
	height: 100%;
	left: 30;
	top: 30;
}



.relationshipBox {
	font-family:"Open Sans";
	font-weight: 600;
    font-size: 11px;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    color: #333;
    background-color: white;
    border: 1px solid #DDD;
   	cursor: pointer;
   	position: relative;
}

.relationshipBox:hover {
	border: 1px solid #36AF00;
}

#relationshipAdder {
	display:none;
	font-family:"Open Sans";
	font-weight: 600;
    font-size: 11px;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    color: #666;
    border: 1px dashed #BBB;
   	cursor: pointer;
   	position: relative;
}

#relationshipAdder:hover {
    color: #36AF00;
    border: 1px dashed #36AF00;
   	cursor: pointer;
}


li {
	cursor: pointer;
}


.selectedLi {
	cursor: pointer;
	background-color: rgba(0, 0, 0, .05)

}
