html {
	
}
body	{
	margin: 10px;
	padding: 0;
	color: #000;
	font: 90%/1.6 "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	background-color: white;
}
#container {
	
}

/* ---- */	
/* LOGO */
/* ---- */

h1 {	
	position: relative;	
}
h1 a, h1 a:visited {
	text-decoration: none;
	color: black;
}
h1 span {
	display: none;
}

/* ------------- */
/* RND TERRORIST */
/* ------------- */

img#rnd_terrorist {
	display: none;	
}

/* --------------- */
/* SECRET MESSAGES */
/* --------------- */

#secretmessage {
	display: none;
}


/* --------- */
/* STRAPLINE */
/* --------- */

h2#strapline  {
	position: relative;	
	width: 450px;
}
h2#strapline span.nt {		
	display: block;
}

/* --------------- */
/* FIXED TERRORIST */
/* --------------- */

span#small_terrorist {
	display: none;
}

#randquote {	
	display: none;
}

/* ----------- */
/* PAGE HOLDER */
/* ----------- */

div#content {
	position: relative;	
	width: 450px;	
	margin: 8pt;
	padding: 20px 0 188px 0;	
	z-index: 3;
}

/* ------------ */
/* BULLET HOLES */
/* ------------ */

div#bulletholes {
	display: none;
}

/* ----- */
/* LINKS */
/* ----- */

a, a:link {
	text-decoration : underline;
	color: #B92222;
	background: transparent; 
}
a:visited {	
	color: #9C0B0C;
}
a:hover, a:active {
	text-decoration: none;
}

/* ---------------- */
/* STANDARD CONTENT */
/* ---------------- */

/* for z-index to work, the element must be positioned relatively or absolutely */
p, h3, h4, ul, ol, form, textarea, input, img, div.details { 
	position: relative;
	z-index: 4;
}
h2, h3, h4 {
	letter-spacing: 0.05em;
	font-variant: small-caps;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	margin: 0 40px 0.6em 40px;
	padding: 0;
	font-weight: normal;
}

/* Page title */
h2 {
	font-size: 1.6em;	
	line-height: 1.3em;
}

/* Headings */
h3 {
	font-size: 1.3em;
	padding: 20px 0 0 0 ;
	clear: left;
}
h4 {
	font-size: 1.2em;	
}

/* Paragraphs */
p {
	font-size: 0.9em;
	margin: 0 40px 1em 40px;
	padding: 0;	
}

/* Lists */
#content ul {
	margin: 0 40px 0 40px;
}
#content li {
	padding: 0 0 10px 0;
	font-size: 0.88em;
}

/* Blockquotes */
blockquote {
	font: 1.8em /1.2 Georgia;
	font-style: italic;
	width: 160px;
	text-align: center; 
	float: right; 	
	margin: 0 20px 0 0;	
	padding: 0 0 20px 20px;		
}
blockquote.left {
	float: left; 	
	padding: 0 20px 20px 40px;		
}
blockquote p {	
	margin: 0;
	padding: 0;
}

/* Metal Box */
div.mbox {
	display: block;
	width: 356px;
	background: transparent url(/imgs/mbox-back.jpg) repeat-y;	
	margin: 0 0 30px 38px;
	padding: 0;
}
span.mbox-top {
	display: block;
	width: 356px;
	height: 8px;
	background: transparent url(../imgs/mbox-top.jpg) no-repeat;		
	z-index: 3;
	margin-bottom: 4px;
}
span.mbox-bot {	
	position: relative;
	top: 9px;
	display: block;
	width: 356px;
	height: 9px;		
	background: transparent url(../imgs/mbox-bot.jpg) no-repeat;	
	z-index: 3;
}
div.mbox p {	
	padding: 0 20px 0 20px;
	margin: 0;
	text-align: center;
}
span.nowrap {
	white-space: nowrap;
}

/* Small Metal Box */

div.smbox {
	width: 156px;
	background: transparent url(/imgs/mbox-s-back.jpg) repeat-y;		
	padding: 0;
	clear: both;		
}
span.smbox-top {
	display: block;
	width: 156px;
	height: 8px;
	background: transparent url(../imgs/mbox-s-top.jpg) no-repeat;		
	z-index: 3;
	margin-bottom: -4px;
}
span.smbox-bot {	
	position: relative;
	top: 9px;
	display: block;
	width: 156px;
	height: 9px;		
	background: transparent url(../imgs/mbox-s-bot.jpg) no-repeat;	
	z-index: 3;	
}
div.smbox h4 {	
	padding: 0 10px 0 10px;
	margin: 0 0 6px 0;
}
div.smbox p {	
	padding: 0 10px 0 10px;
	margin: 0;
}

/* Float the small metal box either left or right */
.fright {
	float: right;	
	position: relative;
	left: -20px;  
	margin: 0 0 20px 40px;
}
.fleft {
	float: left;
	position: relative;
	right: -20px;
	margin: 0 20px 30px 20px;
}

/* Content Images */
#content img.left {
	float: left;	
	margin: 4px 10px 10px 5px;
	padding: 0;	
	border: 1px solid black;
	z-index: 3;
}
#content img.right {
	float: right;
	margin: 4px 0 10px 10px;
	padding: 0;
	border: 1px solid black;
	z-index: 3;
}
#content img.noborder {
	border: none;
}
#content p.center {
	text-align: center;
}

/* particular imgs */

img.boardshot { /* thegame-overview */
	border: 2px solid black; 
}
#content img.listthumb { /* thegame - playing */
	margin-bottom: 0;	
}



/* Page Break */
div.break {
	clear: both;	
	width: 390px;
	height: 3px;	
	line-height: 3px;
}

/* Media thumbs */
p.mediapack {
	margin-top: 25px;
}
img.mediathumb {
	float: left;
	clear: left;
	display: block;
	border: 0;
	padding: 0 8px 5px 0;
}

/* Rule download box */
#content p#rules {
	width: 150px;
	text-align: center;
	float: right;
	clear: none;
	margin-right: 20px;	
}
#content p#cards {
	width: 150px;	
	text-align: center;
	clear: none;	
}
p#rules img, p#cards img {
	margin-left: 5px;
	border: none;
}

/* ----------------- */
/* BIG BOTTOM IMAGES */
/* ----------------- */

div.bi {
	display: none;
}


/* ------ */
/* FOOTER */
/* ------ */

h5#footer {	
	z-index: 3;
	position: relative;	
	text-align: center;
}
h5#footer span#footerimg {
	display: none;
}
h5#footer span#footertext {
	display: block;
	text-align: center;
	font-size: 1.1em;
	border: 1px solid silver;
	padding: 5px;
}

/* ------ */
/* PAYPAL */
/* ------ */

input#paypalsubmit {
	border: none;
	background-color: transparent;
}

/*  HOMEPAGE  STUFF */

img.preoderimg {
	display: none;	
}
img#homepagegameshot {
	display: none;
}
div#content p#homepageintro {
	font: bold 1.3em/1.2em "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif ; 	
	text-align: justify; 
	letter-spacing: 0.01em; 		
}
span.normal {
	text-transform: lowercase;
	font-weight: normal;
}

/*****************************************    NAV   **********************************************************/

#nav {
	display: none;	
}


