/* The article layout for project descriptions */

article.project-article {
	margin: 20px;
	margin-top: 50px;
}

article.project-article p {
	text-indent: 40px;
}

h1.section-title {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}

article.project-article div.section-info {
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

article.project-article div.break-line-top {
	display: block;
	margin: 10px auto 10px 0;
	width: 40%;
	height: 20px;
	left: 0;
	border-top: solid 10px #5555ff;
	border-left: solid 10px #5555ff;
}

article.project-article div.break-line-bottom {
	display: block;
	margin: 10px 0 10px auto;
	width: 40%;
	height: 20px;
	right: 0;
	border-bottom: solid 10px #5555ff;
	border-right: solid 10px #5555ff;
}

article.project-article section p:first-letter{
	font: impact;
	font-weight:bolder;
	font-size:120%;
	color: #000088;
}

article.project-article img.article-image {
	float: left;
	margin: 15px;
	border: solid 2px grey;
}

article.project-article img.non-float {
	float: none;
}

article.project-article img.float-right{
	float: right;
}

article.project-article table.title-hide {
	width: 100%;
}

article.project-article table.title-hide td.hide{
	text-align: right;
}

table.page-selection {
	width: 80%;
	margin: 10px auto 10px auto;
	color: white;
	text-align: center;
	font-weight: bold;
}

table.page-selection caption{
	color: black;
	caption-side: top;
}

table.page-selection td{
	width: auto;
	padding: 3px;
	background-color: black;
	border: 1px solid black;
	text-decoration: none;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Specific containers for media */

/* styling for the applet containers */
.applet-container {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.iPhoneDeviceBorder {
	position: relative;
	width: 385px;
	height: 682px;
	margin: 40px auto 40px auto;
	background-image: url('../images/iPhoneDeviceBorder.GIF');
	z-index: 0;
}

#ICRFlashContent {
	width: 320px;
	height: 480px;
	position: absolute;
	top: 104px;
	left: 35px;
	background-color: black;
	z-index: 0;
}

#DSContainer {
	width: 807px;
	height: 491px;
	margin: 40 auto 40 auto;
}
