/* colors
light green: #C0FC48
pivot green: #90BA23
dark green: #6D9029
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

* html .clearfix {
	height: 1%;
}

a img { 
	border: none;
}

a { 
	-moz-outline-style:none; 
	color: #4A632B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #fff;
	background: url(images/bg_container.jpg) top left repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.5em;
	padding-bottom: 5px;
}

.entry p {
	padding-bottom: 1em;
}

pre, 
code,
tt {
	font-family: consolas, 'courier new', courier, sans-serif;
	line-height: 140%;
}

code {
	display: block;
	padding: 5px;
	border: 1px solid #e6e6e6;
}

abbr {
	border-bottom: 1px solid #ccc;
}

h1 {
	font-size: 20px;
	
}

h2 {
	font-size: 30px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 15px 0 10px 0;
	color: #6D9029;
}

h4 {
	font-size: 16px;
	padding: 10px 0 4px 0;;
}

h5 {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 140%;
}

#container {
	margin: 0 auto;
	width: 940px;
	min-height: 720px;
	/*background: url(images/bg_container.jpg) top left repeat-x;*/
	background: #fff;
}

#inner_container {
	margin: 0 20px 40px 20px;
}

#pivotx-nav {
	height: 40px;
	width: 900px;
}

#header {
	position: relative;
	width: 900px;
	height: 165px;
	background: #90BA23 url(images/bg_header.jpg) top left repeat-x;
}

#about-pivotx #header {
	position: relative;
	width: 900px;
	height: 275px;
	background: #90BA23 url(images/bg_header_home.jpg) top left repeat-x;
	overflow: hidden;
}


/*#navbar {
	clear: both;
	height: 40px;
	background-color: #90BA23;
}*/

#navbar {
	position: relative;
	clear: both;
	height: 40px;
	background-color: #90BA23;
}

#download {
	display: block;
	float: right;
	background: url(images/download.gif) bottom left no-repeat;
	color: #FFF;
	text-decoration: none;
	/*padding: 62px 0 0 70px;*/
	/*width: 182px;
	height: 37px;
	padding: 45px 0 0 130px;*/
	width: 182px;
	height: 20px;
	padding: 62px 0 0 70px;	
	margin: 20px 50px 10px 0px;
}

#about-pivotx #download {
	width: 182px;
	height: 20px;
	padding: 62px 0 0 70px;
	margin: 15px 0px;	
}

a#download:hover {
	text-decoration: underline;
}

#introducing {
	padding: 0 0 0px 0;	
}

#introducing h1 {
	margin: 60px 0 10px 0;
	height: 45px;
	text-indent: -5000px;
	background: url(images/header_introducing.gif) no-repeat;
}

#introducing p {
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 10px;
	color: #333;
}

#left_col {
	float: left;
	width: 422px;
	margin: 16px 0 0 0;
}

#right_col {
	float: right;
	width: 422px;
}

#left_col_page {
	float: left;
	width: 340px;
}

#right_col_page {
	float: right;
	width: 340px;
}

#left_col_page_menu {
	float: left;
	width: 188px;
	margin: 5px 0 0 0;
}

#left_col_page_menu_items ul {
	border:1px solid #E4E4E4;
	background: #fff url(images/bg_textblock.jpg) repeat-x left top;
	padding: 0px 20px 10px 10px;;
	margin: 0 30px 0 0;
	list-style: none;
}

#left_col_page_menu_items li {
	display: block;
	border-bottom: 1px solid #ccc;
	line-height: 15px;
	padding: 10px 0 5px 0;
	font-weight: bold;
	list-style: none;
}

#left_col_page_menu_items li a {
	display: block;
}

#about-pivotx #left_col {
	margin: 0;
	float: left;
	width: 460px;
}

#sidebar {
	margin: 50px 0 0 0;
	float: right;
	width: 388px;
	background-color: #fff;
	/*border: 1px solid #e7e7e7;*/
}

.feed {
	float: right;
	margin-top: 17px;
	background: url(images/icon_feed.png) top left no-repeat;
	padding: 0 0 0 14px;
}

.feed a {
	color: #999;
	text-decoration: none;
}

.feed a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.divider {
	clear: both;
	margin: 0 20px;
	height: 42px;
	background: url(images/divider.gif) center center no-repeat;
}

.textblock {
	margin: 30px 0;
	/* padding: 20px; */
}

.arrow {
	clear: both;
	float: right;
	text-align: right;
	width: 190px;
	height: 50px;
	margin: -53px 0 0 0;
}

.arrowsmall {
	clear: both;
	float: right;
	text-align: right;
	width: 190px;
	height: 50px;
	margin: -44px 0 0 0;
}

.compare,
.install,
.screenshots,
.blogpostfrontpage,
.opensource {
	padding: 20px;
	background-color: #C3EFF7;
	background: #fff url(images/bg_textblock.jpg) top left repeat-x;
	border: 1px solid #E4E4E4;
}

.compare {
	height: 380px;
}


.screenshots {
	height: 150px;
}


img.comparisonlist {
	margin: 0 0 0 -20px;
}

.compare h2 {
	font-size: 22px;
	margin: 0 0 10px 0;
	text-indent: -5000px;
	background: url(images/header_compare.gif) no-repeat;
}

.install h2 {
	font-size: 26px;
	margin: 0 0 10px 0;
	text-indent: -5000px;
	background: url(images/header_install.gif) no-repeat;
}

.screenshots h2 {
	font-size: 22px;
	margin: 0 0 10px 0;
	text-indent: -5000px;
	background: url(images/header_screenshots.gif) no-repeat;
}

 .screenshots p {
	clear: both;
}

.screenshot_block {
	height: 340px;
}

.opensource,
.install {
	/*margin: 30px 0 0 0;*/
}

.opensource h2 {
	font-size: 26px;
	margin: 0 0 10px 0;
	text-indent: -5000px;
	background: url(images/header_opensource.gif) no-repeat;
}

.install ol {
	list-style: none;
}


.install ol li {
	padding-left: 100px;
	height: 100px;
}

.install ol li#install-step-1 {
	background: #FFF url(images/icons_pivotx_upload.png) no-repeat left 50%;
}

.install ol li#install-step-2 {
	background: #FFF url(images/icons_pivotx_configure.png) no-repeat left 50%;
}

.install ol li#install-step-3 {
	background: #FFF url(images/icons_pivotx_blog.png) no-repeat left 50%;
}

/* navbar menu */

/*
#navbar ul {
	float: left;
	clear: both;
	display: block;
	background-color:  #90BA23;
}

#navbar li {
	display: block;
	float: left;
	list-style: none;
}

#navbar li a {
	display: block;
}

#navbar li a:hover,
#navbar li.active {
	background: url(images/bg_navbar_li_hover.png) bottom left repeat-x;
}

*/

/* navbar menu */

#navbar ul {
	float: left;
	clear: both;
	display: block;
	background-color:  #90BA23;
}

#navbar li {
	display: block;
	float: left;
	font-size: 16px;
	list-style: none;
	width: 150px;
	background: url(images/navbar_li_divider.gif) top right repeat-y;

	text-align: center;
}

#navbar li a {
	display: block;
	color: #333;
	padding: 10px 0;
}

#navbar li a:hover,
#navbar li.active {
	background: url(images/bg_navbar_li_active.png) bottom left no-repeat;
	text-decoration: none;
}


#header_logo {
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}

#header_intro {
	padding: 30px 0 0 40px;
	float: left;
	clear: both;
}

img#header_payoff {
	padding-bottom: 4px;
}

/* Blog */

#header_blog {
	float: left;
	clear: both;
}

.sidebarblock {
	clear: both;
	padding: 10px 0 10px 20px;
	margin: 0 0 20px 0;
	border: 1px solid #e7e7e7;
}

.entry {
	margin-bottom: 30px;
}

.entry div {
	margin-bottom: 1em;
}

.meta {
	color: #6D9029;
	margin: 12px 0 0 0;
}

.meta a {
	color: #6D9029;
}

.commentlink {
	padding-left: 15px;	
}

.commentlink a {
	padding-left: 15px;
	background: url(images/icon-comment.gif) top left no-repeat;
}

.author {
	padding-right: 5px;
}

/* pivotx menu */

#pivotx-nav ul {
	padding: 17px 0 0 0; 
}

#pivotx-nav li  {
	display: inline;
	padding: 0 20px 0 0;
	text-transform: capitalize;
}

#pivotx-nav li a {
	color: #999;
	text-decoration: none;
}

#pivotx-nav li a:hover {
	color: #FF9900;
}

#pivotx-nav li .active,
#footer  li .active {
	color: #FF9900;
}

/* end pivotx menu */

table {
	margin-top: 20px;
	font-size: 11px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-collapse: collapse;
}

td {
	padding: 4px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

td.comparison_desc {
	text-align: left;
}

/* more styles */

.entry ul,
.entry ol {
	padding: 6px 0 6px 22px;

}

.entry li {
	padding: 1px 0;
}

.entry h2 {
  margin: 20px 0 10px 0;
}

.entry p a {
  text-decoration: underline;
}

.sidebarblock ul {
	padding: 5px 0 5px 0;
}

.sidebarblock li {
		list-style: none;
}

.sidebarblock li.twitter {
	padding: 0 0 0 24px;
	line-height: 20px;
	background: url(images/icon-twitter.gif) center left no-repeat;
}

ul.commentlist {
	padding: 5px 0 5px 0;
}

p.readmore {
	text-align: right;
}

p.info {
	margin: 20px 0 15px 0;
	padding: 5px;
	border: 1px solid #e7e7e7;
}

ul.commentlist li {
	padding: 0 0 5px 16px;
	background: url(images/icon-comment.gif) top left no-repeat;
}

code {
	padding: 10px;
	background-color: #e7e7e7;
}

li code {
	padding: 0;
	background: none;
}

.pagenav {
	padding: 0 0 20px 0;
	text-align: center;
	color: #6D9029;
}

.commentform td {
	text-align: left;
}

/* footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	background: #fff url(images/bg_textblock.jpg) top left repeat-x;
	border: 1px solid #E4E4E4;
}

/*{
	float: left;
	width: 240px;
}*/

.footerblock {
	float: left;
	width: 225px;
}

#footer-menu {
	clear: both;
	border-top: 1px solid #E4E4E4;
	padding: 20px;
}

.footerblock .feed {
	font-size: 10px;
	float: none;
	margin: 0 0 0 15px;
}

#footer ul {
	padding: 5px 10px 5px 10px;
}

#footer ul.first-block {
	padding: 5px 0 0 20px;
}

#footer li {
	list-style: none;
	font-size: 11px;
	padding: 0 0 5px 0;
}

#footer-menu ul {
	padding: 0;
}

#footer-menu li {
	display: inline;
	font-size: 11px;
	padding: 0 20px 0 0;
	background-image: none;
}

#footer-menu li a {
	color: #999;
}

#footer-menu li a:hover {
	color: #FF9900!important;
	text-decoration: none;
}

#footer-menu li.feed {
	background: transparent url(images/icon_feed.png) center left no-repeat;
	float: none;
	margin: 0;
	padding: 0 0 0 14px;
}

#footer h5 {
	font-size: 15px;
	padding: 20px 0 10px 10px;
}

#footer h5.first-block {
	padding: 20px 0 10px 20px;
}

#footer p {
	padding: 0 20px 0 0;
}

#footer p,
#footer p a,
#footer li a,
#footer h5,
#footer h5 a {
	color: #666;
}

#footer p a:hover,
#footer li a:hover {
	color: #000;
}

/* start slider control css */
#slider {
	width: 900px;
  position: relative;
  overflow: hidden;
	height: 275px;
}

.slide { 
	width: 900px; 
	height: 275px;
	float: left; 
	position: relative; 
}

/* slider elements that are added by jquery */
#slider_control {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 145px;
	height: 275px;
	color: white;
	background: url(images/button-start-tour.png) no-repeat top right;
	z-index: 1000;
}

.slider_button {
	position: relative;
	top: 31px;
	left: 30px;
	color: #fff;
}

#slider_control a {
	color: #fff;
}

#slider_control a:hover {
	color: #F28E35;
	text-decoration: none;
}

#slider_next span  {
	padding: 0 5px;
	background: url(images/ffwd-white.gif) no-repeat center;
}

#slider_prev span {
 padding: 0 5px;
	background: url(images/rewind-white.gif) no-repeat center;
}

.tourbutton,
.continuebutton {
	background: url(images/arrow-white.gif) no-repeat center right;
	padding-right: 10px;
}
.pausebutton {
	background: url(images/pause-white.gif) no-repeat center right;
	padding-right: 10px;
}
  /* end slider elements that are added by jquery */
/* end slider control css */

/* forms and buttons */

.commentform input.commentbutton {
	font-size: 12px;
	margin: 12px 0 0 0;
}

/* pivot_essentials.css overrides */

.pivot-image {
	float: left;
	border: none;
	padding: 0 20px 0 0;
}

div.comment {
	background:#e7e7e7 none repeat scroll 0 50%;
	border: none;
	color:#333333;
	margin:14px 0 0 0;
	padding:14px 14px 7px;
}

/* let's make the commentform a bit smaller... */
.markItUp {
	margin:5px 0;
	width:422px!important;
	float: left;
}

#piv_comment {
	width: 410px!important;
}

.comment-footer {
	height: 16px;
	background: url(images/comment-footer.gif) no-repeat;
}


  div.gallery { margin: 0; padding: 0; }
  div.gallery img { margin: 2px; padding: 0; border: 1px solid #6D9029; } 
  
  
   
div#fancy_title td, div#fancy_title table  {
	border: 0 !important;
}

