@charset "utf-8";
/* CSS Document */

/*CSS for Content inside cont*/

.contentwrapper {
	min-height:150px;
	/*background-color:#888;*/
	position:relative;
	clear:both;	
	margin: 0 0 20px 20px;
	overflow: hidden;
}

.title {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


/*--------------------------------------------------------------------SECTION FOR EACH CONTENT WRAPPER--------------*/

.edgedetection_text,
.morph_text,
.level_editor_text,
.visualdeb_text,
.imgsplitter_text,
.duchamp_text,
.am_text,
.feet_text,
.amshow_text
.gamejobfinder_text {
	margin-right:20px;
	margin-bottom: 20px;
	text-align:justify;	
}

.duchamp_text2 {
	margin-left: 180px;/*was 170 but now .smallimage has 5 padding on each side*/
	margin-right: 20px;
	padding-bottom: 30px;
	text-align:justify;
}

.edgedetection_hiddentext,
.morph_hiddentext,
.leveleditor_hiddentext,
.visualdeb_hiddentext,
.imgsplitter_hiddentext,
.duchamp_hiddentext,
.am_hiddentext,
.feet_hiddentext,
.amshow_hiddentext,
.gamejobfinder_hiddentext {
	margin-left: 180px;/*was 170 but now .smallimage has 5 padding on each side*/
	margin-right: 20px;
	padding-bottom: 30px;
	text-align:justify;
}

.morph_showhide,
.edgedetection_showhide,
.leveleditor_showhide,
.visualdeb_showhide,
.imgsplitter_showhide,
.duchamp_showhide,
.am_showhide,
.feet_showhide,
.amshow_showhide {
	position: absolute;
	bottom: 0px;
	right: 10px;
	margin-right: 10px;
	cursor: pointer;
	padding: 1px 4px 1px 4px;
	border: thin black solid;
}


.morph_showhide:hover,
.edgedetection_showhide:hover,
.leveleditor_showhide:hover,
.visualdeb_showhide:hover,
.imgsplitter_showhide:hover,
.duchamp_showhide:hover,
.am_showhide:hover,
.feet_showhide:hover,
.amshow_showhide:hover {
	background-color:#E2E2E2;
}

.smallimage {
	float: left;
	width: 150px;
	height: 150px;
	margin-right:20px;
	/*margin-bottom: 20px;*/
	clear: both;
	cursor: pointer;
	background-color:#E2E2E2;
	padding:5px;
}

.smallimage:hover {
	background-color:#8D8D8D;/*1e1919*/
}

.gallerycentered {
	/*margin-right:auto;
	margin-left: auto;*/
	position:relative;
	margin-top: 10px;
	width: 630px;
	height: 150px;
	/*background-color:#6F6;*/
	display: block;
	padding-bottom: 10px;
	margin-bottom:70px;
}

.centerimg {
	padding-left:15px;
	padding-right:15px;
	display:block;
}

.gallerycentered img{
	float: left;
	width: 200px;
	height: 200px;
	/*padding:5px;*/
	/*margin-right:20px;*/
	margin-top: 10px;
	cursor: pointer;
	display: block;
}


.image {
	background:url(../Images/bg/edge_detected.png);
}



/*header for things such as Shaders, Scripts, Models*/
.headertext {
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	border-bottom: thin black solid;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9999999px;
}

.code {
	border: 1px black solid;
	padding: 10px;
	position:relative;
	margin-top: 25px;
	margin-bottom:15px;
}

.codetext {
	position:absolute;
	top:-15px;
	padding:4px;
	background-color:#CACACA;
}

.codetext A:link,
A:visited,
A:active {
	color: black;
}

.additionalinfo {
	margin-top:25px;
}

