/*******************************************  PAGES WITH BLACK STRIPES   ********************************************************/

/*********** Jobson Jobsworth ****************/
#jobsonjobsworthwrapper #maincontent h1 {margin: 0;}
#jobsonjobsworthwrapper #maincontent #headingadjust1 {margin-bottom: 8px;}

#jobsonjobsworthwrapper #maincontent table {
	margin: 8px 0 13px;
	border-collapse: collapse;
	border: 1px solid #000;
}
#jobsonjobsworthwrapper #maincontent table th, #jobsonjobsworthwrapper #maincontent table td {
	padding: 10px 5px;
	border: 1px solid #000;
}
#jobsonjobsworthwrapper #maincontent table th {
	font-weight: bold;
}
#jobsonjobsworthwrapper #maincontent ul {
	margin: 6px 10px 15px;
}
#jobsonjobsworthwrapper #maincontent ul li {
	margin-bottom: 20px;
}
#jobsonjobsworthwrapper #maincontent #address {
	margin: 45px 0;
	text-align: right;
}
#jobsonjobsworthwrapper #maincontent #cv {
	margin-top: 50px;
}

#jobsonjobsworthwrapper table th {font-weight: normal !important;}
#jobsonjobsworthwrapper strong {font-weight: normal;}

#jjcvadvice {
	margin: 20px 40px;
	text-decoration: italic;
}
	
/*********** Badger Cards ***************/
#badgercards-envelopeimage {
	margin: 20px auto;
	width: 90px;
	height: 61px;
	background: #fff url(../images/badgercards-envelope.png) no-repeat top left; 
}

/*********** Guess The Number & Random Number Generator ***************/
.input-gtn-main {
	margin: 20px auto;
	outline: none; border: none; 
	width: 207px;
	height: 136px;
	background: #fff url(../images/guessthenumber-main.png) no-repeat top left; 
}
.input-gtn-beginners {
	margin: 20px auto;
	outline: none; border: none; 
	width: 125px;
	height: 79px;
	background: #fff url(../images/guessthenumber-beginners.png) no-repeat top left; 
}
.input-gtn-main:hover, .input-gtn-beginners:hover {
	outline: none; border: none; 
	cursor: pointer; 
}
#randomnumberwrapper h1 { 
	margin: 20px;
	font: 50px 'badgerscript', 'Comic Sans MS', sans-serif; 
	text-align: center;
}
#randomnumberwrapper p {
	margin: 20px 100px;
	font-size: 16px;
	text-align: center;
}
#randomnumberresult {
	margin: 25px auto 20px;
	width: 150px;
	font: 40px 'badgerscript', 'Comic Sans MS', sans-serif; 
	text-align: center;
}
.input-rng {
	margin: 20px auto;
	outline: none; 
	border-width: 10px;
	-webkit-border-image: url(../images/blackborder.png) 10% stretch;  
	-moz-border-image: url(../images/blackborder.png) 10% stretch;
	-o-border-image: url(../images/blackborder.png) 10% stretch;
	border-image: url(../images/blackborder.png) 10% stretch;
	padding: 3px 5px 0;
	background-color: #fff;
	font: 30px 'badgerscript', 'Comic Sans MS', sans-serif; 
}
.input-rng:hover {
	outline: none; 
	color: #9C0814;
	cursor: pointer; 
}

/************ Football Quiz and Worst Quiz and Joke Page ****************/
.questionarea {
	margin: 80px auto;
	text-align: center; 
}
.question {
	margin: 35px auto;
	height: 50px;
}
.input-question {
	margin: 0;
	outline: none; 
	border: none;
	padding: 0;
	background-color: #fff;
	font: 40px 'badgerscript', 'Comic Sans MS', sans-serif; 
}
.input-question:hover {
	outline: none;
	border: none;
	color: #9C0814;
	cursor: pointer; 
}
.answer {
	display: none;  
	margin: 35px auto;
	height: 50px;
	font: 40px 'badgerscript', 'Comic Sans MS', sans-serif; 
}
#jokepageanswers {
	margin-top: -15px;
}

/*********** Tommy Tomkins *********/
#tommyquotes {
	margin: 15px 50px 30px 50px;
}
.tommyname {
	margin: 0 0 50px 30px;
}

/*********** Strange Sentences *********/
#sentences {
	margin: 30px auto;
	width: 400px;
}
#sentences p {
	text-align: center;
}

/************** WOTD x3 ****************/
#maincontent #wordlist {
	margin: 20px auto;
	width: 350px;
	text-align: center;
}
#maincontent #wordlist li {
	margin-bottom: 25px;
	padding-left: 0;
	background: none;
}
#maincontent #wordlist strong, #maincontent #wordlist em {
	font-size: 1.2em;
}

/************ Blue Quits ***************/
#bluequitsbox {
	position: relative;
	margin: 20px auto;
	border: 15px solid transparent;
	-webkit-border-image: url(../images/blackborder.png) 10% stretch;
	-moz-border-image: url(../images/blackborder.png) 10% stretch;
	-o-border-image: url(../images/blackborder.png) 10% stretch;
	border-image: url(../images/blackborder.png) 10% stretch;
	width: 170px;
	height: 170px;
}
#bluequitsbox-arrow {
	position: absolute;
	top: 10px; left: -135px; z-index: 99999; 
	width: 163px; height: 111px; 
	background: url(../images/thumb-bluequits-arrow.png) no-repeat top left;
}

/************** COTD x2 ******************/
.cotd-container {
	margin: 20px auto;
	border: 1px solid #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 130px;
	height: 170px;
}

/*****************************************   PAGES WITH NO BLACK STRIPES   ****************************************************/

/************** Hell **591129***** #e70527 *********/
#hellwrapper {
	background: url(../images/hell-flames-top.jpg) repeat-x top left, 
	            url(../images/hell-flames-bottom.jpg) repeat-x bottom left #ff8041;
	color: #410d1e;
}
#hellmain {
	margin: 500px auto;
	width: 600px;
}

/********** Cheese Roll *************/
#cheeserollwrapper {
	background: #ffff40;
}
#cheeserollwrapper #cheeserollmain {
	margin: 0 auto 30px;
	width: 550px;
}
#cheeserollmain h1 {
	margin: 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	height: 125px;
	background-color: #456789;
	font-size: 72px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	text-align: center;
}

/********** Squirrel Kills *************/
#squirrelkillswrapper p {
	margin: 10px;
}
#squirrelkillswrapper h1 {
	margin: 10px 0 15px;
	font: 32px bold Arial, Helvetica, sans-serif;
	text-align: center;
}
#squirrelkillswrapper .belowtheline {
	margin: 200px 0;
	width: 100%;
}

/****** Longcut Pages x2 *******/
#longcutwrapper p {
	margin: 10px;
}
#longcutwrapper h3 {
	margin: 20px 10px 10px;
	font-weight: bold;
}
#longcutwrapper a:link {color: #9C0814; text-decoration: underline;}
#longcutwrapper a:visited {color: #9C0814; text-decoration: underline;}
#longcutwrapper a:hover {color: #000; text-decoration: underline;}
#longcutwrapper a:active {color: #9C0814; text-decoration: underline;}
