/* ------------------ */
/* Tim & Yae -   2014 */
/* ------------------ */

/* ------------------ */
/* structure			*/
/* ------------------ */

#page { 
	min-width: 800px;
	width: 90%;
	margin: 50px auto; 
	padding: 10px;
	border: 1px solid #999; 
	min-height: 600px;
}
#header { margin: 2px; padding-top: 10px; text-align: center;}
#content { margin: 2px; padding-bottom: 40px; text-align: center;}
#col1 { margin: 2px 60px; text-align: center;}
#col2 { margin: 2px; text-align: center;}
#footer { margin: 2px 0; padding-top: 60px;font-size: 12px; text-align: center; clear: both;}

/* ------------------ */
/* global				*/
/* ------------------ */

body { 
	background-color: #444; 
	color: #fff; 
	font-family: Trebuchet, 'Trebuchet MS', Arial, Verdana, sans-serif;
    font-size: 1em;
    line-height: 2em;
}

a { color: #fff; text-decoration: none; border-bottom: 1px dashed #666;}
a:hover { color: #fff;  text-decoration: none; border-bottom: 1px solid white; }
a.active { border-bottom: 1px solid white; }

h1 {
    font-size: 2.0em;
    line-height: 1em;
	font-style: italic;
    margin: 20px 0;
}

h2 {
    padding: 20px 0;
    text-decoration: underline;
}

/* ------------------ */
/* menu				  */
/* ------------------ */

ul {margin: 0; padding: 0;}
ul li {display: block; padding: 8px 10px;}
#col1 ul li {display: inline-block; padding: 8px 10px;}


/*
body.jsEnabled ul.menu ul {
	display: none;
}
body.jsEnabled ul.menu li.on ul {
	display: block;
} 
body.jsEnabled ul.menu li.off ul {
	display: none;
}
*/



/* ------------------ */
/* modules				*/
/* ------------------ */


/* ------------------ */
/* pages				*/
/* ------------------ */




/* ------------------ */
