@charset "utf-8";
/* CSS Document */
/* CSS for all CHS pages */

/* Web Design is (c) Elliott Brooks and Jumpify Web Design 2009 */
/* http://jumpify.co.uk */

/* ===================================================== */

/* Basic Formatting */

body {
	background-color: #333333;
	font-family: "Comic Sans MS", Verdana, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size:14px;
}

h1 { font-size:36px }
h2 { font-size:24px }
h3 { font-size:20px }
h4 { font-size:18px }
h5 { font-size:17px }
h6 { font-size:16px }

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding-bottom: 10px;
	font-weight:bold;
}

.inner-container p {
	margin: 10px 0px;
}

a {
	color: #0066FF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
	}
ol {
	padding-left: 15px;
	}
.layout3-main a img {
	border: thick #000066 solid;
	margin: 10px;
	background: #000066 url(../images/zoomtext.png) bottom center no-repeat;
	padding-bottom: 15px;
	}

.layout3-main a:hover img {
	border-color: #CC0000;
	background-color: #CC0000;
	}

/* ===================================================== */

/* Page Layout */

.header {
	width: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 225px;
	text-align: center;
	padding-top: 5px;
}

.outer-container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
}

.inner-container {
	width: 660px;
	float: right;
	padding-right: 20px;
}

.menu {
	float: left;
	width: 160px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 480px;
	text-align: center;
	padding-top: 20px;
}

.menuimage {
	width: 103px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 4px;
	}


.title {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	background-image: url(../images/titles/blank.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 3px #000000;
}
.subtitle {
	color: #FFFFFF;
	background-image: url(../images/titles/sub_blank.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 10px;
	font-weight: bold;
	text-shadow: 0px 0px 5px #000000;
}


.footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	height: 50px;
	padding-top: 10px;
	padding-left: 155px;
	font-size: 12px;
	color: #666666;
}

.incompatible {
	width:100%;
	color: #FFFFFF;
	background-color: #990000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size:18px;
	}
.incompatible p {
	background-image: url(http://jumpify.co.uk/web_icons/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px; margin: 0px;
	width: 800px;
	margin-left: auto; margin-right: auto;
}
.incompatible a {
	color:#99ccff;
	}

/* ===================================================== */
.clear {
	clear: both;
}
.rightalign {
	text-align: right;
}
.quote {
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 370px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align:center;
	text-shadow: 0px 0px 4px #000000;
}

.quote2 {
	background-image: url(../images/quote2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 370px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	text-align: center;
	vertical-align:center;
		text-shadow: 0px 0px 4px #000000;
}

.alert-box{
	background:url(/images/alert-bg.png);
	width: 300px;
	height: 150px;
}
.alert-box h2{
	margin: 0px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}
.alert-box p{
	margin: 0px;
	padding-top: 20px;
	padding-left: 120px;
	padding-right: 20px;
	}
.scribdinstructions {
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
}

/* funky thumbnails */

.thumbnail
   {
	width: 150px;
	height: 112px;
	border: medium solid #000033;
	position: relative;
	overflow: hidden;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/loading.jpg);
	background-position: center bottom;
}
.thumbnail-button
   {
	/* width: 150px;
	height: 100px;
	border: medium solid #000033; */
	position: relative;
	overflow: hidden;
	float: left;
	padding-top: 10px;
}
.thumbnail a {
	text-decoration:none;
	}
.thumbnail a .title     {
	height: 10px;
	width: 150px;
	position: absolute;
	text-align: center;
	top: 93px;
	left: 0px;
	cursor: pointer;
	background-color: #000033;
	margin-top: 25px;
	opacity: 0.85;
	text-decoration: none;
	background-image:none;
}
.thumbnail a .title h2       {
	text-decoration: none;
	color: #fff;
	margin-top: 0px;
	font-size: 14px !important;
}
#featured-thumbs {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#answers {
display: none;
}
a .blankbutton {
background: url(/images/chs_buttons/empty.png) #990000;
width: 70px;
height: 70px;
padding: 15px;
font-size:14px;
font-weight:bold;
text-align:center;
text-shadow: 0px 0px 2px #000;
color: #FFFFFF;
text-decoration: none;
vertical-align:middle;
}

.blankbutton:hover { text-decoration:none; }

.rightcolumnboxthing {
float:right; width:40%; background-color: #000066; color: #FFFFFF; padding: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -webkit-box-shadow: 0px 0px 10px #000000; -moz-box-shadow: 0px 0px 10px #000000;
}
.rightcolumnboxthing a {
color: #FFFFFF;
}