/*
Theme Name: Jivox Theme
Theme URI: http://www.jivox.com
Description: Jivox theme for Wordpress
Version: 2.0
Author: Jivox
*/


/*
Basic Styles
*********************************************/

body {
	background-color: #a5c9ed;
	color: #000000;
	font-family: Tahoma, Sans-Serif;
	font-size: 10pt;
	margin: 10px auto;
}

body.print {
	color: #000000;
}

body.print * {
	width: auto;
	height: auto;
	margin: 0;
  float: none;
}
body.thickbox {
	background-color: #FFFFFF;
}

img {
	border: 0;
}

a {
	color: #464646;
}

pre {
	font-family: Tahoma, Sans-Serif;
}

/*
Useful Styles
*********************************************/

.left { float: left; }

.right { float: right; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.normal-text {
	font-weight: normal;
	font-style: normal;
}

.underline { text-decoration: underline; }

.clear { clear: both; }

.small { font-size: 75%; }

.block { display: block; }

.inline { display: inline; }

.hidden { display: none; }

.attention { color: #FF0000; }

.selfclear { overflow: hidden; }

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

hr.clear {
	visibility: hidden;
	padding: 0;
	margin: 0;
	clear: both;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.fit {
	margin: 0;
	padding: 0;
}

/* Styles for the bookmark icon/link */

.bookmark-this-page {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
}

.bookmark-this-page img {
	float: left;
	margin: 0 5px 0 0;
	font-weight: bold;
}

pre {
	font-family: Tahoma, Sans-Serif;
}

/*
Layout Styles
*********************************************/

/* Header */

#top {
	clear: both;
	height: 66px;
	margin: 0 auto;
	padding: 2px 7px 0 7px;
	width: 898px;
	background: url(images/css/page_bg.gif) 0 0 no-repeat;
	font-size: 8pt;
	color: #848484;
	position: relative;
}

#top a {
	color: #848484;
}

#top h1 {
	width: 84px;
	height: 28px;
	margin: 29px 0 0 14px;
	float: left;
  display: inline;
  overflow: hidden;
}

#top h1 a {
	display: block;
  height: 28px;
}

#top h1 img {
  padding: 0;
}

#top img {
	padding-top:10px;
}

/**/

#top #user {
	list-style-type: none;
	margin: 36px 7px 0 0;
	padding: 0;
	float: right;
}

#top #user li {
	float: left;
	padding: 0 10px;
  background: url(images/css/user-li_bg.gif) 100% 2px no-repeat;
}

#top #user li.last {
  background: none;
}

#top #user li a {
  color: #858585;
  text-decoration: none;
  letter-spacing: 1px;
}

/**/

#top #country-select {
	list-style-type: none;
	margin: 29px 10px 0 0;
	padding: 0;
	float: right;
}

#top #country-select li {
	float: left;
}

#top #country-select li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -5000px;
	overflow: hidden;
  background: url(images/css/country-select-a_bg.png) no-repeat;
}

#top #country-select li a#usa {
  background-position: 0 -32px;
}

#top #country-select li a#india {
	background-position: -32px -32px;
}

#top #country-select li a#usa:hover,
#top #country-select li a#usa.selected {
	background-position: 0 0;
}

#top #country-select li a#india:hover,
#top #country-select li a#india.selected {
	background-position: -32px 0;
}

/**/

#navigation-top {
	margin: 0 auto;
	padding: 0 12px;
	width: 888px;
	background: url(images/css/page_bg.gif) -912px 0 repeat-y;
	margin: 0 auto;
}

#navigation-top ul {
	width: 869px;
	margin: 0 auto 1px auto;
	padding: 0;
	list-style-type: none;
	height: 29px;
	background: #707070 url(images/css/navigation-top_bg.gif);
	clear: both;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
  overflow: hidden;
}

#navigation-top ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#navigation-top ul li a {
  float: left;
	height: 22px;
	padding: 7px 38px 0 38px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
  border-right: 1px solid #D1D1D1;
}

/**/

#navigation-top ul li.disabled {
	color: #FFFFFF;
	font-weight: bold;
	width: 121px;
	text-align: center;
	padding: 7px 0 0 0;
	height: 22px;
}

/**/

#navigation-top ul li a:hover {
	background: #959595 url(images/css/navigation-top_bg.gif) -5px -29px;
}

#navigation-top ul li a#header-link-home:hover {
	background: #959595 url(images/css/navigation-top_bg.gif) 0 -29px;
}

/**/

#navigation-top ul li.selected a#header-link-home {
	background: #824C92 url(images/css/navigation-top_bg.gif) 0 -58px;
}

#navigation-top ul li.selected a {
	background: #824C92 url(images/css/navigation-top_bg.gif) -5px -58px;
}

/**/

#navigation-top ul li.last a {
	border: none;
}

/**/

#navigation-top ul li#register-link {
	float: right;
	width: 880px;
	padding: 3px 20px 0 0;
	text-align: right;
}

#navigation-top ul li#register-link a {
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #4187CC;
	text-decoration: underline;
	font-size: 90%;
}

/**/

#navigation-top #breadcrumbs {
  margin: 0 auto;
  padding: 7px 20px 0 20px;
  height: 20px;
  background: url(images/css/breadcrumbs_bg.gif) 0 0 no-repeat;
  width: 829px;
  text-transform: uppercase;
  font-size: 75%;
  color: #756666
}

#navigation-top #breadcrumbs a {
  color: #756666;
}

#navigation-top #breadcrumbs img {
  margin: 0 3px -1px 6px;
}

/**/

#headerbar {
	margin: 0 auto;
	width: 938px;
	padding: 0;
	height: 28px;
	background: url(images/backgrounds/headerbar.gif) no-repeat left top;
	overflow:hidden;
	clear: both;
}

/* Content Area */

#content {
	margin: 0 auto;
	width: 898px;
	padding: 11px 7px 0 7px;
  background: url(images/css/page_bg.gif) -912px 0 repeat-y;
  overflow: hidden;
}

/* Content */

#content #body {
	float: left;
	width: 656px;
	left: 8px;
	position: relative;
	color: #000000;
	overflow: hidden;
}

div#body.affiliate-program ol li {
	margin: 8px 0;
}

#body .col.single {
	padding: 0 11px 0 22px;
	overflow: hidden;
}

#body .col.right, #body .col.left {
	position: relative;
}

#body .col.left {
	padding: 15px;
	width: 44%;
	left: 13px;
}

#body .col.right {
	padding: 11px;
	width: 44%;
	right: 8px;
}

#content #body h2 {
	margin: 0;
	padding: 0 0 5px 22px;
	width: 635px;
	position: relative;
	top: 0;
	left: -1px;
	color: #732B87;
	font-size: 250%;
	font-family: helvetica;
	font-weight: normal;
}

body.single #content #body .col.single h2 {
	position: relative;
	left: -23px;
	width: 613px;
	padding: 16px 22px 0 22px;
	font-size: 190%;
	color: #0064BE;
}

body.archive #content #body .col.single h2 {
	position: relative;
	left: -23px;
	width: 613px;
	padding: 16px 22px;
	font-size: 210%;
}

#content #body h2 img {display:block;}

/* Sidebar */

#content #sidebar {
	float: right;
	position: relative;
	right: 10px;
	width: 198px;
}

#sidebar h4 {
	background: #E7E7E5 url(images/css/sidebar-block-top.gif) 0 0 no-repeat;
	width: 163px;
	padding: 15px;
	margin: 0;
}

#sidebar ul {
	background: #E7E7E5 url(images/css/sidebar-block-bottom.gif) 0 100% no-repeat;
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
	width: 163px;
	padding: 0 15px 15px 15px;
}

#sidebar ul li {
	margin: 0 0 3px 0;
}

#sidebar ul  li a {
	color: #000000;
	text-decoration: none;
}

#sidebar p a {
	color: #000000;
	font-weight: bold;
	font-size: 105%;
}

#sidebar p img {
	border: 0;
}

/* Footer */

#footer {
	width: 890px;
  min-height: 25px;
	background: url(images/css/page_bg.gif) -1824px 100% no-repeat;
	margin: 0 auto 25px auto;
	text-decoration: none;
	color: #524848;
	padding: 11px 11px 7px 11px;
	font-size: 11px;
  font-weight: bold;
}

#footer #footer-links {
	margin: 2px auto 16px auto;
  width: 870px;
	padding: 4px 0 0 0;
	list-style-type: none;
  border-top: 1px solid #D9D9D9;
}

#footer #footer-links li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #524848;
}

#footer #footer-links li.last {
	border: 0;
}

#footer #footer-links li a {
	color: #524848;
	text-decoration: none;
}

/**/

#footer #membership-logos {
  list-style-type: none;
  overflow: hidden;
  width: 870px;
  margin: 0 auto 9px auto;
  padding: 0;
}

#footer #membership-logos li {
  float: left;
  margin: 0 7px 0 0;
}

#footer #membership-logos li.iab {
  float: right;
  margin: 0 0 0 7px;
}

#footer #membership-logos li#iab-membership-icon {
  margin: -3px 0 0 0;
}

/* 
Blog Specific Styles 
****************************/

.post h3 {
	float: left;
	font-size: 160%;
	margin: 0 0 12px 0;
	padding: 0;
	width: 549px;
	font-weight: normal;
}

.post h3 a {
	text-decoration: none;
	color: #0064BE;
}

.post-date {
	background: transparent url(images/css/post-date.gif) 0 0 no-repeat;
	width: 60px;
	height: 70px;
	float: left;
	margin: 0 14px 10px 0;
}

.post-date span {
	display: block;
	color: #FFFFFF;
	text-align: center;
}

.post-date .month {
	font-size: 80%;
}

.post-date .day {
	font-size: 250%;
	height: 35px;
}

.post-date .year {
	font-size: 100%;
}

.post .entry {
	line-height: 1.45em;
}

.postmetadata, .navigation {
	text-align: center;
}

body.single .postmetadata {
	text-align: left;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	padding: 5px 0 9px 0;
}

body.single .postmetadata,
body.single .postmetadata small {
  line-height: 1em;
}

textarea#comment {
	width: 610px;
	height: 100px;
}

/* Sharing CSS */

.addtoany_share_save_container{margin:16px 0;}
ul.addtoany_list{
  display:inline;
  list-style-type:none;
  margin:0 !important;
  padding:0 !important;
  text-indent:0 !important;
}
ul.addtoany_list li{
  background:none !important;
  border:0;
  display:inline !important;
  line-height:32px;
  list-style-type:none;
  margin:0 !important;
  padding:0 !important;
}
ul.addtoany_list li:before{content:"";}
ul.addtoany_list li a{padding:0 9px;}
ul.addtoany_list img{
  float:none;
  border:0;
  margin:0;
  padding:0;
  vertical-align:middle;
}
ul.addtoany_list a img{
  opacity:.7;
  filter:alpha(opacity=70);
}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
  opacity:1;
  filter:alpha(opacity=100);
}
a.addtoany_share_save img{border:0;width:auto;height:auto;}

/* Breadcrumb CSS */

.breadcrumb-separator {
  position: relative;
  top: 1px;
  text-indent: -5000px;
  overflow: hidden;
  background: url('images/icons/breadcrumb-separator.gif') center center no-repeat;
  padding: 1px 3px 1px 5px;
}