html, body { height: 100%; margin: 0px; padding: 0px; }

div.container {
   min-height:100%;
   position:relative;
   margin: 0px;
   padding: 0px;
}

img.logo {
	border: 0px;
	width: 315px;
	height: 60px;
	display: inline;
	float: left;
	margin-left: 30px;
	padding: 10px;
}

div.whiteBoxHeader , div.whiteBoxFooter , div.whiteBoxBody {
	background-position: top center;
	width: 730px;
	margin: 0px auto;
}

div.whiteBoxHeader , div.whiteBoxFooter {
	background-repeat: no-repeat;
	height: 15px;
}
	
div.whiteBoxHeader {
	background-image: url('../images/whitebox/whiteBoxHeader.png');
}
	
div.whiteBoxFooter {
	background-image: url('../images/whitebox/whiteBoxFooter.png');
}
	
div.whiteBoxBody {
	background-image: url('../images/whitebox/whiteBoxBody.png');
	background-repeat: repeat-y;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #515151;
	font-weight: normal;
}

div.mainContent {
	margin: -10px auto;
	width: 730px;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

/* Footer Links */

div.socialLinks {
	position: relative;
	margin-left: 50%;
	left: -39px;
}

div.twitterLink a { background: transparent url('../images/footer/twitter.png') no-repeat; }
div.facebookLink a { background: transparent url('../images/footer/facebook.png') no-repeat; }
div.youtubeLink a { background: transparent url('../images/footer/youtube.png') no-repeat; }

div.twitterLink a , div.facebookLink a , div.youtubeLink a {
	background-position: -16px 0px;
	display: block;
	float: left;
	margin: 5px;
	width: 16px;
	height: 16px;
}

div.twitterLink a:hover , div.facebookLink a:hover , div.youtubeLink a:hover {
	background-position: 0px 0px;
} 

/* Nav links */
a.navLink:link , a.navLink:visited , a.navLink:active { 
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 87px;
	display: block;
	padding: 30px 0px 0px 0px;
	color: #515151;
	font-weight: bold;
	font-size: 14px;
}
a.navLink:hover { color: #999999; }

/* Game Links */

div.facebook a { background: transparent url('../images/gamelinks/facebook.png') no-repeat; }
div.kongregate a { background: transparent url('../images/gamelinks/kongregate.png') no-repeat; }
div.appstore a { background: transparent url('../images/gamelinks/appstore.png') no-repeat; }

div.facebook a , div.kongregate a , div.appstore a {
	margin: 0px 0px 0px 0px;
	display: block;
	width: 190px;
	height: 85px;
	z-index: 10;
}

div.facebook a:hover , div.kongregate a:hover , div.appstore a:hover {
background-position: -190px 0;
} 

/* Main Page DIVs */

hr.linebreak {
	clear: both;
	margin: 25px 5px 25px 0px;
	color: #515151;
	background-color: #515151;
	border: 1px #515151;
	height: 1px;
}

/* Sidebar */

div.sidebarHeader , div.sidebarFooter , div.sidebarBody , div.sidebarDivider {
	background-position: top center;
	width: 200px;
	margin-left: -6px;
}

div.sidebarHeader , div.sidebarFooter {
	background-repeat: no-repeat;
	height: 15px;
}
	
div.sidebarHeader {
	background-image: url('../images/sidebar/sidebarHeader.png');
}
	
div.sidebarFooter {
	background-image: url('../images/sidebar/sidebarFooter.png');
}
	
div.sidebarBody {
	background-image: url('../images/sidebar/sidebarBody.png');
	background-repeat: repeat-y;
	font: 16px Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}
	
div.sidebarDivider {
	background-image: url('../images/sidebar/sidebarDivider.png');
}

/* Screenshots */

img.iPhoneScreenshotPortrait {
	border: 0px;
	width: 100px;
	height: 150px;
	margin: 5px;
}

img.iPhoneScreenshotPortraitSmall {
	border: 0px;
	float: center;
	width: 60px;
	height: 90px;
	margin: 5px;
}

img.iPhoneScreenshotLandscape {
	border: 0px;
	width: 150px;
	height: 100px;
	margin: 5px;
}

img.iPadScreenshotPortraitSmall {
	width: 120px;
	height: 160px;
	margin: 10px;
	border: 2px solid #000000;
}

/* Untouched CSS */

div.blog {
	width: 190px;
	display: block;
	float: left;
	text-align: left;
	color: #000000;
}
div.blogBig {
	width: 250px;
	display: block;
	float: left;
	padding: 0px 0px 0px 95px;
	text-align: left;
	color: #000000;
}
div.blogTitle {
	margin-left: -10px;
	width: 190px;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
	background-color: #ac2820;
	color: #ffffff;
	padding: 10px;
}
div.blogTitleBig {
	margin-left: -10px;
	width: 260px;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
	background-color: #ac2820;
	color: #ffffff;
	padding: 10px;
}
.sechead {
	color: #ffffff;
	background-color: #ac2820;
	font: 20px Arial, Helvetica, sans-serif;
	margin: 30px 0px 0px -1px;
	border-left: 1px solid #515151;
	border-right: 1px solid #515151;
	width: 670px;
	display: block;
	padding: 5px 0px 5px 130px;
	text-transform: lowercase;
	font-weight: bold;
	}
.pageinfo {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px 125px 0px 129px;
	display: block;
	}
br.clear {
	clear: both;
}

/* Staff Bios */
img.professional {
	width: 150px;
	height: 150px;
	float: right;
	margin: 3px 5px 5px 10px;
}
.nameTitle {
	font-weight: bold;
	font-size: 16px;
	color: #dd0000;
}
span.subhead {
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
/* Contact Page */
img.contact {
	width: 100px;
	height: 100px;
	float: left;
	margin: 2px 13px 0px 0px;
	border: 0px;
}
/* Link Styles */
a:link, a:visited, a:active {
	text-decoration : none;
	color: #dd0000; 
	outline: none;
	}
a:hover {
	text-decoration : none;
	color: #ff6600;
	outline: none; 
	}
a.newslink:link, a.newslink:visited, a.newslink:active {
	text-decoration : none;
	font-weight: bold;
	font-style: italic;
	color: #000000; 
	outline: none;
	text-align: right;
	width: 200px;
	}
a.newslink:hover {
	text-decoration : none;
	color: #dd0000;
	outline: none; 
	}
a.section:link, a.section:visited, a.section:active {
	text-decoration : none;
	color: #888888;
	outline: none; 
	}
a.section:hover {
	text-decoration : none;
	color: #444444;
	outline: none; 
	}
/* Comic Viewer */
div.comicViewer {
	display: table;
	text-align: center;
	margin: 0px auto;
	padding: 30px 30px 0px 30px;
}
div.comicPage {
	display: table-cell;
	height: 100%;
}
.leftArrow {
	display: table-cell;
	width: 50px;
	height: 100%;
	background-color: #ffffff;
}
a.leftArrow {
	background-image: url('../images/arrows/leftarrow.png');
	background-repeat: no-repeat;
	background-position: -50px center;
}
a.leftArrow:hover {
	background-position: 0px center;
}
.rightArrow {
	display: table-cell;
	width: 50px;
	height: 100%;
	background-color: #ffffff;
}
a.rightArrow {
	background-image: url('../images/arrows/rightarrow.png');
	background-repeat: no-repeat;
	background-position: 0px center;
}
a.rightArrow:hover {
	background-position: -50px center;
}
a.rightArrow:hover, a.leftArrow:hover {
	background-color: #eeeeee;
}
/* Play | Boston Images */
img.siggraph {
	width: 240px;
	height: 160px;
	float: left;
	margin: 3px 13px 25px 1px;
}
img.siggraphpuzzle {
	border: 0px;
	width: 300px;
	height: 300px;
	float: left;
	margin: 3px 13px 25px 1px;
}
img.siggraphgrid {
	width: 240px;
	height: 160px;
	float: left;
	margin: 25px 25px 0px 0px;
}
div.puzzle {
	float: left;
	width: 225px;
	padding-bottom: 25px;
}
img.pie {
	float: left;
	width: 300px;
	height: 47px;
	border: 0px;
	padding-bottom: 25px;
	margin: 3px 13px 25px 1px;
}
/* WTF Pages */
img.wtf {
	width: 150px;
	height: 222px;
	float: left;
	margin: 4px 13px 4px -2px;
}
div.wtf {
	width: 161px;
	float: left;
	padding-bottom: 25px;
}
img.nsf_right {
	float: right;
	display: inline;
	padding: 10px 10px;
	border: 0px;
}