/*
Theme Name: CloudLasso
Description: 
Author: Interstice Solutions
Author URI: http://interstice.biz/
*/


body {
  background-color: #eee;
  /*font-family: "Myriad Pro", MyriadPro, Helvetica, "Helvetica Neue", Arial, sans-serif;*/
  font-family:Helvetica, sans-serif;
  color: #606060;
  line-height: 1.3em;
  font-size: 14px;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.screen-reader-text {
position:absolute;
left:-999em;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



a {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
h3 {
  color: #333;
  font-size: 14px;
}
input[type="submit"], input[type="button"] {
/* background: url(images/cloudlasso-header-bg.png) 0 50% repeat-x; */
 border:1px solid #999;
 bg-color:#777 ;
 color:#fff;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
padding:0.2em;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}
input[type="submit"]:hover, input[type="button"]:hover {
 border:1px solid #bbb;
 color:#555;
cursor:pointer;
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
input[type="text"], input[type="textarea"] {
border:1px solid #888;
padding:0.2em;

}
#header-c {
  height: 100px;
  background-image: url(images/cloudlasso-header-bg.jpg);
  background-repeat: repeat-x;
  text-align: center;
}
#header {
  width: 784px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
#logo {
  position: absolute;
  top: 4px;
  left: 0;
}
.nav {
float:right;
width:500px;
}
.nav, .nav ul {
display:block;
height:60px;
text-align:right;
}
.nav ul {}
.nav ul li {
list-style:none;
display:inline-block;
margin:20px 0 0 1em;
}
.nav ul li a {
color:#eee;
font-size:22px;
font-family:Helvitica, sans-serif;
font-weight:normal;
/*font-family:Arial, Helvetica, sans-serif;*/
letter-spacing:-0.02em;
text-transform:lowercase;
}
.nav ul li a:hover, .nav ul li.current_page_item a {
color:#fff;
text-decoration:none;
}
.menu-item {
  float: right;
  margin-left: 2px;
}
#ap-logo {
  position: absolute;
  top: 0;
  right: 0;
}

#subnav-c {
  height: 32px;
  background-image: url(images/subnav-bg.jpg);
  background-repeat: repeat-x;
  text-align: center;
}
#subnav {
  width: 784px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#subnav ul {}
#subnav ul li {
list-style:none;
display:inline-block;
}
#subnav a {
  margin-right: 38px;
  line-height: 36px;
  color: #ccc;
  font-size: 16px;
  text-shadow: #555 0 -1px 0px;
}
#subnav a:hover {
  color: #fff;
  text-decoration: none;
}
#subnav a.selected, #subnav ul li.current_page_item a {
  color: #fff;
  text-shadow: #333 0 -1px 0px;
}

/* GLOBAL */
.section-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid #aaa;
  margin-bottom: 6px;
}

/* HOME */
#home-c {
  padding-top:74px;
  background-image: url(images/body-top-grad-bg.jpg);
  background-repeat: repeat-x;
  background-color: #fff;
  text-align: center;
}
#home-content-c {
  width: 784px;
  margin: 0px auto;
}
#home-main-col {
  width: 526px;
  float: left;
  text-align: left;
  margin-top: -42px;
}
#home-side-col {
  width: 232px;
  float: right;
  margin-top: -36px;
  text-align: left;  
}
#home-news {
  margin-bottom: 30px;
}
#home-news .post-date {
  font-weight: bold;
  font-size: 11px;
  color: #bbb;
  margin-bottom: -4px;
  margin-top:0.5em;
}
#home-sidebar-section-header {
  margin: 0;
}
#home-news ul, .widget_recent_entries ul {
margin-bottom:30px;
  padding: 0;
}
#home-news ul li, .widget_recent_entries ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home-news ul li a, .widget_recent_entries ul li a {
  display: block;
  font-weight: normal;
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}
#home-news ul li a:hover, .widget_recent_entries ul li a:hover {
  background-color: #eee;
  text-decoration: none;
  color: #111;
}
#home-sidebar-informed-body p {
  font-size: 13px;
  padding-top: 6px;
  line-height: 16px;
  margin-bottom: 12px;
}
#home-sidebar-informed-body input.text {
  width: 141px;
  margin-right: 4px;
}
#home-sidebar-informed-footer {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #888;
}
#home-feature {

}
#home-feature img {
width:526px;
}
.home-subfeature {
  padding: 22px 8px 0 8px;
}
.home-subfeature a:hover .home-subfeature-title {
  text-decoration: underline;
  color: #111;
}
.home-subfeature-icon {
  width: 57px;
  float: left;
}
.home-subfeature-desc {
  width: 440px;
  float: right;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.home-subfeature-desc a {
  padding-left: 4px;
}
.home-subfeature-title a {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0;
}
#home-about {
  padding: 0 8px;
  
  /*margin: 70px 0 10px 0; DGD:moved becase there are no apps. */
  margin: 6px 0 10px 0;
}


/* PRODUCT */
#media-feature {
  margin: 0 auto;
  text-align: center;
  margin-top: -10px;
}
#product-feature {
  height: 391px;
  background-image: url(images/products/product-body-top-grad-bg.jpg);
  background-repeat: repeat-x;
  background-color: #fff;
  text-align: center;
}

#product-feature img {
}

#product-testimonial-feature-bar {
  height: 77px;
  background-color: #f3f3f3;
  text-align: center;
}

#product-testimonial-feature-bar div {
  width: 784px;
  margin: 0 auto;
  padding-top: 22px;
  font-weight: bold;
  font-size: 17px;
  color: #a4a4a4;
}

/* CONTENT */
#product-content-c {
  padding-top: 2.8em;
  background-color: #fff;
  text-align: left;
}
#content {
display:block;
  width: 784px;
  margin: 0 auto 0 auto;
  text-align: left;
}
#content h1 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
  letter-spacing: -.1px;
}
#content h2 {
  color: #333;
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 0;
  padding-top: 0;
  letter-spacing: -.1px;
}

#content #primary-col {
  width: 514px;
  float: left;
}
#content #primary-col-screencast {
  width: 580px;
  float: left;
}

#content #primary-col #body, #content #primary-col-screencast #body {
  padding: 14px;
}
#at-a-glance {
  height: 115px;
  background-image: url(images/products/at-a-glance-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-left: 8px;
}
#at-a-glance img {
  margin: 8px 4px 0 0;
}
#at-a-glance .glance-label {
  float: left;
  width: 187px;
  margin: 1px 7px 0 0;
  text-align: center;
  color: #717171;
  font-size: 14px;
  font-weight: bold;
}
#at-a-glance .glance-last {
  margin-right: 0;
}
#content #fullwidth-col {

}
.overview-2-column-image {
  float: left;
  width: 56px;
}
.overview-2-column-body {
  float: left;
  width: 428px;
}
#primary-col .section {
  background-image: url(images/products/primary-col-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#primary-col-screencast .section {
  background-image: url(images/products/primary-col-bg-580.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.post h2, .page h2 {
margin-top: 0; border-bottom: 1px solid #bbb;
}

.post h3, .page h3 {
margin-top: 2em; 
}

#sidebar-col {
  width: 239px;
  float: right;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}
#sidebar-col-screencast {
  width: 173px;
  float: right;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}
#sidebar-col .sidebar-section {
  margin-bottom: 2em;
}
#sidebar-col .sidebar-section img {
    vertical-align: middle;
}
#sidebar-col .sidebar-section .sidebar-rss {
  border-top: 1px solid #ddd;
  padding: 9px;
}
#sidebar-col .sidebar-section .sidebar-rss img {
  padding-right: 8px
}
#sidebar-col .sidebar-section .sidebar-twitter {
  padding: 8px 4px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#sidebar-col .sidebar-section .sidebar-twitter img {
  padding-right: 8px
}
#sidebar-col .sidebar-follow a {
  font-weight: bold;
  color: #333 !important;
}
#sidebar-col #buy-now-sidebar {
  width: 241px;
  height: 145px;
  background-image: url(images/products/buy-now-bg.jpg);
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-top: 58px;
  text-align: center;
}
#sidebar-col #buy-now-sidebar.short {
  background-image: url(images/products/buy-now-short-bg.jpg);
}
#content #sidebar-col a {
  text-decoration: none;
  color: #777;
}
#content #sidebar-col a:hover {
  text-decoration: underline;
  color: #555;
}

#screencast {
  margin-top: 2em;
}
#screenshots img {
  border: 1px solid #999;
}
table.screenshots-table td {
  padding-bottom: 16px;
}


/* FOOTER */
#footer-c {
  height: 111px;
  background:#d2d2d2 url(images/cloudlasso-footer-bg.jpg);
  background-repeat: repeat-x;
}
#footer {
  width: 784px;
  padding-top: 20px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.footer-col {
  float: left;
}
#footer #fcju-fcju {
  width: 166px;
}
#footer #submit {
  margin-bottom: 2px;
}
#footer #legal {
  margin-top: 60px;
  text-align: center;
  font-size: 12px;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#buy-footer {
  text-align: center;
  background-color: #fff;
  padding-top: 2em;
}
#footer-press {
  text-align: center;
  margin-top: 40px;
}

/* General Content */

/* SUPPORT - BLOG */
#general-content-c {
  padding-top: 24px;
  background-image: url(images/body-top-grad-bg.jpg);
  background-repeat: repeat-x;
  background-color: #fff;
  text-align: center;
}
#general-content {
  width: 784px;
  position: relative;
  margin: 0px auto;
  text-align: left;
}

#general-content-side-col {
  width: 232px;
  float: right;
  text-align: left;  
}


p {
  margin-bottom: 1.5em;
  margin-top: 0;
  padding-top: 0;
}

ul {
  padding-left: 10px;
  list-style: disc;
}
li {
  margin-left: 10px;
  margin-bottom: .4em;
}
.strong {font-weight: bold;}
.tight {margin: 0;}
.clear {clear: both;}

/* Support */
div#support-form {

}
div#support-form table {
  width: 100%;
}
div#support-form table td {
  padding-bottom: 14px;
  vertical-align: top;
}
div#support-form input#ap-ticket-full_name {
  display: none;
}
input.email {
  width: 212px;
}
.email-privacy {
  font-size: 12px;
  padding-left: 2px;
}
input.submit {
  margin: 16px 40px 10px 0;
}
#support-form label {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
textarea#ticket_body {
  width: 346px;
  height: 120px;
}
#newsletter-label {
  font-weight: normal !important;
  font-size: 12px !important;
}
.quote {
  font-style: italic;
}
.form-activity {
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

/* PRESS */
.press-body a {
  color: #444;
}
.press-body h1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.press-body h2 {
  font-size: 16px;
  color: #333;
}
.press-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #888;
}


/*Content specific*/
.tun-lab {
  color: #666;
  font-weight: bold;
}

/*BLOG*/

.post-nav {
  margin-bottom: 2em;
}
.post-nav a {
  font-weight: normal;
  font-size: 12px;
}
.post-nav .prev {
  float: left;
}
.post-nav .next {
  float: right;
}
.post {
  margin: 1em 0 3em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
}
.single-post {
  border-bottom: none;
}

#content .post h2 {
  font-size: 19px;
  color: #101c3f;
  margin: 0;
}

#content .post a {
  color: #101c3f;
}

#content .post .post-date {
  text-transform: uppercase;
  color: #aaa;
  font-size: 13px;
  margin-top:0.5em;

}

.post-body {
  margin-top: 2em;
}
.post-body .wp-caption-text {
  margin: 4px 0 2em 0;
  text-align: center;
}

#sidebar-col {
  text-align: left;
  font-size: 14px;
}

.widget {
margin-bottom:30px;
}

#sidebar-col a {
  font-weight: normal;
}
#sidebar-col a:hover {
  text-decoration: underline !important;
}
#sidebar-col h3 {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
#sidebar-col {
  padding-top: 15px;
}
#sidebar-col ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
#sidebar-col ul li {
  margin-left: 8px;
}

ul.icons {
text-align:center;
}

ul.icons li {
list-style:none;
margin:0 2px;
display:inline;
text-align:center;
}

/*Pulled from IdeaScale.com*/
#billboard {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#B4D347 url(/images/ideascale/common/billboard_bg.png) repeat-x scroll center top;
height:413px;
margin-bottom:68px;
}

#billboard-innerwrap {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#B4D347 url(/images/ideascale/common/billboardreal_bg.png) repeat-x scroll center top;
height:413px;
}

.inner {
margin:0 auto;
width:940px;
}

#homepage_content {
float:left;
width:380px;
}

h2.homecopy {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/ideascale/home/copy.png) no-repeat scroll 0 0;
border:0 none;
display:block;
float:left;
height:90px;
margin-bottom:22px;
margin-top:34px;
overflow:hidden;
text-indent:-9999px;
width:381px;
}

#billboard p {
color:#334F10;
font-size:22px;
line-height:1.3em;
}