/* GLOBALS */
html {}
body {
	background-color: #353535;
	color : #000;
	margin: 0px;
	font:12px Arial;
}
h1 { color: #333; font-size:3em; font-weight:700; letter-spacing:-2px; padding:0px; margin: 0px 0px 15px 0px; }
h2 { color: #333; font: bold 18px Tahoma; margin: 10px 0px 10px 0px; }
td { line-height: 135%; font:12px Arial; }
a { color: #0083d7; text-decoration:none; font-weight: bold; }
a:hover { text-decoration:underline; color: #0083d7; }
a:visited { color: #0083d7; }
input {
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
  font-size: 12px;
  color: #000;
  padding: 4px;
  background-color: #fff;
  border: 2px solid #ccc;
  -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
select, textarea {
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
  font-size: 11px;
  color: #000;
  padding: 3px;
  background-color: #fff;
  border: 2px solid #ccc;
  -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

input[type='button'], input[type='submit'], input[type='checkbox'] { background-color: lightyellow; font-size: 12px; padding: 3px 5px 3px 5px; cursor: pointer; }
input[type='button']:hover, input[type='submit']:hover, input[type='checkbox']:hover { background-color: #fff; }

.bigbutton {}
.bigbutton a {
  font: bold 20px Tahoma, Helvetica, Verdana, Tahoma;
  text-decoration:none;
  color: #000;
  padding: 5px 15px 5px 15px;
  background-color: #e0e0e0;
  border: 5px solid #16a5dd;
  -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}

.bigbutton a:hover {
  color: #000;
  background-color: lightyellow;
  text-decoration:none;
}

/*CLASS STYLES*/
.divider {
	width:100%;
	background-color:#ccc;
	height:10px;
	/*background-image:url(/images/bar-undertab.gif);
	background-repeat: repeat-x;*/
}
.box {
	text-align:center;
	color:#000;
	font:12px Arial;
	margin: 0px;
	padding: 5px;
	border: 0px solid #ccc;
	/*background-color: #fff;*/
	-moz-border-radius:10px; -webkit-border-radius: 10px; border-radius: 10px;
}
.code { font: 85% Monaco, "Courier New", monospace; }
.spacer { clear: both; }
.sideboxhome {
	float: left;
	width: 254px;
	height: 300px;
	margin-top: 0px !important;
}
.homeboxheader {
	margin: 10px 0px 10px -2px; font-size: 24px; line-height: 100%;
}
.cool-list {
	margin: 0px;
	margin-left: 22px;
	padding: 0px;
	list-style: disc url(/images/icons/icon_arrow.gif);
	color: #444;
}
.cool-list-circle {
	margin: 0px;
	margin-left: 20px;
	font-size: 14px;
	padding: 0px;
	list-style: circle !important;
	color: #444;
	line-height:150%;
}

/* START ID STYLES */
#notify, #notify-x {
	/*-moz-border-radius:10px; -webkit-border-radius: 10px; border-radius: 10px;*/
	background-color:#FFC0CB;
	color:#aa0000;
	padding:8px;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	/*
	position:absolute;
	top:0px;
	z-index:100;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
}
#msg, #msg-x {
	background-color:lightgreen;
	color:green;
	padding:8px;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	/*position:absolute;
	/*top:0px;
	z-index:100;*/
}

/* START NAV TOP */
#logo {
	padding-top: 10px;
	float: left;
}
#navtoprow_container {
	height: 80px;
	position: relative;
	text-align: center;
	background-color: #353535;
}
#navtoprow_center {
	text-align: left;
	width: 880px;
	margin:0px auto;
}
#navtoprow_tabs {
	width: 550px;
	float: right;
}
#navtoprow_buttons {
	float: right;
	margin: 10px;
	height: 29px;
}
#navtoprow_buttons span {}
#navtoprow_buttons a {
	font-family:Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	padding: 4px 6px 5px 6px;
	background-color: #e0e0e0;
	margin-left: 5px;
	border: 2px solid #999;
	-moz-border-radius: 5px; -khtml-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px;
}

#navtoprow_buttons a:hover {
	color: #000;
	border: 2px solid #666;
	background-color: #ccc;
}
ul#navtop {
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 10px;
	display: inline;
	margin: 0px 0px;
	white-space: nowrap;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica;
/*  position: absolute;
	bottom: 0px;*/
}
#navtop li {
	/* margin-left: 5px; */
	display: inline;
	list-style-type: none;
	line-height: 34px;
}

#navtop a {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-decoration: none;
	color: #555;
	font-weight: normal;
}
#navtop a:link, #navtop a:visited {
	margin: 0px;
	/*background-color: #040;*/
}
#navtop a:hover {
	text-decoration: underline;
	/*background-color: #060;*/
	color: #0083d7;
	-moz-border-radius-topleft: 3px; -khtml-border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px; -khtml-border-top-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}

#navtop #active {
	text-decoration: none;
	background-color: #ccc;
	color: #333 !important;
	/* background: #090 url("http://www.linode.com/images/tab_on_left.gif") left top no-repeat; */
	/* border: 1px solid #999; */
  -moz-border-radius-topleft: 3px; -khtml-border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px; -khtml-border-top-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}

#navtop #active a:hover {
	color: #0083d7;
	text-decoration: underline;
}
/* END NAV */

/* START PAGE */
#page_container {
	background-color: #fff;
	text-align: center;
}
#page {
	width: 880px;
	text-align: left;
	margin:0px auto;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	/*font-size:12px;*/
	line-height: 135%;
	/*letter-spacing:  -0.005em;*/
}
#page h1 { color:#444; }
#page h2 { color:#555; }
#page h3 { color:#555; }
#page h4 { color:#555; margin:0px; }
#page p { color:#555; }
#page_col_left {
	width: 550px;
	margin: 0px;
	float: left;
}
#page_col_right {
	width: 300px;
	margin: 30px 0px 0px 0px;
	float: right;
}
#bottombox {
	text-align: left;

	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddd;
	-moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
}
/* SPLASH */
#splash_container {
	background-color: #E0E0E0;
	/*border-bottom: 10px solid #ccc;*/
	/*background-image: url(/images/bg.png);
	background-repeat: repeat-x;*/
	text-align: center;
}
#splash {
	width: 880px;
	margin: auto;
	text-align: left;
	padding: 0px;
}
#splash_left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 45px;
	width: 560px;
	border-right: 1px solid #999;
}
#splash_left h1 {
	font-size: 46px;
	letter-spacing:  -0.04em;
	margin: 0px;
	margin-bottom: 2px;
}
#splash_left span {
	font-size: 22px;
	color: #000;
}
#splash_right {
	float: right;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	color: #444;
}
#splash_promo_left {
	float: left;
	width: 400px;
	height: 257px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	/*background-image: url(/images/splash.jpg);
	background-repeat: no-repeat*/
}
#splash_promo_right {
	float: right;
	width: 450px;
	font-family: Helvetica, sans-serif;
	/*text-align: center;*/
	color: #333;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
#splash_promo_right h1 {
	font-size: 50px;
	letter-spacing:  -0.04em;
	margin-top: 25px;
	margin-bottom: 0px;
}
#splash_promo_right .sub {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-left: 1px;
}
#splash_promo_right .subsub {
	font-size: 18px;
	color: #222;
	margin-top: 8px;
	margin-left: 2px;
}
#splash_promo_right a {
	text-decoration: underline;
	font-weight: normal;
	color: #222;
}

/* FOOTER*/
#footer-container {
	/*background-color: #e0e0e0;*/
	position: relative;
	text-align: center;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #333;
}
#footer {
	text-align: left;
	margin: 0px auto;
	width: 880px;
	padding-top:15px;
	padding-bottom:60px;
}
#footer a {
	color: #333;
	text-decoration:none;
	font-weight: normal;
}
#footer a:hover {
	color: #0083d7;
	text-decoration: underline;
}


/*iPHONE*/
.iSidebar {
	background-color: white;
	text-align: center;
	margin-top: 25px;
}
.trademarkNote {
	margin-top: 25px;
	font-size: xx-small;
	line-height: 1.4em;
}
.trademarkNote2 {
	margin-top: inherit;
	font-size: xx-small;
	line-height: 1.4em;
}
.trademarkbar {
	margin-top: 25px;
}
.asideLink {
	font-size: smaller;
}
.nospacing {
	margin: 0px;
}


/* DOTTED BOX */
.sidebox {
	padding: 0px 12px 12px 12px;
	margin: 0px 0px 15px 0px;
	border: 1px dotted #999;
	background-color: #fcfcfc;
}
.sidebox p {
	font-size: 14px;
}

/* CODE */

.nicecode {
	font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
	font-size:  12px;
}
