@charset "utf-8";

/* projects specific header */
h2.top{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
	letter-spacing: 0.25em
}

div#projectslinks{
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 2px;
	text-align: center
}

div#projectslinks A{
	background-image: url("http://common.pixelatedawesome.com/images/littlefireball.png");
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 40px;
	min-height: 16px
}

A.projectslink{
	border-color: #B22222;
	background-color: #8B0000;
	width: 4em
}

/* index pages */
h1.indexheader{
	text-align: center;
	clear: both
}

dl.indexentries{}

dl.indexentries dt{
	font-size: xx-large;
	float: none;
	clear: both;
	margin-top: 10px
}

dl.indexentries dd{}

img.indexscreenshot{
	float: left;
	margin-right: 5px
}

/* generic project pages */
div.screenshotsbox{
	width: 300px;
	max-height: 600px;
	overflow: auto;
	float: right;
	border-style: solid;
	display: block;
	background-color: #8B0000;
	border-color: #B22222;
	color: #000000;
	text-align: center;
	margin-left: 10px
}

div.screenshotsbox img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px
}



dl.projectspecs{
	color: #B5B5B5;
	font-size: small
}



div.downloadbox{
	width: 400px;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #B22222;
	background-color: #000000;
	padding-bottom: 10px;
	margin-top: 25px;
}

div.downloadbox h2{
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-size: x-large
}

div.downloadbox ul{
	padding-left: 10px
}

div.downloadbox ul li{
	float: left;
	display: block;
	margin-right: 20px;
	padding-left: 18px;
	background-repeat: no-repeat;
	font-size: large
}

div.downloadbox li.source{
	background-image: url("http://projects.pixelatedawesome.com/images/python_source_icon.png");
}

div.downloadbox li.windows_basic{
	background-image: url("http://projects.pixelatedawesome.com/images/windows_icon.png");
}
