/*
Theme Name: Template
Theme URI: http://
Description: Custom theme for Actasap
Version: 1.0
Author: Tom Jenkins
Author URI: http://tgtdesign.com/
Tags: grey, blue, custom header, fixed width, two columns, widgets

********************
Reset all Browsers
*********************/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P, BLOCKQUOTE
{
	margin: 0;
	padding: 0;
}
FIELDSET, IMG
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
OL, UL
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
ABBR, ACRONYM
{
	border: 0;
}
/***********************
Globals for the site
***********************/
BODY
{
	font-size: 14px;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	background: #DDD;
	color: #333;
}
OL
{
	list-style-type: decimal;
	padding-left: 30px;
}
UL
{
	list-style-type: disc;
	padding-left: 30px;
}
A
{
	color: #023E7F;
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
}
A IMG
{
	border: 0px solid #000000;
}
P
{
	padding: 8px 0;
	margin: 0;
}
BLOCKQUOTE
{
	margin: 10px;
}
BLOCKQUOTE P
{
	padding: 10px;
}
BLOCKQUOTE BLOCKQUOTE
{
	float: none;
	width: auto;
	margin: 0 10px;
	background: #FFF;
}
FORM, INPUT, TEXTAREA
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
P IMG
{
	max-width: 100%;
}
.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
.big
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 25px;
}
IMG.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
IMG.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	float: right;
}
IMG.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	float: left;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.clear
{
	margin: 0;
	padding: 0;
	clear: both;
}
.hidden
{
	display: none;
}
STRONG
{
	font-weight: bold;
}
EM
{
	font-style: italic;
}
.title
{
	color: #BD7500;
	font-size: 22px;
	font-weight: bold;
	line-height: 19px;
}
.alert
{
	color: #FF0000;
}
.rounded
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rounded_top
{
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
.rounded_bottom
{
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.border
{
	border: 2px solid #D6D6D6;
}
.inner
{
	margin: 10px;
	padding: 10px;
	background-color: #FFF8D6;
}
.inner TABLE
{
	margin: 0 5px 5px 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.inner TD
{
	padding: 0;
}
.smallgray
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
CITE
{
	font-style: italic;
}
/*********************************
Start elements specific design
*********************************/
#wrapper
{
	margin: 0 auto;
	width: 770px;
}
.blacktitles
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
/******************
Header elements
******************/
#header
{
	background: url(images/menu-banner-newer.jpg) no-repeat top left;
	margin-top: 10px;
	height: 180px;
}
.menu
{
	margin-top: 129px;
	float: left;
	background: url(images/menu_blog.png) no-repeat top left;
	padding: 0 10px;
	width: 750px;
	overflow: hidden;
	height: 58px;
	list-style-type: none;
}
.menu LI
{
	float: left;
}
.menu LI A
{
	display: block;
	height: 33px;
}
.menu LI A.home
{
	width: 66px;
}
.menu LI A.training
{
	width: 89px;
}
.menu LI A.consulting
{
	width: 97px;
}
.menu LI A.support
{
	width: 91px;
}
.menu LI A.reviews, .menu LI A.buy
{
	width: 83px;
}
.menu LI A.help
{
	width: 79px;
}
.menu LI A.addons
{
	width: 84px;
}
.menu LI A.videos
{
	width: 78px;
}
.menu LI A.home:hover
{
	background-image: url(images/menu.png);
	background-position: -10px -51px;
}
.menu LI A.training:hover
{
	background-image: url(images/menu.png);
	background-position: -76px -51px;
}
.menu LI A.consulting:hover
{
	background-image: url(images/menu.png);
	background-position: -165px -51px;
}
.menu LI A.support:hover
{
	background-image: url(images/menu.png);
	background-position: -262px -51px;
}
.menu LI A.reviews:hover
{
	background-image: url(images/menu.png);
	background-position: -353px -51px;
}
.menu LI A.help:hover
{
	background-image: url(images/menu.png);
	background-position: -436px -51px;
}
.menu LI A.buy:hover
{
	background-image: url(images/menu.png);
	background-position: -515px -51px;
}
.menu LI A.addons:hover
{
	background-image: url(images/menu.png);
	background-position: -598px -51px;
}
.menu LI A.videos:hover
{
	background-image: url(images/menu.png);
	background-position: -682px -51px;
}
LI.cat-item
{
	padding: 5px 5px 0;
}
LI.cat-item A
{
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
LI.cat-item A:hover
{
	text-decoration: underline;
}
/*******************
Heading Elements
*******************/
h1, h2, h3, h4, h5, h6 { color: ##3A3939; font-family: "Helvetica Neue",Arial,Helvetica,sans-serif; }
H1
{
	font-size: 30px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-weight:bold;
	line-height: 32px;
}
H2
{
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 28px;
	font-weight:bold;
}
H3
{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight:bold;
	color: #023E7F;
}
h4 { 
    font-size:20px;
	margin-bottom: 5px; 
	line-height: 22px;
	color: #023E7F;
}
h5 { 
    font-size:18px;
	margin-bottom: 5px; 
	line-height: 20px;
	color: #023E7F;
}
h6 { 
    font-size:16px;
	margin-bottom: 5px; 
	line-height: 18px;
	color: #023E7F;
}
.pagetitle
{
}
/*****************
Content Blocks
*****************/
#content, #page
{
	padding: 0 10px 10px;
	overflow: hidden;
}
#content
{
	background: url(images/repeatingBG.jpg) repeat-y;
	padding-top: 12px;
	clear: both;
}
#page
{
	background: url(images/menu-repeatingBG.jpg) repeat-y;
	clear: both;
}
#page_posts
{
	margin-left: 195px;
	margin-right: 15px;
}
#blog_posts
{
	padding: 0 12px;
	width: 406px;
	float: left;
}
.post
{
	border-bottom: 2px solid #FFCC25;
	margin-bottom: 25px;
	float: left;
}
.entry
{
	overflow: hidden;
	clear: both;
	width: 406px;
}
.postmetadata
{
	clear: both;
}
.navigation
{
	float: left;
	margin: 10px 0;
}
.wp-pagenavi
{
	margin-top: 5px;
}
/************
Home Page
************/
.bannerlink
{
	color: #008169;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 19px;
	text-decoration: none;
	font-weight: normal;
}
.bannerlink:hover
{
	text-decoration: underline;
}
#feature1
{
	background-image: url(images/retail-act.png);
}
#feature2
{
	background-image: url(images/corp-act.png);
}
.feature
{
	width: 234px;
	height: 196px;
	padding: 18px;
	float: left;
}
.feature H3
{
	font-size: 18px;
}
#feature1 H3
{
	padding-bottom: 18px;
}
#feature2 H3
{
	padding-bottom: 8px;
}
.feature H3 A
{
	color: #4080BD;
	font-weight: normal;
	line-height: 19px;
}
.feature P
{
	margin-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
}
#margined
{
	padding-left: 10px;
	padding-top: 15px;
	margin-bottom: 15px;
}
SMALL A
{
	float: right;
}
.thumbnail
{
	float: left;
	border: 1px solid #666;
	margin: 8px 4px 4px 0;
}
/**************
Review Page
**************/
.review-quote
{
	color: #00307D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	line-height: 13pt;
}
.inner LI
{
	padding-bottom: 10px;
}
.inner LI A
{
	font-weight: bold;
}
P.paddings
{
	padding: 10px 0px 60px;
}
/***************
Video Page
****************/
H2.vid_title
{
	/*padding: 15px 0 15px 13px;*/
}
#video_posts { 
	padding: 0 3px 0 15px;
	float:left;
}
#vidbar_post
{
	overflow: hidden;
	width:490px;
	float:left;
	padding-right:15px;
}
.vid
{
	float: left;
	margin: 0 0px 15px 75px;
	background-color: #013D7E;
	padding: 3px;
}
.vidsingle
{
	width:380px;
	margin: 0 0px 0 175px;
	background-color: #013D7E;
	padding: 3px;
}
.vidbig
{
	float: left;
	margin: 0 0px 0 54px;
	background-color: #013D7E;
	padding: 3px;
}
#vid_sidebar { overflow:hidden; float:left; margin-left: 6px; width:221px; }
#vid_sidebar FORM
{
	border: 2px dashed #000;
	padding: 6px 5px 6px 6px;
	font-weight: bold;
	background: url(images/formback.jpg) repeat-x top left;
	color: #000000;
}
#video_posts P A IMG
{
}
#vid_sidebar FORM INPUT
{
	padding: 2px;
}
/***************
Comment Area
***************/
#comment_block
{
	/*clear: both;*/
	float:left;
	margin-top:15px;
}
.disclosure {
    display:block;
    font-size:14px;
    margin-bottom:10px;
    /*float:left;*/
}
#respond {
    float:left;
}
#commentform
{
}
#commentform TEXTAREA
{
	padding: 2px;
	width: 100%;
}
/**********
Sidebar
**********/
#sidebar
{
	float: left;
}
#sidebar H3
{
	margin-left: 10px;
	font-size: 16px;
}
#sidebar UL
{
	list-style-type: none;
}
#sidebar UL UL LI
{
	list-style-image: url(images/icon.png);
	list-style-position: inside;
}
.widget
{
	margin-bottom: 20px;
	width: 280px;
}
H2.widgettitle
{
	font-size: 20px;
}
#social
{
	margin: 0 0 10px 25px;
}
#search
{
	margin: 0 0 15px 10px;
}
#sidebar LI.cat-item
{
	padding: 0;
	font-weight: normal;
}
#sidebar LI.cat-item A
{
	text-transform: none;
	font-size: 11px;
	color: #00427F;
	font-weight: normal;
}
UL#twitter
{
	padding-left: 0;
	padding-right: 3px;
}
UL#twitter LI.tweet
{
	list-style-image: none;
	padding: 7px 0;
	border-bottom: 1px dashed #FFCC25;
	overflow: hidden;
}
UL#twitter IMG
{
	float: left;
	width:48px;
	height:48px;
}
.tweet_data P
{
	margin-left: 52px;
	padding: 0 0 3px;
}
/***************
Page Sidebar
***************/
#page_sidebar
{
	float: left;
	width: 165px;
}
#page_sidebar UL
{
	list-style-type: none;
	padding-left: 0;
}
#page_sidebar UL UL
{
	padding-left: 20px;
}
#page_sidebar .side_menu A
{
	color: #FFFFFF;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#page_sidebar .side_menu A:hover
{
	color: #990000;
	text-decoration: underline;
}
#page_sidebar .side_menu .menu_infusion A
{
	color: #FFEE00;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#page_sidebar .menu_infusion A:hover
{
	color: #990000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
#page_sidebar .latest_product
{
	padding-left: 15px;
}
#quote
{
	width: 109px;
	height: 155px;
	background: url(images/blank_quote.jpg) no-repeat top left;
	padding: 40px 30px;
}
#quote P
{
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
}
/****************************
Tabbed navigation feature
****************************/
.tabbed-box
{
	width: 280px;
}
.tabbed-box UL
{
	list-style-type: none;
	padding-left: 0;
}
#sidebar .tabbed-box UL LI
{
	list-style-image: none;
	margin: 0;
}
#sidebar .tabbed-box UL UL LI
{
	list-style-image: url(images/a_icon.jpg);
	margin: 0;
}
#sidebar .tabbed-box UL UL LI.tab_comments
{
	list-style-image: none;
}
#sidebar .tabbed-box UL UL LI.tab_comments IMG
{
	float: left;
}
#sidebar UL.tabs
{
	padding: 0;
	margin: 0;
	list-style-image: none;
}
#sidebar UL.tabs LI
{
	float: left;
	list-style-image: none;
}
UL.tabs A
{
	font-size: 9px;
	line-height: normal;
	display: block;
	text-decoration: none;
	background: #F1F1F1;
	color: #000;
	padding: 3px;
	margin: 0 2px 0 0;
	border-left: 1px solid #006ACB;
	border-top: 1px solid #006ACB;
	border-right: 1px solid #006ACB;
}
UL.tabs A.active, UL.tabs A:hover, UL.tabs A:focus
{
	background: #023E7F;
	color: #FFF;
	border-left: 1px solid #FFCC25;
	border-top: 1px solid #FFCC25;
	border-right: 1px solid #FFCC25;
}
.tabbed-content
{
	clear: both;
	background: #FFF;
	border: 1px solid #FFCC25;
	padding: 10px;
}
.tabbed-content P
{
	margin: 0;
	padding: 0;
}
.tab_comment H2
{
	font-size: 14px;
	margin-top: 7px;
}
.recent
{
	padding: 0 0 7px 18px;
}
.recent_comments
{
	padding: 0 0 7px 30px;
}
.recent H2
{
	font-size: 12px;
}
/*******************
Social Bookmarks
*******************/
#social_section
{
	border-top: medium double #EAEAEA;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 20px;
}
#social_section A
{
	position: relative;
}
.sphinn
{
	margin-top: 5px;
}
/*********
Footer
*********/
#footer
{
	background: url(images/footer.png) no-repeat top left;
	padding: 25px 10px 5px;
	float:left;
	width:750px;
}
#bottomNav A
{
	color: #000000;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#bottomNav A:hover
{
	color: #990000;
}
/********
Popup
*******
Promo at end of each single post*/
.promoJoinNow
{
	border: 4px dashed #FF0000;
/*margin:30px 0 30px 65px;*/
	padding: 15px 15px 0 10px;
	width: 470px;
	background-color: #FFF;
}
.promoJoinNow H2
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
}
#optin_left
{
	float: left;
	padding-top: 40px;
}
#optin_right
{
	margin-left: 155px;
}
#optin_right H2
{
	margin-top: 0;
}
#optin_right P
{
	font-style: italic;
	text-align: center;
}
.optin_entry
{
	overflow: hidden;
	padding-bottom: 4px;
	width: 240px;
	margin-left: 30px;
}
.optin_entry LABEL
{
	float: left;
}
.optin_entry INPUT
{
	float: right;
}
/*The Window's CSS z-index value is respected (takes priority). If none is supplied,
the Window's z-index value will be set to 3000 by default (via jqModal.js).*/
#timed, #time2
{
	display: none;
}
.jqmWindow
{
	display: none;
	position: fixed;
	top: 17%;
	left: 25%;
	z-index: 5000;
	width: 408px;
}
.jqmOverlay
{
	background-color: #000;
}
/*Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.)*/
* IFRAME.jqm
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/*Fixed posistioning emulation for IE6
Star selector used to hide definition from browsers other than IE6
For valid CSS, use a conditional include instead*/
* HTML .jqmWindow
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#optin_right A.jqmClose
{
	margin-left: 277px;
}
/******************************
What's New with Act Styling
******************************/
.style1
{
	font-weight: bold;
}
.header
{
	background: url(images/squeezepages/v3/header.jpg);
	padding-left: 127px;
}
.header H1
{
	display: block;
	font-weight: normal;
	font-size: 40px;
	color: #FFFFFF;
	padding-bottom: -5px;
	margin-bottom: -5px;
	font-family: Tahoma, Verdana, Arial;
}
.maincontent
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 0px;
}
.maincontent H2
{
	padding-right: 30px;
	padding-bottom: 23px;
	display: block;
	font-weight: normal;
	font-size: 28px;
	color: #3867BC;
	line-height: 33px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Tahoma, Verdana, Arial;
}
.maincontent H3
{
	font-size: 16px;
	font-weight: 200;
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial;
	margin: 10px 0;
}
.maincontent UL
{
	list-style: outside url(images/bullet.gif);
	padding: 0;
}
.maincontent LI
{
	padding-bottom: 0.5em;
	margin-left: 1.5em;
}
.maincontent A:link
{
	color: #3965BD;
	font-weight: bold;
	text-decoration: none;
}
.maincontent A:hover
{
	color: #3965BD;
	font-weight: bold;
	text-decoration: underline;
}
.maincontent A:active
{
	color: #3965BD;
	font-weight: bold;
	text-decoration: underline;
}
.maincontent A:visited
{
	color: #3965BD;
	font-weight: bold;
	text-decoration: none;
}
.optinarea
{
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/squeezepages/v3/opt-in_bkgd.jpg);
	background-repeat: no-repeat;
}
.optintext
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000;
}
.optintext H1
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.optintext FORM, .optintext INPUT, .optintext TEXTAREA
{
	font-family: Tahoma, Verdana, Arial;
}
.optintext UL
{
	list-style: outside url(images/bullet-yellow.gif);
	padding: 0;
	margin-left: 1.5em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.optintext LI
{
	padding-bottom: 0.5em;
}
.formtable TD
{
	padding-bottom: 2px;
	padding-top: 2px;
}
A.whatsnew
{
	color: #333333;
	text-decoration: underline;
}
A.whatsnew:hover
{
	color: #333333;
	outline: none;
}
A.whatsnew:active
{
	outline: none;
}
.footer
{
	font-size: 0.8em;
	color: #B3B3B3;
	text-align: center;
}
.footer A:hover
{
	color: #333333;
	outline: none;
}
.footer A
{
	color: #B3B3B3;
	text-decoration: none;
}
