h1 { font-family:"Arial", sans-serif;
font-size:22;
color:black;
}

h2 {
font-family:"Arial", sans-serif;
font-size:18;
padding-left:10px;
color:black;
}

h3 {
font-family:"Arial", sans-serif;
font-size:16;
padding-left:20px;
color:darkgrey;
}

p {
font-family:"Arial", sans-serif;
font-size:14;
padding-left:30px;
padding-right:15px;
color:black;
}

ul {
font-family:"Arial", sans-serif;
font-size:14;
color:black;
list-style-type:square;
list-style-position:inside;
}

table {
text-align:left;
vertical-align: top;
font-family:"Arial", sans-serif;
padding-left:30px;
border-color:black;
}

th {
font-size:14;
font-weight:bold;
padding-right:1em;
}

td {
font-size:12;
padding-right:1em;
}

a {
font-family:"Arial", sans-serif;
font-size:12;
font-weight:bold;
color:grey;
text-decoration:none;
cursor:hand;
}

a.tooltip {
text-decoration:none;
}

a img {
border : 0 none;
}

.tooltip span.info{
display:none;
font-size:7;
color:lightgrey;
}

.tooltip:hover span.info{
display:block;
position:absolute; 
width:200px; 
height:200px;
margin-top:5px;
}

a:hover {
color:black;
}

#start {
position:relative;
text-align:center;
width:768px;
height:100px;
margin:0px auto;
}

#banner {
position:absolute;
text-align:left;
width:250px;
height:400px;
padding-top:80px;
}

#norman {
position:absolute;
text-align:left;
width:200px;
height:500px;
padding-top:50px;
padding-left:300px;
}

#tweet {
position:absolute;
text-align:left;
width:250px;
height:*;
padding-top:80px;
padding-left:550px;
}

#content {
position:absolute;
text-align:justify;
padding-top:35px;
padding-left:20px;
padding-right:20px;
padding-bottom:10px;
}

#flag{
position:relative;
width:76px;
height:18px;
margin-left:*;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:100%; 
font-size:0.85em;
position:absolute;
top:10px;
left:30px;
width:100%;
margin:0px auto;
text-align:left;
min-width:700px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:*;
padding-left:10px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:grey; 
width:*; 
height:*; 
padding:1px 1px;
border:1px solid white;
background:white;  
line-height:16px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:50px;
w\idth:89px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
border:1px solid #EDEDED;
background:white;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#EDEDED;
border:1px solid grey;
}
.menu ul ul :hover > a.drop {
background:#EDEDED;
border:1px solid grey;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:white;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#EDEDED;
border:1px solid grey;

}
.menu ul ul ul :hover > a {
background:#EDEDED;
border:1px solid grey;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
border:1px solid #EDEDED;
color:black; 
height:auto; 
line-height:1em; 
padding:4px 4px; 
width:139px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:89px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:black; 
background:EDEDED;
border:1px solid grey;
}
.menu :hover > a, .menu ul ul :hover > a {
color:black;
background:EDEDED;
border:1px solid grey;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* Tweet! */

  body .container {
    padding: 4em;
    width: 32em;
    margin:0 auto;
    text-align:left; }
    body .container h1 {
      font-size: 240%;
      margin-bottom: -.5em; }
    body .container h2, body .container p, body .container ul, body .container code {
      margin-bottom: 1em; }
    body .container h2 a {
      color: #fff; }
    body .container h3 {
      font-size: 140%;
      margin-bottom: .4em; }
    body .container ul {
      padding-left: 2em; }
      body .container ul li {
        list-style-type: square; 
        margin-left: 0;}
    body .container a {
      color:grey; }
    body .container code {
      margin-left: 1em;
      padding: .5em;
      display: block;
    }
    body .container code, body .container .code {
      background-color: #0C717A;
      color: #fff;
      font-size: 85%;
      font-family: courier, monospace; }
      body .container code a, body .container .code a {
        color: #fff; }
    body .container .copyright {
      font-family: verdana, sans-serif;
      font-size: 75%;
      margin-top: 8em; }
      body .container .copyright span {
        color: #8ADEE2; }
    body .container .download h4 {
      font-size: 120%;
      margin-top: -.5em;
      color: #8ADEE2; }
    body .container .twoot {
      padding-top: 3em; }

/*Tweet!*/

.tweet, .query {font-family:arial;
  font-size: 100%;
  color: gray50; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
	font-size:66%;
    margin: 0;
    padding: 0;
	border: 1px solid #B3B2B2;
    background-color:gray98;}
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
	    font-size:70%;
        color: gray67; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color:gray96; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
