@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	font-weight: normal;
	color: #EDEDED;
}
p {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #CCCCCC;
	background-image: url(../images/a/quote-open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
blockquote  div {
	background-image: url(../images/a/quote-close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/* +=====+ HEADINGS +===================+ */

h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #414141;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4E4E4E;
	border-bottom-color: #4E4E4E;
	color: #FFFFFF;
	height: 26px;
}
h2 a.more {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #4E4E4E;
	height: 18px;
	width: 65px;
	text-align: center;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: -24px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999999;
	line-height: 20px;
	float: right;
}
h2 a.more:hover {
	color: #0099FF;
	background-color: #353535;
	text-decoration: none;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #A6E7FF;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 0px;
}
h3#uploads  {
	background-image: url(../images/product-feat-uploads.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	padding-left: 65px;
	padding-top: 20px;
}
h3#monetize {
	background-image: url(../images/product-feat-monetize.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	padding-left: 65px;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3#content-mngt {
	background-image: url(../images/product-feat-content-mngt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	padding-left: 65px;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3#community {
	background-image: url(../images/product-feat-community.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	padding-left: 65px;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* +=====+ LINKS +======================+ */

/* -- Global Links -- */

a {
	color:#2CA5E5;
	text-decoration: none;
}
a:hover {
	color:#6ECEFF;
	text-decoration: underline;
}

/* -- Footer Links -- */

div#footer a {
	color:#FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	color:#0066FF;
	text-decoration: underline;
}

/* +=====+ MAIN PG NAVIGATION +=========+ */

ul#navmenu {
	display: block;
	height: 50px;
	width: 900px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#navmenu li {
	height: 50px;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul#navmenu li a {
	color: #D7EFF9;
	font-size: 14px;
	line-height: 18px;
	display: block;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2F2F2F;
	width: 110px;
}
ul#navmenu li+li a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
ul#navmenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bkg-navhover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#home li#home a,
#about li#about a,
#product li#product a,
#customers li#customers a,
#case-studies li#case-studies a,
#contact li#contact a {
	background-image: url(../images/bkg-navhover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #222222;
}
ul#navmenu li#demo a {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 50px;
	width: 109px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
ul#navmenu li#demo a:hover {
	background-image: none;
}

/* +============================================+ */

ul.news {
	padding-left: 15px;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding-top: 10px;
}
ul.news li {
	margin-top: 5px;
	margin-bottom: 8px;
}
ul.news   li a.headline  {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #33CC33;
}
ul.news li a.more {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #ADFFA5;
}
div#xtra  ul.news li a.headline {
	font-size: 14px;
	font-weight: normal;
}
ul.team {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul.team li {
	padding-bottom: 5px;
}
ul.team li a {
	color: #95D7FF;
}
ul.team li a:hover {
	color: #2792CB;
	text-decoration: underline;
}
div#bugs img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.post-credits {
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}

/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
input#anti-spam {
	display: none;
}

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