@charset "UTF-8";
/* CSS Document

   styles.css

   Style sheet for the GES SQL Query cookbook.
   *** Version for WFAU Web pages. ***


   Author:
     ACD: A.C. Davenhall (WFAU, Edinburgh).

   History:
     27/6/13: First incomplete version (ACD).
     6/8/14:  First documented revision (ACD).
*/

body{
	margin: 0px;
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  */

/*	background-color:#FFF;  */
/*	color:blue;  */
/*	font:Arial, Helvetica, sans-serif;	  */
}

h1{
	color:#ffffff;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	line-height: 80%;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center
	bottom: 0px;
	left: 250px;
}

h2{
	color:#ffffff;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	line-height: 80%;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center
	bottom: 0px;
	left: 250px;
}

h3{
	color:#ffffff;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 80%;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center
	bottom: 0px;
	left: 250px;
}


.wrapper{
	width:700px;
	padding: 20px;
	margin: 0 auto;
/*	background-color:#FFF; */
	float:left;
	position:relative;
}

.header{
	float:inherit;
	width:750px;
	float:left;
/*	background-color:#FFF ;  */
}

.body{
	float:inherit;
	width:750px;
/*	background-color:#FFF;  */
}

.q{                       /* Example question or query */
	float:inherit;
/*	background-color:#FFF; */
        font-weight:bold;
}


.a{                       /* Example answer */
	float:inherit;
/*	background-color:#FFF; */
        font-weight:normal;
}

.sql{                     /* SQL code */
	float:inherit;
/*	background-color:#FFF; */
/*    color: gray;         */
    background-color: #330066;
    font-weight:normal;
	font-family:courier new, courier, monospace;
    border:solid;
    border-color:blue;
}

.sql_pre{                 /* Pre-formatted SQL code */
/*    color: gray;  */
    background-color: #330066;
    font-weight:normal;
	font-family:courier new, courier, monospace;
    border:solid;
    border-color:blue;
}

.code{                   /* code.  */
    font-weight:normal;
    font-family:courier new, courier, monospace;
}

.aside{
	border-width: medium;
	border-color: blue;
	border-style: solid;
	border-radius: 20px;
/*	background-color: #FFFFCE;  */
    background-color: gray;
	padding: 10px;
/*	width: 100px;  */
}	


/* The following clases are for unimplemented features or other queries.
*/

.q_n{                     /* Example question or query - not implemented yet*/
	float:inherit;
/*	background-color:#FFF; */
        color:red;
        font-weight:bold;
}

.a_n{                     /* Example answer - not implemented yet*/
	float:inherit;
	background-color:#FFF;
        color:red;
        font-weight:normal;
}

.sql_n{                   /* SQL code  - not implemented yet */
    float:inherit
    background-color:#FFF;
    font-weight:normal;
    font-family:courier new, courier, monospace;
    color:red;
}

.sql_pre_n{               /* Pre-formatted SQL code - not implemented yet */
        color: red;
        font-weight:normal;
	font-family:courier new, courier, monospace;
}


.quest_n{                /* Question in-line in a paragraph.  */
	color:red;
}
