@CHARSET "UTF-8";

body * {
	padding: 0;
	margin: 0;
	font-family: Sylfaen, "Times New Roman", Times, serif;
}

body {
	background-color: white;
	color: #000080;
}

h2, h3, h4 {
  color: #194AA6;
}

a {
  text-decoration: none; 
  color: #2268DC;
}
a:hover {
  text-decoration: underline; 
}

img {
  border: none;
}

code {
  font-family: monospace;
}
code#gmail_url {
  margin: 3em;
  font-weight: bold;
}

#container {
  line-height: 130%;
  position: absolute;
  left: 1%;
  top: 10px;
  width: 98%;
}

.left {
  float: left;
  display: inline;
  margin-right: 1em;
}
.right {
  float: right;
  display: inline;
  margin-left: 1em
}

.clearer {
  clear: both;;
}


#sidebar {
  position: absolute;
  left: 0;
  top: 0;
	width: 210px;
  z-index: 10;
}

#skip {
  display: none;
}

h1 {
  position: relative;
  left: 0;
  top: 0;
  width: 210px;
  height: 200px;
  padding: 5px;
  overflow: hidden;
}
h1 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
h1 a span {
  cursor: pointer;
}
#gp_logo {
  background: url(images/gp_logo.png) -15px -10px no-repeat;
}
#mp_logo {
  background: url(images/mp_logo.png) -15px -10px no-repeat;
}

#sidebar h2 {
  width: 200px;
  font-size: 120%;
  margin-bottom: 0.3em;
}
.navbar {
	margin: 0 0 1em 0;
	padding: 0em;
  width: 130px;              /* affects several other widths below */
}
#platforms {
  padding-left: 10px;
}
.navbar li { 
  margin: 0;
	position: relative;
	left: 0;
	top: 0; 
	list-style: none;
	border: 1px solid white;
	z-index: 11;
}
.navbar li ul {
	position: absolute;
	left: 131px;               /* = navbar.width + 1 */
	top: 0 !important;
	top: 1px;
	display: none;
}
.navbar li ul li {
  border: none;
}
.navbar a {
	display: block;
	padding: 5px 11px;         /* affects non-IE6 width below */
	width: 110px !important;   /* non-IE6: navbar.width - (padding-left + padding-right) */
  width: 130px;              /* IE6:     navbar.width */
  letter-spacing: 0.06em;
  color: #194AA6;
}
.navbar li:hover ul, 
.navbar li.over ul { 
	display: block;
	z-index: 12;
}
.navbar li:hover a, 
.navbar li.over a { 
  background-color: #FECE7E;
  border: 1px solid #000080;
	padding: 4px 10px;
	width: 133px;              /* = navbar.width + 3 */
}
.navbar li:hover ul a,
.navbar li.over ul a
{
  border-top: none;
  border-bottom: none;
  width: 195px !important;
}
.navbar a:hover,
.navbar a.current {
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none; 
}
.navbar li:hover ul li.first a,
.navbar li.over ul li.first a {
  border-top: 1px solid #000080;
  border-left: none;
  padding-left: 11px;
}
.navbar li:hover ul li.last a,
.navbar li.over ul li.last a {
  border-bottom: 1px solid #000080;
}
.navbar a:visited {
	color: #194AA6;
}

#amazon {
  width: 130px;
  text-align: center;
  margin-top: 3em;
}


#main {
  position: absolute;
  left: 220px;
  top: 4px;
  right: 140px;
	min-height: 557px;
	z-index: 0;
	padding-bottom: 4em;
}
* html #main {
  height: 628px;   /* IE 6 and below don't support min-height */
}

#main h2 {
  line-height: 1.1;
  background: url(images/orange_fade.png) no-repeat;
  border-top: 1px solid #000080;
  border-left: 1px solid #000080;
  padding: 0.4em 0 0.4em 12px;
/*
  margin-bottom: -0.5em;
  width: 100%
*/
}

#main h3, 
#main p {
  margin: 1em 0;
}
#main img {
  margin-bottom: 1em;
}

#main h2 img {
  border-left: 1px solid #000080;
  border-right: 1px solid #000080;
  border-bottom: 1px solid #000080;
  margin-top: -0.4em;
}

#main ol,
#main ul {
  padding-left: 2em;
}
#main ul>li {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
#get_it img {
  margin-bottom: 0;
  vertical-align: baseline;
}
 
.news_item {
  border-bottom: 1px dotted #FEAC1C;
}
.news_item.last {
  border-bottom: none;
}

#gadget_preview {
  margin-top: 0.5em;
}

#ads {
  position: absolute;
  top: 4px;
  right: 0;
  width: 120px;
}
#ads span {
  float: right;
}

#footer {
  font-size: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  clear: both;
  width: 100%;
}
#footer div {
  position: relative;
  left: 0;
  margin-top: 4em;
}
#footer hr {
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000080;
}
#footer p {
  margin: 0;
  padding: 0 0.5em;
}
#credit {
  float: left;
}
#copyright {
  float: right;
}
