/*
Theme Name: Sampson
Theme URI: http://sampsoncomic.com
Description: A simple one-page-per-post webcomic theme.
Author: Rosemary & Luke
Author URI: http://luke.li
Version: 1.0
*/

a.biglink {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

#everything {
	width: 1100px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	/* border: 1px solid black; */
	}
	
#header {
	height: 200px;
	background-color: #FFFFFF;
	clear: both;
	}
	
#content {
	height: 925px;
	background-color: #FFFFFF;
	clear: both;
	}
	
#footer {
	height: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
	color: #777777;
	clear: both;
	}
	
#archivebox {
	height: 200px;
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	background-image: url('archive.png');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center bottom;
	}

#titlebox {
	height: 186px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url('sampson-header.png');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center center;
	}
	
#aboutbox {
	height: 200px;
	width: 200px;
	float: right;
	background-color: #FFFFFF;
	background-image: url('about.png');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center bottom;
	}
	
#prevbox {
	height: 925px;
	width: 125px;
	float: left;
	background-color: #FFFFFF;
	background-image: url('prev.png');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center bottom;
	}

#stripbox {
	height: 925px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	}
	
#pagebox {
	width: 1000px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	}

#nextbox {
	height: 925px;
	width: 125px;
	float: right;
	background-color: #FFFFFF;
	background-image: url('next.png');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center bottom;
	}

.vspacer {
	height: 875px;
	}

#firstbox {
	height: 925px;
	width: 75px;
	float: left;
	background-color: #FFFFFF;
	/*background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;*/
	}

#latestbox {
	height: 925px;
	width: 75px;
	float: right;
	background-color: #FFFFFF;
	/*background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;*/
	}
	
#jump {
	height: 40px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	}
	
#blogbox {
	min-height: 150px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 25px;
	text-align: left;
	background-color: white;
	border: 5px solid #777777;
	}
	
#strip {
	margin-left: auto;
	margin-right: auto;
	border: 25px solid #353535;

	}

#firstlink {
	width: 100%;
	height: 50px;
	background: url(first.png) no-repeat;
	background-position: top left;
	}
	
#latestlink {
	width: 100%;
	height: 50px;
	background: url(latest.png) no-repeat;
	background-position: top right;
	}