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

body {font-size:18px;}
h1 {
    color: #abc;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    font: 80px 'ChunkFiveRegular';
	text-align: center;
	border:2px solid #a1a1a1;
	padding:1px 15px; 
	background:#33C;
	border-radius:25px;
}

h2 {
    font-family: "Apple Casual", "Century Schoolbook";
    padding: 3px 0 5px 10px;
    background: #fff url(../lazyh2bg.jpg) repeat-y;
    color: #000;
    border: 1px solid #ccc;
    letter-spacing: .2em;
    font-size: 24px;
}

h3 {
    color: #990000;
    font-size:3em;
    font-family: "Times New Roman", "verdana", Times, Serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    padding: 0.1em 0;
    margin: 0.5em 0;
    border-bottom: 2px solid #555;
	background: #ccc repeat-y
}

h4 {
    border-bottom: 1px solid #666;
    left: -0.3em; 
    bottom: -0.6em; 
    padding: 1px 0.5em; 
    margin: 0; 
    border-style: solid; 
    border-width: 1px 1px 1px 0.8em;  
    border-color: #666 #666 #666 #008;
    background-color: #ddd;
	font-size:2.2em;

}

h5 {
    margin: 15px;
	border-bottom: 2px solid gray;
    border-bottom: 4px solid red;
	font-size:2.3em;
    font-family: "Times New Roman", "verdana", Times, Serif;
	color: #000;
}

hr {
    border: 0;
    height: 5px;
    background: #63C;
    background-image: -webkit-linear-gradient(left, #C9F, #63C, #C9F);
    background-image: -moz-linear-gradient(left, #C9F, #63C, #C9F);
    background-image: -ms-linear-gradient(left, #C9F, #63C, #C9F);
    background-image: -o-linear-gradient(left, #C9F, #63C, #C9F);
}
a:link, a:visited {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin:0;
	width: 120px;
   /* height: 15px;*/
    padding: .5em .5em;
    background: #36F ;
    color: #FFF;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	font-family:Tahoma, Geneva, sans-serif;
}
a:hover {
    background: #CF0;
    border: solid 1px #2A4E77;
    text-decoration: none;
	color: #000;
}

table {
	border:2px solid
	-moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}
tr td
{
    vertical-align:top;
	text-align:left;
	padding:5px;
	border-bottom:	3px solid #CCC;
	font-size:18px;
}

dt
{
   list-style: none;
   display:block;
   vertical-align:top;
   text-align: left;
   font-size: 22px;
   padding: 0px 10px;
   margin: 2px 1px 2px 30px;
}
dd
{
   list-style: none;
   display:block;
   vertical-align:top;
   text-align: left;
   font-size: 16px;
   color: #600;
   padding: 0px 10px;
   margin: 2px 1px 2px 200px;
}


#navlist {
   padding: 0 1px 1px;
   margin-left: 0;
   font: 18px Verdana, sans-serif;
}
#navlist ul {
	width: 100%;	
}
#navlist li {
   list-style: none;
   display:inline-block;
   /*width:27%;*/
   vertical-align:top;
   text-align: left;
   font-size: 14px;
   padding: 0px 10px;
   border-top: 1px solid #FAF5FF;
   margin: 2px 1px 2px 1px;
}
#navlist li br {
	display:block; 
	margin-top:10px; 
	line-height:22px;
}
#navlist li a {
   padding: 0.25em 0.5em 0.25em 0.75em;
   border-left: 1em solid #AAB;
   width:200px;
   background:#C9F;
   text-decoration: none;
}
#navlist a:link {
	background: #C9F;
    border: solid 1px #77e4a2;
    text-decoration: none;
	color: #000;
}
#navlist a:visited {
	background: #C9F;
    border: solid 1px #77e4a2;
    text-decoration: none;
	color: #000;
}
#navlist a:hover {
	 border-color: #FE3; color: #FFF; background: #332; 
}
#navlist img {
   padding:3px;
   border:3px solid #00C;
   background-color:#C9F;
}
#navlist tr td
{
    vertical-align:top;
	text-align:left;
	padding:5px;
	border-bottom:	3px solid #CCC;
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
}
#navlist h2 {
    font-family:Tahoma, Geneva, sans-serif;
    padding: 3px 0 5px 10px;
    background: #fff url(../lazyh2bg.jpg) repeat-y;
    color: #000;
    border: 1px solid #ccc;
    letter-spacing: .2em;
    font-size: 1.5em;
}
#navlist h3 {
    color: #990000;
    font-size:1.5em;
	text-align:center;
    font-family: "Times New Roman", "verdana", Times, Serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    padding: 0.1em 0;
    margin: 0 0;
    border-bottom: 2px solid #555;
	background: #ccc repeat-y
}
#navlist h4 {
    border-bottom: 1px solid #666;
    left: -0.3em; 
    bottom: -0.6em; 
    padding: 1px 0.5em; 
    margin: 0; 
    border-style: solid; 
    border-width: 1px 1px 1px 0.8em;  
    border-color: #666 #666 #666 #008;
    background-color: #ddd;
	font-size:1.2em;
}
#navlist h5 {
    margin: 15px;
	border-bottom: 2px solid gray;
    border-bottom: 4px solid red;
	font-size:1.5em;
    font-family: "Times New Roman", "verdana", Times, Serif;
	color: #000;
}

#vocab table {
	border: 0px;
	cellpadding: 0;
	cellspacing: 0;
	margin-left: auto;
	margin-right: auto;
	}
#vocab td:first-child {
	width:20%;
	font-size:16.0pt;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	}
#vocab td:first-child + td{
	width:auto;
	font-size:16.0pt;
	color:#009;
	vertical-align:middle;
	font-family:Times New Roman;
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	}
#vocab td:first-child + td + td{
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	padding:0in 5.4pt;
	vertical-align:middle;
	color:#900;
	width:auto;
	font-size:13.0pt;
	font-family:Verdana;
	}
#vocab th {
	font-size:20.0pt;
	font-family:Times New Roman;
	border-width:medium medium 3pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	background-color: #CCC
	}
#vocab a {
	text-decoration:none;
	background:none;
	border:none;
	width:auto;
	font-size:24px;
}

#otro table {
	border: 0px;
	cellpadding: 0;
	cellspacing: 0;
	margin-left: auto;
	margin-right: auto;
	}
#otro td:first-child {
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	padding:0in 5.4pt;
	vertical-align:middle;
	color:#900;
	font-size:18.0pt;
	font-family:Verdana;
	width:10%;
	}
#otro td:first-child + td{
	font-size:18.0pt;
	text-align:center;
	color:#009;
	vertical-align:middle;
	font-family:Times New Roman;
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	}
#otro td:first-child + td + td {
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	padding:0in 5.4pt;
	vertical-align:middle;
	color:#900;
	font-size:18.0pt;
	font-family:Verdana;
	}
#otro td:first-child + td + td + td {
	font-size:18.0pt;
	color:#009;
	text-align:center;
	vertical-align:middle;
	font-family:Times New Roman;
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	}
#otro td:first-child + td + td + td + td {
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	padding:0in 5.4pt;
	vertical-align:middle;
	color:#900;
	font-size:18.0pt;
	font-family:Verdana;
	}
#otro td:first-child + td + td + td + td + td {
	font-size:18.0pt;
	color:#009;
	text-align:center;
	vertical-align:middle;
	font-family:Times New Roman;
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	}
#otro th {
	font-size:20.0pt;
	font-family:Times New Roman;
	border-width:medium medium 3pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	background-color: #CCC
	}
#otro a {
	text-decoration:none;
	background:none;
	border:none;
	font-size:24px;
	width:auto;
	color:000;
}

#flow h5 {
    margin: 15px;
	border-bottom: 2px solid gray;
    border-bottom: 4px solid red;
	font-size:1.5em;
    font-family: "Times New Roman", "verdana", Times, Serif;
	color: #000;
}
#flow table {
	border: 0px;
	cellpadding: 0;
	cellspacing: 0;
	margin-left: auto;
	margin-right: auto;
	}
#flow td:first-child {
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	padding:0in 5.4pt;
	vertical-align:middle;
	color:#639;
	font-size:18.0pt;
	text-align:center;
	font-family:Verdana;
	min-width:150px;
	}
#flow td:first-child + td{
	font-size:18.0pt;
	text-align:center;
	color:#009;
	vertical-align:middle;
	font-family:Verdana;
	min-width:150px;
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	}
#flow td:first-child + td + td {
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	padding:0in 5.4pt;
	vertical-align:middle;
	min-width:150px;
	color:#900;
	font-size:18.0pt;
	font-family:Verdana;
	text-align:center;
	}
#flow td:first-child + td + td + td {
	font-size:18.0pt;
	color:#363;
	text-align:center;
	min-width:150px;
	vertical-align:middle;
	font-family:Verdana;
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	}
#flow td:first-child + td + td + td + td {
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	padding:0in 5.4pt;
	vertical-align:middle;
	color:#900;
	font-size:18.0pt;
	font-family:Verdana;
	}
#flow td:first-child + td + td + td + td + td {
	font-size:18.0pt;
	color:#009;
	text-align:center;
	vertical-align:middle;
	font-family:Times New Roman;
	border-width:medium medium 1pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	}
#flow th {
	font-size:20.0pt;
	font-family:Times New Roman;
	border-width:medium medium 3pt;
	border-style:none none solid;
	border-color:-moz-use-text-color -moz-use-text-color windowtext;
	background-color: #CCC
	}
#flow a {
	text-decoration:none;
	background:#009;
	border:#666;
	font-size:24px;
    padding: 5px 5px;
}
#flow p {
	font-size:36px;
	color:#C00;
}