/* Redefined HTML styles */

body {
  background-color: #181818;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0px;
  padding-top: 20px;
  line-height: 1.2em;
}

img {
  border: 0px;
}


a {
  text-decoration: none;
}



/* Layout */

.main {
  width: 880px;
}


.banner {
	width: 880px;
	height: 90px;
	vertical-align: middle;
}


/* header */
.header {
	width: 880px;
	height: 90px;
	vertical-align: middle;
}

.header img {
	float:left;
}

/* menu */
.menu {
	padding-top: 65px;
	text-align: right;
}

.menu a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  	font-size: 14px;
  	font-weight: bold;
  	text-decoration: none;
  	padding-left: 10px;
	color:#ffffff;
	border-right:1px solid gray;
	padding-right:5px;
	padding-left:5px;
}

.menu a:hover {
  color: #FEC200;
}

.menu .selected {
  color: #FEC200;
}


/* Home Page Product Listing */
.homeProductIcon a {
	display: block;
	width: 230px;
	margin-left: 145px;

	background-image: url(/images/licensekeeper/LicenseKeeper-200x200.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	font-size: 12px;
	padding-top: 215px;
	text-decoration: none;
	color:black;
}

.homeProductIcon .title {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}


/* LicenseKeeper Download & Purchase Buttons */
.downloadButton {
	font-size:12px;
}

.purchaseButton {
	font-size:12px;
}

.downloadButton a {
	background-image: url(/images/licensekeeper/download-arrow.png);
}

.purchaseButton a {
	background-image: url(/images/licensekeeper/purchase-button.png);
}

.purchaseButton a,
.downloadButton a {
	display:block;
	width:160px;
	height:64px;
	padding-left:80px;
	padding-top:12px;
	text-decoration: none;
	color: #575757;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


.purchaseButton .selected,
.downloadButton .selected {
	color:gray;
}

.purchaseButton span,
.downloadButton span {
	font-weight: bold;
	color: black;
	font-size:14px;
}

.universalLogo {
	margin-top: 20px;
	margin-left: 90px;
	border: 0;
}


.faqButton a {
	background-image: url(/images/help.png);
}
.releaseNotesButton a {
	background-image: url(/images/info.png);
}


.releaseNotesButton a,
.faqButton a {
	display: block;
	width: 160px;
	height: 36px;
	padding-top:5px;
	padding-left:36px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.twitterButton a {
	display: block;
	width: 160px;
	height: 36px;
	padding-top:2px;
	padding-left:70px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(http://twitter-badges.s3.amazonaws.com/twitter-a.png);
}




/* bullfrog highscores menu */
.bfmenu {
	padding-top: 65px;
	text-align: center;
}

.bfmenu a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  	font-size: 14px;
  	font-weight: bold;
  	text-decoration: none;
  	padding-left: 10px;
	border-right:1px solid black;
	padding-right:5px;
	padding-left:5px;
	color: black;
}

.bfmenu a:hover {
	color: #09e60e;
}

.bfmenu .selected {
  color: #00a822;
  font-size: 18px;
}





/*  Page top */

.pageTop {
  background-image: url('/images/top-strip-880.png');
  background-repeat: no-repeat;
  height: 12px;
  text-align: right;
  padding-right: 1.5em;
}

.pageTop a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
  padding-left: 10px;
}


/* page body */

.pageBody {
  background-color: white;
  background-image: url('images/middle-strip-880.png');
  background-repeat: repeat-y;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.pageBody p {
  margin: 0px;
  padding-bottom: 1em;
  font-size: 12px;
}

.pageBody h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 1em 0 0 0;
}

.pageBody h2 {
  font-size: 11px;
  font-weight: normal;
  color: #777;
  margin: 0px;
  padding: 0px 0 1em 0;
}

.pageBody h5 {
padding-left: 0;
padding-top: .5em;
padding-bottom: 0;
margin-bottom: 1em;
	
}

.pageBody ul {
	margin-top:0;
}
.pageBody li {
  font-size: 12px;
}

/* page bottom */

.pageBottom {
  background-image: url('images/bottom-strip-880.png');
  background-repeat: no-repeat;
  height: 12px;
}

/* Copyright */

.copyright {
  font-size: 10px;
  color: #ccc;
}

.copyright a {
#  font-weight: normal;
#  font-size: 12px;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

.copyright a:hover {
  color: #FEC200;
}


/* product header */

.productHeader {
	margin-bottom:20px;
}

.productHeader h1 {
	font-size: 36px;
  	font-weight: bold;
  	margin: 0px;
  	padding: 1em 0 0.5em 0;
}

.productHeader a {
	text-decoration: none;
	color: #000000;
}


/* trademark */
.tm {
	color:gray;
	font-size: 0.5em;
	vertical-align: top;
	font-weight: normal;
}

/* feature list */

.feature-item {
	margin-bottom:15px;
}

.feature-icon {
	float: left;
	margin-right: 5px;
	width: 40px;
}


.feature-list h5 {
	margin-top:30px;
	margin-bottom:15px;
	padding-top:5px;
}


/* blog styles */
.blog h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

.blog h1 {
	font-size: 4em;
	text-align: center;
	}

.blog .description {
	font-size: 1.2em;
	text-align: center;
	}

.post h2, h3{
	font-size: 1.3em;
	padding-bottom: 2px;
	}

.blog h2.pagetitle {
	font-size: 1.6em;
	}

.blog #sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.blog h3 {
	font-size: 1.3em;
	}

.blog h2 a, h2 a:hover, h3 a, h3 a:hover {
	color: black;
	text-decoration: none;
	}

.blog h2 a:hover, h3 a:hover {
	color: orange;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

	
small {
	font-size: .75em;
	color: gray;
}

.entry {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top:10px;
}	

.entry blockquote {
		margin: 15px 30px 30px 10px;
		padding-left: 20px;
		border-left: 5px solid #ddd;
}

.codeblock {
	background-color:#f2f2f2;
}

p.postmetadata {
	color: gray;
	padding-bottom:0px;
	margin-bottom:50px;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#sidebar h4 {
	font-size:.75em;
}

#sidebar p {
	font-size:.6em;
}

#sidebar li a {
	font-size:.8em;
}

.navigation {
/*	display: block; */
	text-align: center;
	margin-top: 10px;
	padding-bottom:60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
}
 
/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}
 
.wp_syntax table {
  border-collapse: collapse;
}
 
.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}
 
.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}
 
/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
}


#pressTable {
	font-size: small;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
#pressTable td {
	padding: 5px;
	border: 1px solid #c1c1c1;
}
#pressTableDateHeader {
	background-color: #e6e6e6;
}


.testimonial {
	font-size:x-small;
	padding-bottom: 30px;
}

.bigTestimonial {
	font-size:small;
	padding-bottom: 30px;
}

.testimonialAttribution {
	font-weight:bold;
	text-align:right;
}


.sidebarSmallText {
	font-size:x-small;
}

.columnSection {
#	background-color: #ededed;
	border:1px solid #CCCCCC;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 30px;
	font-size:x-small;
	padding:3px 15px 15px 15px;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
}

.columnSection p {
	font-size:x-small;
}

.columnSection h2 {
	-moz-border-radius-topleft: 11px; 
	-moz-border-radius-topright: 11px; 
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #ededed;
	margin-top:-3px;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:15px;
	padding-left:15px;
	padding-bottom: 5px;
	padding-top: 5px;
  	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: medium;
  	color: #121212;
}

.reviewsSection {
	text-align: center;
	margin-left: -20px;
}

.mainContent {
	border: 0px;
}

.mainContent h4 {
	margin-top: 15px;
}

.mainWindowShot {
	margin-top: -15px;
}
