/*
Theme Name: Yield Software
Theme URI: http://yieldsoftware.com
Description:
Version: 1
Author: Graphics.net
Author URI: http://graphics.net
*/

/************************************************
 *
 *  File      :   css/yields.css
 *  Date      :   Sunday, 6 May 2007
 *  Version   :   v1.0
 *  Copyright :   (C) 2007 Graphics.net
 *  Email     :
 *
 ************************************************
 * Global style settings
 ************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.8em "Trebuchet MS", Arial, Verdana, sans-serif;
}

a {
	text-decoration: none;
}

fieldset {
	border: 0;
}

input {
	vertical-align: middle;
}

blockquote {
	margin: 0 0 15px 0;
	padding: 0 30px;
}

/* Phrak ************************************/

#header h1,
        #login-navigation li a,
        #information div.more a,
        #signup #apply a,
        .column h3,
        #sub-navigation li a {
	text-indent: -9999px;
	overflow: hidden;
}

/* absolute hidden **************************/

#skip-nav {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

/* Clearfixing ******************************/

#h-wrapper:after,
        #navigation:after,
        #container:after,
        #pagebody:after,
        #sub-header-bottom:after,
		  #sub-header-bottom-lp1:after,
		  #sub-header-bottom-lp3:after,
		  #sub-header-bottom-trial:after,
		  #landingPage1FormBot:after,
		  #landingPage2FormBot:after,
		  #landingPage3FormBot:after,
		  #latest-news:after,
		  #sub-sub-header:after,
        #products:after,
			  #landingPage1Form:after,
        #f-extra-bottom:after,
		  #community:after,
        #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/************************************************
 * Layout Settings
 ************************************************/

#h-wrapper, #container {
	width: 950px;
	margin: auto;
}

/* Header ***************************************/

#header {
	padding-bottom: 12px;
	background: #FFF url(images/yields-headerbg.jpg) repeat-x 0 100%;
}

/* H-wrapper ********************************/

#h-wrapper {
	position: relative;
}

#h-wrapper h1 {
	position: relative;
	width: 232px;
/*	width: 203px; */
	height: 38px;
	float: left;
	margin: 23px 0 13px 15px;
}

#logo-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	height: 38px;
 	background: #FFF url(images/logo.jpg) no-repeat;
}
/*
	width: 203px;
	height: 38px;
 	background: #FFF url(images/logo.jpg) no-repeat;
*/

/* Login ************************************/

#login {
	width: 264px;
	float: right;
	padding-top: 25px;
	margin: 0 10px -20px 0;
}

#login div {
	width: 105px;
	float: left;
}

#login div#lbutton {
	width: 54px;
}

#login div#lbutton input {
	height: 21px;
}

#login div .textfield {
	height: 16px;
	width: 89px;
	padding: 1px 5px 2px 5px;
	color: #666970;
	border: 0;
	font-size: .95em;
	background:none !important;
}

.inputBG {
	display:block;
	height: 21px;
	width: 99px;
	background: #FFF url(images/yields-login-tfieldbg.jpg) no-repeat left top;
}

#login label {
	font-size: .8em;
	color: #b9bdc5;
	text-transform: uppercase;
	margin-left: 5px;
}

/* Login - Navigation *******************/

#login-navigation {
	position: relative;
	clear: left;
	margin: 0 0 0 5px;
	padding: 5px 0 0 0;
	font-size: .8em;
	color: #b9bdc5;
	text-transform: uppercase;
}

#login-navigation a {
	color: #b9bdc5;
	text-decoration: none;
}

#login-navigation a:hover {
	color: #979aa1;
	text-decoration: underline;
}

/* Navigation *******************************/

#navigation {
	clear: both;
}

#navigation li {
	float: left;
	padding-right: 5px;
	display: inline;
}

#navigation li a {
	display: block;
	float: left;
	padding: 0 0 0 15px;
	color: #66696f;
	font-weight: bold;
	font-size: 1em;
}

#navigation li a span {
	display: block;
	padding: 7px 15px 5px 0;
}

#navigation li a:hover,
        #navigation li a.selected {
	background: url(images/yields-navbg.jpg) no-repeat;
}

#navigation li a:hover span,
        #navigation li a.selected span {
	cursor: pointer;
	background: url(images/yields-navrcorner.jpg) no-repeat 100% 0;
}

/* Pagebody **************************************/

#pagebody {
	padding: 20px 0 15px 0;
}

/* Sub-header ************************************/

#sub-header {
	background: #FFF url(images/yields-subheader-rbg.jpg) repeat-y;
}

#sub-header-top {
	background: url(images/yields-subheader-top.jpg) no-repeat;
}

#sub-header-bottom {
	padding-bottom: 10px !important;
	padding-bottom: 0;
	background: url(images/yields-subheader-bottom.jpg) no-repeat 0 100%;
}


/* Sub-sub-header ************************************/

#sub-sub-header {
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}

#latest-news {
	width:602px;
	height:74px;
	background:url(images/sub-sub-bg.gif) no-repeat;
	float:left;
}

#latest-news h2 {
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	letter-spacing:1px;
	color:#017eb8;
	float:left;
	padding:9px 5px 0 18px;
}

#latest-news h2 a {
	font-size:11px;
	line-height:26px;
	letter-spacing:0;
	color:#d25829;
	text-decoration:underline;
}

#latest-news p {
	color:#666666;
	font-size:0.9em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	float:left;
	padding:6px 0 0 15px;
}

#latest-news p a {
	text-decoration:underline;
	color:#017fb9;
}

#we-are-hiring {
	width:195px;
	height:74px;
	float:left;
	margin-left:5px;
}

#take-a-tour {
	width:195px;
	height:74px;
	float:left;
	margin-left:5px;
}

/* Information *******************************/

#information {
	width: 445px;
	display: inline;
	padding: 0 !important;
	padding: 0 0 10px 0;
	margin-left: 134px;
	float: left;
	color: #FFF;
}

#information h2 {
	padding: 20px 0 10px 0;
	font: bold 1.9em/1em Arial, Verdana, sans-serif;
	text-transform: capitalize;
}

#information p {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 1em;
}

#information div.more a {
	height: 22px;
	width: 56px;
	display: block;
	float: right;
	background: url(images/yields-more.jpg) no-repeat;
}

/* Signup ************************************/

#signup {
	width: 165px;
	float: right;
	color: #66696f;
	padding: 98px 15px 0 15px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

#signup #apply {
	padding: 10px 0;
}

#signup #apply a {
	height: 21px;
	width: 68px;
	display: block;
	margin: 0 auto;
	background: url(images/button-signup.gif ) no-repeat;
}

#signup dt, #signup dd {
	font-size: 1em;
	line-height: 1.2em;
}

/* Trial Sign Up ************************************/

#sub-header-trial {
	background: #FFF url(images/yields-subheader-trial-rbg.jpg) repeat-y;
}

#sub-header-top-trial {
	background: url(images/yields-subheader-trial-top.jpg) no-repeat;
}

#sub-header-bottom-trial {
	padding-bottom: 10px !important;
	padding-bottom: 0;
	background: url(images/yields-subheader-trial-bottom.jpg) no-repeat 0 100%;
}

#trialSignUp {
	width: 175px;
	float: right;
	color: #66696f;
	margin: 80px 0 0 -10px;
	padding:0;
	font-size: 0.9em;
	font-weight: bold;
}

#trialSignUp li {
	background:url(images/trial_bullet.gif) 0 6px no-repeat;
	padding: 0 0 4px 10px;
	list-style:none;
}

#trialSignUp #startButton {
	background:none;
	padding:0;
}

#trialSignUp #startButton a {
	display:block;
	margin:25px 0 0 10px;
	width:126px;
	height:24px;
	background:url(images/button-start-now.gif) no-repeat !important;
}


/* Landing Page 1 ***************************************/

h3#lp1 {
	text-indent:-9999px;
	height:32px;
	margin:25px 0 5px 0;
	background:url(images/h-landing-page-1.gif) top center no-repeat;
}

#sub-header-lp1 {
	background: #FFF url(images/yields-subheader-lp1-rbg.jpg) repeat-y;
}

#sub-header-top-lp1 {
	background: url(images/yields-subheader-lp1-top.jpg) no-repeat;
}

#sub-header-bottom-lp1 {
	padding-bottom: 10px !important;
	padding-bottom: 0;
	background: url(images/yields-subheader-lp1-bottom.jpg) no-repeat 0 100%;
}


#landingPage1 {
	width: 165px;
	padding:60px 0 0 0;
	float: right;
	color: #66696f;
	text-align: left;
}
#landingPage1 img {
	margin-left:15px;
}

#landingPage1Header {
	margin-top:10px;
}

#landingPage1Header h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #c15338;
}

#landingPage1Form {
	margin: 15px 0;
	background:url(images/bg-tf-lp1-mid.gif) top left repeat-y;
}

#landingPage1Form #landingPage1FormTop {
	background:url(images/bg-tf-lp1-top.gif) top left no-repeat;
}

#landingPage1Form #landingPage1FormBot {
 	padding:30px 15px 5px 15px;
	background:url(images/bg-tf-lp1-bot.gif) bottom left no-repeat;
}

#landingPage1Form p {
	margin-bottom:10px;
}

#landingPage1Form label {
	color:#333;

}
#landingPage1Form a  {
	color:#2680bf;
}

#landingPage1Form input {
	border:1px solid #ccc;
	background:#ffffff;
}

#landingPage1Form select {
	border:1px solid #ccc;
	background:#ffffff;
	color:#666;
}

.landingPageForm {
	width:500px;
	margin-left:15px;
}

.landingPageForm form {
	margin-left:20px;
}

#formLeft {
	float:left;
	width:46%;
	margin-left:2%;
}

#formRight {
	float:left;
	width:46%;
	margin-left:2%;
}





/* Landing Page 2 ***************************************/


h3#lp2 {
	text-indent:-9999px;
	height:21px;
	margin:15px 0 5px 0;
	background:url(images/h-landing-page-2.gif) top left no-repeat;
	border:none !important;
}

#landingPage2Form {
	margin: 15px 0;
	width:565px;
	background:url(images/bg-tf-lp2-mid.gif) top left repeat-y;
}

#landingPage2Form #landingPage2FormTop {
	background:url(images/bg-tf-lp2-top.gif) top left no-repeat;
}

#landingPage2Form #landingPage2FormBot {
 	padding:30px 10px 5px 30px;
	background:url(images/bg-tf-lp2-bot.gif) bottom left no-repeat;
}

#landingPage2Form p {
	margin-bottom:10px;
}

#landingPage2Form label {
	color:#333;
	width:165px !important;
}
#landingPage2Form a  {
	color:#2680bf;
}

#landingPage2Form input {
	border:1px solid #ccc;
	background:#ffffff;
}

#landingPage2Form select {
	border:1px solid #ccc;
	background:#ffffff;
	color:#666;
}


.landingPageUL {
	padding: 0 0 0 10px !important;
}

.landingPageUL li {
	padding: 0 15px 0 25px !important;
	list-style-type: none !important;
	font: 1.1em/1.3em "Trebuchet MS", Arial, Verdana, sans-serif !important;
	color:#333 !important;
	background: #FFF url(images/bullet-green.gif ) no-repeat 6px 4px !important;
}



/* Landing Page 3 ***************************************/

h3#lp3 {
	text-indent:-9999px;
	height:44px;
	margin:5px 0 5px 0;
	background:url(images/h-landing-page-3.gif) top center no-repeat;
	margin-right: 10px;
}

.lp3 {
	width: 520px !important;
	padding: 0 10px !important;
	float: right;
	border-left: none !important;
}

#sidebar-lp3 {
	width: 228px;
	padding-right: 10px;
	margin-left: 10px;
	float: left;
}

#sidebar-lp3 h2 {
	font-size: 1.5em !important;
	color:#c15338;
	text-align:center;
}

#sidebar-lp3 p {
	margin: 0 0 15px 0;
	font-size: 1em;
}

#landingPage3Form {
	margin: 15px 0;
	background:url(images/bg-tf-lp3-mid.gif) top left repeat-y;
}

#landingPage3Form #landingPage3FormTop {
	background:url(images/bg-tf-lp3-top.gif) top left no-repeat;
}

#landingPage3Form #landingPage3FormBot {
 	padding:20px 14px 5px 14px;
	background:url(images/bg-tf-lp3-bot.gif) bottom left no-repeat;
}

#sidebar-lp3 label {
	color:#333;
}

#sidebar-lp3 a  {
	color:#2680bf;
}

#sidebar-lp3 input, #sidebar-lp3 select {
	border:1px solid #ccc;
	background:#ffffff;
	color:#666;
}

.checkBoxReset {
	border:none !important;
	background:none !important;
	margin:0 5px 20px 5px;
	float:left;
}

.inputReset {
	border:none !important;
	background:none !important;
}

#sub-header-lp3 {
	width:520px;
	margin-bottom:20px;
	background: #FFF url(images/yields-subheader-lp3-rbg.jpg) repeat-y;
}

#sub-header-top-lp3 {
	background: url(images/yields-subheader-lp3-top.jpg) no-repeat;
}

#sub-header-bottom-lp3 {
	padding-bottom: 10px !important;
	padding-bottom: 0;
	background: url(images/yields-subheader-lp3-bottom.jpg) no-repeat 0 100%;
}

#sub-header-bottom-lp3 #information {
	width: 360px;
	display: inline;
	padding: 0 !important;
	padding: 0 0 10px 0;
	margin-left: 130px;
	float: left;
	color: #FFF;
}

#sub-header-bottom-lp3 #information h2 {
	padding: 20px 0 0px 0 !important;
	font: bold 1.6em/1em Arial, Verdana, sans-serif !important;
	text-transform: capitalize;
	color:#FFFFFF !important;
}

#sub-header-bottom-lp3 #information p {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 1em;
}

#sub-header-bottom-lp3 #information div.more a {
	height: 22px;
	width: 56px;
	margin-top:-15px;
	display: block;
	float: right;
	background: url(images/yields-more.jpg) no-repeat;
}

/* Content ***************************************/

#content {
	width: 570px;
	padding: 0 30px;
	float: right;
	border-left: 1px solid #d6d6d6;
}

#content h2 {
	margin: 0 0 20px 0;
	font-size: 2em;
	font-weight: normal;
	color: #c15338;
}

#content h3 {
	margin: 0 0 5px 0;
	padding-top: 5px;
	font-size: 1.1em;
	font-weight: normal;
	color: #666975;
	border-bottom: 1px solid #d6d6d6;
}

#content h3 a:hover {
	color: #666975;
}

#content h4 {
	font-size: 1.7em;
	font-weight: normal;
	color: #2680bf;
	margin:0 0 10px 0;
}

#content p {
	margin-bottom: 15px;
	font: 1em/1.4 Helvetica, Arial, Verdana, sans-serif;
}

#content .caption {
    font-size: 11px;
}

#content .error {
	padding: 6px 10px 3px 20px;
	color: #c15338;
	text-align: left;
	background: url("images/icon-error.gif") no-repeat 0 50%;
}

#information .error {
	padding: 4px 10px 3px 20px;
	color: #fec806;
	text-align: left;
	background: url("images/icon-error2.gif") no-repeat 0 50%;
}

#content ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}

#content ul li {
	margin: 0 0 15px 0;
	padding: 0 20px;
	line-height: 1.5em;
	list-style-type: none;
	background: #fff url(images/bullet.gif ) no-repeat 0 5px;
	font: 1em/1.4 Helvetica, Arial, Verdana, sans-serif;
}

#content ul li ul {
	margin: 10px 0 15px 0;
	padding: 0 0 0 30px;
}

#content ul li ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	line-height: 1.5em;
	list-style-type: none;
	background: #FFF url(images/bullet-nested.gif ) no-repeat 0 5px;
}

#content ol {
	margin: 0 0 15px 0;
	padding: 0 30px;
}

#content ol li {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	font: 1em/1.4 Helvetica, Arial, Verdana, sans-serif;
}

#content a:link, #content a:visited, #content a:active {
	color: #097dd1;
	text-decoration: underline;
}

#content a:hover {
	color: #097dd1;
	text-decoration: none;
}

img {
	border: 0;
}

/* beta form */

.dataentryform .inline {
	position: relative;
	overflow: hidden;
}

.dataentryform .inline label {
	float: left;
	width: 125px;
	display:block;
	padding-top:4px;
}

.dataentryform .inline input {
	float: left;
}

.dataentryform .inline input, .dataentryform textarea, .dataentryform select {
	font: 1em Helvetica, Arial, Verdana, sans-serif;
	padding: 3px;
	border-top: 1px solid #99989d;
	border-left: 1px solid #99989d;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background-color: #fff;
}

.dataentryform option {
	padding:2px 0;
}

.dataentryform p {
	clear: left;
	padding: 0 0 5px 0;
}

.dataentryform ul, .dataentryform li {
	background: none !important;
	padding-left: 10px !important;
}


.trialSignupForm .inline label {
	float: left;
	width: 150px !important;
}

.trialSignupForm label {
	color:#333333;
}





#content .ddsg-wrapper h2 {
	display: none;
}

#content .ddsg-wrapper ul {
	margin: 5px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #d6d6d6;
}

#content .ddsg-wrapper ul li {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	list-style-type: none;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: none;
}

#content .ddsg-wrapper ul li ul {
	margin: 10px 0 10px 10px;
	border: none;
}

#content .ddsg-wrapper ul li ul li ul {
	margin: 5px 0 5px 10px;
	border: none;
}

#content .ddsg-wrapper ul li ul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	border: none;
	background: none
}

#content .ddsg-wrapper ul li ul li ul li {
	display: inherit;
	background: none
}

#content .ddsg-wrapper ul li ul li a:link, #content .ddsg-wrapper ul li ul li a:active, #content .ddsg-wrapper ul li ul li a:visited {
	color: #666;
}

#content .ddsg-wrapper ul li ul li ul li a:link, #content .ddsg-wrapper ul li ul li ul li a:active, #content .ddsg-wrapper ul li ul li ul li a:visited {
	color: #999;
}

/* Sidebar ***************************************/

#sidebar {
	width: 128px;
	margin-right: 20px;
	margin-left: 10px;
	float: left;
}

#sidebar h2 {
	margin: 20px 0 40px 0;
	font-size: 1.2em;
	text-align: center;
}

#sidebar p {
	margin: 0 0 15px 0;
	font-size: 1em;
	text-align: center;
}

#sidebar #searchform {
	margin: 0;
	padding: 0;
	text-align: center;
}

#sidebar #searchform input {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}

#sidebar #searchform #s {
	padding: 3px 5px;
	width: 137px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

#sidebarTrial {
	height:95px;
}

#sidebarTrialButton {
	position:absolute;
	display:block;
	width:158px !important;
	height:82px;
	background: url(images/button-30day-trial.gif) no-repeat;
	border:none !important;
}

#sidebarTrialButton:hover {
	background: url(images/button-30day-trial.gif) no-repeat !important;
	border:none !important;
}

/* Sidebar Navigation ****************************/

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 1em/1.4 Helvetica, Arial, Verdana, sans-serif;
}

#sidebar li a:link, #sidebar li a:active, #sidebar li a:visited {
	color: #666975;
	text-decoration: none;
	display: block;
	padding: 8px 5px;
	border-bottom: 1px solid #d6d6d6;
}

#sidebar li a:hover {
	color: #097dd1;
	text-decoration: none;
	padding: 8px 5px;
	border-bottom: 1px solid #d6d6d6;
	background: #f8f8fa;
}

#sidebar .selected {
	font-weight: bold !important;
}

/* Products **************************************/

#products {
	margin-top: 25px;
}

/* Columns ***********************************/

.column {
	width: 215px;
	float: left;
}

.column h3 {
	height: 52px;
	padding-bottom: 15px;
	list-style-type: none;
}

.column ul li {
	padding: 0 15px 9px 25px;
	list-style-type: none;
	font: 0.9em/1.2em "Trebuchet MS", Arial, Verdana, sans-serif;
	color:#333;
}

.columnEnd {
	width: 110px;
	float: left;
	margin-left:15px;
}

.columnEndNew {
	width: 193px;
	float: left;
}

/* Complete **********************************/

.complete {
	width: 205px !important;
}

.complete h3 {
	background: #FFF url(images/yields-complete-sm.jpg) no-repeat;
}

.complete ul li {
	background: #FFF url(images/bullet-blue.gif ) no-repeat 6px 4px;
}

/* Easy **********************************/

.easy h3 {
	background: #FFF url(images/yields-easy-sm.jpg) no-repeat;
}

.easy ul li {
	background: #FFF url(images/bullet-green.gif ) no-repeat 6px 4px;
}

/* Powerful ******************************/

.powerful h3 {
	background: #FFF url(images/yields-powerful-sm.jpg) no-repeat;
}

.powerful ul li {
	background: #FFF url(images/bullet-orange.gif ) no-repeat 6px 4px;
}


/* Profitable ******************************/

.profitable {
	width: 187px !important;
}

.profitable h3 {
	background: #FFF url(images/yields-profitable-sm.jpg) no-repeat;
}

.profitable ul li {
	background: #FFF url(images/bullet-orange.gif ) no-repeat 6px 4px;
}

/* Footer ****************************************/

#footer {
	padding-bottom: 25px;
}

#footer p {
	color: #979aa1;
	padding: 10px 0 0 10px;
}

#footer a {
	color: #979aa1;
}

#footer a:hover {
	color: #979aa1;
	text-decoration: underline;
}

/* Extra *************************************/

#f-extra {
	background: #FFF url(images/yields-fextra-rbg.jpg) repeat-y;
}

#f-extra-top {
	background: url(images/yields-fextra-top.jpg) no-repeat;
}

#f-extra-bottom {
	padding-bottom: 10px;
	background: url(images/yields-fextra-bottom.jpg) no-repeat 0 100%;
}

/* Contact Information *******************/

#cinformation {
	width: 275px;
	float: left;
	padding: 10px 0 0 10px;
	font-size: 0.85em;
	color: #979aa1;
}

#cinformation dd address {
	font-style: normal;
}

/* Newsletter ****************************/

#newsletter {
	width: 253px;
	padding: 10px 0 0 10px;
	float: right;
}

#newsletter div label {
	display: block;
	padding: 0 0 5px 5px;
	font-size: 0.85em;
	font-weight: bold;
	color: #66696f;
}

#newsletter div .textfield {
	height: 16px;
	width: 175px;
	padding: 2px 5px 1px 5px;
	color: #666970;
	background: url(images/yields-newsletter-tfieldbg.jpg) no-repeat;
	border: 0;
	font-size: .95em;
}

/* Navigation ****************************/

#f-navigation {
	float: right;
	padding-top: 7px;
	margin-right: 10px;
}

#f-navigation li {
	display: inline;
	border-left: 1px solid #d6d6d6;
	padding-left: 5px;
}

#f-navigation li.first {
	border: 0;
}

#f-navigation li a {
	color: #979aa1;
	font-size: 0.8em;
}

#f-navigation li a:hover {
	text-decoration: underline;
}

.clearBoth {
	clear: both;
}


/* Community ****************************/


#community {
	padding: 0 0 0 10px;
}

#community-inner {
	background:transparent url(images/community-bg.png) repeat-y;
	border:1px solid #fff;
}

#community h2 {
	margin: 0 0 20px 0;
	font-size: 2em;
	font-weight: normal;
	color: #c15338;
}

#community h3 {
	font-size: 16px;
	line-height:24px;
	font-weight: normal;
	color: #666666;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #d6d6d6;
}

#community h4 {
	font-size: 20px;
	line-height:22px;
	font-weight: normal;
	color: #c15338;
}

#community h4 a {
	color: #c15338;
	text-decoration:none;
}

#community h4 a:hover {
	text-decoration:underline;
}


#community p {
	margin-bottom: 15px;
	font: 12px/20px Helvetica, Arial, Verdana, sans-serif;
	color:#333333;
}

#community a {
	text-decoration:underline;
	color:#3d9cc8;
}

#community a:hover {
	color:#45b3e5 !important;
}

#community-left-col {
	width:161px;
	float:left;
}

#community-mid-col {
	width:459px;
	float:left;
}
#community-mid-col-inner {
	padding:0 9px;
}

#community-right-col {
	width:162px;
	float:left;
}
#community-right-col-inner {
	padding:0 0 0 9px;
}


/* Main Box styles ----------------------- */

.community-box {
	width:152px;
	background:url(images/community-box-mid.png) repeat-y;
	margin-bottom:10px;
	font-size: 12px;
	line-height:16px;
}

.community-box .inner  {
	background:url(images/community-box-top.png) top left no-repeat;
}

.community-box .pad  {
	background:url(images/community-box-bottom.png) bottom left no-repeat;
	padding:6px 10px 15px 10px;
}

.community-box ul {
	list-style:none;
	margin:0 0 0 3px;
	padding:0;
}

.community-box li {
	background: url(images/community-bullet.png) 0 7px no-repeat;
	padding-left:12px;
	margin-bottom:4px;
	color:#666;
}

.community-box a {
	color:#3d9cc8;
}

.community-box a:hover {
	color:#45b3e5;
}


/* Blog post styles ----------------------- */

#community-mid-col .post {
	padding:0 0 20px 0;
	margin:20px 14px 0 14px;
	border-bottom:1px solid #d6d6d6;
}

#community-mid-col .post .byline {
	color:#999999;
	font-size:12px;
	margin-bottom:8px;
}

#community-mid-col .post .byline a {
	color:#999;
}

#community-mid-col .post .byline a:hover {
	color:#666;
}


#community-page-nav {
	margin:12px 14px 0 14px;
}

#community-page-nav a {
	text-decoration:none;
}
#community-page-nav span span {
	text-decoration:underline !important;
}

#community-page-nav .older {
	float:left;
}
#community-page-nav .older span {padding-left:5px;}

#community-page-nav .newer {
	float:right;
	text-align:right;
}
#community-page-nav .newer span {padding-right:5px;}



/* Specific Sidebar styles ----------------------- */

#community-news {
	width:440px;
	background:url(images/community-news-mid.png) repeat-y;
	margin-bottom:10px;
	font-size: 12px;
	line-height:16px;
}

#community-news .inner  {
	background:url(images/community-news-top.png) top left no-repeat;
}

#community-news .pad  {
	background:url(images/community-news-bottom.png) bottom left no-repeat;
	padding:6px 10px 10px 10px;
}

#community-news h3 {
	color:#409fca;
	margin-bottom:8px;
}

#community-news h3 a {
	color:#d25829;
	font-size:11px;
	float:right;
	display:block;
}

#community-news p {
	font-size:12px !important;
	line-height:20px !important;
	color:#666666 !important;
	margin-bottom:0;
}


#community-blogroll ul {
	margin:0 !important;
}

#community-blogroll li {
	padding:0 !important;
	background:none;
	margin-bottom:10px;
}

#community-blogroll a {
	color:#666;
	text-decoration:none;
}

#community-blogroll span {
	font-weight:normal;
	font-style:italic;
	padding-left:10px;
	background:url(images/community-bullet-blogroll.png) 2px 5px no-repeat;
	color:#3d9cc8;
	text-decoration:underline;
}


#rss-feed {
	margin-top:15px;
}

#rss-feed a {
	background: url(images/feed-icon-14x14.png) 0 2px no-repeat;
	padding-left:20px;
	margin-left:3px;
	font-size:12px;
	line-height:16px;
	color:#3d9cc8;
}

#rss-feed a:hover {
	color:#45b3e5;
}


#community-newsletter {
	width:152px;
	height:88px;
	background:url(images/community-newletter-bg.png) no-repeat;
	margin-bottom:10px;
}

#community-newsletter form div label {
	display: block;
	padding: 5px 0 5px 7px;
	font-size: 11px;
	font-weight: normal;
	color: #66696f;
}

#community-newsletter form div .textfield {
	height: 21px;
	width: 137px;
	padding: 2px 5px 1px 5px;
	margin:0 0 0 7px;
	color: #666970;
	background: url(images/community-newletter-input.png) no-repeat;
	border: 0;
	font-size: .95em;
}

#community-newsletter form div #community-submit-button {
	float:right;
	margin:5px 10px 0 0;
}


#community-video-img {
	border:1px solid #d6d6d6;
	padding:5px;
	background:#ffffff;
	margin-bottom:8px;
}


#community-twitter .pad {
	padding-top:8px;
}

#community-twitter h3 {
	height:21px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(images/community-twitter-logo.png) no-repeat;
}

#community-twitter ul {
	margin:0 !important;
}

#community-twitter li {
	padding:0 !important;
	background:none;
	font-size:11px;
	margin-bottom:10px;
}

#community-twitter .follow-link a {
	text-decoration:none !important;
}
#community-twitter .follow-link a span {
	text-decoration:underline;
	padding-right:5px;
}

#community-twitter h2 {display:none;}


#community-flickr .pad {
	padding-top:10px;
}

#community-flickr h3 {
	height:18px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(images/community-flickr-logo.png) no-repeat;
}

#community-flickr ul {
	margin:0 !important;
}

#community-flickr li {
	float:left;
	margin-right:6px;
	padding:0 !important;
	background:none;
}

#community-flickr li img {
	width:60px;
	height:60px;
}

#community-flickr .follow-link {
	margin-right:0 !important;
}

#community-flickr .follow-link a {
	text-decoration:none;
}
#community-flickr .follow-link a span {
	text-decoration:underline !important;
	padding-right:5px;
}


#community-networks h3 {
	font-size: 15px;
}

#community-networks ul {
	background:none;
	margin:15px 0 0 6px;
}

#community-networks li {
	background:none;
	margin:10px 0 0 0;
}

/* Landing Page 0 ----------------------- */

.newformat {
    color: #636363;
    font-size: 14px;
}

.newformat .checkbox {
    width: auto;
}

.newformat, .newformat h1, .newformat h2, .newformat h3, .newformat label {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: normal;
}

.newformat a {
    color: #1d94b0;
}

.newformat .small {
    font-size: 12px;
}

.newformat .caption {
    font-size: 11px;
}

.newformat h1 {
    font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
    font-size: 30px;
}

.orange {
    color: #c15338
}

div.header {
    margin-bottom: 15px;
}

ul.form {
    list-style: none;
    margin-bottom: 15px;
    overflow: hidden
}

ul.form label {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    overflow: hidden;
    text-align: right;
    width: 125px;
}

ul.form li {
    padding: 3px;
    overflow: hidden
}

ul.form input {
    padding: 3px 2px;
    width: 300px;
}

ul.form select {
    padding: 3px 2px;
}

ul.form-fullwidth li {
    float: left;
    width: 390px;
}

ul.form-fullwidth input {
    width: 240px;
}

ul.form-fullwidth li.fullwidth {
    float: left;
    width: 800px;
}

/*  Pricing Table */

div#pricing-table {
    margin-bottom: 15px;
    overflow: hidden;
}

div.pricing-form-split {
    overflow: hidden
}

div#pricing-table-standard, div#pricing-table-premium, div#pricing-table-professional {
    float: left;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    height: 307px;
    letter-spacing: -0.5px;
    line-height: 20px;
    text-align: center;
    padding-top: 80px;
    width: 256px;
}

div#pricing-table-standard-products, div#pricing-table-premium-products, div#pricing-table-professional-products {
    float: left;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    height: 220px;
    line-height: 14px;
    text-align: center;
    padding-top: 60px;
    width: 184px;
}

div#pricing-table-standard-small, div#pricing-table-premium-small, div#pricing-table-professional-small {
    float: left;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    height: 241px;
    letter-spacing: -0.5px;
    line-height: 20px;
    text-align: center;
    padding-top: 80px;
    width: 256px;
}

div#pricing-table-standard {
    background: url('images/onboarding-standard-bkgnd.jpg') no-repeat;
    color: #fff;
    margin-right: 5px;
    padding-left: 19px;
}

div#pricing-table-standard-products {
    color: #fff;
    margin-right: 3px;
    padding-left: 12px;
}

div#pricing-table-standard-small {
    background: url('images/onboarding-standard-bkgnd-small.jpg') no-repeat;
    color: #fff;
    margin-right: 5px;
    padding-left: 19px;
}

div#pricing-table-premium {
    background: url('images/onboarding-premium-bkgnd.jpg') no-repeat;
    color: #000;
    margin-right: 5px;
}

div#pricing-table-premium-small {
    background: url('images/onboarding-premium-bkgnd-small.jpg') no-repeat;
    color: #000;
    margin-right: 5px;
}

div#pricing-table-professional {
    background: url('images/onboarding-professional-bkgnd.jpg') no-repeat;
    color: #fff;
}

div#pricing-table-professional-small {
    background: url('images/onboarding-professional-bkgnd-small.jpg') no-repeat;
    color: #fff;
}

div.pricing-table-title {
    margin-bottom: 7px
}

div#pricing-table-standard ul.pricing-table-includes-list {
    margin-bottom: 10px
}

div#pricing-table-premium ul.pricing-table-includes-list {
    margin-bottom: 30px;
}

div#pricing-table-professional ul.pricing-table-includes-list {
    margin-bottom: 33px;
}

div#pricing-table-standard ul.pricing-table-includes-list li,
div#pricing-table-standard-small ul.pricing-table-includes-list li {
    border-bottom: 1px solid #48b3ce;
    padding: 5px 0px;
    margin: 0px 20px;
}

div#pricing-table-premium ul.pricing-table-includes-list li,
div#pricing-table-premium-small ul.pricing-table-includes-list li {
    border-bottom: 1px solid #d29c43;
    padding: 5px 0px;
    margin: 0px 20px
}

div#pricing-table-professional ul.pricing-table-includes-list li,
div#pricing-table-professional-small ul.pricing-table-includes-list li {
    border-bottom: 1px solid #d47350;
    padding: 5px 0px;
    margin: 0px 20px
}

#content ul.pricing-table-includes-list {
    padding: 0px;
    list-style: none;
}

#content ul.pricing-table-includes-list li {
    background: transparent;
    margin: 0;
    padding: 0;
}

div.pricing-button {
    margin: 0 auto;
    width: 221px;
}

div.pricing-button-small {
    margin: 0 auto;
    width: 165px;
}

div.pricing-table-standard-trail {
    background: url('images/onboarding-button-standard-trial.png') no-repeat;
}

div.pricing-table-standard-trail-small {
    background: url('images/onboarding-button-standard-trial-small.png') no-repeat;
}

div.pricing-table-standard-select {
    background: url('images/onboarding-button-standard-select.png') no-repeat;
}

div.pricing-table-standard-select-small {
    background: url('images/onboarding-button-standard-select-small.png') no-repeat;
}

div.pricing-table-premium-select {
    background: url('images/onboarding-button-premium-select.png') no-repeat;
}

div.pricing-table-premium-select-small {
    background: url('images/onboarding-button-premium-select-small.png') no-repeat;
}

div.pricing-table-professional-select {
    background: url('images/onboarding-button-professional-select.png') no-repeat;


}

div.pricing-table-professional-select-small {
    background: url('images/onboarding-button-professional-select-small.png') no-repeat;
}

div.pricing-table-standard-options {
    background: url('images/onboarding-button-standard-options.png') no-repeat;
}

div.pricing-table-standard-options-small {
    background: url('images/onboarding-button-standard-options-small.png') no-repeat;
}

div.pricing-table-premium-options {
    background: url('images/onboarding-button-premium-options.png') no-repeat;
}

div.pricing-table-premium-options-small {
    background: url('images/onboarding-button-premium-options-small.png') no-repeat;
}

div.pricing-table-professional-options {
    background: url('images/onboarding-button-professional-options.png') no-repeat;
}

div.pricing-table-professional-options-small {
    background: url('images/onboarding-button-professional-options-small.png') no-repeat;
}

div.pricing-button a {
    display: block;
    height: 48px;
    width: 221px;
    text-indent: -6000px;
    outline: none;
}

div.pricing-button-small a {
    display: block;
    height: 36px;
    width: 165px;
    text-indent: -6000px;
    outline: none;
}

div.pricing-button:hover {
    background-position: 0 -48px;
}

div.pricing-button-small:hover {
    background-position: 0 -36px;
}

div#pricing-table-standard ul.pricing-table-includes-list li.last,
div#pricing-table-standard-small ul.pricing-table-includes-list li.last,
div#pricing-table-premium ul.pricing-table-includes-list li.last,
div#pricing-table-premium-small ul.pricing-table-includes-list li.last,
div#pricing-table-professional ul.pricing-table-includes-list li.last,
div#pricing-table-professional-small ul.pricing-table-includes-list li.last {
    border-bottom: 0px
}

span.pricing-table-price {
    font-size: 24px
}

span.pricing-table-includes {
    font-size: 12px
}

/*  Small table */

div#pricing-table-products {
    background: url('images/onboarding-small.jpg') no-repeat;
    height: 274px;
    width: 570px;
}



/*  Buttons */

.submit-buttons {
    overflow: hidden;
    margin-bottom: 15px;
}

.submit-continue, .submit-finish, .submit-back {
    border: 0px;
    cursor: pointer;
    height: 40px;
    text-indent: -4000px;
    width: 130px;
    font-size: 0px;
    display:block;
    line-height: 0px;
}

.submit-continue {
    background: url('images/onboarding-button-continue.gif') no-repeat;
    float: right;
}

.submit-finish {
    background: url('images/onboarding-button-finish.gif') no-repeat;
    float: right;
}

.submit-back {
    background: url('images/onboarding-button-back.gif') no-repeat;
    float: left;
}

div.pricing-form-split-left {
    float: left;
    width: 522px;
}

div.pricing-form-split-right {
    float: left;
    width: 280px
}


div.sharelike {padding:5px 0 10px 0;line-height:25px;}
div.sharelike span.sharethisbutton {float:left;display:inline;margin-right:15px;}
