/* Page */
body {
	margin: 0px; 
	padding: 0px;
	min-width: 800px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "verdana", "lucida", sans-serif;
  color: #3a3a3a;
  background: url(/wp-content/themes/inspirepay/images/background-lines.png) repeat-x 0 80px;
}
#container-home {
	margin: 0px auto; 
	padding: 0px;
    minimum-height: 800px;
    width: 900px;
}

#container {
	margin: 0px auto; 
	padding: 0px;
    minimum-height: 800px;
    width: 1050px;
}
div#content {
  width: 700px;
}

/* Banner */
#inspirepaybanner {
  height: 80px;
  padding: 2px;
  width: 100%;
}
#head-nav {
  float: right;
  text-align: right;
  padding-right: 20px;
  position: relative;
  vertical-align: bottom;
  padding-bottom: 10px;
  width: 500px;
}
#head-nav a {
  font-size: 12px;
  padding-right: 20px;
  color: #5b5b5b;
  font-weight: bold;
  padding-bottom: 10px;
  
}
#head-nav a:hover {
  color: #76b1d9;
  text-decoration: none;
}

/* Content */
#right-copy {
  float: right;
  width: 300px;
}
#right-copy img{
  position: relative;
  top: 35px;
}
div#content-home {
  width: 555px;
}

div.backshadowu {
  background-color: rgba(0,0,0,0.04);
  padding: 0px 1px 1px 1px;
  margin: 0px;
  
}

#content-inner{
  opacity: 100;
  padding: 20px 20px 20px 20px;
  border: 2px solid #ffffff;
  width: 100%px;
  background-color: #f4f4f5;
  margin: 0px auto 0px auto;
	text-align: left;
	font-size: .8em;
    height: 350px;
    height: auto;
	min-height: 350px;
}

#content p {
	margin: 0px;
	padding-bottom: 8px;
}

#footerfixed {
	width: 100%;
	font-size: .8em;
	
	padding-top: 80px;
}
/* Powered by icons */
#powered {
	float: right;
	text-align: right;
	margin: 0px;
	height: 30px;
	display: block;
	padding-top: 12px;
	font-size: .8em;
    width: 100px;
    color: darkblue;	
}	

/* Supported service icons */
#services {
	text-align: center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	clear: both;
}

/* Download */
#content .download {
	text-align: center;
	padding-top: 3px;
}
#content .downloadSub {
	text-align: center;
	padding-top: 6px;
}
#content .downloadlink {
	display: block;
}
#content .downloadicon {
	width: 128px;
	height: 128px;
	padding-bottom: 6px;
}
#content .overview {
	text-align: center;
	font-size: 13px;
	margin: 15px auto 15px auto;
	width: 520px;
}
#content .oldversionwarning {
	font-size: 11px;
	text-align: center;
	margin-bottom: 50px;
}

/* Blog */
.blogDateHeader {
	margin-bottom: 10px;
	clear: left;
}
.blogPost {
	padding-bottom: 16px;
	clear: left;
}
.postAvatar {
	width: 70px;
	float: left;
}
.postTitle {
	margin-left: 80px;
}
.postContent {
	margin-left: 80px;
	padding-top: 6px;
	padding-bottom: 4px;
}
.postInfo {
	margin-left: 80px;
}
#archives {
	text-align: center;
}

/* Screenshots */
.screenshots {
	width: 640px;
	height: 180px;
	margin: 0px auto 0px auto;
}
.screenframe {
	text-align: center;
	width: 170px;
	padding: 10px 18px 10px 18px;
	float: left;
}
.screenimage {
	width: 160px;
	height: 120px;
	border: 1px solid #B7B7B7;
}
.screencaption {
	font-size: 11px;
	display: block;	
}
.screenshot {
	background-color: #FFF;
	text-align: center;
}
.singlescreenimage {
	border: 1px solid #B7B7B7;
}


/* copyright */
.copyright {
	float: left;
	padding-top: 0px;
	padding-left: 2px;
	text-align: left;
	background-position: 0px 0px;
	width: 400px;
	padding-bottom: 10px;
	color: #b9b9b9;
	line-height: 1.5em;
	font-size: 10px;
}
.copyright a, .copyright a:link, .copyright a:hover, .copyright a:active, .copyright a:visited {
	font-size: 10px;
    width: 300px;
    color: #b9b9b9;
    text-decoration: underline;

}

/* Links */
a, a:link, a:visited {
 text-decoration: none;
 color: darkblue;
}
a:link:hover, a:visited:hover {
 text-decoration: underline;
 color: red;
}

img {
	border: 0;
}

.imgthumb {
  background-color: #e9eef9;
  padding: 20px;
  width: 200px;
}

#header {
  background: url(/wp-content/themes/inspirepay/images/topshadow.png) no-repeat fixed center 55px;
}

.headerlogo {
  padding-left: 20px;}
h1 {
	color: #0d1d3b;
	font-size: 38px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h2 {
	color: #2199e1;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

p {
	color: #444446;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h3 {
	color: #2199e1;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.navslash {
  position: relative;
  top: 16px;
  right: 8px;
}