/*
Theme Name: Gossamar
Theme URI: http://gossmar.com/
Description: Theme for the Web Marketing and SEO consultancy Gossamar Inc.
Version: 1
Author: Ned Schwarz
Author URI: http://www.theinterned.net/
Tags: blue, custom header, fixed width, three columns, 960gs
*/



/* Begin Typography & Colors */
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background: #54c6ff url('images/body_bg.png') 0 -1px repeat-x;
	font-size: 14px;
	line-height: 21px;
}

#page {
	text-align: left;
}

#header {}
#tools_nav {}
#tools_nav a{
	font-weight: bold;
}
#main_nav, #main_nav a, #main_nav a:link, #main_nav a:visited, #main_nav a:active {
	color: #fff;
}

.post .meta {
	float: left;
}
.blog .entry {
	float: right;
}
#section_nav {
	width: 150px;
	margin: 10px 10px 0 -11px;
	font-weight: bold;
	float:left;
	position: relative;
}
#section_nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	border-top: 1px solid #6DBCE3;
}
#section_nav li a{
	display: block;
	padding: 9px 20px 10px;
	border: 1px solid #6dbce3;
	border-top-color: #d6f0fc;
	background: #b1e4fc url(images/section_nav_bg.png) 0 100% repeat-x;
}
#section_nav li a:hover {
	background: #C6EBFD url(images/section_nav_hover_bg.png) 0 0 repeat-x;
	text-decoration: none;
}
#section_nav li.current_page_item a{
	color: #fff;
	border: 1px solid #0b3747;
	background: #0d629f url(images/section_nav_active_bg.png) 0 0 repeat-x;
}

#section_nav .fold_left {
	display: block;
	position: absolute;
	width: 10px; height: 5px;
	bottom: -5px; left: 0px;
	background: transparent url(images/fold.png) 0 0 no-repeat;
}

#sidebar,
#related {
	float: left;
	width: 128px;
	padding: 8px 10px 20px;
	margin: 10px -12px 0 10px;
	border: 1px solid #cfcbc2;
	background: #E8E4D9;
	position: relative;
}
#sidebar {
	width: 207px;
	padding: 19px 10px 0px;
	margin-top: 0px;
	margin-bottom: 42px;
	font-size: 12px;
	line-height: 21px;
	text-align: left;
}

#sidebar h2,
#sidebar h4 {
	color:#2E2B2A;
	font-size:18px;
	margin: 21px 0 0;
	background: none;
	line-height: 21px;
	text-align: left;
	width: auto;
	border: none;
}
#sidebar h2.first,
#sidebar h4.first {
	margin-top: 0;
}



#related h4 {
	margin: 0 0 13px;
	font-size: 18px;
	color: #2e2b2a;
}
#sidebar ul,
#related ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	border-top: 1px solid #cfcbc2;
	border-bottom: 1px solid #f3efe5;
}
#sidebar ul { border: none;}
#sidebar p {
	margin: 14px 0;
}
#sidebar ul,
#sidebar ol,
#sidebar li {
	margin: 0;
}
#sidebar .wp-tag-cloud {
	text-align: justify;
}
#sidebar .wp-tag-cloud li{
	display: inline;
	margin: 0 6px 0 0;
	line-height: 14px;
}
.rss a {
	padding-left: 20px;
	background: transparent url(images/icon_feed.png) 0 0 no-repeat;
	font-weight: bold;
	color: #FF7E00;
}
.rss a:hover {
	color: #FF9834;
}
#related li .nothing_related,
#related li a {
	border-top: 1px solid #f3efe5;
	border-bottom: 1px solid #cfcbc2;
	display:block;
	padding:13px 0;
	font-size: 12px;
	line-height: 14px;
}
#sidebar li a,
#related li .nothing_related,
#related li a {
	color: #474341;	
}
#related li a,
ul.resources_individual li {
	background: url(images/icon_resource_14.png) 0 14px no-repeat;
	padding-left: 16px;
}
#content.resources .column ul.resources_individual li.post {
	background-position: 0 3px;
	padding-left: 20px;
	margin-left: -20px;
}
#related li.whitepapers a,
ul.resources_individual li.whitepapers{
	background-image: url(images/icon_whitepaper_14.png);
}
#related li.videos a,
ul.resources_individual li.videos {
	background-image: url(images/icon_video_14.png);
}
#related li.presentations a,
ul.resources_individual li.presentations {
	background-image: url(images/icon_presentation_14.png);
}
#related li.webinars a,
ul.resources_individual li.webinars {
	background-image: url(images/icon_webinar_14.png);
}
#related li.demos a,
ul.resources_individual li.demos {
	background-image: url(images/icon_demo_14.png);
}
#related li.tools a,
ul.resources_individual li.tools {
	background-image: url(images/icon_tools_14.png);
}

#related li a:hover {
	background-color: #f3efe5;
	color: #2e2b2a;
	text-decoration: none;
}
#sidebar .fold_right,
#related .fold_right {
	background:transparent url(images/fold.png) no-repeat scroll 0 -5px;
	bottom:-5px;
	display:block;
	height:5px;
	right:0;
	position:absolute;
	width:10px;
}

#content.contact .column{
	float: left;
	width: 530px;
	margin: 21px 10px 21px 160px;
}
#content.contact .sideblurb {
	margin-right: 0;
}
#content p {
	margin: 21px 0;
}
#content p.image {	
	background: #fff;
	padding: 5px;
	border:1px solid #CFCBC2;
	width: 168px;
}
#content p.image.left {
	float: left;
	margin: 0 20px 20px 0;
}
#content p.image.right {
	float: right;
	margin: 0 0 20px 20px;
}
.widecolumn {}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
/*	background-color: #f8f8f8;*/
}
.thread-even {
/*	background-color: white;*/
}
.depth-1 {
/*border: 1px solid #ddd;*/
}

.even, .alt {
/*	border-left: 1px solid #ddd;*/
}

#footer {
	float: left;
	clear: both;
	width: 938px;
	margin: 0 10px;
	padding-top: 6px;
	border: 1px solid #D3CFC5;
	border-top-color: #fff;	
	background: #C6EBFD url(images/footer_col.png) 310px 0 repeat-y;
	color: #192226;
	font-size: 12px;
	line-height: 14px;	
}
#footer h4 {
	color: #006c9e;
	font-size: 18px;
	line-height: 21px;
	margin: 21px 0 14px;
	font-weight: normal;
}
#footer .col{
	float: left;
	width: 280px;
	padding: 0 10px;
	margin: 0 10px;
}
#footer .col.alpha {
	margin-left: -1px;
}
#footer .col.omega {
	margin-right: -1px;
}
#footer #accolades ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer #accolades li {
	margin-bottom: 14px;
}
#footer #accolades .logo,
#footer #accolades .nologo{
	float: left;
	display: block;
	width: 60px;
}

#footer #accolades blockquote {
	float: left;
	width: 210px;
	border: 0;
	padding: 0 0 0 15px;
	margin: 0 0 0 -5px;
	color: #192226;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	text-align: justify;
/*	background: transparent url(images/accolade_quote_open.png) 0 0 no-repeat;*/
}
#footer #accolades blockquote p{
	margin: 0 0 14px;
}
#footer #accolades blockquote img {
	display: none;
}
#footer #accolades cite {
	display: block;
	clear: both;
	margin: -22px -5px 0 -10px; 
	padding: 22px 5px 0 10px;
/*	background: transparent url(images/accolade_quote_close.png) 100% 0 no-repeat;*/
	color: #0D65A2;
	font-weight: bold;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer #latest_posts ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer #latest_posts li {
	margin-bottom: 14px;
}
#footer #latest_posts li a
{
	color: #192226;
}
#footer #latest_posts li a:hover {
	color:#114477;
	text-decoration:underline;
}
#footer #latest_posts .more_link {
	font-weight: bold;
	text-align: right;
}
#footer #latest_posts .published {
	display: block;
	float: left;
	width: 45px;
	font-weight: bold;
}
#footer #latest_posts .title {
	display: block;
	float: left;
	width: 235px;
}
#footer #twitter {
	padding-top:14px;
}
#footer #tweet {
	background: #B1E4FC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #26343A;
	border: 1px solid #6DBCE3;
	padding: 13px 5px;
}
#footer #tweet_link {
	margin-top: -1px;
	padding: 16px 0 24px 70px;
	background: transparent url(images/tweet_bg.png) 0 0 no-repeat;
	font-weight: bold;
}
#footer #share ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer #share li a,
#footer #share li iframe
{
	display: block;
	width: 16px; height: 16px;
	padding: 5px;
	float: left;
}
#footer #share li {
	display: block;
	width: 27px; height: 27px;
	margin-right: 6px;
	float: left;
	background: #B1E4FC;
	border:1px solid #6DBCE3;
}
#footer #share li:hover {
	background-color: #fff;
}
#footer #resource_summary h4 {
	float: left;
	width: 182px;
	margin-bottom: 7px;
}
.postCount {
	display: block;
	float: left;
	width: 98px;
	margin: 21px 0 7px;
	line-height: 21px;
	color: #fff;
	font-size: 12px;
}
.postCount .count {
	background: #1596d1;
	padding: 0 6px 0 10px;
	border-radius-topleft: 10px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;	
	border-right: 1px solid #fff;
}
.postCount .label {
	background: #38b4f2 url(images/more_btn.png) 100% 2px no-repeat;
	padding: 0 17px 0 6px;
	border-radius-topright: 10px;
	border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	
}
a.postCount:hover {
	text-decoration: none;
}
a.postCount:hover span {
	background-color: #fff;
}
#footer #resource_summary ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	clear: both;
}
#footer #resource_summary ul.resources li {
	margin: 7px 0;
	background: url(images/icon_resource_14.png) 0 0 no-repeat;
	padding-left: 16px;
}
#footer #resource_summary li.whitepapers ul.resources li {
	background-image: url(images/icon_whitepaper_14.png);
}
#footer #resource_summary li.videos ul.resources li {
	background-image: url(images/icon_video_14.png);
}
#footer #resource_summary li.presentations ul.resources li {
	background-image: url(images/icon_presentation_14.png);
}
#footer #resource_summary li.webinars ul.resources li {
	background-image: url(images/icon_webinar_14.png);
}
#footer #resource_summary li.demos ul.resources li {
	background-image: url(images/icon_demo_14.png);
}
#footer #resource_summary li.tools ul.resources li {
	background-image: url(images/icon_tools_14.png);
}

#sitemap {
	float: left;
	width: 918px;	
	margin-top: 21px;
	border-top: 1px solid #ebf7fc;
	padding: 21px 10px;
	background: #B1E4FC;
}
#sitemap a {
	color: #4b616b;
}
#sitemap li {
	margin-bottom: 7px;
}
#sitemap > ul {
	margin:0;
	padding:0;
	list-style: none;
}
#sitemap > ul#root,
#sitemap > ul#subs > li {
	float: left;
	width: 163px;
	margin: 0 10px;
	font-weight: bold;
}
#sitemap > ul#root ul,
#sitemap > ul#subs > li ul {
	padding-left: 14px;
	margin: 0;
	list-style: none;
	font-weight: normal;
}

#legalese {
	width: 910px;
	padding: 14px 20px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #006c9e;
/*	font-weight: 100;*/
	letter-spacing: 0.5px;
	clear: both;
}
small {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h2 {
	font-size: 36px;
	line-height: 42px;
}

#headerimg .description {}

body.home h1, 
h2,
#content.blog h1 {
	width: 958px;
	margin: 24px -11px 15px; /*20px -11px 19px;*/
	font-size: 24px;
	line-height: 62px;
	background: #0E6AA5 url(images/h2_bg.png) 0 0 repeat-x;
	border: 1px solid #0b3747;
	color: #fff;
	text-align: center;
	position: relative;
}


body.home h1 .banner_left, 
body.home h1 .banner_right,
h2 .banner_left,
h2 .banner_right,
#content.blog h1 .banner_left,
#content.blog h1 .banner_right {
	position: absolute;
	display: block;
	bottom: -12px;
	height: 64px;
	width: 32px;
	background: transparent url(images/h2_corners.png) 0 0 no-repeat;
	z-index: 0;
}
body.home h1 .banner_left,
h2 .banner_left,
#content.blog h1 .banner_left {
	left: -20px;
}
body.home h1 .banner_right,
h2 .banner_right,
#content.blog h1 .banner_right {
	right: -22px;
	background-position: 0 -64px;
}
h3 {
	font-size: 18px;
	margin: 21px 0;
}

h2, h2 a, h2 a:hover, h2 a:visited, #headerimg .description,
#content.blog h1 a {
	text-decoration: none;
	color: white;
}
h2 a:hover, 
#content.blog h1 a:hover {
	color: #C6EBFD;
}


h1, h1 a, h1 a:visited,
h4, h4 a, h4 a:visited,
h6, h6 a, h6 a:visited {
	color: #0A3142;
	text-align: left;
}
h3, h3 a, h3 a:visited,
h5, h5 a, h5 a:visited {
	color: #2E2B2A;
}
h1,
h3 {
	font-size: 21px;
	line-height: 21px;
	margin: 21px 0;
}
h4, h5 {
	font-size: 18px;
	line-height: 21px;
	margin: 21px 0;
}
h6 {
	font-size: 14px;
	line-height: 21px;
	margin: 21px 0;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
/*	text-decoration: none;*/
}

#comments {
	clear: both;
	margin-top: 20px;
	padding-top:1px;
}

#comments h3,
#comments h4,
#comments .comment_lable {
	width: 540px;
	margin: 21px 10px 21px 160px;
}
#comments h3, 
#comments h4 {
	color: #006c9e;
}
#comments h3 {
	line-height: 42px;
	font-size: 24px;
	font-weight: 100;
}
#comments h4 {
	font-size: 18px;
}


.commentlist {
	margin: 0 0 0 10px;
}

.commentlist li ul li {}

.commentlist li { 
	clear: both;
	margin-bottom: 21px;
}

.commentlist li .avatar { 
	border: 1px solid #6DBCE3;
	padding: 2px;
	background: #B1E4FC;
}
.commentlist cite, .commentlist cite {
	display: block;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist blockquote {
	border: 1px solid #6DBCE3;
	margin: -1px 0 -1px 10px; 
	padding: 0;
	background: #B1E4FC;
	float: left;
	width:518px;
	color:#26343A;
	/*font-family:Georgia,"Times New Roman",Times,serif;
		font-style:italic;*/
	padding:0 10px;
	position: relative;
}
.commentlist blockquote .comment_pointer {
	display: block;
	width: 20px; height: 22px;
	position: absolute;
	top: 10px; left: -20px;
	background: url(images/comment_pointer.png) 0 0 no-repeat;
}
.blog .commentlist .meta {
	margin-top: 0;
}
.blog .commentlist .meta div { margin-bottom: 0;}
.blog .commentlist .meta .date {
	font-size: 12px;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	margin: 21px 0;
}
.blog #comments .navigation {
	margin-bottom: 0;
}

#commentform fieldset {
	border: none;
	padding: 0; margin: 0 0 21px;
}
#commentform label {
	display: block;
	float: left;
	width: 100px;
	margin: 0 10px;
	text-align: right;
	color: #474341;
	font-weight: bold;
}
#commentform input.text, 
#commentform textarea {
	border:1px solid #D3CFC5;
	float:left;
	margin: -6px 0 -6px 10px;
	padding:10px 5px;
	width:288px;
}
input.text {
	height:11px;
}
#commentform textarea {
	width: 528px;
	height: 156px;
}
#commentform .note {
	font-size: 12px;
	line-height: 14px;
	margin-left: 10px;
	float: left;
	width: 230px;
	text-align: left;
	color: #74716e;
}
#commentform p {}


.commentmetadata {
	font-weight: normal;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 14px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps{
	letter-spacing: .07em;
}

h1 a:hover {
/*	color: #C6EBFD;*/
/*	text-decoration: none;*/
}

a {
	color: #006496;
	text-decoration: none;
}

a:hover {
	color: #0A3142;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.button { text-align: right;}	

.button a,
.navigation a,
.navigation .current,
#submit
{
	float:left;
	font-size: 10px;
	color:#FFFFFF;
	text-shadow:none;
/*	line-height:16px;*/
/*	line-height: 21px;*/
	background:#0a3142 url(images/button_bg.png) 100% 5px no-repeat;
	padding:0 20px 0 10px;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.button a:hover,
.navigation a:hover,
.button.close a:hover,
.glossaryPopup .button.readmore a:hover,
#submit:hover {
	background-color: #006C9E; 
	text-decoration: none;
}
p.button.close {
	float: left;
	width: 250px;
	margin-bottom: 0;
}
.button.close a{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	vertical-align: center;
	text-indent: -9999px;
	font-size: 10px;
	padding: 1px;	
	height: 10px;
	width: 10px;
	text-align: center;
	background-image: none;
	background-color: #fff;
	color: #0a3142;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: right;
	background-image: url(images/button_close_bg.png);
	background-position: center center;
/*	position: absolute;
	top: 10px; right: 10px;*/
}
/*.button.close {float: none;}*/
.blog .button.readmore,
#footer .button.readmore a{
	float: right;
}
#footer .button.readmore a {
	background-color: #1596D1;
	background-image: url(images/more_btn.png);
	background-position: 100% 2px;
	font-size: 12px;
	line-height: 16px;
/*	padding: 2px 20px 2px 10px;*/
	-webkit-border-radius: 8px;
/*	text-transform: lowercase;*/
}
#footer .button.readmore a:hover {
	background-color: #fff;
	color: #0A3142;
}
.glossaryPopup .button.readmore a{
	margin-bottom: 14px;
	float: right;
	background-color: #fff;
	background-image: url(images/button_tooltip_bg.png);
	color: #0a3142;
	display: block;
	font-weight: 800;
}
.navigation a,
.navigation .current { 
	background-image: none; 
	padding-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 120px;
}
.navigation .current {
	background-color: #fff;
	color:#0a3142;
	font-weight: bold;
	border: 1px solid #0a3142;
}
#submit {
	padding: 4px 20px 4px 10px;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#header {
	width: 940px;
	margin: 0 10px;
}
#header ul {
	list-style: none;
	margin: 0; padding: 0;
}
#header ul li ul {
	margin-left: 10px;
}
#header ul li {
	display: block;
	float: left;
	vertical-align: top;
}
#header ul li ul li {
	display: none;
}
#header #tools_nav #client_area, #header #tools_nav #search {
	float: left;
}
#tools_nav {
	padding: 6px 0 15px;
	position: relative;
	background: transparent url(images/toolsnav_bg.png) 0 100% no-repeat;
}
#tools_nav ul.nav_links {
	width: 460px;
	margin-left: 10px;
	float: left;
}
#tools_nav li {margin-right: 20px;}
#tools_nav .nav_links a:hover,
a#client_login:hover,
#login_panel a.close {
	background: #fff;
	color: #0A3142;
	padding: 3px 8px 4px; margin: -3px -8px -4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
#tools_nav li.current_page_item a,
#tools_nav li.current_page_ancestor a,
#login_panel a.close:hover
 {
	color: #fff;
	background: #006c9e;
	padding: 3px 8px 4px; margin: -3px -8px -4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#client_area {
	width: 220px;
	margin: 0 10px;
	text-align: right;
}
#login_panel {
	position: absolute; z-index: 100;
	top: 0; right: 230px;
	width: 271px;
	padding: 0 74px 0 6px;
	background: #0a3142;	
	color: #fff;
	text-align: center;
	border: 1px solid #052332;
	border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	display: none;
}
#login_panel h4{
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 0; right: 12px;
}
#login_panel a {
	color: #A5E1FF;
}
#login_panel a:hover {
	color: #107AAF;
}
#login_panel p.button.close {
	position: absolute; z-index: 100;
	bottom: 6px; right: 6px;
	display: none;
}
.search { position: relative;}
#search {
/*	margin: -2px 0px -6px 10px;*/
	position: absolute;
	top: 4px; right: 10px;
}

.search input.text {
	height: 14px;
	width: 194px;
	color: #5c9bb8;
	font-weight: bold;
	border: 1px solid #a6dcf7;
	padding: 6px 12px 3px;	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-opera-border-radius:12px;
}
.search input.text:focus {color: #006496;}
#search input.submit {
	position: absolute;
	top: 0; right: 6px;
	width: 15px;
	height: 24px;
	background: url(images/search_btn.png) 0 0 no-repeat;
	border: 0; padding: 0; margin: 0;
	text-indent: -9999px;
	cursor: pointer;
}
#search input.submit:hover {
	background-position: 0 -24px
}
#tools_nav #searchform label {display: none;}
#main_nav {
	clear: both;
	width: 960px;
	height: 90px;
	margin: 0 -10px;
	padding-bottom: ;
	position: relative;
	background-color: #F4DFD7;
}
#main_nav li{
	width: 181px;
	height: 90px;
	float: left;
	margin: 0 0 0 -21px;
	background: url(images/nav_bg.png) 0 0 no-repeat;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-shadow: -1px 1px 2px #53080a;
	position: relative;	
}
#main_nav li.page-item-3 {
	width:340px;
	background-image: url(images/nav_home_bg.png);
	margin-left:0;
}
#main_nav li.page-item-44 {
	width:161px;
	background-image: url(images/nav_get_started_bg.png);
}
#main_nav li:hover,
#main_nav li.highlighted {
	background-position: 0 -180px;
}
#main_nav li.current_page_item,
#main_nav li.current_page_ancestor{
	background-position: 0 -90px;
}
#main_nav li.page_item a{
	padding:14px 40px 0;
	height:76px;
	display: block;
	z-index: 2;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#main_nav li.page_item a:hover {
 text-decoration:none;
}
#main_nav li.page-item-3 a {
	position:absolute;
	top:0; left: -28px;
	padding:0;
	width:368px; height:100px;
	background: url(images/gossamar_logo.png) 0 10px no-repeat;
	text-indent:-99999px;
}
#main_nav li.page-item-44 a { 
	padding-top:24px;
	height:71px;
	background:url(images/nav_get_started_bg.bak.png) bottom right no-repeat;
}
#main_nav #slogan {
	bottom:10px;
	left:106px;
	position:absolute;
	font-size:10px;
	font-style: italic;
	color: #FFD100;
}

#content {
	width: 938px;
	margin: 0 10px;
	padding-bottom: 21px;
	background: #F4F1E8 url(images/content_bg.png) 0 0 repeat-x;
	border: 1px solid #D3CFC5;	
	color: #192226;
/*	float: left;*/
}

#breadcrumb {
	width: 918px;
	padding: 0 20px;
	margin: -1px -11px 0;
	line-height: 36px;
	color: #6e6b66;
	font-size: 12px;
	font-weight: bold;
	background: #F8F6EF url(images/breadcrumb_bg.png) 0 0 repeat-x;
	border: 1px solid #AFACA4;
	position: relative;
	z-index: 10;
}
#breadcrumb a {
	color: #6e6b66;
	font-weight: 500;
}
#breadcrumb .separator {
	background: transparent url(images/breadcrumb_corners.png) 0 -77px no-repeat;
	width: 20px;
	line-height: 36px;
	display: inline-block;
	text-indent: -9999px;
}
#breadcrumb .bc_left,
#breadcrumb .bc_right {
	position: absolute;
	display: block;
	top: 10px;
	height: 38px;
	width: 30px;
	background: transparent url(images/breadcrumb_corners.png) 0 0 repeat-x;
	z-index: 0;
}
#breadcrumb .bc_left {
	left: -20px;
}
#breadcrumb .bc_right {
	right: -20px;
	background-position: 0 -38px;
}
.post,
.blog .page {
	width: 620px;
	float: left;
	margin: 0 10px;
	text-align: justify;
}
.blog .post,
.blog .post
{	clear: both;}

.blog .meta .tags {
	display: none;
}
#content.glossary {
	padding-bottom: 0;
}
#content.glossary .column {
	width: 550px;
	float: left;
}
#content.glossary .column .shim {
	color: #F3EFE5;
}
#content.glossary .post {
	width: auto;
}
#content.glossary .post.definition {
	width: 530px;
}
.sideblurb {
	float: left;
	width: 177px;
	margin: 21px 10px;
	padding: 0 20px;
	border: 1px solid #d3cfc5;
	background: #E8E4D9;
	color: #474341;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.sideblurb h2,
.sideblurb .post {
	width:auto;
	margin: 0;
	text-align: left;
}
.sideblurb h1,
.sideblurb h2 {
	background: none;
	border: none;
	margin: 21px 0 0 ;
	line-height: 21px;
	font-size: 18px;
	color: #474341;
}
.alpha_list {
	float: left;
	width: 958px;
	margin: 0 -11px 3px;
	background: #0E6AA5 url(images/alpha_list_bg.png) 0 0 repeat-x;
	border: 1px solid #0b3747;
	color: #3c9dc9;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 21px;
}
.alpha_list.bottom {
	margin-bottom: -1px;
	margin-top: 18px;
}

.alpha_list .fold_left, 
.alpha_list .fold_right {
	background:transparent url(images/alpha_list_corners.png) repeat-x scroll 0 0;
	display:block;
	height:35px;
	position:absolute;
	top:10px;
	width:30px;
	z-index:0;
}
.alpha_list .fold_left {
	left:-20px;
}
.alpha_list .fold_right {
	background-position:0 -35px;
	right:-20px;
}
ol.snap_nav {
	display: block;
	float: left;
	clear: both;
	list-style: none;
	width: 620px;
	padding: 0; margin: 0 170px;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 6px 10px 6px 0;
	width: 13px;
}

ol.snap_nav li a,
ol.snap_nav li a:link,
ol.snap_nav li a:active,
ol.snap_nav li a:visited {
	font-weight: bold;
	color: #fff;
	padding: 2px 5px;
	margin: -2px -5px;
}
ol.snap_nav li a:hover {
	cursor: pointer;
	background: #0B374A;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
ol.snap_nav li.snap_selected a {
	cursor: text;
	color: #F4C00D;
	background: inherit;
	text-decoration: transparent;
}
ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}
#content.resources .column{
	float:left;
	width:510px;
	margin: 17px 10px 0 30px;
}
#content.resources .column .excerpt {
	color: #474341;
}
#content.resources .column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#content.resources .column ul h1 {
	float: left; 
	width: 412px;	
/*	margin-bottom: 0;*/
}
#content.resources .column .resources_individual h1 {
	float: none;
	width: auto;
	margin-top: 0;
}
#content.resources .column ul h3 {
	font-size: 18px;
	margin: 0;
}
#content.resources .column ul h3,
#content.resources .column ul h3 a {
	color: #192226;
}
#content.resources .column ul p {
	margin-top: 0;
}
#content.resources .postCount {
	margin-bottom: 0;
}
#content.resources .postCount .count {
	background-color: #0a3142;
}
#content.resources .postCount .label {
	background-color: #006c9e;
}
#content.resources .postCount:hover span {
	background-color: #fff;
}
.jumplink {clear: both;}
#content.resources .column ul .post {
	width: 100%;
	margin: 0;
}

#content.resources #related {
	margin-top: 28px;
}

#content.resources .download_resource a {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background:#6A1012 url(images/download_resource_bg.png) repeat-x scroll 0 0;
	border:1px solid #380809;
	color:#EDCC13;
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:61px;
	margin:21px auto;
	padding:0 14px 0 78px;
	position:relative;
	text-align:left;
	text-shadow:0 2px 2px #380809;
	width:242px;
}
#content.resources .download_resource a:hover {
	text-decoration: none;
	background: #B4171C;
	color: #fff;
}
#content.resources .download_resource .icon_download {
	position: absolute;
	top: -10px; left: 10px;
}

.sideblurb {
	float: left;
	width: 177px;
	margin: 21px 10px;
	padding: 0 20px;
	border: 1px solid #d3cfc5;
	background: #E8E4D9;
	color: #474341;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.sideblurb h1,
.sideblurb .post {
	width:auto;
/*	margin: 0;*/
	text-align: left;
}
.sideblurb h2 {
	background: none;
	border: none;
	margin: 21px 0 0 ;
	line-height: 21px;
	font-size: 18px;
	color: #474341;
	position:relative;
	text-align:left;
	width:auto;
}
.sideblurb h5 {
	margin-bottom: -21px;
}
.post .entry .callout {
	float: right;
/*	width: 198px;*/
	width: 268px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 0 10px;
	background: #ffb000 url(images/callout_bg.png) 0 0 repeat-x;
	border: 1px solid #bf8f02;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #192226;
}
.post .entry .callout h2 {
/*	width: 238px; */
	width: 288px;
	margin: 16px -21px -5px;
	padding: 4px 10px 4px;
	background: #691012 url(images/callout_heading_bg.png) 0 0 repeat-x;
	border: 1px solid #691012;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 200;
	letter-spacing: 1px;
	position: relative;
	color: #ECB825;
	font-style: normal;
	text-align: center;
}
.post .entry .callout h2 .banner_left,
.post .entry .callout h2 .banner_right {
	background:transparent url(images/callout_heading_folds.png) no-repeat 0 0;
	display:block;
	height:30px;
	position:absolute;
	bottom: -10px;
	width:20px;
	z-index:0;
}
.post .entry .callout h2 .banner_left {
	left: -10px;
}
.post .entry .callout h2 .banner_right {
	background-position:0 -30px;
	right:-11px;
}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
}

#footer p {
	line-height: 14px;
	margin: 14px 0;
}
/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
/*	list-style: none;*/
/*	padding-left: 10px;*/
/*	text-indent: -10px;*/
}

html>body .entry li {
/*	margin: 7px 0 8px 10px;*/
}

.entry ul li:before, #sidebar ul ul li:before {
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {	}

#sidebar ul ul, #sidebar ul ol {
}

#sidebar ul ul ul, #sidebar ul ol {}

ol li, #sidebar ul ol li {}

#sidebar ul ul li, #sidebar ul ol li {}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


#commentform {
	margin: 0;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
/*	padding: 10px;*/
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.comment .meta {margin-top: 0;}
.commentlist p {
}
.children { padding: 0; }

#commentform p {	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	clear: both;
	}
a.glossary {
	text-decoration: none;
	border-bottom: 1px dotted;
/*	color: #691012;*/
	background: url(images/icon_glossary_14.png) -2px 1px no-repeat;
	padding-left: 14px;
}
.glossaryPopup {
	color: #FFF;
	font-weight: 500;
}
.glossaryPopup .excerpt {
	clear: both;
	margin-top: 21px;
}
.glossaryPopup p {
	clear: both;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*
 * Blog
 */
#content.blog #breadcrumb{
	margin-bottom: 18px;
}
#content.blog h1 {
	width: 697px;
	margin-right: 0;
	margin: 0px 0 0 -11px;
	line-height: 61px;
}
#content.blog .post h1 { margin-left: -21px;}
#content.blog h1 .banner_right {
	background-position: 100% -128px;
	top: -1px; right: -15px;
	height: 63px; width: 15px;
/*	background-color: red;*/
}
#content.blog .column {
	width: 700px;
	float: left;
	margin: 0 10px 0 0;
}
.blog .post,
.blog .page {
	width: 680px;
	margin-bottom: 21px;
}
.blog .entry {
	width: 530px;
	margin-left: 10px;
}
.blog .meta {
	text-align: right;
	margin: 21px 10px 0 0;
	width: 130px;
	font-size: 12px;
	color: #474341;
	font-weight: bold;
}
.blog .meta div {margin-bottom: 21px;}
.blog .meta .date {
	font-size: 18px;
	margin-bottom: 0px;	
}
.blog .meta .authors {
	font-size: 14px;
}
.blog .meta .sub {
	display: block;
}
.blog .navigation {
	width: 540px;
	margin-left: 160px;
	margin-bottom: 42px;
}
.blog .navigation .alignleft,
.blog .navigation .alignright {
	width: 140px;
	float: left;
}
.blog .navigation .alignright,
.blog .navigation .alignright a {
	float: right;
}
.blog .navigation .blog_index {
	float: left;
	margin: 0 20px;
	height: 21px;
	width: 220px;
}
.blog.search .entry {
	float: right;
/*	margin-left: 140px;*/
}

.better_search {
	float: left;
	width: 140px;
}
.better_search .counts {
	margin: 21px 0 21px 0px;
	color:#777777;
	font-size: 12px;
	text-align: right;
}
.better_search .sub { display: block;}
/*.blog.search .meta {
	width: 530px;
	text-align: left;
	margin-top: 0;
}*/


/*
 * Home Page
 */
body.home #tools_nav {
	background-image: url(images/toolsnav_home_bg.png);
}
body.home #content {
	background: #135076 url(images/content_home_bg.png) 0 100% repeat-x;
	border: 1px solid #072c3e;
	position: relative;
	padding-bottom: 0;
}
body.home #funnel {
	position: absolute;
	top: 21px;
	left: 264px;
}
body.home h1 {
	margin-bottom: -1px;
	margin-top: 0;
	font-size: 30px;
	line-height: 82px;
	height: 82px;
	font-weight: 200;
	letter-spacing: 1px;
	text-shadow: #083e81 -1px 1px 2px;
	background-image: url(images/h2_home.png);
	text-shadow: none;
/*	cursor: pointer;*/
}
body.home h1 a {
	color: #fff;
	text-decoration: none;
}
body.home h1 .banner_left, 
body.home h1 .banner_right {
	background-image: url(images/h2_home_corners.png);
	height: 84px;
}
body.home h1 .banner_right {
	background-position: 0 -84px;
}
body.home h1 strong {
	font-weight: 800;
}
body.home h1:hover
{
/*	background: #107BB0;
	border-top: 1px solid #4D9DC4;*/
}
body.home .highlighted h1 {
	background: #052332;
	border-color: #000;
}
body.home .highlighted h1 .banner_left {
	background-position: 0 -168px;
}
body.home .highlighted h1 .banner_right {
	background-position: 0 -252px;
}
body.home #callout {
	display: block;
	position: absolute;
	top: -30px; right: 10px;
	width: 141px; height: 141px;
	background: transparent url(images/estimate_callout.png) 0 0 no-repeat;
	font-size: 12px;
	line-height: 14px;
	text-indent: -99999px;
}
body.home #callout.video {
	background-image: url(images/video_callout.png);
}
body.home #callout:hover {
	background-position: 0 -142px;
}
body.home .tab {
	border-top: 1px solid #316687;
	border-bottom: 1px solid #0a3048;
	height: 124px;
	cursor: pointer;
}
body.home #get_started.tab {
	border: none;
	height: auto;
}
body.home .tab.alpha { 
	border-top: none;
	padding-top: 1px;
}
body.home .tab.omega { 
	border-bottom: none;
	height: 162px
}
body.home .tab.omega h3 {
	padding-bottom: 40px;
}
body.home .tab:hover{
/*	background: #0C5980;*/
}
body.home .tab.highlighted {
		background: #031721 url(images/home_tab_highlighted_bg.png) 0 0 no-repeat;
		border-top-color: #000;
}
body.home .tab.highlighted  a{color: #fff;}
body.home #lower_cost.highlighted {
	background-image: url(images/home_tab_lower_cost_highlighted_bg.png);
}
body.home .ftab {
	display: none;
}

body.home .tab h3 {
	color: #b1e4fc;
	font-size: 18px;
	text-shadow: #041622 -1px 1px 2px;
	margin: 0;
	padding: 0 0 0 720px;
	width: 220px;
	line-height: 124px;
	position: absolute;
	z-index: 50;
}
body.home .tab h3 a {color: #b1e4fc;}
#higher_quality h3 {
	padding-left: 660px;
	width: 280px;
}
#lower_cost h3 {
	padding-left: 610px;
	width: 330px;	
}

body.home  #overlay_container {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 210px;
/*	min-height: 100px;*/
	height: 373px;
	padding: 0 20px 14px;
	background: #ffb000 url(images/home_overlay_bg.png) 0 0 repeat-x;
	border: 1px solid #c09002;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	z-index: 100;
	display: none;
}
body.home #content .overlay {
	display: none;
	position:absolute;
	top:0; left:20px;
	width:210px; height:388px;
}
body.home #content .overlay p {
	margin: 14px 0;
	font-size: 14px;
	line-height: 21px;
	color: #192226;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
body.home #content .overlay p.learn_more {
	position: absolute;
	bottom: 0px; right: 0px;
}
body.home #overlay_container .pointer {
	position: absolute;
	top: 63px;
	right: -20px;
	width: 20px;
	height: 40px;
	background: transparent url(images/home_overlay_pointer.png) 0 -20px no-repeat;
}
body.home #overlay_container.higher_quality .pointer {
	top: 147px;
	background-position: 0 -60px;
}
body.home #overlay_container.lower_cost .pointer {
	top: 273px;
	background-position: 0 -60px;
}
body.home #overlay_container.get_started .pointer {
	width: 40px; height: 20px;
	bottom: -20px; left: 100px; top: auto;
	background-position: 0 0;
}

.missing_n-p {
	display: none;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/*	.search input.text {
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}*/
body.home h1.test, #content.blog h1.test{
font-size:12pt;
text-align:left;
}
#sidebar h1.test{
background: none;
color:black;
width:200px;
margin-left:0px;
border:none;
line-height: 20px;
}

#content.blog .post h2.test {
margin-left:-21px;
}

#content.blog h2.test {
line-height:61px;
margin:0 0 0 -11px;
width:697px;
}

body.home h2.test, #content.blog h2.test{

background:url("images/h2_bg.png") repeat-x scroll 0 0 #0E6AA5;
border:1px solid #0B3747;
color:#FFFFFF;
font-size:24px;
line-height:61px;
margin:24px -11px 15px;
position:relative;
text-align:center;
}

body.home h2.test .banner_left, h2.test .banner_left, #content.blog h1 .banner_left {
left:-20px;
}


body.home h2.test .banner_left, body.home h2.test .banner_right, h2.test .banner_left, h2.test .banner_right, #content.blog h2.test .banner_left, #content.blog h2.test .banner_right {
background:url("images/h2_corners.png") no-repeat scroll 0 0 transparent;
bottom:-12px;
display:block;
height:64px;
position:absolute;
width:32px;
z-index:0;
}
#content.blog h2.test .banner_right {
background-position:100% -128px;
height:64px;
right:-15px;
top:-1px;
width:15px;
}
.commentlist .reply {
clear: both;
}
.commentlist li.depth-2 blockquote {
width: 508px;
}
.commentlist li.depth-3 blockquote {
width: 498px;
}
.commentlist li.depth-4 blockquote {
width: 488px;
}
.commentlist li.depth-5 blockquote {
width: 478px;
}
.commentlist li.depth-6 blockquote {
width: 468px;
}
.commentlist li.depth-7 blockquote {
width: 458px;
}
.commentlist li.depth-8 blockquote {
width: 448px;
}
.cancel-comment-reply {
	padding-left: 130px !important;
	margin-top: -12px;
	padding-bottom: 6px;
}
