
/***********************************************  
 * bbg_taster.css - css for the bbg tasters    *
 * author: steve mccallum                      *
 * last update:  24/10/2023                     *
 ***********************************************/

/*** typeface sizing tags - to get us to ems ***/
html {
	font-size: 100%;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Lucida, helvetica, arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	color: #ccc;
	background-color: #000;
	padding: 2em;
	min-width: 95.0em;
}
p {
	font-size: 1.6em;
	line-height: 1.3333333em;
	margin-bottom: 0.66666666em;
	color: #999;
}
a {
	text-decoration: none;
}
.col {
	color: #f90;
}
.err {
	text-decoration: none;
	font-weight: bold;
	padding-top: 0.5em;
	color: #f00;
}
/*** headers (specific to landing page) ***/
h1 {
	font-size: 2.8em;
	font-weight: bold;
	margin: 0.5em 0.5em 0.5em 0;
	padding-bottom: 0.4em;
	border-bottom: solid 0.12em;
	color: #f90;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.35em 0;
	border-bottom: solid 0.15em;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 0;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0; padding: 0;
}

/********************************************************/
/****************** structural stuff ********************/
/********************************************************/
/*** header area ***/
#mainheader {
	float: left;
	width: 95.0em;
}
#ident {
	float: left;
	padding: 0.0em 0em 0.0em 0.5em;
}
/*** header area end ***/

/*** middle of page ***/
#pagemiddle {
	padding-left: 16.0em;	/* Left Col width */
	padding-right: 13.0em;	/* Right Col width */
	background-color: transparent;
	float: left;
	/*** border: 0.1em solid #f00; ***/
}
#pagemiddle .column {
	/* position: relative; */
	float: left;
	padding-top: 1.0em;
	background-color: transparent;
}

/*** middle column - content ***/
#midcol {
	width: 65em;			/* make this 100% for liquid layout */
	background-color: transparent;
}
#midcol p{
	font-size: 1.4em;
	color: #999;
}
#midcol a {
	font-size: 1.1em;
	color: #f90;
	font-weight: normal;
	text-decoration: none;
	padding: 0.1em 0.2em 0.2em 0.2em;
	background-color: transparent;
}
#midcol a:hover {
	color: #f60;
	background-color: #666;
}
/*** middle of page end ***/

/*** footer area  ***/
#footer {
	float: left;
	width: 95.0em;
	margin-top: 2em;
}
#credit {
	font-size: 0.8em;
	line-height: 120%;
	margin-top: 0em; 
	float: right;
	text-align: right;
}
/*** footer area end ***/

/*** main content area ***/
/*** question text area ***/
#question {
	margin: 2em 0;
	padding: 1.5em;
	border: 0.1em solid #333;
}
#question p {
	padding-left: 1em;
}
.small {
	font-size: 0.6em;	
}
/*** question pic area ***/
#taster-container {
	display: inline;
	float: left;
	padding: 1em;
	margin: 2em 7.5em;
	border: 0.3em double #ccc;
	background-color: #333;
}
#taster-pic {
	display: inline;
	float: left;
	margin: 0 1.1em; padding: 0.5em;
	border: 0.1em solid #ccc;
	background-color: #333;
}
#taster-pic img {
	width: 5.0em; height: 6.5em;
	border: 0.1em solid #ccc;
}
/*** question guess area ***/
#guess {
	padding-top: 1.5em;
}
#guess input.ans {
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	width: 15.0em; height: 1.2em;
	padding: 0 0 0.1em 0.2em;
	border: 3px double #ccc;
	background-color: #f90;
}
.submit_btn {
	background-color: #ff8c00;
	color: #666;
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	border-radius: .25em;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border: 0 0 0 5em;
	text-shadow: #C17C3A 0 -1px 0;
	width: 6.5em;
	height: 1.75em;
}
.submit_btn:hover {
	color: #000;
}	
/*** question area end ***/
