/*
Theme Name: Addlocal-App
Theme URI: http://addlocal.net
Description: This is a theme designed specifically for addlocal.net
Version: 0.1
Author: Kundan Biswas
Author URI: http://www.kundanbiswas.com/
Tags: addlocal

Copyright 2007-2010 techshu (http://twchshu.com)
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


@charset "utf-8";
/* CSS Document */

/********************************************
   AUTHOR:  Kundan Biswas
 *******************************************/ 
 /************** reset **************/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}

/*.tabs ul{
	list-style-position:inside;
	padding: 5px;
}
.tabs ol {
	padding:6px 6px 6px 35px;
}
.tabs ol li {
	margin: 10px 0 10px 0;
}*/
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/************** common elements **************/

body {
	border:0;
	margin:0 auto;
	padding:0;
	background: url(images/body-bg.gif) repeat-x #FFF scroll 50% 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.6em;
	/*	font:normal 73%/1.5em "verdana", sans-serif;*/
	color: #000;
	text-align:justify;
}
/* links */
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-bottom: 10px;
	padding:0px;
	font-size: 20px;
	color: #669F3B;
	vertical-align:bottom;
}
h2 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #669F3B;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;
	vertical-align:bottom;
}
p {
	padding:10px 10px 10px 10px;
}

hr {
	background:#CCC;
	height: 2px;
	border: none;
	margin-bottom:10px;
}
.text-big {
	color: #4d4d4d;
	font-size:1.5em;
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* images */
img {
	border:none;
	margin:0px;
}
.img-left {
	float:left;
	padding:10px 20px 0 0;
}
.img-right {
	float:right;
	padding:0 0 0 20px;
}
blockquote {
	margin-top:20px;
	background: transparent url(/styles/default/images/quote-left.gif) left top no-repeat;
	border:none;
	margin:0;
	font:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#000;
	font-size:1em;
	font-weight:normal;
}
blockquote div {
	padding: 0 48px;
	background: transparent url(/styles/default/images/quote-right.gif) right bottom no-repeat;
	border:none;
	margin:0;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
/* form elements */
/*form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "verdana", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "verdana", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;
	}	
*/

.clear {
	clear: both;
}
/************** structure **************/


#main {
	width:940px;
	height:auto;
	border:none;
	margin:0 auto 0 auto;
	background:none;
	padding: 0 30px;
	margin-top: 30px;
}
/************** header **************/
.header {
	width:940px;
	height: 158px;
	border:none;
	margin:0 auto 0 auto;
	padding: 0;
	background: none;
	position:relative;
}
a#logo {
	background: url(images/addlocal-logo.png) no-repeat;
	height: 66px;
	width: 255px;
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0;
}
a.button {
	display: block;
	text-align: left;
	text-indent: -9999px;
	margin: 0;
}

.mail-box {
	font-size: 14px;
	color: #ccc;
	font-style:italic;
	background:url(images/mail.png) center left no-repeat;
	position: absolute;
	right: 30px;
	top: 100px;
	margin: 0;
	padding-left: 55px;
}
.mail-box a {
	color: #CCC;
	text-decoration:none;
}
.mail-box a:hover {
	color: #FFF;
	text-decoration:none;
}
.phone-box {
	font-size: 14px;
	color: #FFCC00;
	background:url(images/phn.png) center left no-repeat;
	position: absolute;
	right: 50px;
	top: 30px;
	margin: 0;
	padding-left:75px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* Common Tabs */
ul.tabs {
	list-style: none;
	margin: 0;
	list-style-position:inside;
	padding: 5px;
}
ul.tabs li {
	display:inline;
}
ul.tabs a {
	float: left;
	outline: none;
	text-indent: -9999px;
}
/* Header - Tabs */

div.header ul.tabs {
	height: 26px;
	position: absolute;
	top: 128px;
	left: 0px;
}
div.header ul.tabs a {
	background: url(images/tab.png) 0 0 no-repeat;
	height: 26px;
	margin-left: 0px;
}
div.header ul.tabs a:hover {
	background: url(images/tab-active.png) 0 0 no-repeat;
}
div.header ul.tabs a#tab-Home {
	margin:0;
	width: 78px;
}
div.header ul.tabs a#tab-About {
	background-position: -78px 0;
	width: 76px;
}
div.header ul.tabs a#tab-Features {
	background-position: -155px 0;
	width: 95px;
}
div.header ul.tabs a#tab-Price {
	background-position: -250px 0;
	width: 160px;
}
/* Tabs */

/************** highlight **************/

#highlight {
	width: 100%;
	height: 296px;
	background:url(images/highlight.jpg) repeat-x;
	position:relative;
	
}
.highlight-area {
	width:940px;
	height:296px;
	border:none;
	margin:0 auto 0 auto;
	padding: 0;
	background: url(images/header-bg.jpg) top center no-repeat;
	position:relative;
}
.highlight-box {
	width: 500px;
	height: 260px;
	position: absolute;
	left: 0;
	top: 10px;
}
.highlight-box img {
	float: right;
	margin-top: 10px;
}
.highlight-box img a {
	float: right;
	margin-top: 10px;
}
.highlight-box a:hover {
	float: right;
	margin-top: -2px;
}
.highlight-box ul {
}
.highlight-box li {
	text-decoration: none;
	background: url(images/right-bullet.png) left center no-repeat;
	padding-left: 30px;
	list-style-type: none;
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
}
.text-large {
	color: #FFCC00;
	font-size:2.8em;
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: #000 1px -1px 1px;
}
.video-box {
	height: 261px;
	width:430px;
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0;
	padding-left:6px;
	padding-top:8px;
}
.video {
	padding: 8px 7px 8px 9px;
}

/************** content **************/

.content {
	width:515px;
	float: left;
	border:none;
}

.content-single {
	width:940px;
	border:none;
}

.testi {

}
.title-text {
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:bold;
	color:#a64245;
	height: 23px;
	display: block;
	text-align: left;
	margin: 30px 0 10px 0;
}
.qt {
	font-size:35px;
	background:url(images/qt.jpg) no-repeat;
	text-indent: -999px;
	width: 20px;
	hight: 15px;
	float:left;
}

.testi img {
	padding: 10px 20px 20px 0;
	float: left;

}
.testi-name {
	line-height: 90px;
	color: #a64245;
	font-size: 15px;
	font-weight:bold;
}

/************** sidepanel **************/

.sidebox {
	width:400px;
	float: right;
	margin: 0;
}
.signup-box {
	width: 410px;
	height: 372px;
	float: right;
	background: url(images/signup-bg.png) no-repeat right;
	margin-bottom: 30px;
}
.blog-menu {
	margin-bottom: 30px;
}
.text-white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FFF;
	padding: 20px;
}
.social {
	text-align: center;
}
.social-middle {
	padding: 0 13px;
}
/************** footer top **************/


#footer {
	width:100%;
	height: 421px;
	margin: 0 auto;
	background: #2e2e2e url(images/footer-bg.jpg) repeat-x;
	margin-top: 20px;
}
.footer-area {
	width:940px;
	background:url(images/footer.jpg) no-repeat;
	height:348px;
	margin:0 auto;
	padding: 0;
	color: #e0e0e0;
	position:relative;
}
.footer-area h3{
	width:225px;
	background:url(images/footer-title-bg.png) no-repeat;
	height:38px;
	padding-left:15px;
	padding-top:8px;
	color:#DFDFDF;
}
.call-big {
	background:none;
	display: block;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FFCC00;
	padding: 15px 0 30px 0;
}
.call-big span {
	color: #FFF;
}
.footer-link {
	text-align:center;
	position:absolute;
	bottom: 40px;
	width: 100%;
}
.footer-link ul {
}
.footer-link li {
	display: inline;
	margin-top: -5px;
	margin-left: 20px;
	padding-right: 15px;
	list-style-type:none;
}
.footer-link a {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	line-height: 22px;
}
.footer-link a:hover {
	color: #CCC;
	font-weight:bold;
}
.latest-posts {
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 350px;
	float: left;
	color:#dfdede;
}
.latest-posts h3{
	font-size: 18px;
}
.education {
	padding: 20px 20px 20px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 250px;
	float: left;
	color:#dfdede;
}
.education h3{
	font-size: 18px;
}
.policy {
	color: #6F6F6F;
	text-align:center;
	position:absolute;
	bottom: 10px;
	width: 100%;
}
.policy a {
	color:#6F6F6F;
	text-decoration:none;
	font-weight:  bold;
}
.policy a:hover {
	color: #ccc;
	text-decoration:none;
	font-weight:  bold;
}


/************** pricebox **************/

.pricebox-area {
	width: 269px;
	padding: 2px;
	border: 1px solid  #DADADA;
	margin: 0 30px 30px 0;
	float: left;
}

.pricebox {
	width: 265px;
	border: 2px solid  #FFF;
	background: #eaeaea;
}

.signup {
	margin: 30px 35px 10px 35px;
	
}

.label {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
body .linklove{
display:none;
}

/*                                                    */
/*  custom form elements                              */
/*                                                    */
ol.cf-ol li.fieldsetclose {
	background: url(http://addlocal.net/wp-content/plugins/cforms/images/customform_dark_bg_bottom.jpg) no-repeat bottom left!important;
}

ol.cf-ol li.newcaptionclass {
	text-align:left;
	font-size:2em;
	padding-bottom:20px!important;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform { 
	width: 388px; 
	padding-bottom:8px;
	margin:10px auto 0 auto;
}

.cform fieldset	{ 
	margin:10px 0 0 0; 
	padding:11px 0 0 0; 
	border:none;
	}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display:none;
}

.cform textarea { 
	height:100px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0 0 0 0!important; 	/*  use this one if you have multiple fieldsets support !!!  */ 
}
ol.cf-ol li	{
	background:none!important; 
	margin:0!important; /*some themes may interfere otherwise*/
	padding:5px 0;
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:white;
	font-variant:small-caps;
	letter-spacing:2px;
	padding:10px 20px;
	font-weight:bold;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	color: white;
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}


label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color: white;
	padding-left:100px; /* check with label 'width' incl. */
	font-weight:bold;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px;
	height:22px;
	border:none; 
	background:none;
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	color:#bbbbbb;
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:105px; 
	height:26px; 
	padding:0; 
	margin:0 8px 0 0;
	border:none!important;
	background:url(/wp-content/themes/addlocal-app/images/submit.png) no-repeat; 
}
.cform input.resetbutton {
	background:url(/wp-content/themes/addlocal-app/images/submit.png) no-repeat; 
}
.cform input.backbutton {
	background:url(/wp-content/themes/addlocal-app/images/submit.png) no-repeat; 
}



/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	/*background:#FFDFDF url(li-err-bg-dark.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;*/
	border-width:0;
	padding:5px 0!important;
	margin:3px 1px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 100px;
	padding:0;
	color:#f8f1f1;
}

ol.cf-ol ul.cf_li_text_err li {
	font-weight:bold; 
	font-size:1.1em;
	background:url(icon-alert-dark.png) no-repeat left 3px!important;
	list-style:none!important;
	text-indent:0;
	margin:0 0 4px!important;
	padding:0 0 0 20px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
	vertical-align:text-bottom;
}
label.secq,
label.secq span {
	display:inline;
	width:auto;
}
label.secq {
	margin-left:10px;
	vertical-align:text-bottom;
}

input.secinput {
	width:45px;
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_black.gif) no-repeat;
	margin:0pt 0pt 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	display:none;
	width:380px;
	line-height:1.3em;
	color:#AD2929;
	font-weight:bold;
	padding-left:20px
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:white!important;
	text-decoration:underline!important;
}
div.success {
	background:black none repeat scroll 0%;
	color:white;
	display:block;
}
div.failure {
	display:block;
	/*background:#FFDFDF url(li-err-bg-dark.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;*/
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error {
	color:#ad2929;
	border:2px solid #ad2929;
}
.cform .cf_errortxt,
div.mailerr {
	color:#ad2929;
}
div.mailerr {
	display:block;
}
/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}






/* added on 16.12.09 */

.tabularBoxed {width:675px; float:left; font-size:11px; border:1px solid #CCC; border-left:none; margin:0 0 10px 0;}
.tabularBoxed table {font-size:11px; border:none; margin:0; padding:0;} 
.tabularBoxed table th {font-size:12px; text-align:center;font-weight:bold; color:#fff; margin:0; padding:5px 0 5px 3px; background:#ED9E27; border-right:1px solid #CCC;}
.tabularBoxed table td {font-size:11px; vertical-align:top; font-weight:normal; text-align:left; color:#3C3C3C; margin:0; padding:3px 2px 3px 3px; border-left:1px solid #CCC; border-right:none;}
.tabularBoxed .padLeft {padding-left:35px;}
.tabularBoxed .btmBorder {border-bottom:1px solid #CCC;}
.tabularBoxed .orgBg {font-size:11px; font-weight:normal; background:#FEE3A8; text-align:center; border-bottom:none;}
.txtCenter {text-align:center;}
.boldTabHead {padding:0; margin:0; font-weight:bold; font-size:11px;}
.redTabHead {padding:0; margin:0; font-weight:bold; font-size:11px; color:#D60700;}
.arrowSeoTabular {background:url(images/arrow3.jpg) 5px 5px no-repeat; padding-left:25px !important;}
.rightArrow {background:url(images/red-sign.gif) center 5px no-repeat; padding:0; margin:0;}
.crossArrow {background:url(images/red-cross1.gif) center 5px no-repeat; padding:0; margin:0;}
.tabularBoxed table td table {font-size:11px; border:none; margin:0; padding:0; border:none;} 
.tabularBoxed table td table td {border:none; padding-bottom:6px; margin:0; vertical-align:text-t
